I'm trying to create a videowall with VLC
One PC (Win7x64 VLC 2.0) is sending a video via
Code: Select all
vlc.exe "video.mkv" :file-caching=3000 :sout=#std{access=udp{ttl=1},dst=10.1.1.170:1234,mux=ts} --control netsync --netsync-master --loop
Code: Select all
vlc.exe udp://@:1234 --control netsync --netsync-master-ip 10.1.1.170 --video-filter=wall --wall-cols=2 --wall-rows=1 --wall-active=1 --wall-element-aspect=5:4 --network-caching=300 --fullscreen
How can I enable a single wall-element directly in fullscreen mode?
If this doesn't work:
Is there a way to split the videos at the server on-the-fly ( ! ) and send every single wall-tile to a different IP?
Best regards
Kolja