[vlc-devel] Network streaming with VLC Api using Python
Greg Warner
gdwarner at gmail.com
Sun Sep 30 06:43:43 CEST 2012
I'm just starting out using the python api for vlc. I'm trying to get
the provided
demo<http://git.videolan.org/?p=vlc/bindings/python.git;a=blob;f=examples/qtvlc.py;h=9f8fc0b1fcee86b28086cb82e22e465d75730326;hb=HEAD>
to
stream a URL, such as this one:
http://www.cybertechmedia.com/samples/bill.asx. 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:
[0xb1b029d0] access_http access error: cannot connect to
www.cybertechmedia.com:80
[0xb1b029d0] access_mms access error: cannot connect to
www.cybertechmedia.com:80
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?
Thanks,
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120929/d9ec168a/attachment.html>
More information about the vlc-devel
mailing list