Commit b68fda03 by andrewlewis Committed by Andrew Lewis

Update release notes to include HLS init segment fix

PiperOrigin-RevId: 234600750
parent 28434cff
Showing with 4 additions and 4 deletions
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
* HLS: * HLS:
* Form an adaptive track group out of audio renditions with matching name. * Form an adaptive track group out of audio renditions with matching name.
* Support encrypted initialization segments
([#5441](https://github.com/google/ExoPlayer/issues/5441)).
* Prevent unnecessary reloads of the initialization segment for reused
extractors.
* `ExtractorMediaSource` renamed to `ProgressiveMediaSource`. * `ExtractorMediaSource` renamed to `ProgressiveMediaSource`.
* Support for playing spherical videos on Daydream. * Support for playing spherical videos on Daydream.
* Improve decoder re-use between playbacks. TODO: Write and link a blog post * Improve decoder re-use between playbacks. TODO: Write and link a blog post
...@@ -79,6 +75,10 @@ ...@@ -79,6 +75,10 @@
possible for ad loading SDKs to calculate ad viewability accurately. possible for ad loading SDKs to calculate ad viewability accurately.
* DASH: Fix issue handling large `EventStream` presentation timestamps * DASH: Fix issue handling large `EventStream` presentation timestamps
([#5490](https://github.com/google/ExoPlayer/issues/5490)). ([#5490](https://github.com/google/ExoPlayer/issues/5490)).
* HLS:
* Prevent unnecessary reloads of initialization segments.
* Support encrypted initialization segments
([#5441](https://github.com/google/ExoPlayer/issues/5441)).
### 2.9.5 ### ### 2.9.5 ###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment