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 Error TEXT.UNABLE_TO_EXTRACT_CUE_START_TIME #1970

Closed
Romain-Bernier opened this issue May 28, 2019 · 1 comment
Closed

Shaka Error TEXT.UNABLE_TO_EXTRACT_CUE_START_TIME #1970

Romain-Bernier opened this issue May 28, 2019 · 1 comment
Assignees
Labels
status: archived Archived and locked; will not be updated

Comments

@Romain-Bernier
Copy link

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

What version of Shaka Player are you using?
master 2.5.1

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

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

What browser and OS are you using?
Chrome Version 74.0.3729.169 on Windows 10

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 can't provide manifest but my use case is :
Live HLS with vtt subtitles and ts segments for audio and video.
Exemple of VTT segment :

WEBVTT
X-TIMESTAMP-MAP=LOCAL:00:00:00.000,MPEGTS:0

16:32:29.200 --> 16:32:31.640
Qui avait fait une depression.

16:32:32.800 --> 16:32:34.720
Je me sentais tres seule.

What did you do?
Start the player

What did you expect to happen?
That the error doesn't occur.

What actually happened?
When I start the player, shaka fetch the oldest VTT segment of the media playlist and get the error Shaka Error TEXT.UNABLE_TO_EXTRACT_CUE_START_TIME without display video.
But half of the time, it work fine, shaka try to fetch the oldest VTT segment and then try to fetch video and audio segment and finally shaka fetch on of the younger VTT segment and display everything fine.

The comment
// This could be a failure from the parser itself (init segment required) // or an exception from allCues.length being zero.
above the code who launch the error is unclear for me allCues.length being zero mean that
shaka can't support empty VTT like :

WEBVTT
X-TIMESTAMP-MAP=LOCAL:00:00:00.000,MPEGTS:0

or not ?

@TheModMaker
Copy link
Contributor

Without a sample asset, we cannot reproduce your error. This is probably a duplicate of #1563, but without some content to test with, we cannot help.

@shaka-project shaka-project locked and limited conversation to collaborators Jul 30, 2019
@TheModMaker TheModMaker self-assigned this Feb 27, 2020
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
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
Projects
None yet
Development

No branches or pull requests

3 participants