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 553205 - udpsink: add property for source port number
udpsink: add property for source port number
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-22 03:20 UTC by Jared Moore
Modified: 2011-05-19 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jared Moore 2008-09-22 03:20:40 UTC
It would be useful if you could bind the port number that udpsink uses to send from. Instead of having to use fdsink and then creating the socket yourself.
Comment 1 Wim Taymans 2008-09-25 09:22:14 UTC
what exactly is needed? You can allocate a socket and use the sockfd property to set this socket. 
Comment 2 Tobias Mueller 2009-03-28 22:48:36 UTC
Jared, any news? This bug is NEEDINFO for quite some time now and I'd rather see it closed ;)
Comment 3 Jared Moore 2009-03-29 00:23:13 UTC
Sorry, I must have missed the email for comment 1. 

The reason I needed this was because I needed to control which port the udpsink used so that I could then use Netem to simulate having a low quality connection on this port only. 

This is not a very high-priority scenario so go ahead and close this bug if you wish. :)
Comment 4 Sebastian Dröge (slomo) 2011-05-19 08:46:48 UTC
Let's close this as WONTFIX then, it can be implemented differently as explained by Wim.