Chowdhury Abdullah Al Mohaymin
Chowdhury Abdullah Al Mohaymin
> Hi, > May I know how you installed the extension? Did you install it only for the current user or for all users? hello @slgobinath I had issues similar...
I'm facing similar issue [Update] the video runs smoothly when it's loaded on webview. but this problem occurs in ExoPlayer.
I used the following workaround: Inside vimeoPlayerView's `addReadyListener()` method, I implemented `onReady()` in the following way: ``` @Override public void onReady(String title, float duration, TextTrack[] textTrackArray) { vimeoPlayerView.seekTo(startAt); Handler handler...
@aadeshsethi I shared my approach to make this library work for Android 11 in #874 . This might not be the best solution but you may take a look.
I think it would be more helpful if this message is added in the readme file.
> > I'm facing similar issue [Update] the video runs smoothly when it's loaded on webview. but this problem occurs in ExoPlayer. > > Are you getting Video Quality Option...