Page 1 of 1

python bindings for vlc 1.2.0-git

Posted: 17 Sep 2010 17:06
by PetC
Hi,

some of you may already have seen this question, but I placed the post in wrong category and ask again, here this time. Sorry for spaming. Here comes the question: I'm using python bindings in my project and need to switch tó vlc 1.2.0. Are the bindings for 1.1 compatible with 1.2? Probably not, I tried playing out a video but got vlc.State.Error. Are the updated bindings already available? And if not yet, then when will they be?

Regards,
Peter

Re: python bindings for vlc 1.2.0-git

Posted: 22 Sep 2010 15:01
by OlivierAubert
They should be compatible, the version in bindings/python/generated have been generated against current (some days ago) git HEAD.

Re: python bindings for vlc 1.2.0-git

Posted: 24 Sep 2010 11:15
by PetC
Thanks for reply. I tried the latest version out, but with the same result- after calling media_player.play() nothing happens, checking the player state gives Error state. Do you know maybe the reason for that? The whole initialisation procedure (instance, media player creation, setting mrl, play) I do, worked for the previous version (1.1)...

EDIT:
I just managed to run it, using media creation vlc.Instance.media_new_path()
Thank for help.

Re: python bindings for vlc 1.2.0-git

Posted: 01 Oct 2010 00:55
by rogerdpack
did it work with 1.1.x?

Re: python bindings for vlc 1.2.0-git

Posted: 01 Oct 2010 09:30
by PetC
I tried only 1.1.0, but yes, it worked.