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 625153 - rtspsrc: add property to set client port range
rtspsrc: add property to set client port range
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.24
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-23 22:20 UTC by Arnaud Vrac
Modified: 2010-08-14 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add port-range property to rtspsrc (3.85 KB, patch)
2010-07-23 22:20 UTC, Arnaud Vrac
none Details | Review

Description Arnaud Vrac 2010-07-23 22:20:15 UTC
Created attachment 166470 [details] [review]
Patch to add port-range property to rtspsrc

To support setups with firewall/ipsec, it is useful for an rtsp client to be able to set the range of ports that can be used for rtp/rtcp reception. I attached a patch that allows this by adding a "port-range" property to the rtspsrc element.

Please tell me what you think.

Thanks
Comment 1 Wim Taymans 2010-07-26 15:48:35 UTC
I commited an improved patch. Thanks!

commit c6f47c34fbe726ed4e5a5827d72f3c30ce5ff0cf
Author: Arnaud Vrac <rawoul at gmail.com>
Date:   Mon Jul 26 17:45:42 2010 +0200

    rtspsrc: add port-range property to rtspsrc
    
    To support setups with firewall/ipsec, it is useful for an rtsp client to be
    able to set the range of ports that can be used for rtp/rtcp reception.
    Allows this by adding a "port-range" property to the rtspsrc element.
    
    Fixes #625153