Skip to content

Instantly share code, notes, and snippets.

@alicraigmile
Created January 3, 2018 10:40
Show Gist options
  • Save alicraigmile/ddec1b876ab524a80c06043a3a2790dd to your computer and use it in GitHub Desktop.
Save alicraigmile/ddec1b876ab524a80c06043a3a2790dd to your computer and use it in GitHub Desktop.
#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