vlc-android-sdk
vlc-android-sdk copied to clipboard
VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
As far as I can see from libvlc sources 2.1.0 and 2.1.1 versions are already there: https://code.videolan.org/videolan/vlc-android/tree/2.1.1/libvlc/src/org/videolan/libvlc It will be superb if you follow up them with this project :)
I am wondering if I can play media file via playMRL()? for example try { mLibVLC = new LibVLC(); mLibVLC.setAout(mLibVLC.AOUT_AUDIOTRACK); mLibVLC.setVout(mLibVLC.VOUT_ANDROID_SURFACE); mLibVLC.setHardwareAcceleration(LibVLC.HW_ACCELERATION_FULL); mLibVLC.init(getApplicationContext()); } catch (LibVlcException e){ Log.e(TAG, e.toString()); }...
Hi, is the Snapshot feature added in this new library. is that can be usable from the vlc-Android lib.?
I am getting following exception, when i try to build. Please help me to debug this issue * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compileVlcArmv7a'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)...
can I ask help in building manually, I tried to manually compile the vlc which I pull from there repo `git clone https://code.videolan.org/videolan/vlc-android.git` when i tried to build in the...
Is there a way to load external subtitles from a srt file or into another format ...?
I tried to compile the vlc lib using your script because it's almost impossible to compie using the instructions in vlc page (https://wiki.videolan.org/AndroidCompile/) The problem is that the same erros...