phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.38k stars 1.43k forks source link

Working with MPEG-DASH #163

Open 21praveen opened 7 years ago

21praveen commented 7 years ago

In MPEG-DASH, if I encode the segments using the specified MPEG-1, will it work with jsmpeg decoder?

phoboslab commented 7 years ago

Sort of. The MPEG-1 decoder in JSMpeg should be able to decode the raw video data. However, you have to write your own demuxer to extract the mpeg1video from the MPEG container format, concat it and hand it over to the decoder.