stream camera feed
Broadcast from Raspberry pi:
rpicam-vid --camera 0 --inline --width 2028 --height 1080 --listen --timeout 0 --profile high --intra 1 -o tcp://0.0.0.0:8888
Receive on PC:
ffplay -fflags nobuffer -flags low_delay -probesize 32 tcp://192.168.178.123:8888