diff --git a/docs/_page_fragments/supported-formats-rtsp.md b/docs/_page_fragments/supported-formats-rtsp.md index 9fbac0b77c..c87dd690ff 100644 --- a/docs/_page_fragments/supported-formats-rtsp.md +++ b/docs/_page_fragments/supported-formats-rtsp.md @@ -1,12 +1,11 @@ -ExoPlayer supports streaming both live and on demand RTSP. Listed below are the -supported formats and network types. +ExoPlayer supports both live and on demand RTSP. Supported formats and network +types are listed below. -**Supported Formats** -- H264 -- AAC (with ADTS bitstream) -- AC3 - -**Supported Network types** -- RTP over UDP unicast (multicast is not supported). -- Interleaved RTSP, RTP over RTSP using TCP. +**Supported formats** +* H264 +* AAC (with ADTS bitstream) +* AC3 +**Supported network types** +* RTP over UDP unicast (multicast is not supported) +* Interleaved RTSP, RTP over RTSP using TCP diff --git a/docs/rtsp.md b/docs/rtsp.md index ee3de4f6ad..17c11048d0 100644 --- a/docs/rtsp.md +++ b/docs/rtsp.md @@ -45,7 +45,7 @@ player.prepare(); ~~~ {: .language-java} -## Using RTSP behind NAT ## +## Using RTSP behind a NAT ## ExoPlayer uses UDP as the default protocol for RTP transport.