kmoskwiak / videojs-resolution-switcher

Resolution switcher adds the ability to select the video quality in video.js player.
https://kmoskwiak.github.io/videojs-resolution-switcher/
Other
402 stars 244 forks source link

Videojs multistreaming resolution change problem #107

Open Rushijain opened 6 years ago

Rushijain commented 6 years ago

Whenver i change the src of the video in live multistreaming the player stops and doesn't start automatically

Rushijain commented 6 years ago

I found the answer using another issue on the same topic after that while pushing data into the m3u8 playlist i just added meta.push('#EXT-X-ENDLIST'); every time and it worked

prashantkrv commented 5 years ago

can you please explain this solution?