[vlc-devel] [vlc-commits] Added AVIO(libavformat) url output
Keary Griffin
keary.griffin at unwiredappeal.com
Wed Oct 5 19:58:55 CEST 2011
I use it as follows to stream something (in my case a DirectShow device)
to an RTMP server (Red5 for instance):
vlc dshow://
:sout=#transcode{vcodec=h264,vb=800,fps=30,scale=1,width=640,height=480,acodec=none,venc=x264{preset=faster},vfilter=deinterlace}:std{access=avio,mux=ffmpeg{mux=flv},dst=rtmp://localhost/livevideo/vid1}
So this transcodes to h264, muxes as an FLV, and uses the new avio
output module to serve it up to rtmp://localhost/livevideo/vid1
Keary
On 10/5/2011 8:58 AM, Ilkka Ollakka wrote:
>> > Added AVIO(libavformat) url output
> How do you use it? eg sample usage-line could be nice
>
>
More information about the vlc-devel
mailing list