1

我想在 VLC 2.2.4 中在同一窗口但不同部分显示两个 RTSP 流。这些流来自同一本地网络中的 Spydroid。我知道马赛克可以做这样的事情。下面是配置文件:

new channel1 broadcast enabled
setup channel1 input "rtsp://192.168.43.200:8086"
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,width=640,height=480},select=video}

new channel2 broadcast enabled
setup channel2 input "rtsp://192.168.43.230:8086"
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,width=640,height=480},select=video}

new mosaic broadcast enabled
setup mosaic input /Users/lovejoy/Downloads/bg640960.jpg
setup mosaic output #transcode{sfilter=mosaic,vcodec=mp4v,scale=1}:display

control channel2 play
control channel1 play
control mosaic play

两部手机的配置都是一样的:

Video Encoder: H.264
Resolution: 640*480
Framerate: 8fps
Bitrate: 2000kbps

我想将两个流放在垂直布局中,运行参数如下:

vlc --vlm-conf /Users/lovejoy/Downloads/conf.vlm --mosaic-keep-aspect-ratio --mosaic-keep-picture --mosaic-position=2 --mosaic-order="1,2" --mosaic-offsets="0,0,0,480" --mosaic-width=640 --mosaic-height=960 --image-duration=-1 

但是,结果并不像我想要的那样:两个流只是在顶部碰撞,它们没有单独显示。两个流竞争同一个部分(竞争是确切的词,因为它们交替显示,直到一个流断开)。

这是vlc截图

这是终端截图

谁能帮我?谢谢。

4

0 回答 0