Recent research on RTSP HTTP stream Stream acquisition method
VLC over live555 is a good choice, of course, Andorid framework AV is also supporting RTSP http, the same good choice
1. Compiling
Https://wiki.videolan.org/AndroidCompile
I am Ubuntu 12.04 may be the environment to install some things better for the sake of it, uh, looks like another necessary condition, the network. Assuming you don't have this, you'll meet
Inexplicable singular question. I've compiled this, and I don't support rtsp very confusing.
Directly in accordance with the above steps will be able to compile the perfect, some download is not going to go to the tar package can download itself into the vlc/contrib/tarballs/inside, the next time to start
./compile it's no longer downloaded.
2. Test
LIVE555 has a mediaserver that directly supports a very many packet flow of RTSP services,
"." = + a H. Video Elementary Stream File
". 265" = a h.265 Video elementary Stream file
". AAC" +-an AAC Audio (ADTS format) file
". AC3" = = an AC-3 Audio file
". Amr" = "an amr Audio file"
". DV" + a DV Video file
". m4e" = a MPEG-4 Video elementary Stream file
". mkv" = a Matroska audio+video+ (optional) subtitles file
". mp3" = a MPEG-1 or 2 Audio file
". mpg" = a MPEG-1 or 2 program Stream (audio+video) file
". ogg" or ". Ogv" or ". Opus" = "an ogg audio and/or video file
". ts" = + a MPEG Transport Stream file
(a ". TSX" index FILE-IF present-provides server ' trick play ' support)
". VOB" = a VOB (MPEG-2 video with AC-3 audio) file
". wav" = = a wav Audio file
". WebM" = a WEBM Audio (Vorbis) +video (VP8) file
Suppose you are not able to use FFmpeg or Avconv to convert one, very easy
Avconv-i your files to your output file. extension
Install vlc-debug.apk on the phone
Using Wireshark capture packet analysis, MediaServer is really going to go to RTSP over TCP
3.VLC-DEBUG.APK, we have a few points to forgive.
http://download.csdn.net/detail/green369258/7504483