My computer have 3 network interface, and want to stream a video to second interface.
I typed "vlc.exe video_name.ts :sout=#udp{dst=239.0.0.1:1234} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep :ts-silent"
and it will go to the first interface by default.
I tried to add ":iface-addr=192.168.0.100" at the end but it doesn't work. (Assume my second interface use IP 192.168.0.100)
Can anyone give me some hints?