Ian Baker

Results 409 comments of Ian Baker

Thanks for the extra detail and repro steps - @tianyif PTAL

If you add an `EventLogger`, do you see any information about the video tracks in logcat? e.g. they may be shown as `supported=NO_UNSUPPORTED_DRM`

https://github.com/google/ExoPlayer/issues/9479 was closed as 'bad media'. I'm afraid we are unlikely to consider a PR that changes the library behaviour to support invalid media. Please open a new issue on...

Thanks for the feature request. I just scanned through the spec and, given ExoPlayer generally uses proportional fonts (and so doesn't really have a concept of 'columns' as used in...

> I can not reproduce it with the old ExoPlayer 2.19.1, before media3. Please can you either try with media3 1.3.1 or with legacy subtitle enabled on 1.6.1: On `DefaultMediaSourceFactory`...

Thanks for checking - please can you provide us with media we can use to reproduce the issue? Please either upload it here or send it to [email protected] with the...

If you'd like us to investigate I'm afraid you need to provide repro media. Otherwise we're just guessing, which isn't a good use of our time I'm afraid. If you...

This is due to the new subtitle handling using `ProgressiveMediaPeriod` rather than `SingleSampleMediaPeriod`, and the different implementations of `MediaPeriod.prepare` these two classes have. `SingleSampleMediaPeriod` does nothing in its `prepare` method:...

> It seems that Media3 1.7.0 has been pushed instead of 1.7.0-alpha01: https://maven.google.com/web/index.html#androidx.media3:media3-cast:1.7.0 Thanks for flagging this, tracking it with https://github.com/androidx/media/issues/2433