https://github.com/google/ExoPlayer
Raw File
Tip revision: 4dc6108048796aafa407a9f2580b982c2acb8640 authored by Oliver Woodman on 18 October 2019, 21:00:07 UTC
Javadoc 2.10.6
Tip revision: 4dc6108
supported-formats-smoothstreaming.md
ExoPlayer supports SmoothStreaming with the FMP4 container format. Media streams
must be demuxed, meaning that video, audio and text must be defined in distinct
StreamIndex elements in the SmoothStreaming manifest. The contained audio and
video sample formats must also be supported (see the
[sample formats](supported-formats.html#sample-formats) section for details).

| Feature | Supported    | Comment              |
|---------|:------------:|:---------------------|
| **Containers** |||
| FMP4 | YES | Demuxed streams only |
| **Closed captions/subtitles** |||
| TTML | YES | Embedded in FMP4 |
| **Content protection** |||
| PlayReady SL2000 | YES | Android TV only |
back to top