Ian Baker

Results 409 comments of Ian Baker

Thanks for closing the loop with the extra info @stevemayhew, I've passed it along (or back?) to Amlogic. I'll close this issue since the Chromecast-specific issue is tracked by the...

This looks like a duplicate of https://github.com/google/ExoPlayer/issues/3438. If that issue is fixed it will be fixed in both exoplayer2 and media3. However we don't have current plans to look at...

Please can you provide an unobfuscated stack trace so we can understand exactly what line is throwing the NPE? I couldn't spot [any `WeakReference` usages near to `DefaultAnalyticsCollector` in the...

This looks like it's probably a duplicate of https://github.com/google/ExoPlayer/issues/9408 (i.e. you're seeing issues due to using `FLAG_ENABLE_INDEX_SEEKING` when playing a file where it's not appropriate).

Duplicate of #9408

Similar issues which turned out to be related to various dependency/build problems: https://github.com/google/ExoPlayer/issues/10060 https://github.com/google/ExoPlayer/issues/9704 Based on https://github.com/google/ExoPlayer/issues/9704#issuecomment-975390727 I would suggest checking that you're depending only on the Android Guava variant...

> inputStream does not contain a valid media presentation description This error indicates the DASH manifest is malformed. If you want us to investigate further please provide a link to...

The error codes (in this case `3002`) are documented here: https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/PlaybackException.html

@sebastiangansca I think this isn't possible for IMA in general (and therefore not relevant for this issue), because IMA requests are made by the IMA SDK, not ExoPlayer directly, see...