GNOME Bugzilla – Bug 628058
Need a way to set the SO_RCVBUF property on rtsp-based sockets.
Last modified: 2011-01-03 14:42:44 UTC
Created attachment 168833 [details] [review] Modifies the gstrtspsrc.* to allow for property sets/gets for SO_RCVBUF socket option We would like to make a request to have a property get/set on the gstrtspsrc bin to allow for ultimately setting the SO_RCVBUF on the respective UDP socket to reduce chances of packet dropping.
commit 5999e8e71613df8d0fffde4169ed2e577d0a563e Author: American Dynamics <GStreamer-Bugs at tycosp.com> Date: Mon Sep 6 12:22:11 2010 +0200 rtspsrc: Add property to configure udpsrc buffer size Add a new udp-buffer-size property to configure the buffer-size on the udpsrc elements. Fixes #628058
There is a bug in this patch, the buffer-size is configured after the udp element is set to PAUSED and then it doesn't have any effect anymore. commit dc221c02193bb4740be7cdd3fc2addbcc5e358ae Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Jan 3 15:40:11 2011 +0100 rtspsrc: increase udp buffer size Set a bigger UDP buffer size by default to reduce packet loss with high bitrate streams.