将视频从 Android 相机流式传输到服务器 [英] Streaming video from Android camera to server

查看:29
本文介绍了将视频从 Android 相机流式传输到服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看到很多关于如何将视频从服务器流式传输到 Android 设备的信息,但关于其他方式的信息并不多,ala 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 手机连接到网络摄像头:

I have hosted an open-source project to enable Android phone to IP camera:

http://code.google.com/p/ipcamera-for-android

从LocalSocket获取原始视频数据,在流式传输之前首先检查MP4的MDAT MOOV.实况视频以 FLV 格式打包,可以通过内置网络服务器的 Flash 视频播放器播放:)

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

这篇关于将视频从 Android 相机流式传输到服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆