Search found 4 matches

Go to advanced search

by JeffHoogland
05 Oct 2014 21:16
Forum: Development around libVLC
Topic: MediaPlayer().audio_set_delay() not working properly.
Replies: 1
Views: 407

MediaPlayer().audio_set_delay() not working properly.

Howdy, I am having an issue with the audio_set_delay function on a vlc.MediaPlayer object. Essentially I am setting the delay and then confirming it is set properly by calling the audio_get_delay function, but for some reason the player isn't having the pts delay set properly. Example output: jeff@h...
by JeffHoogland
02 Jan 2013 00:24
Forum: Development around libVLC
Topic: Python VLC Bindings Event Example
Replies: 5
Views: 10744

Re: Python VLC Bindings Event Example

Thanks a lot for the example! I actually got it working yesterday (finally!) by looking at the event attach example in the vlc.py

For any who care I am using the VLC libs with an application I am working on -> http://jeffhoogland.blogspot.com/2013/0 ... lient.html

~Jeff
by JeffHoogland
21 Dec 2012 21:11
Forum: Development around libVLC
Topic: Python VLC Bindings Event Example
Replies: 5
Views: 10744

Re: Python VLC Bindings Event Example

For reference a small bit of code I am trying that is failing: >>> mymedia = MediaList() >>> mymedia.add_media("/path/to/mediafile1") 0 >>> mymedia.add_media("/path/to/mediafile2") 0 >>> player = MediaListPlayer() >>> player.set_media_list(mymedia) >>> pevent = player.event_manag...
by JeffHoogland
21 Dec 2012 17:34
Forum: Development around libVLC
Topic: Python VLC Bindings Event Example
Replies: 5
Views: 10744

Python VLC Bindings Event Example

I'm using the VLC python bindings found here -> http://wiki.videolan.org/Python_bindings I've also been reading over the excellent API documentation found here -> http://liris.cnrs.fr/advene//download/python-ctypes/doc/ The thing that is currently escaping me though - how do I have an event fire whe...

Go to advanced search