I'll admit using a console to control software isn't something I'm used too but alll I'm trying to do is change the marquee during run time so I can have live updated text messages on my streams. Now, this works.
Very simple:
This just works fine, however if I type out the console command at a reasonable typying speed, VLC seems to garble the command even though it's all correct when I enter it.
Code: Select all
marq-marquee test message one!
Unknown command `mq-marquee'. Type `help' for help.
But I didn't type 'mq-marquee'' into the console, and the line above CLEARLY says I used 'marq-maquee'' with the text string after it. :/
Meanwhile, if I type it very slowly, at like 1-2 characters per second, it goes in fine...
Code: Select all
marq-marquee test message 2
marq-marquee: returned 0 (no error)
And 'Test Message Two' shows up no problem...
All I have to ask is... What the hell?