Ian Baker

Results 409 comments of Ian Baker

> please can you file a new issue with content we can use to repro the issue in the demo app and we can take a look.

Please reproduce the issue, run `adb bugreport` and email the zip file produced to [email protected] with subject `Issue #2605` - then update this issue when you've done this.

@rrfrias PTAL and see if you can determine anything from the logcat snippet above.

> 1. In response to your request, call to provideKeyResponse is managed deep within the media framework and is not directly exposed at our application layer. > Could you please...

I agree with Marc, the problem is not lack of info from `DataSource` [1], it is the combination of the two constraints he described: 1. ExoPlayer needs to use a...

I tried modifying the ExoPlayer demo app to only depend on `Mp3Extractor` by making changes very similar to the code in https://github.com/androidx/media/issues/2863#issue-3551226416. Roughly: ```java ExoPlayer exoplayer = new ExoPlayer.Builder( this,...

Please provide the code you're using to configure ExoPlayer for this clearkey playback. Please note the points in https://github.com/androidx/media/issues/777#issuecomment-1785029747 about how to encode the key and key ID into the...

In your MPD files I see you include `pssh` boxes for the widevine and playready `` nodes, but there is no clearkey node (I would expect it to have `schemeIdUri="urn:uuid:e2719d58-a985-b3c9-781a-b030af78d30e"`)....

I looked at `01 - Ring Ring.ogg`. ExoPlayer is failing to play this because it is not recognized by our `OggExtractor`. This is because the stream is not recognized as...

> btw small question, if ogg sniffing returns false internally, why not instead assign ffmpeg extension to deal with the file? The ExoPlayer FFmpeg extension only provides decoding support, not...