phoboslab / jsmpeg

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

Unable to play multiple video streams #339

Open flatlanderer opened 4 years ago

flatlanderer commented 4 years ago

I have tested jsmpeg to work at most 5-6 players in one page. Adding more causes so much if not playing at all when WebGL if turned off. When WebGL is turned on, a lot of players failed to play, only few plays 3-5 as far as I remember.

How can you use jsmpeg to play like 20-30 video streams at once in one page?