Ian Baker

Results 409 comments of Ian Baker

If the position is coming from the source media, and you want to override it, `bottomPaddingFraction` won't work (because it only applies to cues with an "unset" vertical position (which...

Closing because I think the question has been answered.

Please can you try with `SurfaceView`? Using `TextureView` is generally discouraged and `SurfaceView` is preferred where possible.

I can't find a `SampleQueueMappingException` in the provided BR. The only ExoPlayer error I can see happened when the player was already being released: ``` 08-13 16:35:04.333 10029 19897 19897...

Please can you provide us with the MP3 file that causes this issue? Please either upload it here or send it to [email protected] with the subject `Issue #1563`. Please also...

Thanks for providing the media, this looks like a duplicate of https://github.com/androidx/media/issues/1480

Please see https://github.com/androidx/media/issues/1480#issuecomment-2269215165

Thanks for sharing the media. This file is CBR but contains non-MP3 data at the end of the file after byte `9268060` (the end of the last MP3 packet [1])....

The commit above resolves the crash, instead playback jumps suddenly to the end when it encounters enough non-MP3 data. This means the duration of files like this is still shown...

> My main concern is about DrmSessionManagerProvider.setDrmHttpDataSourceFactory + MediaSourceFactory.setDataSourceFactory, maybe there are other entry points. Can you please add a bit more concrete info on how Ktor would resolve this?...