ExoPlayer requires text track duration not to be shorter than video/audio duration #356
Labels
type: enhancement
New feature or request
type: external
An issue with an external dependency; not our issue; sometimes kept open for tracking
Milestone
See google/ExoPlayer#3317 and google/ExoPlayer#4029, ExoPlayer (v2.6.1) calculates media duration from the shortest Representation. So if text tracks end early, ExoPlayer won't play all the way to the end of the media.
We need to pad subtitle tracks with empty chunks, extending them to match with video duration. That is not required by DASH spec, but it is the only way to make it work on ExoPlayer.
The text was updated successfully, but these errors were encountered: