Brian Wernick
Brian Wernick
@aarongrider, The ExoPlayer doesn't inform us of Buffering updates which is why the `OnBufferingUpdateListener` is not called, nor is it related because this is a feature request not a bug...
@kashifandroiddev no, this hasn't been added yet (otherwise the request would have been closed)
@appyo While you can register that listener it doesn't provide quite the functionality this addresses. The `STATE_BUFFERING` represents a fairly short cache of the video, on slow internet connections this...
I'm still planning on adding the functionality; it's actually one of the main tasks for the 5.0 release. However I don't know how soon I'll be able to get to...
There are two parts to this request: 1. Improving the existing functionality to show loading while buffering when playback catches up to the buffer. 2. Adding the capabilities to track...
I'll look in to this soon, I'm not sure at the moment if it's a demo app bug or a library bug.
We are seeing this as well with sdk version `3.10.0` ###### Logcat ``` W/art: Attempt to remove non-JNI local reference, dumping thread W/cr_BindingManager: Cannot call determinedVisibility() - never saw a...
You can add network request headers through a custom `DataSourceFactoryProvider` similar to how the demo apps [`OkHttpDataSourceFactoryProvider`](https://github.com/brianwernick/ExoMedia/blob/master/demo/src/main/kotlin/com/devbrackets/android/exomediademo/util/OkHttpDataSourceFactoryProvider.kt) provides an OKHttp `DataSourceFactory`