Page 1 of 1

VLC Android - which version to use????

Posted: 17 Jun 2016 03:23
by dreadLocks
Hello,

I'm writing ANDROID app and I want to embed the VLC player in my app.

I need the function "libvlc_media_new_callbacks" that is in vlc "3.0.0" to stream mp3 to vlc from RAM.

1. Which version of the android vlc is that function in?
I know its in vlc "3.0.0" but i dont see a version "3.0.0" for android
"libvlc_media_new_callbacks"

2. On the vlc nightly builds site there seems to be VLC for android for 4 different processors.
http://nightlies.videolan.org/
I thought JAVA was processor independent?
How do I know which processor to use from the nightly builds list
And, which one contains the new function i need for streaming to VLC from memory
"libvlc_media_new_callbacks"

Thanks

Re: VLC Android - which version to use????

Posted: 19 Jun 2016 05:28
by cinephile
I personally use 2.3.6, but you could probably get away with 3.0 as well. Sorry if that wasn't too helpful.