vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.

Results 77 vlc-android-sdk issues
Sort by recently updated
recently updated
newest added

How to override these 'core input', 'http access' and 'transport access' logs when using LibVLC? `[e0caa9d8/bf2] core input: Creating an input for '2075.ts' [e0caa9d8/1077] core input: using timeshift granularity of...

Whenever I call stop() method of MediaPlayer class, the app was freezing in about 20 seconds. This is a bug or I did something wrong?

When call setPosition() but cannot seek to specify position.

Can you write a step by step tutorial on how you build the library? Because I always fail to build the library on my mac when using the instructions in...

When implementing my own event listener for a media player, I found that the heap displays a massive amount of MediaPlayer.Events and VLCObject.EventRunnables. In some cases I see 3,000-8,000 instances...

When media player reach end of video, I call release method like this: ```java public void release() { if (mLibVLC == null) return; final IVLCVout vout = mMediaPlayer.getVLCVout(); vout.removeCallback(this); vout.detachViews();...

I managed to build successfully thanks to this issue: https://github.com/mrmaffen/vlc-android-sdk/issues/63: The lib that I get is **libvlc-3.0.0-2.1.2.aar** and not **2.0.6**. The build process downloads sources instead of using local sources,...

@mrmaffen Can you help me to connect http or rtsp address? My application doesn`t work well in **V2.0.6**.This is my question: ### 1.When I use "videoView.setVideoPath",it run crash: java.lang.UnsatisfiedLinkError: No...