jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
532 stars 67 forks source link

Raspberry pi libEGL error #190

Closed BurlyLlama28 closed 1 year ago

BurlyLlama28 commented 2 years ago

When I run simple script with wait_until_playing func I got this: ligEGL warning: DRI2: failed to authenticate

And nothing happens actually Can you help me?

jaseg commented 2 years ago

From googling around this seems to be caused by some version conflict in your installed OpenGL libs. The easiest workaround will be to simply use MPV(vo='x11'), forcing X11 video output.