I'm trying to play the RTSP video stream in my Android application using the built-in Videoview / MediaPlayer, but there are always different problems on different ROMs or different network conditions (UDP packets are blocked), this is very annoying so I want to implement my own rtsp client with live555 source and GLES and ffmpeg. I can understand how to use ffmpeg and GLES to display the video, but I am not familiar with live555.
Is there a compiled version of live555 on Android? or how could I do it myself?
Thank.
source
share