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

HLS: Don't expose CEA-608 track when CLOSED-CAPTIONS=NONE #2743

Closed
rileymacdonald opened this issue Apr 27, 2017 · 0 comments
Closed

HLS: Don't expose CEA-608 track when CLOSED-CAPTIONS=NONE #2743

rileymacdonald opened this issue Apr 27, 2017 · 0 comments
Assignees
Labels

Comments

@rileymacdonald
Copy link

I'm upgrading from ExoPlayer r.1.5.9 to r2.2.0. Quick question:

ExoPlayer.EventListener.onTracksChanged() is returning a TrackGroup with a single Format with a sampleMimeType of application/cea-608 during video load. I assume the content I'm loading doesn't have cea608 captions due to the following master.m3u8 response:

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2195000,RESOLUTION=960x540,CODECS="avc1.77.30, mp4a.40.2",CLOSED-CAPTIONS=NONE

What's the best way to verify my video content doesn't have cea608 captions present?

@ojw28 ojw28 changed the title [Question] ExoPlayer.EventListener.onTracksChanged() returns empty CEA-608 track HLS: Don't expose CEA-608 track when CLOSED-CAPTIONS=NONE Apr 28, 2017
@ojw28 ojw28 added the bug label Apr 28, 2017
ojw28 pushed a commit that referenced this issue May 5, 2017
@ojw28 ojw28 closed this as completed May 5, 2017
ojw28 pushed a commit that referenced this issue May 11, 2017
@google google locked and limited conversation to collaborators Sep 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants