After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749095 - rtsp-stream: add API to set UDP buffer size
rtsp-stream: add API to set UDP buffer size
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other All
: Normal enhancement
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-08 09:08 UTC by Hyunjun Ko
Modified: 2015-09-03 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtsp-stream: set buffer size to udpsink (2.97 KB, patch)
2015-05-08 09:10 UTC, Hyunjun Ko
none Details | Review

Description Hyunjun Ko 2015-05-08 09:08:39 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.
Comment 1 Hyunjun Ko 2015-05-08 09:10:28 UTC
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.
Comment 2 Jan Schmidt 2015-09-03 12:31:21 UTC
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