streaming HD videos using gstreamer

Manusha Wijekoon manusha1980 at gmail.com
Sun Aug 16 10:35:25 PDT 2015


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.

I am able to do this well by using following server and client pipelines,
however they lack audio.

StreamServer:
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>

Streamclient:
gst-launch-1.0 tcpserversrc host=<interface_ip> port=<port> ! gdpdepay !
rtph264depay ! avdec_h264 ! autovideosink


Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150816/5f1da1b4/attachment.html>


More information about the gstreamer-devel mailing list