Hello!
My computer Windows has 3 network interfaces. Each interface has an IP address. I need to play, using VLC, 2 UDP streams, but, each UDP comes from a different network interface. So, i have:
[interface 192.168.3.45] -> I receive UDP multicast 234.5.5.5:10200
[interface 192.168.0.45] -> I receive UDP multicast 234.4.4.4:10200
How can I add these URLs in the VLC Player?
For the first instance of VLC, I tried:
udp://@234.5.5.5:10200/192.168.3.45
For the second instance of VLC, I tried:
udp://@234.4.4.4:10200/192.168.0.45
But, unfortunately, this does not work fine.