From cccb40065c0052b526e9c2ef4d5a4386ab447fa8 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 12 May 2021 18:44:11 +0100 Subject: [PATCH] Minor copy edits for RTSP docs #minor-release PiperOrigin-RevId: 373402932 --- .../_page_fragments/supported-formats-rtsp.md | 19 +++++++++---------- docs/rtsp.md | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) 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.