2012/9/30 Greg Warner <span dir="ltr"><<a href="mailto:gdwarner@gmail.com" target="_blank">gdwarner@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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" target="_blank">provided demo</a> to stream a URL, such as this one: <a href="http://www.cybertechmedia.com/samples/bill.asx" target="_blank">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" target="_blank">www.cybertechmedia.com:80</a></div>
<div>
[0xb1b029d0] access_mms access error: cannot connect to <a href="http://www.cybertechmedia.com:80" target="_blank">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></blockquote><div>--verbose=2 is the command-line option, and for python</div><div><a href="http://pastebin.com/edncPpW0">http://pastebin.com/edncPpW0</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div></div><div>Thanks,</div><div><br></div><div>Greg</div>
<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>