Questions tagged [vlc-android]
66 questions
0
votes
1 answer
Android : How to use VLC without exiting current Activity ? (For background audio)
Presumed : VLC for Android is installed on device and works fine.
Actually I can start VLC with my URL and listen an audio stream with real-time capabilities ( < 1 sec ) with that :
private void startRTSPStreamOnVLC(String ip, String port, String…

J.Jacobs
- 703
- 6
- 17
0
votes
2 answers
make[2]: *** [install-libLTLIBRARIES] Errors while compiling vlc for Android
Recently, I tried to compile vlc for Android and came across this error.
My OS: OS X El Capitan.
Attached below is my compiling log:
Last login: Sat May 7 17:48:07 on ttys000
wedonedeiMac:~ wedone$ cd…

Vancent
- 477
- 5
- 16
0
votes
1 answer
Can't compile VLC android on Windows 10 android studio
I tried to compile the latest code of VLC android on Windows 10 android studio but when tried to open it, it showed the error --
Error: CreateProcess error=2, The system cannot find the file specified.
I have searched the web and found some…

Ram
- 97
- 1
- 1
- 12
0
votes
0 answers
Unable to run vlc-android on simulator/device
I am following the below url link to compile and run vlc-android
https://wiki.videolan.org/AndroidCompile/
I can create the apk via "Generate Signed APK" from Android Studio.
But when I want to run it on the simulator or a connected device I get the…

ashish0072
- 11
- 4
0
votes
1 answer
vlc-android-sdk:3.0.0 not work sample
if they use version 1.0.6 everything goes right, but we targetSdkVersion 23 receive erroare.
in version sdk v 3.0.0 source code does not work. There is a simple sample, VLC sdk v3?
code from 1.0.6 is work , and from 3.0.0 is not work:
mSurfaceView…

diaconu liviu
- 1,032
- 2
- 13
- 30
-2
votes
2 answers
Android libVLC - file path instead of URL error
I am usign Gary example from here.
The only modify is that I load a local video like this:
mMediaUrl = "/storage/emulated/0/MyFolder/20161003_1217.mp4";
and I get the following error:
10-03 12:54:13.588…

ghita
- 2,746
- 7
- 30
- 54