GNOME Bugzilla – Bug 679325
gst-rtsp-server: support for the Blocksize header parameter
Last modified: 2012-07-10 09:26:54 UTC
Created attachment 217926 [details] [review] Parse the blocksize parameter and set mtu on the payloaders accordingly The attached patch contains suggested handling for the Blocksize header parameter in the RTSP SETUP request.
Blocksize is an optional header parameter which is allowed for all methods but OPTIONS and TEARDOWN. The patch currently supports it only for the SETUP request but can easily be extended with support for all other methods.
commit 86e53af34a12a1e23613fd1a3dac2be3efbbbf99 Author: Ognyan Tonchev <ognyan@axis.com> Date: Tue Jul 3 13:26:30 2012 +0200 rtsp: Handle the blocksize parameter Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679325