I have successfully built and ran vlc-android - many thanks to all developers who made this possible!
I ran it with RTSP video source and found that it uses buffering of about 1200 ms for the video stream - too much for my application. In the desktop VLC I can pass the command line option like :rtsp-caching=<integer> after the data source URL and it does what I want. When I do the same in vlc-android it wouldn't play the stream, considering the option as a part of media file name. When I look at LogCat debug stream, I see the indication that it loads some default options from "configure" file. How to add options to that file? It is apparently a part of NDK-built libvlcjni.so shared library. Or may be there is some other way to pass an option to vlc-android during the runtime?
Please advise.
Vladimir