Page 1 of 1

multi-pid multicast stream problem with vlc 3

Posted: 01 Aug 2019 18:43
by vgrig
We're retransmitting multicast streams on our network using vlc and vlm.conf
Streams contains mutiple programs, which we separate with vlc and retransmit one streams per multicast IP.
This used to work with v2, but doesn't any more with v3 - when i play out retransmitted multicast stream, vcl opens all programs in separate window. What changed? VLM wiki page is outdated.
Please help!
Below is vlm config (again - works perfectly with vlc v2. I also tried from command line with cvlc - no luck)
---------------------------------------------------------------------------------------
new channel121 broadcast enabled
setup channel121 input "rtp://@224.0.123.1:1234"
setup channel121 option program=5
setup channel121 output #rtp{dst=239.255.13.121,port=59001,mux=ts,ttl=5,sap,sdp=sap://,name="CH91-SD"}

new channel202 broadcast enabled
setup channel202 input "rtp://@224.0.123.1:1234"
setup channel202 option program=6
setup channel202 output #rtp{dst=239.255.13.202,port=59202,mux=ts,ttl=5,sap,sdp=sap://,name="CH92-HD"}

control channel121 play
control channel202 play
-------------------------------------------------------------------