GNOME Bugzilla – Bug 585549
Add RTP blocksize functionality to rtspsrc element
Last modified: 2009-06-12 14:07:46 UTC
In RTSP there is a parameter named Blocksize that can be set in the SETUP request to request a specific size of the RTP packages.This parameter is not supported in the current version of the rtspsrc element, but for performance tuning it would be nice to have. The parameter is present in the rtsp libraries in gst-plguins-base, so all that is needed is for the src element to make use of it. I have made a patch for the rtspsrc element which adds a new property named rtp-blocksize that does just that.
Created attachment 136415 [details] [review] Patch implementing blocksize functionality
Created attachment 136418 [details] [review] Small mistake in patch from comment #1, use this instead
commit a95c049f76344f08a3ae129af0fc6f55182c5f96 Author: Patrick Radizi <patrick.radizi at axis.com> Date: Fri Jun 12 16:06:28 2009 +0200 rtspsrc: Add RTP blocksize functionality Add property to make the client suggest a blocksize to the server. Fixes #585549