Ian Baker

Results 409 comments of Ian Baker

The fact that this issue only occurs on Android 12 and 'recent' versions of ExoPlayer suggests it might be related to ExoPlayer's use of [aynchronous interaction with `MediaCodec`](https://developer.android.com/reference/android/media/MediaCodec#asynchronous-processing-using-buffers). ExoPlayer 2.16.0+...

ExoPlayer's `StyledPlayerView` (which I assume you're using?) doesn't currently support loading artwork from a URI. It **will** show artwork that is added as bytes via `MediaMetadata.Builder.setArtworkData`. Marking this as an...

@ooyellow58 Please don't repeatedly spam issues demanding they be addressed - I'm afraid it's unlikely to achieve the result you want.

Thanks for reporting - I think this is a result of `OfflineLicenseHelper` constructing a `Looper` internally and passing that as the `playbackLooper` to `DefaultDrmSessionManager#setPlayer`. `DefaultDrmSessionManager` then expects every subsequent interaction...

Closing all PRs on this deprecated project. We are now unable to merge PRs from here. If you would like us to consider this change again please file a new...

> Considering that there are no errors seen in the demo app's logcat, it does not appear that this is a bug, would you agree? If you expect to see...

The method is also present on `DefaultMediaSourceFactory` in the latest release (as I linked above), or on the `main` branch.

Which version of the library did you use to generate the logs/behaviour in https://github.com/androidx/media/issues/1147#issuecomment-1986189636?

ExoPlayer generally only populates fields like codec and bitrate etc on `Format` if they're likely to be useful for track selection decisions. In the case of progressive containers, there's usually...

Sorry for the robot's comment, something meant it didn't see your reply - we're not waiting for additional info.