google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.02k forks source link

AtomParsers. Subtitles 'subt' handler with 'stpp' codec #719

Closed Belozerow closed 9 years ago

Belozerow commented 9 years ago

AtomParsers in parseTrak check the track type for 'vide', 'soun', 'sbtl' and 'text', but not for 'subt' (http://www.mp4ra.org/handler.html#subt).

The same thing with 'sttp' codec in parseStsd (http://www.mp4ra.org/codecs.html)

Is it correct?

ojw28 commented 9 years ago

This is tracked by #689. We have a fix that will add support for subt(type) + stpp(codec) support in the next day or so. We won't be supporting wvtt(codec) in the near future though, since it's a non-trivial amount of work.

ojw28 commented 9 years ago

Please track using #689.