PUTTY
raspivid -n -hf -vf -w 1280 -h 1080 -b 1000000 -fps 25 -t 0 -o - | tee video1233.h264 | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=192.168.0.195 port=6000
MAC TERMINAL
gst-launch-1.0 -v tcpclientsrc host=192.168.0.195 port=6000 ! gdpdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false