-
Notifications
You must be signed in to change notification settings - Fork 21
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
FATAL_ERROR after second seek near end of the stream #183
Comments
Thanks @jarek-vewd we will take a look. |
Hi @jlks |
@jarek-vewd Hi. We've now released an updated version of bigscreen-player along with Dash.js v3.2.0. Let me know if this resolved your issues 😄 |
Hi @domjacks |
Hey @wfilipek, thanks for the contact. This sounds like a BBC iPlayer problem and not specific to Bigscreen-player per se. If you wouldn't mind, it would be great if you could send your feedback using the BBC iPlayer help webpage: |
Hi @domjacks |
Prerequisites:
Google Chrome 87.0.4280.66
BigScreen player: 4.4.3
Stream: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd (default)
Steps to reproduce:
In devtools execute below commands on video tag:
The bug is a some kind of a race in the JS. Bug reproduce more frequently after enabling Verbose log level. Error occures also in Vewd Tv browser.
Note:
Near-end seek is extensively used in BBC Iplayer. When user perform the seek to the end of a stream in the UI, the BBC Iplayer set the current time right before end of a stream to play last seconds of the video.
The issue does not reproduce on Dash Reference Client 3.1.3
Log from first succeeded seek:
first_seek.log
Log from second failed seek:
second_seek.log
The text was updated successfully, but these errors were encountered: