简体   繁体   English

从Android的相机示例应用程序获取流媒体(实时)视频和音频的位置?

[英]Where to get streaming (live) video and audio from camera example app for Android?

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. 假设我现在有一些独立的PC应用程序,我想继续使用移动设备。 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. 所以我想看一些示例应用程序从电话中获取音频和视频流,同步它们,以某种方式编码,并将LIVE流发送到服务器。 I need any Open-Source sample that will do this or something like this. 我需要任何可以执行此操作或类似的开源示例。 Where can I get such one? 我在哪里可以得到这样的?

Ole have you been able to find any good examples of video or audio broadcasting yet? Ole你能找到任何视频或音频广播的好例子吗? The best that I have found so far is the SIPDroid project ( www.sipdroid.org ). 到目前为止,我发现的最好的是SIPDroid项目( www.sipdroid.org )。 I haven't had a chance to review it in depth, but it looks promising. 我没有机会深入审查它,但看起来很有希望。

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. 您可以使用SVN或其他客户端获取代码。 Yet to me, the both projects still have issues. 但对我来说,这两个项目仍有问题。 If you get the one working well, please tell me. 如果你让一个人运作良好,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM