That is the main problem that not in python pygtk it works fine. But i need to do this on python languageI don't do python I'm afraid.Can you post me some code example here?
That is the main problem that not in python pygtk it works fine. But i need to do this on python languageI don't do python I'm afraid.Can you post me some code example here?
Can you post me some code example here?I use the libvlc media list player without any such "bugs" being apparent.
My main technique is for the event handler to signal another thread. That other thread can then invoke libvlc without deadlocking.
Code: Select all
def end_callback(event,player,movie):
print('End of media stream (event %s)' % event.type)
player.set_mrl(os.path.expanduser(sys.argv[1]))
player.play()