mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Move DASH multiple base URL release note
The release note was put under 2.14.2 but the feature is released in 2.15.0. #minor-release PiperOrigin-RevId: 390093836
This commit is contained in:
parent
10b4e10f43
commit
c57bfcee93
@ -101,6 +101,12 @@
|
|||||||
available commands.
|
available commands.
|
||||||
* Update `DefaultControlDispatcher` `getRewindIncrementMs` and
|
* Update `DefaultControlDispatcher` `getRewindIncrementMs` and
|
||||||
`getFastForwardIncrementMs` to take the player as parameter.
|
`getFastForwardIncrementMs` to take the player as parameter.
|
||||||
|
* DASH:
|
||||||
|
* Add support for multiple base URLs and DVB attributes in the manifest.
|
||||||
|
Apps that are using `DefaultLoadErrorHandlingPolicy` with such manifests
|
||||||
|
have base URL fallback automatically enabled
|
||||||
|
([#771](https://github.com/google/ExoPlayer/issues/771),
|
||||||
|
[#7654](https://github.com/google/ExoPlayer/issues/7654)).
|
||||||
* HLS:
|
* HLS:
|
||||||
* Fix issue that could cause some playbacks to be stuck buffering
|
* Fix issue that could cause some playbacks to be stuck buffering
|
||||||
([#8850](https://github.com/google/ExoPlayer/issues/8850),
|
([#8850](https://github.com/google/ExoPlayer/issues/8850),
|
||||||
@ -193,12 +199,6 @@
|
|||||||
([#9158](https://github.com/google/ExoPlayer/issues/9158)).
|
([#9158](https://github.com/google/ExoPlayer/issues/9158)).
|
||||||
* Fix issue around TS synchronization when reading a file's duration
|
* Fix issue around TS synchronization when reading a file's duration
|
||||||
([#9100](https://github.com/google/ExoPlayer/pull/9100)).
|
([#9100](https://github.com/google/ExoPlayer/pull/9100)).
|
||||||
* DASH:
|
|
||||||
* Add support for multiple base URLs and DVB attributes in the manifest.
|
|
||||||
Apps that are using `DefaultLoadErrorHandlingPolicy` with such manifests
|
|
||||||
have base URL fallback automatically enabled
|
|
||||||
([#771](https://github.com/google/ExoPlayer/issues/771),
|
|
||||||
[#7654](https://github.com/google/ExoPlayer/issues/7654)).
|
|
||||||
* HLS:
|
* HLS:
|
||||||
* Fix issue where playback of a live event could become stuck rather than
|
* Fix issue where playback of a live event could become stuck rather than
|
||||||
transitioning to `STATE_ENDED` when the event ends
|
transitioning to `STATE_ENDED` when the event ends
|
||||||
|
Loading…
x
Reference in New Issue
Block a user