Postby Hstocki » 23 Sep 2019 22:30
Hi,
What is the option to use for specifying the source address for the stream?
Here is the cli that I am currently using:
vlc <FILENAME> --sout "#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}" --sout "rtp{dst=[ff30:1:1:1:1:1:1:1],port5004,mux=ts}" --sout-all --sout-keep --loop
When I use the above and look at the output from the server with wireshark, vlc is using the local link address (ff80:xx:xx....) for the source address of the stream. I need the source address of the stream to be the global address (2001:666::666) of the interface.