在哪里从 Android 相机示例应用程序获取流(实时)视频和音频?
在哪里从 Android 相机示例中获取流(实时)视频和音频?
假设我想创建一些实时视频流服务应用程序,所以我将在后端拥有一些很酷的服务器。我知道如何做那部分。假设我有一些适用于 PC 的独立应用程序,现在我想继续使用移动设备。所以我想看到一些示例应用程序从手机抓取音频和视频流,同步它们,以某种方式编码,并将实时流发送到服务器。我需要任何能够执行此操作或类似操作的开源示例。我在哪里可以得到这样的一个?
Where to get streaming (live) video and audio from camera example for Android?
Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app grabing audio and video streams from Phone, Synchronizing them, encoding somehow, and sending LIVE stream to server. I need any Open-Source sample that will do this or something like this. Where can I get such one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ole 您能找到任何视频或音频广播的好例子吗?到目前为止,我发现的最好的是 SIPDroid 项目 (www.sipdroid.org)。我还没有机会深入审查它,但它看起来很有希望。
Ole have you been able to find any good examples of video or audio broadcasting yet? The best that I have found so far is the SIPDroid project (www.sipdroid.org). I haven't had a chance to review it in depth, but it looks promising.
项目
这是您想要的一些网络摄像机
http://code.google.com/p/ipcamera-for-android
SipDroid
http://code .google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java
您可以使用SVN或其他客户端获取代码。
但对我来说,这两个项目仍然存在问题。如果你的那个运行良好,请告诉我。
Here are some project that you want
Ip Camera
http://code.google.com/p/ipcamera-for-android
SipDroid
http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java
You can get the codes using SVN or other clients.
Yet to me, the both projects still have issues. If you get the one working well, please tell me.