Created
January 3, 2018 10:40
-
-
Save alicraigmile/ddec1b876ab524a80c06043a3a2790dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://www.raspberrypi.org/blog/video-wall/ | |
Server with the video | |
vlc.exe -vvv VIDEO (h.264) –sout udp:225.0.0.1:1234 –ttl 1 –loop | |
Raspberry as client (sync-master) | |
vlc.exe udp://@225.0.0.1:1234 –vout-filter wall –wall-cols X –wall-rows Y –wall-active SCREEN_ID –control netsync –netsync-master -f | |
Raspberry as Client (sync slave) | |
vlc.exe udp://@225.0.0.1:1234 –vout-filter wall –wall-cols X –wall-rows Y –wall-active SCREEN_ID(left-up corner = 0) –control netsync –netsync-master-ip IP-Sync-Master -f | |
use vlc 1.11 otherwise you can’t get fullscreen mode (bug vlc2.x) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment