-
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
Unable to play a just started live broadcast #1150
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
We just reverted the fix for #1061. Can you test again to see if that fixes it? You can use the nightly, but be sure to clear the cache and check the version starts with |
I can confirm the issue is fixed in |
Fix cherry-picked for v2.2.7. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Have you read the FAQ and checked for duplicate issues:
yes
What version of Shaka Player are you using:
2.2.6
Can you reproduce the issue with our latest release version:
yes
Can you reproduce the issue with the latest code from
master
:yes
Are you using the demo app or your own custom app:
custom app
If custom app, can you reproduce the issue using our demo app:
yes
What browser and OS are you using:
chrome 62 macOS 10.12.6
What are the manifest and license server URIs:
(you can send the URIs to [email protected] instead, but please use GitHub and the template for the rest)
Email sent
What did you do?
Connected to a live stream the moment it started broadcasting and the first manifest was available
What did you expect to happen?
Video to start playing
What actually happened?
Video never plays
This issue appeared as of v2.2.3 and I've narrowed it down to the fix for #1061 (commit 449cd3e). It looks like if you update that to only return from
onPollGapJump_()
while seeking and not from a segment getting appended it fixes the issue:The text was updated successfully, but these errors were encountered: