Search found 3 matches

Go to advanced search

by Cimbali
23 Jun 2016 18:44
Forum: Development around libVLC
Topic: Can't hide VLC player from callback after it reaches 'Ended' State, in python / gtk3 / windows
Replies: 3
Views: 2347

Re: Can't hide VLC player from callback after it reaches 'Ended' State, in python / gtk3 / windows

Great, thanks a lot! I've updated the Gist and wrapped everything in Glib.idle_add so everything is called from the main thread, and more importantly not from within a callback.

See updated version here if that's useful for anyone, (and original version for reference)
by Cimbali
15 Feb 2016 19:28
Forum: Development around libVLC
Topic: Can't hide VLC player from callback after it reaches 'Ended' State, in python / gtk3 / windows
Replies: 3
Views: 2347

Can't hide VLC player from callback after it reaches 'Ended' State, in python / gtk3 / windows

Hello everyone. I'm trying to get video support to work in a cross-platform PDF presentation tool written in python ( called pympress ). I figured VLC was a good way to go. I manage to get a video to play within an overlay to show/hide it whenever I want. It can be resized, removed, paused, stopped,...

Go to advanced search