将RTSP流转换为虚拟网络摄像机 [英] Convert RTSP stream to virtual web camera

查看:2759
本文介绍了将RTSP流转换为虚拟网络摄像机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图使用来自IP摄像机的RTSP流作为Windows上各种应用程序(例如skype)的视频输入源。

到目前为止,我发现的唯一解决方案是使用 网络摄像头7 ,这是一个获取RTSP流并创建虚拟驱动程序的应用程序在系统中注册为网络摄像头,任何应用程序都可以使用。不幸的是,这个应用程序经常变得不稳定,并且可能随机崩溃。

是否有任何替代/更好的方法来实现这一点?

I am trying to use a RTSP stream from an IP camera as video input source for various applications on Windows (eg. skype).
The only solution I have found so far is using "webcam 7", an application that fetches RTSP stream and creates a virtual driver that registers in system as webcam and that any application can then use. Unfortunately, this application often becomes unstable and might crash randomly.
Are there any alternative/better ways for achieving this?

推荐答案

创建您自己的DirectShow视频捕获过滤器(有很多示例 - 是一个伟大的一个)并处理其中的RTSP流。这样,您可以自己实现稳定性。

Create your own DirectShow video capture filter (there are lots of examples - this is a great one) and handle the RTSP stream inside it. This way you can implement the stability yourself.

这篇关于将RTSP流转换为虚拟网络摄像机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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