• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ExoPlayer supports both live and on demand RTSP. Supported sample formats and
2network types are listed below.
3
4### Supported sample formats ###
5
6* H264 (the SDP media description must include SPS/PPS data in the fmtp
7  attribute for decoder initialization).
8* AAC (with ADTS bitstream).
9* AC3.
10
11Please comment on [this issue](https://github.com/google/ExoPlayer/issues/9210)
12to request support for additional sample formats.
13{:.info}
14
15### Supported network types ###
16
17* RTP over UDP unicast (multicast is not supported).
18* Interleaved RTSP, RTP over RTSP using TCP.
19