Commit d38edcc9 by olly Committed by Oliver Woodman

Minor copy edits for RTSP docs

#minor-release

PiperOrigin-RevId: 373402932
parent d608254a
ExoPlayer supports streaming both live and on demand RTSP. Listed below are the ExoPlayer supports both live and on demand RTSP. Supported formats and network
supported formats and network types. types are listed below.
**Supported Formats** **Supported formats**
- H264 * H264
- AAC (with ADTS bitstream) * AAC (with ADTS bitstream)
- AC3 * AC3
**Supported Network types**
- RTP over UDP unicast (multicast is not supported).
- Interleaved RTSP, RTP over RTSP using TCP.
**Supported network types**
* RTP over UDP unicast (multicast is not supported)
* Interleaved RTSP, RTP over RTSP using TCP
...@@ -45,7 +45,7 @@ player.prepare(); ...@@ -45,7 +45,7 @@ player.prepare();
~~~ ~~~
{: .language-java} {: .language-java}
## Using RTSP behind NAT ## ## Using RTSP behind a NAT ##
ExoPlayer uses UDP as the default protocol for RTP transport. ExoPlayer uses UDP as the default protocol for RTP transport.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment