<div dir="ltr">Hello, <div><br></div><div>  I have been introduced to GStreamer through the Pithos project (<a href="https://github.com/pithos/pithos">https://github.com/pithos/pithos</a>). I've come across an issue where GStreamer cannot connect to an HTTP URI to playback an audio file when I am on a private network and need to connect through an HTTP proxy. I have tried the following two methods:</div><div><br></div><div>    <span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent">gst-launch-1.0 playbin uri=[myURI]</span></div><div><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent"><br></span></div><div><br></div><div><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:11.8999996185303px">  </span></font><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent">gst-launch -v souphttpsrc location=[url]  proxy=[myproxy]</span></div><div><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent"><br></span></div><div><span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent"><br></span></div><div>For each attempt, I have defined the `http_proxy` environment variable. In both cases, GStreamer is unable to connect to the server to playback the file. The first command works when I am not behind the proxy, the second one doesn't but I am not so certain about the syntax on that command. <span style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:11.8999996185303px;line-height:inherit;color:rgb(51,51,51);background-color:transparent"><br></span></div><div><br></div><div>Does GStreamer support HTTP proxies, and if so, what might I be doing incorrectly? </div><div><br></div><div><br></div><div>Thank you for your assistance. </div><div><br></div><div><br></div><div><br></div><div>Joseph</div></div>