I’d like to the ability to run some code when the timestamp of a file has been reached (i.e. trigger an alert) How can this be achieved? I was looking at this https://www.geeksforgeeks.org/python-vl … edia-time/ However, I feel like I’m really looking for some kind of daemon (i.e. start the media file with VLC and then have this “listener” perform
Tag: libvlc
Python bindings for libVLC – cannot change audio output device
VLC 2.2.3, python-vlc 1.1.2. I have a virtual audio output and am trying to get libVLC to output on it. So far, I can see the virtual output appearing in libVLC, but selecting it makes audio play on the default output (i.e. the speakers). This is the relevant part of what I have: I’ve run the code multiple times, changing