python-mpv icon indicating copy to clipboard operation
python-mpv copied to clipboard

Raspberry pi libEGL error

Open BurlyLlama28 opened this issue 3 years ago • 1 comments
trafficstars

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?

BurlyLlama28 avatar Dec 16 '21 21:12 BurlyLlama28

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.

jaseg avatar Apr 18 '22 12:04 jaseg