RTP streaming

Marc Leeman marc.leeman at gmail.com
Wed Jun 5 07:34:10 PDT 2013


$ gst-launch-0.10 -v filesrc location=~/home/jyoti/Videos/conf.mp4 !
qtdemux name=demux demux.video_00 ! queue ! h264parse ! rtph264pay
config-interval=1 ! udpsink port=5002 host=10.99.26.73
$ gst-launch-0.10 -v udpsrc uri=udp://10.99.26.73:5002
caps="application/x-rtp,clock-rate=90000,encoding-name=H264" ! queue !
rtph264depay ! h264parse ! ffdec_h264 ! autovideosink


More information about the gstreamer-devel mailing list