I\'m trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there\'re always various problems on different ROMs or differen
I think I found a sample code from github, it works for me.
bad news - I think you won't find any precompiled versions of live555 - only a config-makefile-structure for several platforms - except android.
Since live555 is a pure c++ library you will most likely have problems with directly using the lib in Android.
jens.