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

Shaka Player is not playing the complete content duration #6612

Open
burugupalli opened this issue May 14, 2024 · 5 comments
Open

Shaka Player is not playing the complete content duration #6612

burugupalli opened this issue May 14, 2024 · 5 comments
Assignees
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Milestone

Comments

@burugupalli
Copy link

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

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

Problem not related to FairPlay

What version of Shaka Player are you using?

4.8

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?
Demo

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

What browser and OS are you using?
Chrome on Mac

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A

What are the manifest and license server URIs?

Shaka Player Demo Link with custom content: https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;asset=https://content-ause1-uu-fios1.uplynk.com/preplay2/7b8fe4f3ea644312912b01a41c50d3d8/527714cb231e6d33e14c57546fe082aa/7OheISeaXrmVhTLanBcB9L3a8Z8fKOuMgvJkkutPnAwp.mpd?pbs=4226b21719884eb484e031baef621d11;panel=CUSTOM%20CONTENT;build=uncompiled

Manifest URI: https://content-ause1-uu-fios1.uplynk.com/preplay2/7b8fe4f3ea644312912b01a41c50d3d8/527714cb231e6d33e14c57546fe082aa/7OheISeaXrmVhTLanBcB9L3a8Z8fKOuMgvJkkutPnAwp.mpd?pbs=4226b21719884eb484e031baef621d11

What configuration are you using? What is the output of player.getConfiguration()?

What did you do?

Playing a custom asset in the demo app, content duration is ~44 Minutes, Shaka player play only for approximately 19 minutes and then stops

What did you expect to happen?
Content should be played for complete duration

What actually happened?

Are you planning send a PR to fix it?
No

@burugupalli burugupalli added the type: bug Something isn't working correctly label May 14, 2024
@shaka-bot shaka-bot added this to the v4.9 milestone May 14, 2024
@avelad
Copy link
Collaborator

avelad commented May 15, 2024

Your manifest returns 403

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 15, 2024
@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 15, 2024
@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 May 16, 2024
@avelad avelad assigned avelad and unassigned avelad May 16, 2024
@avelad
Copy link
Collaborator

avelad commented May 16, 2024

It looks like your manifest has 10 periods, 4 periods use segmentList and 6 periods use segmentTemplate. The parser is not prepared for this mixture and gives incorrect behavior. I'm going to let @joeyparrish tell you what the best way to proceed is.

@joeyparrish
Copy link
Member

@burugupalli, what encoder/packager are you using? How much control do you have over the packaging side?

@burugupalli
Copy link
Author

@joeyparrish We get the manifest from 3rd party and currently don't have any control over it. The same manifest is working and playing fine with other players.

@avelad avelad modified the milestones: v4.9, v4.10 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants