java 在哪里可以从适用于 Android 的相机示例应用程序获取流式(实时)视频和音频?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2497203/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where to get streaming (live) video and audio from camera example app for Android?
提问by Rella
Where to get streaming (live) video and audio from camera example for Android?
哪里可以从 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?
假设我想创建一些实时视频流服务应用程序,以便在后端拥有一些很酷的服务器。我知道如何做那部分。假设我现在有一些用于 PC 的独立应用程序,我想继续使用移动设备。所以我想看到一些示例应用程序从电话中获取音频和视频流,同步它们,以某种方式编码,并将实时流发送到服务器。我需要任何可以执行此操作或类似操作的开源示例。我在哪里可以得到这样的?
回答by drebabels
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.
你能找到任何视频或音频广播的好例子吗?到目前为止,我发现的最好的是 SIPDroid 项目 ( www.sipdroid.org)。我还没有机会深入它,但它看起来很有希望。
回答by M Rijalul Kahfi
Here are some project that you want
这里有一些你想要的项目
Ip Camera http://code.google.com/p/ipcamera-for-android
网络摄像头 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
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.
您可以使用 SVN 或其他客户端获取代码。然而对我来说,这两个项目仍然存在问题。如果你让一个工作正常,请告诉我。

