Page 1 of 1

How to get "libdvbpsi error..." to SHUT UP?

Posted: 11 Sep 2007 18:22
by MikeQBF
v 0.8.6a on Debian, but it's actually platform independent. I have "--quiet" in the command line and "Be quiet" and "Quiet synchro" selected in the prefs, to no avail: "libdvbpsi error (PSI decoder) TS discontinuity..." reports blather on and on (and on) to the console and/or log files. It's very annoying because it is an expected error when you have scripted/scheduled large numbers of streaming network cameras.

AAAAAARGH... NO MORE!... MAKE IT STOP!

:wink:

Seriously, how do we tell LIBDVBPSI to ignore this error-that's-not-really-an-error?

Re: How to get "libdvbpsi error..." to SHUT UP?

Posted: 11 Sep 2007 20:43
by kmf31
You may try:

Code: Select all

vlc (your-vlc-options) 2>/dev/null
or recompile "libdvbpsi" after having modified its source to take out the corresponding print line.