GNOME Bugzilla – Bug 749095
rtsp-stream: add API to set UDP buffer size
Last modified: 2015-09-03 12:31:21 UTC
Even if user wants to decide kernel buffer size for send socket, user can't do it currently. IMO, a way to set is needed.
Created attachment 303063 [details] [review] rtsp-stream: set buffer size to udpsink There is no way to set buffer-size to rtsp stream currently. This value is needed to be set to udpsink's property in rtsp stream.
Thanks! I fixed this separately the other day and then found your patch, so it's merged in another commit, but anyway: commit 27736d406ee73c5f98da9de567732224166a25e6 Author: Jan Schmidt <jan@centricular.com> Date: Mon Aug 31 22:48:34 2015 +1000 rtsp-stream: Implement UDP buffer size setting. Add gst_rtsp_stream_(get|set)_buffer_size and use it to configure the UDP TX buffer size. Incorporates a patch by Hyunjun Ko <zzoon.ko@samsung.com> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=749095