mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Minor copy edits for RTSP docs
#minor-release PiperOrigin-RevId: 373402932
This commit is contained in:
parent
ef5a0b6c4d
commit
cccb40065c
2 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue