Jose Riha

Results 235 comments of Jose Riha

by looking at `debug.svg` it seems that grid finder got totally confused: ![obrázok](https://user-images.githubusercontent.com/1406222/72942687-5df41780-3d74-11ea-91ba-ebf07f8885e1.png)

Running from text terminal. `libEGL` exists: ``` [alarm@alarmpi blitzloop]$ ls -l /opt/vc/lib/libEGL.so -rw-r--r-- 1 root root 202072 Oct 16 18:14 /opt/vc/lib/libEGL.so [alarm@alarmpi blitzloop]$ md5sum /opt/vc/lib/libEGL.so 31494c335a11c07beceb259b48efe3e6 /opt/vc/lib/libEGL.so ``` Setting `LD_LIBRARY_PATH`...

Shortly after sending this I realized I did not have `mpv-rpi` installed (only `mpv` which conflicts with it). Sadly the compilation of its dependency - [ffmpeg-mmal](https://aur.archlinux.org/packages/ffmpeg-mmal/) is keeping me from...

Ok, I managed to build both `ffmpeg-mmal` and `mpv-rpi` after all. Now I am getting different error: ``` [alarm@alarmpi ~]$ mpv --vo=rpi video.mp4 (+) Video --vid=1 (*) (h264 1280x720 25.000fps)...

After reading https://github.com/mpv-player/mpv/issues/7314 I decided to try compile an older version of `mpv` (0.29.1) and it finally worked: ``` [alarm@alarmpi ~]$ mpv -fs --vo=rpi video.mp4 Playing: video.mp4 (+) Video --vid=1...

If you want: to speed things up I can make an image of the SD card (contains nothing but a fresh Arch Linux + `blitzloop`) and publish it somewhere.

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.

@cyph84 Please allow the following questions: - do I still need to build `ffmpeg-mmal` prior to recompilation instead of using regular `ffmpeg` and have `mpv` detect it during configuration? -...

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: * Install `ffmpeg-mmal` from AUR * Download `PKGBUILD` of `mpv-git`...

Btw compiling latest `mpv-git` still results in `[vo/rpi] Could not get DISPMANX objects.` so https://github.com/mpv-player/mpv/pull/9097 is indeed required.