-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Excessive main segment downloading detected. Switching to playlist... #7842
Comments
👋 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. |
Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:
|
Same issue here. It happens in case of long duration videos. |
This issue has been open for a while, but we didn't get around to investigating it yet. Thank you for providing a reduced test case, though! Can you try it with the current version of Video.js and let us know if it's still an issue? |
I had to move onto a different video player because of this problem. But, I just updated the above linked reduced test case on codepen to use Video.js 8.0.4 and the problem still exists. I also tried with 8.2.1 and still no luck. |
@misteroneill I got a similar issue, updating to newest version didn't help. Is this something being worked on? |
So this is a vjs bug and not a bug with my HLS encoder probably? |
Currently some work being done in VHS related to this. |
Oh interesting, can you share about the work being done? I see it's related to this ticket : #8452 I am facing a similar issue on Chrome (Windows 10), I have an HLS stream live, it is working fine but when I click on the fullscreen button I get the same kind of warning :
Sometimes it stop working completely. |
Our customers has encountered similar warning during a large live event, several users saw these errors starting 28th minute in livestream in 5 min window and then dropped and stayed low until end of the 2 hour long event. We looked at the upstream CDN and the packaging service and didn't notice any errors. I couldn't reproduce the issue though.
Looking at the code the Player version: 7.20.3 , stackoverflow question |
In my case it was due to a change of source without calling
|
@thomasjammet Yeah this has been on our radar for a while, unfortunately a bit of "whack a mole" trying to fix it. This PR is our latest attempt. Feel free to test against this netlify preview build, additional feedback would be helpful for us! |
Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:
|
Hi @adrums86 ! Thanks for sharing! This seems to work with the playlist shared in #8452 (https://fullscreen-bug.storage.yandexcloud.net/master.m3u8). |
Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:
|
@thomasjammet Excellent news! We just released this work in v8.7.0 today. |
This should be fixed in v8.7.0, closing. |
Description
My videos play just fine in Safari. But, in Chrome and Firefox, the video begins playing just fine, but then if I seek forward in the video, the playback freezes and the player spits out errors.
In Chrome and Firefox, this error shows in the browser console on initial play:
Then if I seek forward, I get this error:
The player then switches to 3 different m3u8 files, fails to play, outputs the above error, until it gives up with this error:
Reduced test case
https://codepen.io/kushiel/pen/XWENBpx
Steps to reproduce
Errors
What version of Video.js are you using?
7.20.1
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Google Chrome 103.0.5060.114 (Official Build) (arm64) / Firefox 102.0.1 (64-bit)
What OS(es) and version(s) does this occur with?
macOS Monterey 12.4
The text was updated successfully, but these errors were encountered: