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
373855b3
authored
May 11, 2021
by
claincly
Committed by
Oliver Woodman
May 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add dev guide for RTSP.
#minor-release PiperOrigin-RevId: 373173075
parent
ef61fa52
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
0 deletions
docs/_data/navigation.yml
docs/_page_fragments/supported-formats-rtsp.md
docs/media-sources.md
docs/supported-formats.md
docs/_data/navigation.yml
View file @
373855b3
...
...
@@ -59,6 +59,8 @@ en:
url
:
smoothstreaming.html
-
title
:
Progressive
url
:
progressive.html
-
title
:
RTSP
url
:
rtsp.html
-
title
:
Advanced topics
children
:
-
title
:
Digital rights management
...
...
docs/_page_fragments/supported-formats-rtsp.md
0 → 100644
View file @
373855b3
ExoPlayer supports streaming both live and on demand RTSP. Listed below are the
supported formats and network types.
**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.
docs/media-sources.md
View file @
373855b3
...
...
@@ -15,6 +15,7 @@ instances of the following content `MediaSource` implementations:
*
`SsMediaSource`
for
[
SmoothStreaming
][]
.
*
`HlsMediaSource`
for
[
HLS
][]
.
*
`ProgressiveMediaSource`
for
[
regular media files
][]
.
*
`RtspMediaSource`
for
[
RTSP
][]
.
`DefaultMediaSourceFactory`
can also create more complex media sources depending
on the properties of the corresponding media items. This is described in more
...
...
docs/supported-formats.md
View file @
373855b3
...
...
@@ -41,6 +41,10 @@ and HDR video playback.
{% include_relative _page_fragments/supported-formats-progressive.md %}
## RTSP ##
{% include_relative _page_fragments/supported-formats-rtsp.md %}
## Sample formats ##
By default ExoPlayer uses Android's platform decoders. Hence the supported
...
...
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