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

External VTT subtitles break playback in MS Edge #418

Closed
BucherTomas opened this issue Jun 20, 2016 · 0 comments
Closed

External VTT subtitles break playback in MS Edge #418

BucherTomas opened this issue Jun 20, 2016 · 0 comments
Assignees
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@BucherTomas
Copy link
Contributor

Reproduce by trying to play Tears of Steel (External Text) test vector from Shaka's Azure Media Services asset group in Edge browser. It will download the manifest, a couple of segments, but then the player stalls and no video will start playing.

We ran into the same issue with our own implementation of subtitles loaded externally. Embedded subtitles in mpd manifest with their own Adaptation Set work fine in Edge, however. External subtitles work fine anywhere else but Edge, even in IE 11.

The only difference I can see here is that verbose logging writes to console:
(text:1000000000) all MediaStates need Period 0, but not all MediaStates are idle
from streaming_engine.js and no fetchAndAppend events are carried out for the text track. This line is missing in the log for all browsers where it works properly.

@TheModMaker TheModMaker added the type: bug Something isn't working correctly label Jun 20, 2016
@TheModMaker TheModMaker added this to the v2.0.0 milestone Jun 20, 2016
@TheModMaker TheModMaker self-assigned this Jun 20, 2016
@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@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 type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

3 participants