-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9212 from google/dev-v2-r2.14.2
r2.14.2
- Loading branch information
Showing
287 changed files
with
4,865 additions
and
31,277 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +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 | ||
* AAC (with ADTS bitstream) | ||
* AC3 | ||
### Supported sample formats ### | ||
|
||
**Supported network types** | ||
* RTP over UDP unicast (multicast is not supported) | ||
* Interleaved RTSP, RTP over RTSP using TCP | ||
* H264 (the SDP media description must include SPS/PPS data in the fmtp | ||
attribute for decoder initialization). | ||
* AAC (with ADTS bitstream). | ||
* AC3. | ||
|
||
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. |
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
Oops, something went wrong.