OpenCV和RTMP [英] OpenCV and RTMP

查看:1397
本文介绍了OpenCV和RTMP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要创建一个可以读取和发布RTMP流的应用程序。



使用OpenCV可以读取rtp,因为它是ffmpeg后端。 p>

将视频从ffmpeg和OpenCV捕获



C ++ RTMP是另一种可能性,但这是一个RTMP服务器,因此它主要请求和发送文件。虽然是开源的,但我不确定如何将这个构建或集成到Visual Studio应用程序中,以使函数调用可用于我的项目。



OTher源表示OpenCV的RTSP不是很好。



http://workingwithcomputervision.blogspot.co.nz/2012/06/issues-with-opencv-and-rtsp.html



如何运行流服务器,如RTMP C ++,并获取原始数据。 OpenCV可以对流式传输的图像数据进行编码和解码,但是如何连接两个?



C ++应用程序是否可以将流连接在一起?我如何与该流接口发送更多的图像?另外,为了接收图像?



请问,

解决方案

cRMTPServer和LibRTMP工作良好。


I want to be able to create an application that can read and publish an RTMP stream.

Using OpenCV i could read rtp due to it's ffmpeg backend.

Stream video from ffmpeg and capture with OpenCV

C++ RTMP is another possibility, but this is an RTMP server so it mainly requests and sends files. Although open source, i am unsure how to build or integrate this into a Visual Studio application in such a way as to make the function calls available to my project.

OTher sources indicate that OpenCV's RTSP isn't great.

http://workingwithcomputervision.blogspot.co.nz/2012/06/issues-with-opencv-and-rtsp.html

How can you run a streaming server, such as RTMP C++ and get the raw data out. OpenCV can encode and decode image data for streaming, but how can you link the two?

Could a C++ application pipe a stream together? How could i interface with that stream to send it more images? Also, for receiving images?

Regards,

解决方案

cRMTPServer and LibRTMP works well.

这篇关于OpenCV和RTMP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆