Audio and video data is now decoded using the FFmpeg library. You can also use other decoding libraries. Decode the data, package into data packets, push to the player for playback.
Whether to support the mobile platform depends on the FFmpeg decoding library. The Player itself is cross-platform. I tried FFmpeg-iOS compilation and played it successfully. Android platform has not been tested. However, considering that the core feature is playing, the current version only supports PC platforms.