omxdirector icon indicating copy to clipboard operation
omxdirector copied to clipboard

Removing omxplayer logging text

Open AdamMcCurdy opened this issue 9 years ago • 1 comments

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

AdamMcCurdy avatar May 14 '15 21:05 AdamMcCurdy

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.

alepez avatar May 18 '15 15:05 alepez