<div dir="ltr">What would be the best pipeline in terms of quality to stream HD video over a LAN to a single recipient? I would like to avoid UDP/multicast due to portability issues.<div><br></div><div>I am able to do this well by using following server and client pipelines, however they lack audio.</div><div><br></div><div>StreamServer:</div><div>gst-launch-1.0 filesrc location=<media_path> ! decodebin ! x264enc ! rtph264pay  pt=96 ssrc=0 timestamp-offset=0 seqnum-offset=0 pt=96 !  gdppay ! tcpclientsink host=<server_ip> port=<port><br></div><div><br></div><div>Streamclient:</div><div>gst-launch-1.0 tcpserversrc host=<interface_ip> port=<port> ! gdpdepay ! rtph264depay ! avdec_h264 ! autovideosink<br></div><div><br></div><div><br></div><div>Thank you</div><div><br></div></div>