mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Pull HLS audio transition fix into 2.10.5
PiperOrigin-RevId: 270327562
This commit is contained in:
parent
216f74ecc7
commit
1feb03db2d
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
### dev-v2 (not yet released) ###
|
||||
|
||||
* Fix transitions between packed audio and non-packed audio segments in HLS
|
||||
([#6444](https://github.com/google/ExoPlayer/issues/6444)).
|
||||
* DASH: Support negative @r values in segment timelines
|
||||
([#1787](https://github.com/google/ExoPlayer/issues/1787)).
|
||||
* Add `allowedCapturePolicy` field to `AudioAttributes` wrapper to allow to
|
||||
|
|
@ -88,6 +86,8 @@
|
|||
* Support unwrapping of nested metadata (e.g. ID3 and SCTE-35 in EMSG).
|
||||
* Add `HttpDataSource.getResponseCode` to provide the status code associated
|
||||
with the most recent HTTP response.
|
||||
* Fix transitions between packed audio and non-packed audio segments in HLS
|
||||
([#6444](https://github.com/google/ExoPlayer/issues/6444)).
|
||||
* Fix issue where a request would be retried after encountering an error, even
|
||||
though the `LoadErrorHandlingPolicy` classified the error as fatal.
|
||||
* Fix initialization data handling for FLAC in MP4
|
||||
|
|
|
|||
Loading…
Reference in a new issue