Page 1 of 1

How to disable standard and warning messages

Posted: 09 Dec 2009 16:09
by erotavlas_turbo
Hi,

How can i disable standard and warning messages?I have tried with --quiet option or with -q but i still have a lot of messages.

thank you very much

Re: How to disable standard and warning messages

Posted: 10 Dec 2009 12:42
by erotavlas_turbo
During the RTSP stream I get very annoying message vbv buffer overflow...How can i correct it or disable it?

The command line is this

Code: Select all

vlc -vv campione2.jpg --rtsp-caching = 10000 --repeat --loop --sout '#transcode{vcodec=H263p,vb=800,width=352,height=288}:duplicate{dst=display,dst=rtp{sdp=rtsp://10.36.1.23:8080/test.sdp},dst=rtp{dst=192.168.0.4,port=1234,mux=ts}}' vlc://quit
I have tried with a huge value of rtsp-caching or with different codec parameter, but the result doesn't change

Thank

Re: How to disable standard and warning messages

Posted: 10 Dec 2009 17:52
by RĂ©mi Denis-Courmont
--quiet shuts down VLC messages. If a library is emitting messages of its own, there is no way to remove them.

Re: How to disable standard and warning messages

Posted: 11 Dec 2009 09:46
by erotavlas_turbo
--quiet shuts down VLC messages. If a library is emitting messages of its own, there is no way to remove them.
Ok, I think that the library ffmpeg is emitting messages. Is it right?

thank