Could anyone help me get started with developing a simple video player activity to show an RTSP stream in Android? I have found a bunch of different examples, but I think they are outdated because they use methods I am unable to reference. readMedia() is a good example of this. I don't think I have it in my build and I see it referenced a lot.
I have also looked at this example: https://bitbucket.org/edwardcw/libvlc-a ... e/overview, but my LibVLC doesn't seem to include getMediaList(). Are these examples outdated or do I have an incomplete build?
Also, when I get this sorted out, would I use playMRL(string mrl) to start my rtsp stream?
Anything I might be able to use would be very helpful. I can't find much documentation.