[vlc] problem streaming flv
Jean-Paul Saman
jean-paul.saman at planet.nl
Wed Dec 12 19:05:05 CET 2007
Adrian Rapa wrote:
> hi,
> i compiled ffmpeg nightly build with these parameteres
> ./configure --enable-libx264 --enable-libmp3lame --enable-gpl --enable-pp
please add --enable-swscaler at the ffmpeg compile line.
> if i try to make a flv stream to the network using this command line
>
> vlc -vvv mmsh://a.a.a.a:1234 --sout
> "#transcode{vcodec=FLV1,vb=1024}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=1.2.3.4:8080/stream.flv}}
> :sout-all"
>
> i get the following error
>
> [00000649] main private debug: looking for sout mux module: 2 candidates
> [00000649] main private warning: no sout mux module matching "ffmpeg"
> could be loaded
> [00000643] stream_out_standard private error: no suitable sout mux
> module for
> `http{mime=video/x-flv}/ffmpeg{mux=flv}://1.2.3.4:8080/stream.flv'
>
> any ideeas how can i make this work?
The vlc ffmpeg muxer is only build when swscale in ffmpeg is enabled.
Gtz,
Jean-Paul Saman.
More information about the vlc
mailing list