简体   繁体   English

IP CAMERA示例中的Android Live Streaming问题?

[英]Android Live Streaming issue in IP CAMERA example?

I am new to android. 我是Android新手。 I'm looking for live streaming from android mobile to remote server. 我正在寻找从android手机到远程服务器的实时流媒体。 I searched and tried lot of examples in internet. 我在互联网上搜索并尝试了很多示例。 But mostly i have some issues in placing the codes in server side to get the live streaming from mobile. 但是大多数情况下,我在将代码放置在服务器端以从移动设备获取实时流媒体时遇到一些问题。 I worked on IP CAMERA example and tested in ICS version in android. 我研究了IP CAMERA示例,并在android的ICS版本中进行了测试。 The camera starts recording but i can't see output in browser. 相机开始记录,但在浏览器中看不到输出。 The player shows the error of 播放器显示错误 在此处输入图片说明

I cleared the errors and placed the raw folder in http server but i didn't got right output. 我清除了错误并将原始文件夹放在http服务器中,但没有得到正确的输出。

Thanks in advance and I want to know 在此先感谢,我想知道

  1. Am i want to install any media servers or Is http server enough to get running ip camera example. 我是否要安装任何媒体服务器或http服务器足以运行IP摄像机示例?

  2. where to place the raw folder of the ip camera example in the server. 在服务器中放置IP摄像机示例的原始文件夹的位置。

  3. They specified libjingle, am i want to any extra step with ip camera. 他们指定了libjingle,我是否想使用ip camera采取任何其他措施。

You could try https://github.com/bytedeco/javacv javacv i have it working on Android device streaming live to a server , instead of your ipcamera example it gets complicated have tried that one before. 您可以尝试https://github.com/bytedeco/javacv javacv我可以在Android设备上将其实时传输到服务器上,而不是您的ipcamera示例,但以前尝试过它却变得很复杂。 https://github.com/fyhertz/spydroid-ipcamera is a better example for an ip camera. https://github.com/fyhertz/spydroid-ipcamera是IP摄像机的更好示例。

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

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