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 same URL "udp://@0.0.0.0:5000", in Media->Open Network Stream menu, in order to play the stream.
This works just fine in VLC 2.2.6 (with both VLC ActiveX and VLC player), but since the release of VLC 3.0.0 I cannot make it work anymore.
Does anyone have a solution for this?
Thank you.