Postby semiconductor » 03 Jul 2011 15:33
I have got it to work really well with .ts mpeg2 multiplexing exported from adobe media encoder with constant bit rate
This code plays 3 different videos with the exact same length on one pc, multi screen video installation. The pc uses ip 127.0.0.1 instead of network ip. Written in long form for idiots like me.
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\right.m2t" --control netsync --netsync-master-ip 127.0.0.1
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\center.m2t" --control netsync --netsync-master-ip 127.0.0.1
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\left.m2t" --control netsync --netsync-master
This code does the same but sends my audio to separate outputs on my m-audio sound card
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\right.m2t" --control netsync --netsync-master-ip 127.0.0.1 --directx-audio-device-name="Line 5/6 (M-Audio FW 410)"
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\center.m2t" --control netsync --netsync-master-ip 127.0.0.1 --directx-audio-device-name="Line 3/4 (M-Audio FW 410)"
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\renders video\left.m2t" --control netsync --netsync-master --directx-audio-device-name="Line 1/2 (M-Audio FW 410)"
If you paste it all into the windows command prompt ,with a return included, it will all play with one paste.
They need to be dragged and doubled clicked on to make them full screen on the correct projectors/monitors