mirror of
https://github.com/androidx/media.git
synced 2025-05-10 00:59:51 +08:00
Merge pull request #6036 from angelrc96:dev-v2
PiperOrigin-RevId: 253228214
This commit is contained in:
commit
da1f3f01fa
@ -19,6 +19,8 @@
|
|||||||
* Add VR player demo.
|
* Add VR player demo.
|
||||||
* Wrap decoder exceptions in a new `DecoderException` class and report as
|
* Wrap decoder exceptions in a new `DecoderException` class and report as
|
||||||
renderer error.
|
renderer error.
|
||||||
|
* Add support for auto-detecting UDP streams in `DefaultDataSource`
|
||||||
|
([#6036](https://github.com/google/ExoPlayer/pull/6036)).
|
||||||
|
|
||||||
### 2.10.2 ###
|
### 2.10.2 ###
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ import java.util.Map;
|
|||||||
* <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
|
* <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
|
||||||
* explicit dependency on ExoPlayer's RTMP extension.
|
* explicit dependency on ExoPlayer's RTMP extension.
|
||||||
* <li>data: For parsing data inlined in the URI as defined in RFC 2397.
|
* <li>data: For parsing data inlined in the URI as defined in RFC 2397.
|
||||||
|
* <li>udp: For fetching data over UDP (e.g. udp://something.com/media).
|
||||||
* <li>http(s): For fetching data over HTTP and HTTPS (e.g. https://www.something.com/media.mp4),
|
* <li>http(s): For fetching data over HTTP and HTTPS (e.g. https://www.something.com/media.mp4),
|
||||||
* if constructed using {@link #DefaultDataSource(Context, String, boolean)}, or any other
|
* if constructed using {@link #DefaultDataSource(Context, String, boolean)}, or any other
|
||||||
* schemes supported by a base data source if constructed using {@link
|
* schemes supported by a base data source if constructed using {@link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user