Ian Baker

Results 409 comments of Ian Baker

It looks like this recursive `SeekHead` layout might be produced by `mkvtoolnix` (though it could be produced by other muxers too ofc): https://gitlab.com/mbunkus/mkvtoolnix/-/wikis/All-tracks-vanished-after-mkvpropedit,-the-header-or-chapter-editors

> is there any reason why the official android mediaplayer has not added this We just haven't implemented it. If you would like to send a PR to this project...

Thanks for the report. I can reproduce the issue by playing the `01 - Since I Left You.mp3` file in the demo app built from the tip of `main` and...

https://github.com/androidx/media/issues/1563 points out that this is a regression since 1.2.1, and it is (like https://github.com/androidx/media/issues/1376) due to using "constant bitrate seeking" for files with an `Info` frame, instead of the...

Should be fixed by the commit linked above.

I plan to include https://github.com/androidx/media/commit/b09cea9e3a3f9a039b77c6e6db3ee5f450becc50 in 1.4.1 which should be released this month (August). It will also be included in 1.5.0-alpha01, which atm is due to be released towards the...

I tried seeking back and forth using the 'forward 15s' and 'back 5s' buttons in the demo app (built from the tip of the `main` branch) when playing the `Progressive...

> was also just able to reproduce the issue within the demo app. But we speak about the media3 version 1.1.0 and therefore also about the demo app of same...

Please provide media we can use to reproduce this issue. Without this, we can only guess at possible causes of what you're seeing. Please either upload it here or send...

This crash occurs without your second patch, because `CastPlayer` uses `ForwardingSimpleBasePlayer` internally: ``` FATAL EXCEPTION: main (Explain with AI) Process: androidx.media3.demo.session, PID: 19667 java.lang.IllegalArgumentException: isLoading only allowed when not in...