How to test HW Transcoding. Have working Transcoding in Jellyfin same VM
Hey,
How do I test if the HW transcoding is working. I am running an N100 intel mini PC. I got it working w/ jellyfin but I wanted to make sure my compose was working. I believe I have everything setup in the web gui properly( my understanding is it will drop to software if not working)
I recently moved servers from a 3rd gen intel to a 12th gen intel so want to take advantage of these hardware features!
Pretty sure I need to make some changes in my docker compose
https://pastebin.com/CeKQRPPb
Any way to follow the logs?
https://pastebin.com/GCcgBrht
Pastebin
[Nest] 7 - 11/24/2024, 7:50:55 PM ERROR [Microservices:MediaServ...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
name: immichservices: immich-server: container_name: immich_ser...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

4 Replies
:wave: Hey @Mr Moon,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich :immich:.
References
- Container Logs:
docker compose logs
docs
- Container Status: docker compose ps
docs
- Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
2. :ballot_box_with_check: I have read applicable release notes.
3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
4. :ballot_box_with_check: I have reviewed Github for known issues.
5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close
command, and re-open it later if needed.
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:openvino:
device_cgroup_rules:
- 'c 189:* rmw'
devices:
- /dev/dri:/dev/dri
volumes:
- /dev/bus/usb:/dev/bus/usb
think this is what i need to add but just want some guidance
appreciate it
https://immich.app/docs/features/hardware-transcoding/
https://immich.app/docs/features/ml-hardware-acceleration
These are 2 containers that require changes 🙂
For an intel CPU you'll want OpenVino for ML and QSV for transcoding
Personally I did encounter an issue with permissions and I had to add the render group to the docker container, just FYI
I had to add the render group for jellyfin so I can believe that
Thanks for your help and explaining I'll get on this soon 🙂