Hello,
I want to create stick to run VLC from any Windows notebook for a 2 screen setup:
- Notebook shows the skin
Beamer shows the fullscreen video
I tried on Windows7:
Code: Select all
vlc.exe -l skins2 --skins2-last=ossomVlc.vlt --fullscreen --directx-device=\\.\DISPLAY2 --video-x=2000 --video-y=20 --play-and-stop
The main problem seems to be:
Code: Select all
vlc.exe -l skins2 --skins2-last=ossomVlc.vlt
It doesn't work because with the parameter '-l' vcl writes a help file with all the modules to the hard drive?!?
The other issue is:
- How to define a relative path on a windows os in the vlc command line?
Thanks for your help
Klaus