Page 1 of 1

libvlc Android

Posted: 13 Jun 2016 18:20
by pecana
Hello,
while building libvlc for android i can only choose tag until 2.0.0, is there no way to get libvlc 2.2.3 for android?

Re: libvlc Android

Posted: 14 Jun 2016 09:41
by pecana
Another question,

how to activate hardware acceleration on android libvlc?

Re: libvlc Android

Posted: 15 Jun 2016 15:19
by pecana
Omg.. Is there someone alive ?

Re: libvlc Android

Posted: 28 Jun 2016 10:20
by Jean-Baptiste Kempf
2.0.0 is based on libvlc 3.0

Re: libvlc Android

Posted: 28 Jun 2016 13:22
by pecana
2.0.0 is based on libvlc 3.0
so do I have to use 1.9.8?

Re: libvlc Android

Posted: 28 Jun 2016 14:21
by Jean-Baptiste Kempf
no.

Re: libvlc Android

Posted: 28 Jun 2016 14:47
by pecana
no.
Sorry but I don't understand... Libvlc is current in which version? 2.2.3? 2.2.4? ,3.0.0?

Thank you

Re: libvlc Android

Posted: 28 Jun 2016 17:40
by Jean-Baptiste Kempf
VLC for Android is 2.0.1. Use that release.

Re: libvlc Android

Posted: 29 Jun 2016 09:24
by pecana
VLC for Android is 2.0.1. Use that release.
In debug I get this iformation from the LibVlc

D/VLC: [5dfffc38/0] core libvlc: VLC media player - 3.0.0-git Vetinari
D/VLC: [5dfffc38/0] core libvlc: Copyright © 1996-2016 the VideoLAN team
D/VLC: [5dfffc38/0] core libvlc: revision 2.2.0-git-7754-gd273581

IS thi release correct? or there is a newer one?

Thank you

Re: libvlc Android

Posted: 29 Jun 2016 18:49
by Jean-Baptiste Kempf
That's a bit old, but seems correct.

Re: libvlc Android

Posted: 30 Jun 2016 08:56
by pecana
That's a bit old, but seems correct.
So how can I compile the latest libvlc available?

Thank you

Re: libvlc Android

Posted: 03 Jul 2016 10:38
by Jean-Baptiste Kempf
Using the script of the sample.

Re: libvlc Android

Posted: 04 Jul 2016 08:38
by pecana
Using the script of the sample.
Could you explain it a bit more ? :-)

Thank you

Re: libvlc Android

Posted: 04 Jul 2016 18:19
by Jean-Baptiste Kempf
Using the script of the sample.
Could you explain it a bit more ? :-)

Thank you
Did you clone the sample repository?

Re: libvlc Android

Posted: 05 Jul 2016 08:57
by pecana
Using the script of the sample.
Could you explain it a bit more ? :-)

Thank you
Did you clone the sample repository?
I cloned the android repository : https://code.videolan.org/videolan/vlc-android.git
Is this wrong?

Re: libvlc Android

Posted: 06 Jul 2016 22:41
by Jean-Baptiste Kempf
Yes, I told you to clone the sample repository.

Re: libvlc Android

Posted: 07 Jul 2016 13:13
by pecana
Yes, I told you to clone the sample repository.
Where can i find the sample repository?

Thank you

Re: libvlc Android

Posted: 18 Jul 2016 11:26
by pecana
Yes, I told you to clone the sample repository.
Hello , how can i clone the sample?

Thank you

Re: libvlc Android

Posted: 25 Jul 2016 11:38
by Jean-Baptiste Kempf

Re: libvlc Android

Posted: 02 Aug 2016 09:29
by pecana
Hello, thank you,

i clone it but when compilinglibvlc as you can check the cloned git is the same I used before :-)
Why swithching branch from git will cause compiling error? If i simply clone the repository for android the compile works fine othersie if i try to make
git checkout 2.0.5
and then compile it doesn't work :-(
Didi I miss something after checkout?