Preventing output from vlc.py

This forum is about all development around libVLC.
gu2Shaeg
New Cone
New Cone
Posts: 1
Joined: 29 Nov 2016 09:35

Preventing output from vlc.py

Postby gu2Shaeg » 29 Nov 2016 09:47

I'm using the VLC Python bindings module vlc.py in a console application (for Linux) and I'm having trouble to mute / redirect the output of VLC:

Code: Select all

[00007f04c4000e98] http access: Raw-audio server found, mp3 demuxer selected
Already tried to redirect stderr and stdout but it didn't work.

How would I do that?

nevare
Blank Cone
Blank Cone
Posts: 17
Joined: 16 Sep 2016 13:39

Re: Preventing output from vlc.py

Postby nevare » 29 Nov 2016 15:03

You can mute VLC output by passing the --verbose setting when initializing. Setting it to -1 will mute:

Code: Select all

vlc.Instance("--verbose=-1")


Return to “Development around libVLC”

Who is online

Users browsing this forum: Bing [Bot] and 20 guests