Anyone know C++ and how to build WASM?
Anyone here who knows C++ and knows how to build WASM? I require a custom video and audio decoding WASM.
here's an repo you can look for example , i want to play .mkv (eac3 audio) files on browser and the wasm will decode and play . I will also give you an link of the .mkv file as well that supports ranged requests.
https://github.com/ColinEberhardt/ffmpeg-wasm-streaming-video-player
here's an repo you can look for example , i want to play .mkv (eac3 audio) files on browser and the wasm will decode and play . I will also give you an link of the .mkv file as well that supports ranged requests.
https://github.com/ColinEberhardt/ffmpeg-wasm-streaming-video-player
GitHub
An example of using FFmpeg.wasm to perform streaming transcoding within the browser - ColinEberhardt/ffmpeg-wasm-streaming-video-player