Search found 6 matches

Go to advanced search

by ericaro
31 Oct 2008 21:48
Forum: VLC media player for Windows Troubleshooting
Topic: VLC python binding causes crash
Replies: 1
Views: 481

VLC python binding causes crash

hi, I'm using the VLC python binding on windows XP (last vlc version, and python 2.5) this "simple code" causes a python crash import pyvlc import pyvlc.vlc import pyvlc.plugins import os def init_player(): vlcpath = os.path.abspath(os.path.dirname(pyvlc.__file__)) plugin_path= os.path.abs...
by ericaro
24 Oct 2008 23:57
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9741

Re: VLC - Python binding

done. every thing is there : http://code.google.com/p/pyvlc/ downloads, code, binaries. Don't know how to patch using GIt (i'm already on cvs, svn, mercurial bzr ...) but there I have change only one file : vlcwidget.py into __init__ ( source's here) http://pyvlc.googlecode.com/svn/trunk/src.win32/p...
by ericaro
24 Oct 2008 11:40
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9741

Re: VLC - Python binding

I 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 ? if yes I can start a pypi modules (called vlc?) and upload all the required packages. This way python user will only have to write : eas...
by ericaro
23 Oct 2008 21:06
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9741

Re: VLC - Python binding

I got the soluce : in vlcwdiget, the player must be init with at least : ["--plugin-path=.\plugins"] like that : class VideoPlayer: """Example video player. """ def __init__(self): self.vlc = DecoratedVLCWidget(["--plugin-path=.\plugins"]) and it wor...
by ericaro
23 Oct 2008 18:56
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9741

Re: VLC - Python binding

finally I managed it. (using GIT, and the last release) now I've got it, it does NOT work : Instanciating mediacontrol [00000001] main libvlc debug: VLC media player - version 0.9.4 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--ho...
by ericaro
23 Oct 2008 16:50
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9741

VLC - Python binding

Hi all, don't know exactly where to post this. I'm trying the pyhton bindings. BTW, the wiki page is obsolete (links are broken) but I finally get all (the binaries and the sources for v0.9.4). But the tuto says to go to bindings/python, and there is no such a directory (and there is only one python...

Go to advanced search