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?
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.
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?