<div>I'm just starting out using the python api for vlc.  I'm trying to get the <a href="http://git.videolan.org/?p=vlc/bindings/python.git;a=blob;f=examples/qtvlc.py;h=9f8fc0b1fcee86b28086cb82e22e465d75730326;hb=HEAD">provided demo</a> to stream a URL, such as this one: <a href="http://www.cybertechmedia.com/samples/bill.asx">http://www.cybertechmedia.com/samples/bill.asx</a>.  The strange thing is that the regular VLC player streams all URLs just fine, but when trying to stream using the python, I get the following on the console output:</div>
<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>[0xb1b029d0] access_http access error: cannot connect to <a href="http://www.cybertechmedia.com:80">www.cybertechmedia.com:80</a></div><div>
[0xb1b029d0] access_mms access error: cannot connect to <a href="http://www.cybertechmedia.com:80">www.cybertechmedia.com:80</a></div></blockquote><div><br></div><div>Does anybody have any suggestions as to why I can't streaming to work using the python VLC api?  Or, how can I enable more verbose debug messages?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Greg</div>