Preventing output from vlc.py
Posted: 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:
Already tried to redirect stderr and stdout but it didn't work.
How would I do that?
Code: Select all
[00007f04c4000e98] http access: Raw-audio server found, mp3 demuxer selected
How would I do that?