I'm using ffmpeg to transcode some input stream, and the output link from ffmpeg is "udp://127.0.0.1:5000". I'm using VLC ActiveX in a C# application, and I use "udp://@0.0.0.0:5000" as the string that I add in the playlist. I have also tested with the VLC player, and I used the ...