Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d38edcc9
authored
May 12, 2021
by
olly
Committed by
Oliver Woodman
May 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Minor copy edits for RTSP docs
#minor-release PiperOrigin-RevId: 373402932
parent
d608254a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
docs/_page_fragments/supported-formats-rtsp.md
docs/rtsp.md
docs/_page_fragments/supported-formats-rtsp.md
View file @
d38edcc9
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
docs/rtsp.md
View file @
d38edcc9
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment