Running souphttpsrc through a proxy that requires authentication

Konstantin Miller konstantin.miller at googlemail.com
Fri Aug 26 00:23:57 PDT 2011


Dear all,

I cannot make the souphttpsrc plugin work with a proxy server that requires
authentication. I am using Ubuntu 10.04 and the Gstreamer version as checked
out from the git on August 25, 2011.

What happens is: souphttpsrc sends a HTTP GET request to the proxy server,
not including the authentication data. The proxy server answers 407 Proxy
Authentication Required. Now, instead of sending a new GET including
authentication data (as would do the get example application from the
libsoup library), the pipeline terminates with an error. In the attachment
is the debug output of souphttpsrc.

As far as I can see from the code of souphttpsrc, I cannot understand if it
can work at all, since before soup_auth_authenticate gets the chance to
perform the authentication, gst_soup_http_src_parse_status issues a
GST_ELEMENT_ERROR.

Could somebody successfully run souphttpsrc from behind a proxy with
authentication?

Best,
Konstantin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110826/5a27a9ef/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: debug.txt
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110826/5a27a9ef/attachment.txt>


More information about the gstreamer-devel mailing list