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 650324 - Handle proxy for HTTP
Handle proxy for HTTP
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2011-05-16 16:01 UTC by Bastien Nocera
Modified: 2012-04-19 17:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-05-16 16:01:18 UTC
As per bug 395427, falling back to HTTP won't work when a proxy is required.
Comment 1 Bastien Nocera 2012-03-29 00:44:13 UTC
Currently doesn't work for Rtsp sources because of:
https://bugzilla.gnome.org/show_bug.cgi?id=395427#c5

We require the proxy, proxy-id and proxy-pw properties, which RtspSrc doesn't provide.
Comment 2 Bastien Nocera 2012-04-19 17:55:35 UTC
commit 41f71a0868a13ae4f3e47bd65147322dfea50744
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 19 18:54:05 2012 +0100

    backend: Handle HTTP proxy for RTSP sources
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650324