Red5 与 OpenCv - 你觉得怎么样?
我有一个来自网络摄像头的 opencv 应用程序跟踪头。
我喜欢有一些东西可以将网络摄像头的实时视频流传输到运行 opencv 程序的服务器。
Opencv 程序处理图像并将其传输到网络浏览器。
我看过
1。 Red5 - (http://wiki.red5.org/wiki/Install)
2. jquery 网络摄像头 - (http://www.xarg.org/project/ jquery-webcam-plugin/)
3. nimbb - (http://nimbb.com/Help/Api.aspx)
4. crtmpserver - (http://rtmpd.org) 正如 @ciphor 建议的
1 Red5 - I was getting build error when I am trying to install.(Now its working fine)
2 jquery Webcam - Is very slow I can't think of getting a video stream.(I don't want to use this)
3 nimbb - Is paid service so I have not looked at it.
4 crtmpserver - As Red5 worked I am no more interested
那样 请给我一个想法使用。
如果您认为 Red5 最好给我安装教程(仅当您已成功安装它时)
请帮忙。
I have a opencv application tracking head from webcam.
I like to have something which will transfer live video stream of webcam to server where opencv program is running.
Opencv program manipulating image and transferring it to web-browser.
I have looked at
1. Red5 - (http://wiki.red5.org/wiki/Install)
2. jquery Webcam - (http://www.xarg.org/project/jquery-webcam-plugin/)
3. nimbb - (http://nimbb.com/Help/Api.aspx)
4. crtmpserver - (http://rtmpd.org) as @ciphor suggested
1 Red5 - I was getting build error when I am trying to install.(Now its working fine)
2 jquery Webcam - Is very slow I can't think of getting a video stream.(I don't want to use this)
3 nimbb - Is paid service so I have not looked at it.
4 crtmpserver - As Red5 worked I am no more interested
Please give me an idea which one to use.
If you thing Red5 is best give me tutorial to install (only if you have successfully installed it)
Please Help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的建议是 crtmpserver - (http://www.rtmpd.com/ )
在 Linux 系统上使用 cmake 安装非常简单。
该软件支持RTMP、RTSP、MPEG-TS协议。
My suggestion is crtmpserver - (http://www.rtmpd.com/ )
The installation is quite easy on Linux systems, using cmake.
This software supports RTMP, RTSP, MPEG-TS protocols.