![]() |
SOLVED: Enable Hardware Acceleration on ASRock J5040-ITX Board - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Enable Hardware Acceleration on ASRock J5040-ITX Board (/t-solved-enable-hardware-acceleration-on-asrock-j5040-itx-board) |
Enable Hardware Acceleration on ASRock J5040-ITX Board - Iceman8080 - 2023-09-25 Hi, I am a absolutly Newby on Jellyfin as Media Server. Jellyfin runs as a Docker Container on Ubuntu 20.04. I use the Motherboard ASRock J5040-ITX CPU Intel Pentium Silver J5040 (Gemini-Lake Refresh) with 8GB RAM and as Receiver/Player I have a Anrdoid TV from Sony. So all works fine without Hardware Acceleration but sometimes it Bugs when more then one Player access to the Server. So I want zu use the Hardware Acceleration for transcoding. At first enabled the VAAPI mode in Jellyfin and I added the render Group into the docker-compose.yml. Code: version: '3.9' The used Grafic Driver on Ubunutu is: Code: lshw -c video But after it ist enable, the Clients does not accept the Streams from the Server. Can anybody helps me to fix this Problem? RE: Enable Hardware Acceleration on ASRock J5040-ITX Board - TheDreadPirate - 2023-09-25 You didn't include your entire compose file, but in your docker compose file did you include your GPU? https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#configure-with-linux-virtualization Code: devices: RE: Enable Hardware Acceleration on ASRock J5040-ITX Board - Iceman8080 - 2023-09-25 Many Thanks TheDreadPirate. That solved the Problem! |