Ahoy! Cheers for all the hard work on the docker images. Been doing some searching and I can't really find anything definitive. I'm using the Owncast image, and I can't for the life of me get the Intel VA-API thing working. My device is running on an Intel N100, I'm on Unraid 7.1.1, I've installed the Intel GPU TOP (2025.10.29) plugin, and recursively changed permissions on /dev/dri to 777, and added /dev/dri as a device to both Jellyfin and Owncast. Encoding works just fine in Jellyfin, but doesn't in Owncast. I even tried running Owncast as privileged with no success. time="2026-01-02T21:56:18+01:00" level=error msg="[AVHWDeviceContext @ 0x55e6328114c0] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed"
time="2026-01-02T21:56:18+01:00" level=error msg="[AVHWDeviceContext @ 0x55e6328114c0] Failed to initialise VAAPI connection: -1 (unknown libva error)."
time="2026-01-02T21:56:18+01:00" level=error msg="Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error"
time="2026-01-02T21:56:18+01:00" level=error msg="transcoding error. look at data/logs/transcoder.log to help debug. your copy of ffmpeg may not support your selected codec of h264_vaapi https://owncast.online/docs/codecs/"Is this possibly a problem with Owncast?