Code: Select all
start vlc "\\serva\library\videos\test.mp4" --vout-filter="clone" --clone-count=3 --clone-vout-list="\\.\DISPLAY1,\\.\DISPLAY2,\\.\DISPLAY3" --fullscreen
I check the vout device names by running the following batch file:
Code: Select all
start vlc "\\serva\library\videos\test1.mp4" --directx-device="\\.\DISPLAY1" --fullscreen
start vlc "\\serva\library\videos\test2.mp4" --directx-device="\\.\DISPLAY2" --fullscreen
start vlc "\\serva\library\videos\test3.mp4" --directx-device="\\.\DISPLAY3" --fullscreen
So is there something wrong with my --clone-vout-list="\\.\DISPLAY1,\\.\DISPLAY2,\\.\DISPLAY3" syntax?
(I'm running 2 x nVidia 8600GT cards on WinXPsp3)