Hi,
i'm trying to make a 3x1 Videowall.
I have 3 monitors in Ubuntu and everything works ok.
When i try to launch a video in 3 monitors:
cvlc --vout-filter=wall --wall-cols=3 --wall-rows=1 --wall-active 0,1,2 -f
It sends 3 videos to the same monitor,
How could i send every video to every monitor?
Maybe with mosaic?
Thanks