Stuck on initial buffer gap (dash) #6339
Labels
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
4.7.11
What are the manifest and license server URIs?
master_mpd.zip
What configuration are you using? What is the output of
player.getConfiguration()
?Default
What did you do?
Just load a manifest.
What did you expect to happen?
Player ready for playback and video event 'loadeddata' is fired.
What actually happened?
Video event 'loadeddata' is not fired. Dash.js implementation handles this situation.
The problem I found out is that when the buffer has initial gap then the player can't to get a complete ready state.
GapJumpingController could handle this situation but it works only after play.
The text was updated successfully, but these errors were encountered: