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 continues to play a few seconds after reaching playRangeEnd #6766

Closed
multiplexer2 opened this issue Jun 7, 2024 · 0 comments · Fixed by #6861
Closed

Shaka player continues to play a few seconds after reaching playRangeEnd #6766

multiplexer2 opened this issue Jun 7, 2024 · 0 comments · Fixed by #6861
Assignees
Labels
priority: P3 Useful but not urgent type: bug Something isn't working correctly
Milestone

Comments

@multiplexer2
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?

N/A

What version of Shaka Player are you using?

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

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

What browser and OS are you using?
Firefox on Windows, but the problem occurs on other platforms as well

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

What are the manifest and license server URIs?

I'm playing 'Big Buck Bunny: the Dark Truths' on the Shaka demo site

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

Using the demo configuration

What did you do?

  • Load Big Buck Bunny on the demo site
  • Configure a clip:
    document.querySelector('video')['ui'].player_.configure("playRangeStart", 50)
    document.querySelector('video')['ui'].player_.configure("playRangeEnd", 70)
  • Play the configured clip until end, then check the current time:
    document.querySelector('video').currentTime
    72

Playback stopped at 72s

What did you expect to happen?
Playback to stop at 70s

What actually happened?

Shaka seems to play past playRangeEnd in most cases. It may be 2s, 4s, 5s depending on the video and the configured range.

Are you planning send a PR to fix it?
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P3 Useful but not urgent type: bug Something isn't working correctly
3 participants