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 different network status(UDP packets blocked), it's really annoying so I want to implement my own rtsp client with the live555 source and GLES and ffmpeg. I can figure out how to use ffmpeg and GLES to show a video, but I'm not familiar with live555.

Are there any compiled version of live555 on Android? or how could I do that myself?

Thanks.

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I think I found a sample code from github, it works for me.

link|improve this answer
I can't open you link :( – Pasha May 16 '11 at 9:29
I've edited the link :) – Bolton May 17 '11 at 2:50
Thanks, now it's works. – Pasha May 17 '11 at 7:37
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.