media3/docs/_page_fragments/supported-formats-rtsp.md
ibaker d4cb62eb7b Fix RTSP docs and add a missing release note
* Add release note for `RtspMediaSource.Factory.setTimeoutMs()`
* Remove mention of what we don't support (any such list is necessarily non-exhaustive)
* Remove markdown quote character ('>')

PiperOrigin-RevId: 385143574
2021-07-20 08:40:55 +01:00

401 B

ExoPlayer supports both live and on demand RTSP. Supported formats and network types are listed below.

Supported formats

  • H264. The SDP media description must include SPS/PPS data in the fmtp attribute for decoder initialization.
  • AAC (with ADTS bitstream).
  • AC3.

Supported network types

  • RTP over UDP unicast (multicast is not supported).
  • Interleaved RTSP, RTP over RTSP using TCP.