Page 1 of 1

libvlc_marquee_Enable show "VLC" text on screen

Posted: 12 Feb 2010 13:28
by juraj
Hi,

we are using vlc-1.1.0, which is 2 weeks old. I want to display some text on the screen with marquee. I cannot do anything until I init marquee with libvlc_video_set_marquee_int(_asd, libvlc_marquee_Enable, 1, &_vlcexception);. But then the text "VLC" is displayed on the screen and after some time (1sec or so) I can set other properties like text, timeout etc. How can I get rid of this "VLC" text at the beginning?

Thanks,
Juraj

Re: libvlc_marquee_Enable show "VLC" text on screen

Posted: 13 Feb 2010 10:19
by RĂ©mi Denis-Courmont
AFAIK, you can set the marquee text before the marquee is started (as of Feb 7 2010).