Ian Baker
Ian Baker
I'm going to send this for internal review now. You may see some more commits being added as I make changes in response to review feedback. Please refrain from pushing...
ExoPlayer doesn't generally claim to support **all** features covered by specific profiles of versions of specifications, preferring instead to focus on implementing support for the features that are most demanded...
I think in its current form this stops calling any existing implementations of `AnalyticsListener.onLoadStarted(EventTime, LoadEventInfo, MediaLoadData)` (the one that's now deprecated). I checked this by adding some logging locally to...
> * You will email the zip file produced by `adb bugreport` to [[email protected]](mailto:[email protected]) after filing this issue. Please do this part. We got the media link, but not the...
> Unfortunately, we do not have access to the user's device Unfortunately, neither do we. ----- > we are unable to reproduce the issue on our end to generate a...
> However I an unable to test the webview text, so I added what I think will work. Why is this? You should be able to enable it in any...
> I have the opposite problem @colorgold: i suggest you file a new issue, to avoid this one getting too confusing, since you might need an opposite resolution for an...
The commit linked above makes ExoPlayer behave like VLC - so these videos are now the right way up, but still incorrectly mirrored in the y-axis. Resolving the mirroring issue...
Note that `FileNotFoundException` can mean that your app doesn't have access to the file in question (i.e. it might exist if you look with `adb shell ls`). More info about...
> I have added all the permissions in my manifest file. None of the code you have posted shows you requesting runtime storage permissions, which is required for 'dangerous' permissions...