Questions tagged [vlc-android]
66 questions
0
votes
0 answers
LibVLCSharp MediaPlayer marquee text for audio files?
I've been messing around with LibVLCSharp and noticed that there is an option to display text when using the MediaPlayer. You can do this with SetMarqueeString (To set the text) and SetMarqueeInt (To enable the text to be shown).
This works great on…

Bobloblaw9714601912
- 25
- 3
0
votes
1 answer
Build libVLC for Android - make libxml2 error 77
command to build:
buildsystem/compile.sh -l -a all -r
last logs:
configure: WARNING: unrecognized options: --with-minimal checking
whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu…

user924
- 8,146
- 7
- 57
- 139
0
votes
1 answer
How to build VLC for Android project in android studio?
I am following this wiki: https://wiki.videolan.org/AndroidCompile/ to build libvlc native library for android. So far I have been able to compile and build apk using compile.sh which is described on the wiki. Now I am trying to build and run the…

WS Ayan
- 451
- 4
- 9
0
votes
1 answer
Is libvlc in Java complete as libvlc in C?
I want to develop an Android program on Android platform,and I also compile some libs(eg. libvlc.so,libvlcjni.so……).
But after I built these libs,I also find some Java codes,a package named libvlc,which is written in Java. I've read some of the…

Chris.Jiang
- 35
- 6
0
votes
1 answer
Setting dynamically program ID (sid) to LibVLC in Android
In my Android app, I use libvlc 3.1.1 to read DVB stream.
So I build my LibVLC specifying arguments, I build the MediaPlayer and I build the Media from an URI corresponding to my DVB stream.
That is working. Now I would like to set the SID…

Thibaut
- 45
- 7
0
votes
0 answers
Using vlc player in xamarin.android project
use LibVLCSharp in my project cause the video pixeled and grey screen
I tried to add file-caching=1500 to media player with no success and you can see my code below
this.VideoPath = extras.GetString(INTENT_KEY_PARAM_VIDEO_PATH);
…

AAHN
- 381
- 1
- 4
- 18
0
votes
1 answer
How to pass http headers to VLC player Intent?
I want to play a video stream with HTTP request headers via Intent in VLC player (VLC for Android).
I'm using the following code to play normal streams:
Intent intent = new Intent(Intent.ACTION_VIEW);
Uri videoUri =…

Zakaria Boukaddouss
- 589
- 10
- 25
0
votes
0 answers
libvlc .sdp playback error
I want to play video on vlc player on Android.
The options I gave
--aout = opensles
--audio-time-stretch
I gave it to -vvv.
Below is an error.
D/VLC: [9c77b030/1bab] core input: `file:///storage/emulated/0/aber.sdp'
gives access `file' demux `any'…

NGMong
- 21
- 3
0
votes
2 answers
Using Gradle flavors on vlc-android-sdk
In my app I'm using "de.mrmaffen:vlc-android-sdk:2.0.6" library and it's taking much storage but I can't find a smaller alternative.
So I decided as CommonsWare mentioned to use splits or product flavors but I can't get it to work.
I tried to follow…

Zacktamondo
- 1,891
- 3
- 17
- 33
0
votes
0 answers
VLC for Android build failed in Ubuntu 16.04.2
I try to build VLC for Android according to this manual: https://wiki.videolan.org/AndroidCompile/ but I have failed something. I newbie in Linux, so I don't understand what is going wrong.
I'm using latest Android SDK and NDK r14b (with latest r15b…

Volodymyr Riznyk
- 11
- 2
0
votes
1 answer
implict declaration of function - vlc android
i want to compile the android version of vlc player but in progress i have two error as follow :
../../src/misc/block.c:315:5: error: implicit declaration of function 'shmdt' is invalid in C99…

Arash Hatami
- 5,297
- 5
- 39
- 59
0
votes
1 answer
How to play iptv channel using VLC player instead max player?
I have referred https://github.com/AlexanderSofronov/iptv.example for implementing iptv channels which is working fine, but it plays video using max player. But I want to play iptv channel using VLC player in application.
How can I integrate VLC…

Nitesh Rathod
- 368
- 3
- 15
0
votes
2 answers
libvlc git clone 2.0.6
I need libvlc 2.0.6 but when I clone the link bellow and compile I get libvlc-3.0.0-2.1.2.aar.
Is it possible to target a specific version when cloning git ?
git url: https://code.videolan.org/videolan/vlc-android.git

RonTLV
- 2,376
- 2
- 24
- 38
0
votes
1 answer
build vlc player ../src/parser/Task.h:28:10: fatal error: 'vlcpp/vlc.hpp' file not found
I follow this guidance for cloning and build vlc media player.
but when I run
sh compile.sh -a armeabi-v7a
I get this error message in terminal
Entering directory…

max
- 5,963
- 12
- 49
- 80
0
votes
1 answer
How could I get the current time of the currently played video? from VLC Player for Android
Let's say I'm playing a video on VLC player for Android [Img].
And at any point while watching it I could trigger a script that should get the value of the current time [Img] to append it to a text file. How could I get the current time of the…

Omar
- 6,681
- 5
- 21
- 36