ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.56k stars 858 forks source link

Streaming via WebSockets #190

Open hahne opened 3 years ago

hahne commented 3 years ago

This repo supports streaming via WebSockets https://github.com/phoboslab/jsmpeg It works well but it is only supporting mpeg1 video decoding. It would be really awesome to use a more modern video decoder like h264.

Would this be possible to achieve with ffmpeg.wasm?

danrossi commented 1 year ago

I'm looking for a similar thing via wasm and websocket. So no need for local HLS playback via ffmpeg. There has to be a way due to wasm not able to play udp it has to be done via an agent and websocket.