I am trying to do a Video call (linphone) into Asterisk 18.18.0 (still chan_sip) and multiast that video and play it on VLC.
Video call to video call on linphone work fine.
so I make a extension on the dialplan that when I call in it does
exten => XXX,1,Dial(MulticastRTP/basic/239.168.3.8:9000)
then I run “vlc udp://@239.168.3.8:9000” but I do not get video.
Should this work ?
What can I look at to see why not?
Thanks
OK - Thanks - is there “any” path to multicast video from asterisk ?
meaning SIP Call - to gstreamer or something ? I dont see a SIP module for that.
I see udp stuff for gstreamer ?
Or perhaps webrtc to multicast ?
How do I do that ?