Minor copy edits for RTSP docs

#minor-release

PiperOrigin-RevId: 373402932
This commit is contained in:
olly 2021-05-12 18:44:11 +01:00 committed by Oliver Woodman
parent ef5a0b6c4d
commit cccb40065c
2 changed files with 10 additions and 11 deletions

View File

@ -1,12 +1,11 @@
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

View File

@ -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.