-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Captions stops renering after it hits the EMPTY Segmented VTT captions file #4429
Comments
Background: Findings so far: Looking for some advise here. Thank you in advance. |
So by "empty", it seems that you mean the segment itself is 0-bytes? That feels like a content problem. That segment isn't a valid mp4 file, so of course it is rejected by the mp4 parser. Is there some reason you won't or can't fix your broken backend? |
Thanks, @joeyparrish for the quick response. Correct, our backend team is looking into this, however, is that possible to handle this scenario by adding the check on the method itself to avoid the missing captions? |
Sure, that could work. |
Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including |
Have you read the FAQ and checked for duplicate open issues?
What version of Shaka Player are you using?
Can you reproduce the issue with our latest release version?
Can you reproduce the issue with the latest code from
main
?Are you using the demo app or your own custom app?
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
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.getConfiguration()
?What did you do?
What did you expect to happen?
What actually happened?
The text was updated successfully, but these errors were encountered: