Gstreamer 0.10 pipeline udpsrc and udpsink

Arun Raghavan arun at arunraghavan.net
Thu Jul 28 05:04:39 UTC 2016


On Wed, 27 Jul 2016, at 09:00 PM, AlexZhou wrote:
> Thanks, I have tried u solution to use rtph264pay to broadcast the live
> video
> steam to udpsink. Following commend line is for the gst pipeline:
> PIPELINE_DEF = 
> "udpsrc do-timestamp=true name=src blocksize=1316  closefd=false
> buffer-size=5600 !" \              
> "mpegtsdemux !" \       
> "queue !" \               
> "h264parse !" \
> "rtph264pay !" \  
> "udpsink host=127.0.0.1 port=5000"         
> And I built a sdp file to make it can be received by vlc media player:
> c=IN IP4 127.0.0.1
> m=video 5000 RTP/AVP 96 
> a=rtpmap:96 H264/90000
> It worked, but video quality is terrible and with many blurred lines. How
> can i improve the video quality ?

Your pipeline does not do any video decode/encode, so you should see the
same problems in the source content coming to your udpsrc.

-- Arun 


More information about the gstreamer-devel mailing list