-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
For Live Dash Stream with TimeshiftBufferDepth, player starts from the beginning of the program instead of current time #8175
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
type: bug
Something isn't working correctly
Milestone
Comments
|
The urls will require authentication and there are encryption details in the manifest. I can provide a manifest after modifying the encryption details. Is the main manifest along with one period example good? |
Please send whatever it takes for us to reproduce the issue. |
Details shared over slack channel. |
The commit that introduces the regression is 1b19391, it only plays on slow devices. |
avelad
added a commit
that referenced
this issue
Feb 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
type: bug
Something isn't working correctly
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
Not related to Fairplay
What version of Shaka Player are you using?
4.13.2
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?
Custom
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
Chrome/77.0.3865.120, Linux
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
Its a Linux based Set Top Box which is running Chrome/77.0.3865.120
What are the manifest and license server URIs?
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?What did you do?
Tried this scenario in the Shaka 4.13.2 version and also in the latest main branch code.
Tried playing Widevine DRM protected Live Dash Stream while the program had started 20 mins ago.Instead of playing from the current position, the player started playing from the beginning of the program. This is a scenario where DVR options are available and manifest has historical LOD available with the timeShiftBufferDepth property.
Note: we are currently using the Shaka 4.11 version, and this issue does not happen there.
What did you expect to happen?
Player should have started playing from the current time.
What actually happened?
Player started to play from the beginning of the program which is not the current live postion.
Are you planning to send a PR to fix it?
Not Yet.
The text was updated successfully, but these errors were encountered: