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 628058 - Need a way to set the SO_RCVBUF property on rtsp-based sockets.
Need a way to set the SO_RCVBUF property on rtsp-based sockets.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.24
Other Windows
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-26 19:17 UTC by American Dynamics
Modified: 2011-01-03 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Modifies the gstrtspsrc.* to allow for property sets/gets for SO_RCVBUF socket option (2.41 KB, patch)
2010-08-26 19:17 UTC, American Dynamics
none Details | Review

Description American Dynamics 2010-08-26 19:17:10 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.
Comment 1 Wim Taymans 2010-09-06 10:42:50 UTC
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
Comment 2 Wim Taymans 2011-01-03 14:42:44 UTC
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.