-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Stuck at end of stream on IE11 #658
Comments
Thanks for the report. This was a problem with IE/Edge's reporting of buffered ranges. They were slightly different when at the end of the stream, so we thought we needed more data. It has been fixed on master. |
Thanks @TheModMaker! will you be tagging v2.0.4 version any time soon? |
Thanks! |
I will plan to roll v2.0.4 next week, and this fix will be easy to cherry-pick to the v2.0.x branch. |
IE/Edge have problems with reporting the buffered ranges when we get to the end of the media. We use a fudge factor to determine if we have buffered all the content. It was too small which meant that we would not detect end of stream correctly. This increases the fudge factor so we detect it correctly. Closes #658 Change-Id: Ie9ecf8fd49eb716ffd8ccd9bcdff53b88356bbfe
Great, thanks @joeyparrish. |
What version of Shaka Player are you using?
2.0.1, 2.0.2, 2.0.3
Yes
master
?Yes
Are you using the demo app or your own custom app?
Demo app
What browser and OS are you using?
IE11 on Win8.1 and Win10
What did you do?
Start playback and wait till end or seek close to end of stream
What content did you load?
Clear dash custom asset and standard
Axinom multi and single period
This test MPD
How did you interact with the content, if at all?
Playback starts autoplay, wait till end or seek to end (close to end)
What did you expect to happen?
Playback ends properly, spinner stops spinning
What actually happened?
Playback stuck on a a second before end with endless spinner
Seems like a regression from 2.0.0 where all links do work.
The text was updated successfully, but these errors were encountered: