simple streaming
Posted: 09 Jan 2011 13:41
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.
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.