Ian Baker

Results 409 comments of Ian Baker

> I have a few ideas for addressing this issue, and I'd like to hear your thoughts: > > 1. Increase the sleep duration and make it a user-configurable parameter....

Please can you provide more information: * What version of media3 are you using? * What versions of Android are you testing/observing on? * Please provide screenshots showing what you...

> ### Reproducible in the demo app? > Not tested Please can you test this? It would help us to debug if we know whether it can be reproduced in...

Thanks for the repro app in https://github.com/androidx/media/issues/1237#issuecomment-2049373663. I ran this on a Pixel 7a running `lynx-userdebug AP1A.240405.002` and observed the problematic behaviour shown in your screenshot **nearly** every time (the...

Trying the same video in the main ExoPlayer demo app on the same device + build (`lynx-userdebug UQ1A.240205.002`), I see the 'problematic sequence' in logcat (`surfaceSize(0,0)` near the start, and...

I have filed an issue internally to ask for assistance from the Window Manager team (who own SurfaceView) and Compose folks: b/334901521

I've done a bit more testing on different Android versions. This is on Pixel 7a and Pixel Fold (folded). My observations: * I haven't managed to repro on Android 13...

I've updated the title of this issue to reflect that this isn't specific to `AspectRatioFrameLayout`, and it's more related to `SurfaceView` inside a Compose `AndroidView` on Android 14. With the...

> Test response: "One or more sample lists failed to load" This is coming from here in `SampleChooserActivity` and is likely due to malformed JSON (e.g. the parser is very...

> I suggest you log the `IOException e` that's available there and see if it helps resolve your issue I've just submitted a change that does this, so you can...