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

fix: filter out unsupported subtitles for dash #962

Merged
merged 10 commits into from
Dec 4, 2020
Merged

Conversation

brandonocasey
Copy link
Contributor

@brandonocasey brandonocasey commented Sep 29, 2020

Description

In the newest version of mpd-parser 0.13.0 we added support for exposing subtitle codecs so that we could filter out any that we do not support. For now I have it filtering out all subtitles that have codecs, but we may want to exclude only known codecs. This behavior can be seen with Tears of Steal - Widevine (Unified Streaming) as the subs there are stpp.ttml.im1t

Depends upon updates in:

src/media-groups.js Outdated Show resolved Hide resolved
src/media-groups.js Outdated Show resolved Hide resolved
@brandonocasey
Copy link
Contributor Author

I reworked this pull request to work for dash/hls using more standard functions in master-playlist-controller. This pull request now depends upon: videojs/vhs-utils#19

@gkatsev
Copy link
Member

gkatsev commented Nov 17, 2020

I think this needs to be rebased

@gkatsev gkatsev added this to the 2.4 milestone Nov 17, 2020
@gkatsev
Copy link
Member

gkatsev commented Dec 1, 2020

Looks like this needs an update to mpd-parser?

@gkatsev gkatsev merged commit 124834a into main Dec 4, 2020
@gkatsev gkatsev deleted the fix/unsupported-subs branch December 4, 2020 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants