media
media copied to clipboard
Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
### Version Media3 1.2.1 ### More version details We added the `PlaybackStatsListener` in our streaming application with several thousand stream playbacks per day. On around 100 sessions per day we...
This bug occurs when using email addresses encoded as the user (i.e: `rtsp://user%40name:[email protected]/foo.mkv`) The solution is simply to use the `getEncodedAuthority` method instead of `getAuthority`. This resolves the issue because...
This merge request addresses a critical issue in the manifest parsing functionality for the multi-period SSAI manifest, specifically related to period transitions. The problem arises from the failure to update...
### Version Media3 1.2.1 ### More version details _No response_ ### Devices that reproduce the issue Reproducible on any device ### Devices that do not reproduce the issue _No response_...
This is a first pass at what we talked about in issue https://github.com/androidx/media/issues/1001 * added the wrapper class `KeyLoadInfo` to embody the requests required to fetch the key * added...
### Version ExoPlayer 2.17.1 ### More version details Code is taken from https://github.com/google/ExoPlayer/releases/tag/r2.17.1 ### Devices that reproduce the issue Android TV OnePlus Android v9 ### Devices that do not reproduce...
### Version Media3 1.2.1 ### More version details media3 version 1.2.1 all other latest dependencies ### Devices that reproduce the issue tab ### Devices that do not reproduce the issue...
### Version Media3 1.2.1 ### More version details _No response_ ### Devices that reproduce the issue xiaomi 12, Android 13, MIUI Global 14.0.8 https://www.mi.com/ru/product/xiaomi-12/ ### Devices that do not reproduce...
### Version Media3 1.2.0 ### More version details _No response_ ### Devices that reproduce the issue Samsung S20 FE 5G ### Devices that do not reproduce the issue _No response_...
Thank you for the excellent work on the transformer! I've learned a lot by reading your code. ### Use case description At the moment, we can only [rotate overlays around...