Tolriq

Results 240 comments of Tolriq

@christosts @tonihei you both seem to say audio renderer is MediaItem aware but I can't see anything mediaItem related or a way to access it from `MediaCodecAudioRenderer` and `DecoderAudioRenderer`. If...

@christosts Thanks a lot I'll make some tests, Is the `replaceStream` / `onStreamChanged` called before `onOutputFormatChanged` or `drainOutputBuffer()` for ffmpeg decoder? Trying to figure out the proper place to handle...

Yes with https://github.com/androidx/media/pull/594 the metadata is now available at the configure call in the processor. I just need a way to augment the metadata from the media item for the...

So finally started to investigate on this and it seems to work (needs to use `currentMediaPeriodId.periodUid` and not directly the mediaPeriodId) I can access the proper media item before the...

So finally started to investigate on this and it seems to work (needs to use `currentMediaPeriodId.periodUid` and not directly the mediaPeriodId) I can access the proper media item before the...

Glad I subscribed to this thread and discovered the `createMessage` API too. https://developer.android.com/media/media3/exoplayer/listening-to-player-events @tonihei is there a way to keep a reference to the message to change it's `setDeleteAfterDelivery` value...

This is an old user request, but I think as OP the notification and everything should still show the full media value. Just when then user select repeat mode A-B...

Well you migrated the state to KMP. I did not have time to investigate and rolled back, but there's quite a few changes around state save order and the issue...

Bump on this, this is the same kind as https://github.com/androidx/media/issues/1410 or even https://github.com/androidx/media/issues/787 that what had 0 reaction since 2023. This is a big issue for the users.

The quick ugly workaround is to apply ```.windowInsetsPadding(WindowInsets.safeDrawing)``` to the outermost component. Don't really know the architecture of the app.