the vlc.pyd works standalone (you don't need to install vlc) , see : http://codeslash.blogspot.com/2008/10/p ... r-vlc.htmlthe vlc.pyd under pyvlc.googlecode.com repo is good also for the newest vlc 0.9.9??
Thanks!
Did you try the subprocess module in Python :Thanks for the answer and for pointing out the problem but I would really appreciate a direction to a solution
Code: Select all
p = subprocess.Popen(['vlc', yourstream, option1,option2]