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

Subtitles track with same lang bug #2287

Conversation

nicosang
Copy link
Contributor

Hi,

this PR has to solve issues about subtitles.

  • A subtitle track may have same kind, label and lang but a different format (vtt, ttml, etc...). We have to be able to distinguish both tracks.

  • When text track switch occurs, all cues are deleted but executedRequests array was not cleaned. So, when the user seeked back, subtitles was not downloaded again.

Both issues can be reproduced with the stream https://media.axprod.net/TestVectors/v8-MultiContent/Clear/Manifest.mpd. The default text track didn't show due to first issue. Change text track selection and seek back in order to see second issue.

Nico

@epiclabsDASH epiclabsDASH added this to the v2.6.4 milestone Nov 13, 2017
@epiclabsDASH epiclabsDASH merged commit b339b2a into Dash-Industry-Forum:development Nov 16, 2017
@nicosang nicosang deleted the subtitlesTrackWithSameLangBug branch November 20, 2017 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants