Pankaj Sharma
Pankaj Sharma
In my case when i speed up or down the video i am facing same issue ``` W/DefaultDataSink: Failed to release the muxer. java.lang.IllegalStateException: Failed to stop the muxer at...
You can support caching of video url using this library https://github.com/danikula/AndroidVideoCache Instead of directly sending your video url to exoplayerhelper, send proxy url which comes from above library.
Yes that is in my plan list and also implemented some of the stuff, but need to test and refactor based on new feature.
You can listen for duration and update you view on that callback.
As of now only workaround by @prigaux is working, Is there any fix in library? I am using Retrofit as client in Android app.
@gtatakis There a latest version 2.3 which is available you can try updating the library to 2.3 `implementation 'com.github.pankaj89:PermissionHelper:2.3'` Thanks
@tjuric Is there any update on this?, still we are facing this issue when tapping on notification nothings happens. Device : Redmi9i with Android Version-10 Version : 6.2.0
Facing same issue, I am using `com.google.mlkit:barcode-scanning:17.3.0` and found that `arm64-v8a` and `x86_64` are still **NOT supports** 16 KB Which is mandatory by Play Store in coming months. However `x86`...
> > Facing same issue, I am using `com.google.mlkit:barcode-scanning:17.3.0` and found that `arm64-v8a` and `x86_64` are still **NOT supports** 16 KB Which is mandatory by Play Store in coming months....