Code: Select all
start "Instance 01" vlc video1.mp4
start "Instance 02" vlc video2.mp4
Code: Select all
f on "Instance 01" ==> full screen for instance 01 only
pause "Instance 02" ==> pause for instance 02 only
Code: Select all
vlc -Ioldrc --rc-unix inst1 &
echo play | netcat -U inst1 &
Code: Select all
vlc -Ioldrc --rc-unix inst1 &
vlc -Ioldrc --rc-unix inst2 &
echo play | netcat -U inst1 &
echo play | netcat -U inst2 &
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Google [Bot] and 80 guests