When I had installed VLC 2.0.5 I used the following code to organize live video stream:
Code: Select all
:sout=#transcode{vfilter={canvas{width=1280,height=720,aspect=16:9}},venc=x264{vbv-bufsize=10000,vbv-maxrate=3504,ref=1,subme=1,keyint=25,idrint=25},vcodec=h264,vb=3000,fps=25,scale=1,acodec=mp3,ab=96,channels=2,samplerate=44100,deinterlace,sfilter={logo{file=C:\1\logo.png,position=6,opacity=230,x=0,y=8}:logo{file=C:\1\001.png,position=9,opacity=250}:logo{file=C:\1\003.png,position=9,opacity=0,x=0,y=70}:marq{marquee={.},position=5,size=18,opacity=190,y=0}}}:std{access=http,mux=ts,dst=:11341/}} :sout-all
Thanks.