videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
38k stars 7.45k forks source link

m3u8 playlist, with m4s segments not able to continue playback if EXT-X-ENDLIST is present #6016

Closed Shannonf closed 5 years ago

Shannonf commented 5 years ago

Using an m3u8 playlist, I can successfully play back all of the m4s files in a Live-stream mode.

But once the playlist is changed to having the "#EXT-X-ENDLIST", only the m3u8's get loaded, the initilization.mp4, and the first m4s segment. First segment will play normally, but player never even attempts to call the next segment. Is this something that simply is not supported?

The same playlist, mp4 and m4s's place correctly in VLC player.

No errors reported in console, even with the videojs.log.level('all'); -- it simply just stops playing after the first segment.

we are using videojs 7.5.4 in Google Chrome ,Windows 10 no additional plugins

welcome[bot] commented 5 years ago

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

gkatsev commented 5 years ago

Huh, that's weird. I'd expect it to work. Do you know if you get the same behavior with ts segments or extension like mp4?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.