omxdirector
omxdirector copied to clipboard
Removing omxplayer logging text
When i play videos, I still am seeing debug messages from OMX player in the terminal. There is a background option with omxplayer from the command line to use -b for black background.
How can I accomplish this via omxdirector use in node?
Thanks in advance
Hi, at the moment I'm not able to test any changes (I don't have a working rpi). You can try adding that option to args here, e.g.: args.push('-b');
. If it works as expected, just make a pull request. Thank you.