mrJean1
mrJean1
Several things changed on macOS, the past few years. To make this issue work like it does on other systems, Tcl/Tk needs some updates for macOS. Another example is the...
The point was, if the `OnResize` method is not getting called, some other changes may be needed. Two examples were the PPS and PPPS above. There may be more or...
Please send an example to reproduce the issue. Also, which verson of python-vlc, vlc, python and o/s?
Sorry, that site shows and error ...  Please post a python script reproducing the problem. Or, try to play the video with the VLC app, take several snapshots that...
Did snapshots taken from the VLC app show the same issue? Plus, without a sample script, it’ll be difficult to provide any help.
After adding some delay (there are other**, better ways to do this) ``` p.play() time.sleep(5) ``` the `media.get_meta` call did return several non-`None` values, but only when music is playing:...
The explore the parsing of media meta data, following are some other observations: ``` from time import sleep from vlc import EventType, Media, MediaPlayer, MediaParseFlag, Meta def _media_cb(event, *unused): #...
If the link above doesn't work, [this one does](https://stackoverflow.com/questions/65146103/).
FWIW, Below is the output of that script on macOS with both Python 2.7.16 and 3.7.3, `vlc.py 3.0.6109` and `libvlc 3.0.6 Vetinari`. Looks like the root cause may a `NULL`...