Page 1 of 1

display only video

Posted: 01 Jun 2008 14:45
by cristof
Hello,
I would like to start VLC with a command line as :

vlc --fullscreen udp://@239.253.0.1:1234

it's working well, the stream is displayed in fullscreen mode.

but how to do not display the control panel ?

merci - regards - cristof

Re: display only video

Posted: 01 Jun 2008 16:13
by VLC_help
Control panel? You mean VLC controls or Windows taskbar?

Re: display only video

Posted: 01 Jun 2008 17:21
by cristof
Hi,
I do not want to display the VLC control , when I start the commande, first, before vlc is runing in fullscreen, the vlc control panel is show. I do not want to see it.

merci - regards - cristof

Re: display only video

Posted: 02 Jun 2008 18:21
by VLC_help
Does it help if you add --no-wx-embed --wx-minimal ?

Re: display only video

Posted: 02 Jun 2008 18:57
by cristof
hi,
no it is still the same, exept that the control commande player and the video window are separate.

Regards - merci

Re: display only video

Posted: 03 Jun 2008 19:30
by VLC_help
viewtopic.php?f=14&t=44542&p=140606&hil ... en#p140606
there might be a bug in fullscreen mode. Have you tried nightly builds?
http://nightlies.videolan.org/

Re: display only video

Posted: 03 Jun 2008 19:40
by Arite
As VLC_help said this is probably a bug, however you could try using the dummy interface:

Code: Select all

vlc -I dummy --fullscreen INPUT
Where INPUT is you input stream.

Cheers, Arite.

Re: display only video

Posted: 13 Jun 2008 23:02
by neels
Hi guys,

My VLC has been doing the same for a long time now - if I start playing a video and then switch to fullscreen mode, it will make it fullscreen, but the control window will also become fullscreen IN FRONT OF the video, meaning that I'd then see nothing until I minimize the control window.. this is sort of irritating :(

I tried vlc -I dummy --fullscreen INPUT as suggested by Arite and it immediately starts playing videos in fullscreen without showing anything in front of it, but then you do not get the control window or any way to use ANY controls except I think for keyboard shortcuts...

What are the chances of someone finding a way to fix that annoying fullscreen bug soon?

When I use VLC at work on my Windows XP pc there it works 100% when switching to fullscreen and back - why not on any of my home computers (all WIndows XP as well)? All these PCs have onboard graphics - the one at work has the older Intel Extreme chip I think, and at home one PC also has that and the others newer Intel GMA X3000 chips... So the bug is not even consistent.