phoboslab / jsmpeg

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

High-level question about MPEG-TS, MP2 #335

Open determin1st opened 4 years ago

determin1st commented 4 years ago

Hello, i dont know anything about codec but i have an assumption that there is no need in transport container (mpeg-ts) as you demux/mux it into the player anyway, you may just send 2 raw streams. Am I right?

Also, to reduce packet size you may urge to change MP2 to MP3, correct?

And the last one - syncing. It's unstable in sync which is closely related to muxer. So, do you feel that the muxer part should be "upgraded" somehow? (What feasible step-forwards you see)

Sorry for bothering, pretty sure some of these are answered, but still, very interesting project, Regards