-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
3.1.1
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from master?
Yes
Are you using the demo app or your own custom app?
Custom
If custom app, can you reproduce the issue using our demo app?
Not tried
What browser and OS are you using?
Chrome Version 91.0.4472.114 - MAC OS Big Sur
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What configuration are you using? What is the output of player.getConfiguration()?
streaming: {
rebufferingGoal: 1,
bufferBehind: 6,
bufferingGoal: 10,
durationBackoff: 1,
ignoreTextStreamFailures: true
}
What did you do?
** Load any playback url from the start and observe the time taken for the playback to start**
** Load any playback content from a specific location(Resume) functionality**
What did you expect to happen?
Playback to start without any delay/lag
What actually happened?
** There was a significant delay observed during the start of play in the above mentioned both scenarios.**
Compared to Shaka 2.5.10 version with the latest Shaka 3.1.1, the delay observed between the start of playback is 1 second.