Page 1 of 1
Turning off OSD without command line args
Posted: 01 Jul 2013 22:18
by Hanley
The only solutions I'm finding for turning of osd is to send the "--no-osd" through the libvlc_new() method, BUT the libvlc documentation says not to do it that way anymore. I've searched the documentation, examples and forum and i can't find another way to do it. So, what is the alternative?
Re: Turning off OSD without command line args
Posted: 02 Jul 2013 17:20
by Rémi Denis-Courmont
As with most settings, they are currently no alternatives. Patch welcome.
Re: Turning off OSD without command line args
Posted: 02 Jul 2013 22:13
by Hanley
I don't think I've got the chops to figure that one out.
Am I asking for trouble sending it in through libvlc_new?
Re: Turning off OSD without command line args
Posted: 03 Jul 2013 20:21
by Rémi Denis-Courmont
If someone ever changes the setting in a future version, libvlc_new() will fail.