从Android摄像头服务器流视频摄像头、服务器、视频、Android

2023-09-11 12:11:29 作者:一汪清水

我看过很多有关如何从服务器流式传输视频到Android设备的信息,但没有太多关于其他的方式,阿拉Qik的。可能有人点我在正确的方向在这里,还是让我对如何处理这方面的一些建议吗?

I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some advice on how to approach this?

推荐答案

我已经主持了一个开源项目,让Android手机IP摄像机:

I have hosted a open source project to enabling Android phone to IP camera:

http://$c$c.google.com/p/ipcamera-for-android

的原始视频数据是从LocalSocket取出,和MP4的MDAT MOOV被流之前首先检查。实况视频包装成FLV格式,并可以在Web服务器通过Flash视频播放器上播放,带有内置:)

The raw video data is fetched from LocalSocket, and the MDAT MOOV of MP4 was checked first before streaming. The live video is packed as FLV format, and can be played via Flash video player with a build in web server :)