videojs / video.js

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

Playback cannot continue. No available working or supported playlists #8054

Open damanV5 opened 1 year ago

damanV5 commented 1 year ago

Not stale. I've just encountered this after upgrading videojs from 7.8.3 to 7.18.1.

In our case, I have a 12 hour long DVR-stream and want to jump to 10 minutes before end. I've done this via the "playing" event. Now, probably in combination with quality probing, videojs seems to ignore the player.currentTime(1234) and thinks it's downloading excessively. Even introducing a delay of 1-3 seconds before seeking doesn't help.

If I omit the seeking, the streams play just fine.

This is with Chrome or Firefox. On Safari I don't see these errors.

@mbirth , I am also facing the same issue . It happens when you seek in the case of very long videos.

After seeking, I got the multiple errors in the console: Excessive main segment downloading detected. Switching to playlist 4-index_6.m3u8.

After some time : "Playback cannot continue. No available working or supported playlists" is displayed on the player.

I have researched, this only works with videojs version '7.2.3' for now.

Any help would be appreciated as I am using version 7.17.0 .

Originally posted by @damanV5 in https://github.com/videojs/http-streaming/issues/1064#issuecomment-1264605517

welcome[bot] commented 1 year 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.