<div dir="ltr">Hi,<br><br>I am trying to stream an Internet Radio Channel with playbin. I am going through a proxy and can use gst-launch in this way to successfully play the station:<br><br>gst-launch souphttpsrc proxy=<a href="http://proxyURL">http://proxyURL</a> location=<a href="http://myIRadio.com">http://myIRadio.com</a>. ! mad ! alsasink<br>
<br>I do not need to use gst-launch and am actually building my own software media player ....<br><br>When i do not setup proxy but just run my mediaplayer with playbin, I just wait on an endless loop and get the following debug message on cancelling..<br>
gstsouphttpsrc.c(683): gst_soup_http_src_finished_cb(): /play/source <br>libsoup status code 1 <br>Error: Cancelled<br><br>So playbin is trying to use souphttpsrc but Im assuming the error is becoz the proxy is not set .....<br>
Can someone plz suggest how to set the proxy property with souphttpsrc and still use playbin v1 ?<br><br>Thanks,<br>raj<br><br><br>&nbsp;<br><br></div>