Code: Select all
class VideoPlayer:
"""Example video player.
"""
def __init__(self):
self.vlc = DecoratedVLCWidget(["--plugin-path=.\plugins"])
You're free to do it, as long as you respect the GPL. Enjoy codingI would be pleased, and a binary-python distribution would be nice, in the pypi directory. I can handle the win32 one, maybe the ubuntu one.
Are you ok with that ?
I don't know. That's best if you can do it because I don't know everybody who has time to do it.I'm considering : vlc-win32, vlc-win32-all (the same but with all the required dlls, so it works without vlc installation)
what about linux ?
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!
I tried the package, but it gave me the following error:A Debian package for vlc 0.9.0 is available at http://liris.cnrs.fr/advene/download/linux/
The API did not change in the following versions, so it works with later 0.9.x versions of VLC, modulo the #2266 / #2257 issue.
The problem is that VLC switches to ALSA when it get this error, and I have some problems when playing media with ALSA (if I pause the media and then I un-pause it, the sound is dissapearing). How can I solve this?../../include/vlc_xlib.h:46:vlc_xlib_init: Xlib not initialized for threads.
This process is probably using LibVLC incorrectly.
Pass "--no-xlib" to libvlc_new() to fix this.
[0x92188a4] pulse audio output error: Xlib not initialized for threads
Code: Select all
gtk.gdk.threads_init()
Code: Select all
import gtk
Users browsing this forum: No registered users and 5 guests