v4l2src device=/dev/video0/ ! video/x-raw,width=1280,height=720 ! tee name=t t. ! queue ! x264enc speed-preset=ultrafast tune=zerolatency byte-stream=true bitrate=3000 threads=1 ! h264parse config-interval=1 ! rtph264pay ! udpsink host=127.0.0.1 port=8004 t. ! queue ! videoconvert
v4l2src device=/dev/video0/ ! video/x-raw,width=1280,height=720 ! x264enc speed-preset=ultrafast tune=zerolatency byte-stream=true bitrate=3000 threads=1 ! h264parse config-interval=1 ! rtph264pay ! udpsink host=127.0.0.1 port=8004
raspivid --verbose --nopreview -hf -vf --width 640 --height 480 --framerate 15 --bitrate 1000000 --profile baseline --timeout 0 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=8004raspivid --nopreview -hf -vf --width 640 --height 480 --intra 10 --framerate 20 --bitrate 2000000 --profile baseline --timeout 0 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=8004gst-launch-1.0 rpicamsrc preview=false iso=800 awb-mode=off bitrate=500000 hflip=true vflip=true exposure-mode=10 blocksize=8192 ! video/x-h264,width=640,height=480,framerate=48/1 ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=127.0.0.1 port=8004gst-launch-1.0 rpicamsrc preview=false awb-mode=off bitrate=4500000 hflip=true vflip=true exposure-mode=10 iso=3200 blocksize=216 ! video/x-h264,width=640,height=480,framerate=24/1 ! h264parse ! rtph264pay config-interval=100 pt=126 ! udpsink host=127.0.0.1 port=8004gst-launch-1.0 rpicamsrc ! x264enc tune=zerolatency speed-preset=ultrafast qp-min=18 pass=5 quantizer=25 ! video/x-h264,width=640,height=480,framerate=42/1 ! rtph264pay ! udpsink host=127.0.0.1 port=8004 sync=false