Convert RTSP stream to virtual web camera

谁说胖子不能爱 提交于 2020-01-02 04:49:09

问题


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?


回答1:


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.




回答2:


I know this is a bit old question. But you can also have look at vlc2vcam, looks promising.




回答3:


Try Moonware Universal Source Filter from http://netcamstudio.com. The only drawback is that it creates only video "composite" device that sends both video + audio and Skype can only see the video (I think most of applications does the same). If I find an easy way to split that stream will post it here.



来源:https://stackoverflow.com/questions/26590174/convert-rtsp-stream-to-virtual-web-camera

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!