Low FPS with rtpgstpay and udpsink

Hamdi Rakkez hamdi.rakez.selotec at gmail.com
Tue Oct 13 10:25:00 PDT 2015


Hi list,

I'm using gstreamer-1.5.90 on ubuntu 14.04.

I want to stream a raw-GRAY8(1088X1000) video over the network.

The two PCs are connected directly (no routers, no switches) with a Fast
Ethernet (RG45) wired connection.

Here's the streaming pipeLine :

gst-launch-1.0 videotestsrc pattern=ball ! video/x-raw, format=GRAY8,
width=1088, height=1000, framerate=40/1 ! rtpgstpay mtu=65000 ! queue !
udpsink host=Recipient_ip_Address port=5000

Here's the recipient PipeLine :

gst-launch-1.0 udpsrc port=5000 caps="application/x-rtp,
media=(string)application, clock-rate=(int)90000,
encoding-name=(string)X-GST,
caps=dmlkZW8veC1yYXcsIGZvcm1hdD0oc3RyaW5nKUdSQVk4LCB3aWR0aD0oaW50KTEwODgsIGhlaWdodD0oaW50KTEwMDAsIGZyYW1lcmF0ZT0oZnJhY3Rpb24pMC8xLCBibG9ja3NpemU9MTA4ODAwMAo,
payload=(int)96" ! rtpgstdepay ! fpsdisplaysink sync=false -v

The problem is the low *fps* that I am having in the reception PC. (I
should have a 40 fps but I am barely having 16 fps)

Can anyone tell me what I am doing wrong here.

Thank you.

Best Regards,
Hamdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151013/7a6e94dc/attachment.html>


More information about the gstreamer-devel mailing list