Page 1 of 1

Remove/change text "waiting for video"

Posted: 02 Nov 2009 04:47
by hjk
Is it possible, to change or remove the white waiting text "waiting for video"?

I´m looking forward to use the mozilla plugin in a kiosk-type environment, so there shouldn´t be displayed any waiting-text.

It would be very helpful for me, if someone has a hint.

Greetings from austria, john

Re: Remove/change text "waiting for video"

Posted: 04 Nov 2009 19:49
by geeta
this is quite simple. disable vlc plug in

Re: Remove/change text "waiting for video"

Posted: 09 Nov 2009 15:58
by thannoy
At least on development tree, you will be able to use "text" argument (iirc) on embed HTML object. It will look like this:

Code: Select all

<embed ... text=" " ..>
Waiting this feature to be released, you have not so many option but to compile your own VLC or hide the embed VLC when not playing.

Re: Remove/change text "waiting for video"

Posted: 06 Jan 2010 17:20
by aymen99
you can desable it from the setting

Re: Remove/change text "waiting for video"

Posted: 10 Mar 2010 04:19
by fridge
I have stumbled upon this issue and wondering if anyone has found a solution to this? I have checked all through the settings and found nothing, and the text= trick doesn't seem to affect it at all. Any ideas aside from recompiling?

Re: Remove/change text "waiting for video"

Posted: 14 Apr 2010 17:50
by aritztg
Download the lastest nightly build:

-> http://nightlies.videolan.org/build/win32/?C=M;O=D

The 'text' tag trick works perfect! :wink: