Page 1 of 1

Source code

Posted: 03 Dec 2012 18:58
by VirMarGu
Hi,
I am implementing an Android application in which use VLC for playing videos.

I need to analyze the source code of VLC for Android.

I have checked this page http://download.videolan.org/pub/vlc/ and see that the code is available for Windows, Mac, Debian ... but can not find the code for Android.

Could you give me a link to the latest version of the code for Android?

Thanks

Re: Source code

Posted: 03 Dec 2012 21:10
by edwardw
You can check it out yourself from the Git: http://git.videolan.org/?p=vlc-ports/an ... ;a=summary

Re: Source code

Posted: 06 Dec 2012 06:31
by nishant1234
http://git.videolan.org/?p=vlc-ports/an ... ;a=summary I think this website is useful

Re: Source code

Posted: 10 Dec 2012 15:50
by VirMarGu
Thanks for the replies.
I use Windows, but using git console and following the tutorial http://wiki.videolan.org/AndroidCompile (which is for Linux), I got a project in Eclipse. Unfortunately, this project has errors.

Although I have downloaded the NDK version 8 on my computer, the console tells me I need NDKv7 or later.

Is it possible to get the source code of VLC for Android on Windows? You could provide me a link to a guide or tutorial that shows the steps.

Thanks

Re: Source code

Posted: 11 Dec 2012 21:22
by edwardw
Is it possible to get the source code of VLC for Android on Windows? You could provide me a link to a guide or tutorial that shows the steps.
I think that "You MUST be on Linux, and a recent one" as written in the documentation is pretty clear.