Raspberry Pi/Camera streaming
Raspi with camera
raspivid -a 12 -t 0 -w 1280 -h 720 -hf -ih -fps 30 -o udp://192.168.1.10:5000
Raspi with monitor
omxplayer -n -1 --win 384,336,1920,1200 udp://@:5000
raspivid -a 12 -t 0 -w 1280 -h 720 -hf -ih -fps 30 -o udp://192.168.1.10:5000
omxplayer -n -1 --win 384,336,1920,1200 udp://@:5000