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 395424 - neonhttpsrc lacks support for proxy servers
neonhttpsrc lacks support for proxy servers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 395429
 
 
Reported: 2007-01-11 15:18 UTC by Christian Fredrik Kalager Schaller
Modified: 2008-01-31 09:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Send a message every time a proxy URL is changed, and when a HTTP redirect is required. (6.17 KB, patch)
2007-03-30 21:23 UTC, Rosfran Borges
none Details | Review

Description Christian Fredrik Kalager Schaller 2007-01-11 15:18:32 UTC
The element needs to support http proxy servers, this should be done by:
1. properties for proxy, 2. a signal when it handles a new connection, so that
the front-end can set the proxy according to the hostname being targetted

This would make it possible for applications to get the proxy information from
gconf and use it with the networking plugins.
Comment 1 Rosfran Borges 2007-03-30 21:21:41 UTC
Hi,
If I understood the question, you want that the neonhttpsrc send a GStMessage to the Element's GstBus, signalizing every time the proxy is changed. I hope the patch I attached below solves this issue.
By the way, there is a property that you can use to set the proxy host URL ("proxy"). If this parameter is not passed to the gst-launch, the proxy host is got from the environment variable's list, by calling "g_getenv ("http_proxy")".
Best regards...
Comment 2 Rosfran Borges 2007-03-30 21:23:07 UTC
Created attachment 85595 [details] [review]
Send a message every time a proxy URL is changed, and when a HTTP redirect is required.
Comment 3 David Schleef 2007-05-13 05:09:52 UTC
Perhaps I'm missing something here.  Why does the proxy need to be updated every time a connection is made?
Comment 4 Sebastian Dröge (slomo) 2008-01-31 09:16:55 UTC
neonhttpsrc has support for proxys... via the "proxy" property and the $http_proxy env variable. Closing this bug...