Page 1 of 1

Muting warnings from non-video streams

Posted: 02 Oct 2014 13:50
by adish
Hi,

I have a multi-program transport stream. Some of the program meta-data causes libvlc (or ffmpeg?) to generate a flood warnings.
Is there a way to silence the log level of non-video streams in the transport?

Thanks,
Adi

Re: Muting warnings from non-video streams

Posted: 02 Oct 2014 14:55
by Rémi Denis-Courmont
If it comes from an underlying library, no.

Re: Muting warnings from non-video streams

Posted: 02 Oct 2014 14:59
by adish
I was afraid you'd say that.
Do you happen to know if this is possible at all with ffmpeg, if I used ffmpeg directly?

Re: Muting warnings from non-video streams

Posted: 02 Oct 2014 17:07
by Rémi Denis-Courmont
Presumably you could install your own logging callbacks.