<div dir="ltr">Hi all! I have a working pipeline running on a Raspberry Pi:<div><br></div><div>gst-launch-1.0 -v vl2src device=/dev/video0 ! queue ! video/x-h264, width=1280, height=720, framerate=15/1 ! queue ! h264parse ! queue ! rtph264pay pt=127 config-interval=4 ! udpsink host=***********.<a href="http://ddns.net">ddns.net</a> port=5000</div><div><br></div><div>I have a windows laptop with this:</div><div><br></div><div>gst-launch-1.0  udpsrc caps="application/x-rtp, media=(string)video, clock-rate=(int) 90000, encoding-name=(string)H264, sampling=(string)YCbCr-4:4:4, depth=(string)8, width=(string)320, height=(string)240, payload=(int)96, clock-base=(uint)4068866987, seqnum-base=(uint)24582" port=5000 ! rtph264depay ! decodebin !queue! autovideosink<br></div><div><br></div><div>This works very well. However, I would like to add audio (Im using a Logitech C920 webcam). Also, i would like to record incoming stream directly to laptop (possibly the "tee" command??). Any latency optimizations would be greatly appreciated, even if it means momentary degradation of video. I'm kind of a newbie, so copy/paste and inserting into my pipeline is also greatly appreciated! </div></div>