Bill Durr
Bill Durr
``` root@cfd62c4125ad:/opt/frigate# vainfo error: XDG_RUNTIME_DIR not set in the environment. error: can't connect to X server! libva info: VA-API version 1.10.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found...
``` frigate | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. frigate | [s6-init] ensuring user provided files have correct perms...exited 0. frigate | [fix-attrs.d] applying ownership & permissions...
Tried both a HDMI emulator and monitor didnt work. The graphics card seems to be working on the host ``` durrw@nvr ~> sudo vainfo [sudo] password for durrw: error: XDG_RUNTIME_DIR...
On my host either ``` ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i "rtsp://XXX:[email protected]:554/cam/realmonitor?channel=1&subtype=0" -f null - ``` or ``` ffmpeg -c:v h264_qsv -i "rtsp://XXX:[email protected]:554/cam/realmonitor?channel=1&subtype=0" -f null - ``` will make use...
Running Archlinux, ffmpeg is version 5.1.1
There's something broken with btbn-ffmpeg. I installed jellyfin-ffmpeg from https://repo.jellyfin.org/releases/server/debian/versions/jellyfin-ffmpeg/5.1.1-1/ in the container and it works with hardware acceleration. No clue how to hack that into the container and get...
The software in the container is too old to work with my host (Archlinux). The drivers/libraries are not recent enough to work with a host that has an up to...
I was able to break out into the bootloader by adding an `exit()` after `print(verBL.decode('ascii')) # show Bootloader version` and upload the file via minicom. looks like something is broken...
This is the config for the upstream nginx server nginx.conf ``` worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; add_header X-Frame-Options...
Unfortunately no. I haven't been able to pinpoint a trigger.