Is there a way to embed VLC media player to Android Application? I have several issues:
1) I have a video streaming Camera (from RTSP) and I cannot play its stream o
Maruku has given a great answer.
In addition, if you don't want to compile libVLC on your own machine, mrmaffen has kindly thrown it up onto maven central. So in your .gradle file include
compile "de.mrmaffen:vlc-android-sdk:1.9.8"
Keep in mind that LibVLC may not be 100% updated because you aren't compiling the source yourself.
More info can be found here on GitHub