Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Live555 on Android

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.

like image 477
Bolton Avatar asked Oct 11 '22 10:10

Bolton


1 Answers

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

like image 194
Bolton Avatar answered Oct 23 '22 11:10

Bolton