Vidsta icon indicating copy to clipboard operation
Vidsta copied to clipboard

Easily implementable and customisable Android video player library

Results 12 Vidsta issues
Sort by recently updated
recently updated
newest added

I get this error when trying to sync gradle with your lib. > `Android resource compilation failed > Output: C:\a_projects\my-app-app\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:934: error: inner element must either be a resource reference or...

when mobile is rotating and the video is starting for starting.... i want resume video how to do that

Hello. Can't create object programmatically. What's wrong? final VidstaPlayer videoView = new VidstaPlayer(thisActivityContext); params = new LinearLayout.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, HelpFuncs.getPixelsFromDP(thisActivityContext, 150) ); params.leftMargin = HelpFuncs.getPixelsFromDP(thisActivityContext, 4); params.rightMargin = HelpFuncs.getPixelsFromDP(thisActivityContext, 4); params.topMargin...

Hello, on click of the Fullscreen toggle button, the whole application is going to be in fullscreen, not a video?

Video happens to play only once when first loaded and never again always throwing error callback. The video is loaded over an https resource and happens to play only the...

StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder() .detectLeakedSqlLiteObjects() .detectLeakedClosableObjects() .penaltyLog() .penaltyDeath() .build()); i have error MediaPlayer finalized without being released : sounds like MediaPlayer instance have not .release(); called. Can have a function to call...

How can I prevent user control the player? I want build something like youtube video ad.

like getCurrentPosition and others?

like this: ```java videoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() { @Override public void onPrepared(MediaPlayer mediaPlayer) { mediaPlayer.setScreenOnWhilePlaying(false); } }); ```

show thumbnail(source or url) with loading before starting the video.