infiniteLiveStreamDuration: true prevents goToLive from advancing more than a few seconds #7903
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
Does not appear related
What version of Shaka Player are you using?
4.10.21 and replicated on both 4.12.8 and nightly from index page (https://index-dot-shaka-player-demo.appspot.com/)
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes
Are you using the demo app or your own custom app?
Both
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
Both iOS Safari and MacOS Google Chrome
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
n/a
What are the manifest and license server URIs?
Any live URL
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?{
"manifest": {
"retryParameters": {
"maxAttempts": 3,
"timeout": 15000
}
},
"streaming": {
"retryParameters": {
"maxAttempts": 3,
"timeout": 15000
},
"bufferingGoal": 15,
"infiniteLiveStreamDuration": true
},
"abr": {
"defaultBandwidthEstimate": 1593069.306930693,
"restrictions": {
"maxHeight": 1080
}
},
"preferredAudioLanguage": "en",
"preferredTextLanguage": "en"
}
What did you do?
Play live video, scrub backwards, click a button that calls go to live. Our player has a live function, and the shaka's UI seems to do the same. (instead of calling goToLive, it goes to seekRange end which is the same (presentation_time.js at around line 40)
What did you expect to happen?
The video would go to the end of the available streaming content.
What actually happened?
The video advanced around 5-10 seconds, it didn't appear to be a consistent interval.
This video shows the bug with the setting turned on, then I turn it off, reload the page and show that it works with it off
bug.mp4
Are you planning to send a PR to fix it?
No
The text was updated successfully, but these errors were encountered: