You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I'm upgrading from ExoPlayer
r.1.5.9
tor2.2.0
. Quick question:ExoPlayer.EventListener.onTracksChanged()
is returning aTrackGroup
with a singleFormat
with asampleMimeType
ofapplication/cea-608
during video load. I assume the content I'm loading doesn't havecea608
captions due to the following master.m3u8 response:What's the best way to verify my video content doesn't have
cea608
captions present?The text was updated successfully, but these errors were encountered: