I need to create a stream multicast using libVLC.
Now I used the player with command line:
vlc --intf dummy -vvv file:///C:/temp/Test.mp4 --sout="#rtp{mux=ts, dst=239.255.0.1, port=5004, sap, name=TEST}" :no-sout-all :sout-keep
How make the same using libVLC?
Thanks