I have built vlc-android app following the HOWTO instructions and tried to use it with Axis camera producing H.264 video stream via RTSP protocol. vlc-android wouldn't open the stream - says "no access module matched "rtsp". Apparently, access_realrtsp tried to open it, but it works only for real/helix rtsp streams. The regular (desktop) VLC plays the same stream with no problem, using access_demux module "live555". How to make vlc_android to do the same? What is missing in the build scripts? I did not alter them, so it is exactly as in the git.
Please advise,
Vladimir