-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EGL_NOT_INITIALIZED (EGLError) on RaspberryPi #52
Comments
This is without X, running on the text terminal? Can you check your libEGL.so.* in the library path, and that Can you use |
Running from text terminal.
Setting Looks like
|
Shortly after sending this I realized I did not have |
Yeah, ffmpeg-mmal is a pain in the ass to build. The thing is, as far as I know you need that to get the video decode acceleration... So it's pretty much a requirement. BlitzLoop on the Rpi3 is already barely holding on on that CPU, without video decode accel it'll be a mess. It's possible that installing those pulls in some dependency that fixes BlitzLoop too... |
I believe it might be possible to use BlitzLoop with the drm (fkms) codepath on rPi, and iff you can get video decode accel that would be fine probably, but I'm not holding my breath... |
Ok, I managed to build both
|
At least it's clearly not a BlitzLoop problem... I wonder if something changed in Arch Linux ARM somewhere along the way, or something else is different about your setup... |
After reading mpv-player/mpv#7314 I decided to try compile an older version of
Video plays smoothly. Sadly the error reported by |
Interesting. I'll take a look, but I'm quite busy right now and might not get to doing a full repro on a rPi in quite a while... |
If you want: to speed things up I can make an image of the SD card (contains nothing but a fresh Arch Linux + |
That might help, but I still probably won't get to it for a few weeks... I'm catching up on quick GitHub things but I'm a bit too swamped for a proper hardware device debugging session right now :( |
Ok, putting my RPi on a shelf then. Feel free to ping me once you have some free cycles and I'll send it to you. |
@jose1711 can you try building mpv-0.33.1 with this PR I sent to mpv? mpv-player/mpv#9097 |
@cyph84 Please allow the following questions:
|
Following https://forums.raspberrypi.com/viewtopic.php?t=270226#p1692111 I was able to make it work finally. Extra steps taken in addition to what's mentioned in https://github.com/marcan/blitzloop/blob/master/docs/blitzberry.md:
This makes |
You can build against regular ffmpeg, but you need ffmpeg-mmal installed to use --hwdec=mmal
I think its best you explicitly specify the vo |
Btw compiling latest |
Following instructions in
blitzberry.md
I am stuck with the following error:and have no idea how to proceed. Raspberry is a 3B+ model.
The text was updated successfully, but these errors were encountered: