Replay doesn't work after seeking to duration
See original GitHub issueHave you read the FAQ and checked for duplicate issues: Yes
What version of Shaka Player are you using: Latest (v2.2.1)
Can you reproduce the issue with our latest release version: Yes
Are you using the demo app or your own custom app: demo app
What browser and OS are you using: chrome 60 macOS sierra 10.12
What are the manifest and license server URIs: https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd
What did you do?
Load
Select the video tag in the elements tab in chrome dev tools
paste in the console: $0.currentTime = $0.duration
What did you expect to happen? Replay should work in the first time
What actually happened? Replay doesn’t work in the first time until tapping replay again. sometimes getting error 3015
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Instant replay doesnt work : r/GeForceExperience - Reddit
Hey guys, i have been looking through every tutorial on reddit and youtube how to fix this and it still doesnt work. please…...
Read more >Apple Music Replay '22 reportedly not working, loading, or ...
On your Mac: In the Apple Music app, choose Music > Settings, click the General tab, then select Use Listening History.
Read more >2022 Apple Music Replay Not Accurate? Not Working? (Fix!)
This issue has been reported by Roman: “The '22 replays are out but they're not accurate again. They don't seem to collect HomePod...
Read more >Apple Music Replay Not Working? Here's How To Fix It
However, in some cases, a user might not see their Replay stats after signing in to the web client. The problem might be...
Read more >Replay feature doesn't work properly on Web #347 - GitHub
... I encounter a problem with replaying audio on Web. In codes, I replay an audio by seeking it to Duration.zero but it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fix cherry-picked for v2.2.8.
We have decided to limit seeking to duration. When a user seeks to a time >= duration (or selects a playback start time >= duration), we will seek to some fixed distance before the duration instead.
This seems to be the only consistent cross-browser solution, and it is consistent with behavior we have seen in other applications.