Ian Baker

Results 409 comments of Ian Baker

As you've pointed out, the equality of `Bundle extras` fields has come up a few times. We have no plans to implement general-purpose equality comparisons for these fields - but...

Updating title and labels to use this to track the idea of allowing apps to provide a custom equality for bundles.

> If I am playing the file on repeat: player.setRepeatMode(Player.REPEAT_MODE_ONE). > > **How can I get ExoPlayer or MediaSessionService to redownload the file from the source?** By default, ExoPlayer will...

> I did notice when tracing the internet traffic through Android Studio that on repeat (when the audio started again) there was no corresponding network traffic. I would expect to...

> Thank you. I'm an idiot, where are you finding that method? https://github.com/androidx/media/blob/d833d59124d795afc146322fe488b2c0d4b9af6a/libraries/datasource/src/main/java/androidx/media3/datasource/DefaultDataSource.java#L248 ---- > However, my audio is ~2min long so you're saying there might a reload of data...

Closing due to inactivity

My guess is that your `http://` URL is redirecting to an `https://` URL ([301 is redirect](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/301)). This 'cross protocol redirect' is not permitted by default by `java.net.HttpURLConnection` , which is...

> I'm guessing this is an issue on my side but i have no clue where to look or how to fix it. I agree with this - it sounds...

Correctly changing the available commands using `ForwardingPlayer` is described here: https://developer.android.com/media/media3/exoplayer/customization#intercepting-method We're aware this is fiddly and error-prone, and we have an internal issue (b/323900817) to experiment with adding a...