The command I'm using on the pi:
Code: Select all
/usr/bin/cvlc v4l2:///dev/video0:chroma=h264 --sout '#standard{access=http,mux=ts,dst=0.0.0.0:8080/stream.mp4}'
Here's what I've tried so far. The result for all commands is a 2x2 monitor grid, but uncropped.
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-splitter wall --wall-cols 2 --wall-rows 2 --wall-element-aspect 4:3 http://fatbot:8080/stream.mp4
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-splitter wall --wall-cols 2 --wall-rows 2 --crop 4:3 http://fatbot:8080/stream.mp4
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-splitter panoramix --panoramix-cols 2 --panoramix-rows 2 --no-panoramix-attenuate --crop 4:3 http://fatbot:8080/stream.mp4
Code: Select all
$ vlc --video-splitter wall --wall-cols 2 --wall-rows 2 --video-filter croppadd --cropadd-cropright 240 --cropadd-cropleft 240 http://fatbot:8080/stream.mp4
VLC media player 2.2.4 Weatherwax (revision 2.2.3-37-g888b7e89)
vlc: unknown option or missing mandatory argument `--cropadd-cropright'
Try `vlc --help' for more information.