forked from google/ExoPlayer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-v2' of https://github.com/google/ExoPlayer into dev-v2
- Loading branch information
Showing
271 changed files
with
4,458 additions
and
31,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
ExoPlayer supports both live and on demand RTSP. Supported formats and network | ||
types are listed below. | ||
ExoPlayer supports both live and on demand RTSP. Supported sample formats and | ||
network types are listed below. | ||
|
||
**Supported formats** | ||
* H264. The SDP media description must include SPS/PPS data in the fmtp | ||
attribute for decoder initialization. | ||
### Supported sample formats ### | ||
|
||
* H264 (the SDP media description must include SPS/PPS data in the fmtp | ||
attribute for decoder initialization). | ||
* AAC (with ADTS bitstream). | ||
* AC3. | ||
|
||
**Supported network types** | ||
Please comment on [this issue](https://github.com/google/ExoPlayer/issues/9210) | ||
to request support for additional sample formats. | ||
{:.info} | ||
|
||
### Supported network types ### | ||
|
||
* RTP over UDP unicast (multicast is not supported). | ||
* Interleaved RTSP, RTP over RTSP using TCP. | ||
|
||
> Playback of RTP streams is not supported. |
Oops, something went wrong.