I'm trying to add transparent logo to the stream with the following command:
Code: Select all
vlc -vv --logo-file logo.png http://127.0.0.1:8080 --loop --http-caching=1000 --sout "#transcode{vcodec=FLV1,vb=1024,sfilter=logo}:std{access=http{mime=video/x-flv},dst=127.0.0.1:8081/stream.flv,mux=ffmpeg{mux=flv}}"
I tried to add the same logo on windows and everything was fine.
I use Debian Etch and VLC 0.9.8a compiled from sources.
Can anyone help me please?