|
1 | 1 | # Release notes |
2 | 2 |
|
| 3 | +### 1.0.1 (2023-04-18) |
| 4 | + |
| 5 | +This release corresponds to the |
| 6 | +[ExoPlayer 2.18.6 release](https://github.com/google/ExoPlayer/releases/tag/r2.18.6). |
| 7 | + |
| 8 | +* Core library: |
| 9 | + * Reset target live stream override when seeking to default position |
| 10 | + ([#11051](https://github.com/google/ExoPlayer/pull/11051)). |
| 11 | + * Fix bug where empty sample streams in the media could cause playback to |
| 12 | + be stuck. |
| 13 | +* Session: |
| 14 | + * Fix bug where multiple identical queue items published by a legacy |
| 15 | + `MediaSessionCompat` result in an exception in `MediaController` |
| 16 | + ([#290](https://github.com/androidx/media/issues/290)). |
| 17 | + * Add missing forwarding of `MediaSession.broadcastCustomCommand` to the |
| 18 | + legacy `MediaControllerCompat.Callback.onSessionEvent` |
| 19 | + ([#293](https://github.com/androidx/media/issues/293)). |
| 20 | + * Fix bug where calling `MediaSession.setPlayer` doesn't update the |
| 21 | + available commands. |
| 22 | + * Fix issue that `TrackSelectionOverride` instances sent from a |
| 23 | + `MediaController` are ignored if they reference a group with |
| 24 | + `Format.metadata` |
| 25 | + ([#296](https://github.com/androidx/media/issues/296)). |
| 26 | + * Fix issue where `Player.COMMAND_GET_CURRENT_MEDIA_ITEM` needs to be |
| 27 | + available to access metadata via the legacy `MediaSessionCompat`. |
| 28 | + * Fix issue where `MediaSession` instances on a background thread cause |
| 29 | + crashes when used in `MediaSessionService` |
| 30 | + ([#318](https://github.com/androidx/media/issues/318)). |
| 31 | + * Fix issue where a media button receiver was declared by the library |
| 32 | + without the app having intended this |
| 33 | + ([#314](https://github.com/androidx/media/issues/314)). |
| 34 | +* DASH: |
| 35 | + * Fix handling of empty segment timelines |
| 36 | + ([#11014](https://github.com/google/ExoPlayer/issues/11014)). |
| 37 | +* RTSP: |
| 38 | + * Retry with TCP if RTSP Setup with UDP fails with RTSP Error 461 |
| 39 | + UnsupportedTransport |
| 40 | + ([#11069](https://github.com/google/ExoPlayer/issues/11069)). |
| 41 | + |
3 | 42 | ### 1.0.0 (2023-03-22) |
4 | 43 |
|
5 | 44 | This release corresponds to the |
|
0 commit comments