I need to do a transcoder of a video file to UDP multicast, but, I need to add the IP of network card output.
Using FFMPEG I use so:
234.5.5.5:10200?localaddr=192.168.1.10
How can I do this using VLC command line?
Code: Select all
"file.ts" --sout="#transcode{demux=dump}:udp{mux=ts, dst=udp://234.5.5.5:10200?localaddr=192.168.1.10}"