Skip to content
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

Playback raising 3015 in a grwoing manifest #7401

Closed
Iragne opened this issue Oct 6, 2024 · 1 comment · Fixed by #7404
Closed

Playback raising 3015 in a grwoing manifest #7401

Iragne opened this issue Oct 6, 2024 · 1 comment · Fixed by #7404
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@Iragne
Copy link
Contributor

Iragne commented Oct 6, 2024

Have you read the FAQ and checked for duplicate open issues?
Yes

If the problem is related to FairPlay, have you read the tutorial?

No

What version of Shaka Player are you using?

latest

Can you reproduce the issue with our latest release version?
Yes and in all latest

Can you reproduce the issue with the latest code from main?
Yes

Are you using the demo app or your own custom app?
Yes

If custom app, can you reproduce the issue using our demo app?

What browser and OS are you using?
FF and Chrome

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.getNonDefaultConfiguration()?

default

What did you do?

Playing a grwoing manifest and the playback stop, we are digging into the steps to reproduce it

What did you expect to happen?
Playback to work until the end of the event (4H)

What actually happened?

Still working on this but the playback stop close to end of it

Are you planning send a PR to fix it?
We are on it and will be release shortly as soon we can do a 100% test case and player_integration test

@Iragne Iragne added the type: bug Something isn't working correctly label Oct 6, 2024
@shaka-bot shaka-bot added this to the v4.12 milestone Oct 6, 2024
@Iragne
Copy link
Contributor Author

Iragne commented Oct 8, 2024

The Error occur in a Multi-period live manifest when the start time is not 0 and just after the transition to Static.
Additionally, solving the error code 3015 due to the cleared buffer during the playback with DRM .

@avelad avelad added priority: P1 Big impact or workaround impractical; resolve before feature release component: DASH The issue involves the MPEG DASH manifest format labels Oct 9, 2024
avelad pushed a commit that referenced this issue Oct 18, 2024
The PR is solving playback error in a Multi period manifest when the
start time is not 0.
Additionally, solving the error code 3015 due to the clear of the buffer
during the playback.
Fixes #7401
avelad pushed a commit that referenced this issue Oct 18, 2024
The PR is solving playback error in a Multi period manifest when the
start time is not 0.
Additionally, solving the error code 3015 due to the clear of the buffer
during the playback.
Fixes #7401
joeyparrish pushed a commit that referenced this issue Oct 18, 2024
The PR is solving playback error in a Multi period manifest when the
start time is not 0.
Additionally, solving the error code 3015 due to the clear of the buffer
during the playback.
Fixes #7401
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Dec 14, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Dec 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants