Hello. I can create a stream server using command line: vlc "c:\downloads\bbb24p_00.ts" :sout=#udp{dst=127.0.0.1:1234} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep now I want to create the same stream programmatically. Thanks in advance. For simple streaming try to use libvlc_...