同步锁 选PAL,时钟选内部时钟

点击创建

创建一个cg stream

创建outstream

点击ip video out ,配置输出

点击card pane,右边显示的有网口速度

下面开始创建capture,点击new topology ,

创建一个card node,格式选择matrox video

创建input stream

配置输入的多播地址

创建一个host node


创建一个write stream

点击write 可以开始录制了

录出来的avi不能直接播放,先用ffmpeg转一次,ffmpeg -i C:\Users\Administrator\Desktop\test2.avi -vcodec libx264 -f mpegts out.ts
可以播放了

原文:https://www.cnblogs.com/lvyunxiang/p/15128655.html