问题描述
我想使用内置的Videoview / MediaPlayer的获得RTSP视频流播放在我的Android应用程序,但你总是在不同的游戏功能和不同的网络状况(UDP数据包阻塞)的各种问题,这是真烦人所以我想实现我自己的RTSP客户端与LIVE555源和GLES和ffmpeg的。我可以找出如何使用的ffmpeg和GLES显示视频,但我不熟悉LIVE555。
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.
有没有在Android LIVE555任何编译版本?或者我怎么能做到这一点我自己?
Are there any compiled version of live555 on Android? or how could I do that myself?
感谢。
推荐答案
我想我发现了一个的,它为我工作。
I think I found a sample code from github, it works for me.
这篇关于LIVE555在Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!