Vanilagy / mp4-muxer

MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
https://vanilagy.github.io/mp4-muxer/demo
MIT License
434 stars 33 forks source link

need some advice on doing live streaming with mp4-muxer #23

Closed RavikumarTulugu closed 12 months ago

RavikumarTulugu commented 12 months ago

Hi , Thanks for a wonderful library, i have used the mp4-muxer library for recording and it worked like a charm. Now, i am looking to do live streaming over dash , any pointers or advice would speed up my efforts. Thanks

RavikumarTulugu commented 12 months ago

Also it would be good to have fragmentation support for mp4.

Vanilagy commented 12 months ago

This library doesn't yet support live-streaming or fMP4 and I currently don't know a lot about this topic, so I'm not sure I can give you any meaningful advice. But my bet would be that you can't easily use this library in its current state to achieve anything live-streamy - I'd need to add fMP4 support then! Maybe I should get to it someday?

RavikumarTulugu commented 12 months ago

okay, thanks for the reply. I am looking at webm-muxer for live streaming. hopefully it will solve my need.

Vanilagy commented 12 months ago

Awesome, let me know if it worked :)