如何在C#winform中将Camera stream RTSP保存为视频

时间:2018-03-29 04:38:41

标签: c# camera stream video-streaming video-recording

我正在尝试制作一个C#winform项目,使用WebEye.Controls.WinForms.StreamPlayerControl.StreamPlayerControl显示来自LAN摄像头的流视频。

只能从rtsp链接获取视频流:

streamIn1.StartPlay(new Uri("rtsp://192.168.0.120:554"));

enter image description here

所以我想将此视频保存到我的电脑上。我在谷歌搜索过但我无法找到有关我的问题的任何参考资料。

这个库有什么功能可以解决我的问题吗?或者我该怎么办?非常感谢你!

0 个答案:

没有答案
相关问题