h264 RTP stream performance

Arnold Angerer arnold.angerer at smartalliance.at
Mon Mar 31 01:02:11 PDT 2014


Hi, I'm trying to stream an h264 encoded .mov file from a to b. It 
works, but I get only 1 fps on the client.
Playing the file locally on the client works fine, even in 1080p.
Any ideas what's wrong with this pipeline?

Server:
|gst-launch-0.10 -v filesrc location=/home/zeroc8/Videos/bunny.mov \ ! 
qtdemux ! h264parse ! rtph264pay pt=96 ! udpsink host=192.168.1.255 
port=5000|

Client:
|gst-launch-0.10 udpsrc port=5000 \ caps="application/x-rtp, 
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, 
sprop-parameter-sets=(string)\"J01AHqkYGwe83gDUBAQG2wrXvfAQ\\,KN4JyA\\=\\=\", 
payload=(int)96, ssrc=(uint)786848209, clock-base=(uint)101553131, 
seqnum-base=(uint)64602" ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace 
! autovideosink|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140331/8fd04c52/attachment.html>


More information about the gstreamer-devel mailing list