WayneZ 0 Posted May 28 Posted May 28 Hello, I noticed the hardware transcoding on arm64 CPU isn't supported yet based on https://emby.media/support/articles/apps/linux/Emby-Linux-Platform-Support.html. Then in November 2025, mentioned the support will be ready soon on the beta channel. Is there any update given 6 months have passed? Best wishes,
WayneZ 0 Posted June 12 Author Posted June 12 (edited) Yes, I tried the docker image lscr.io/linuxserver/emby:latest. The hardware acceleration isn't showing up in emby. With the help of Gemini CLI, I build ffmpeg for arm64 and installed it to the docker image I was very closed to get the hardware acceleration working. However the ffdetect is a private binary that I cannot build it for arm64 myself. It seems to be the last missing piece to get the support working. Edited June 12 by WayneZ
Luke 42601 Posted yesterday at 01:38 AM Posted yesterday at 01:38 AM @WayneZCan you try our official Docker container instead?
WayneZ 0 Posted 1 hour ago Author Posted 1 hour ago Yes, I tried the official image but still doesn't work. Here is my docker compose. Please find the logs attached as well. services: emby: image: emby/embyserver:beta container_name: emby runtime: nvidia restart: unless-stopped environment: - UID=1000 - GID=1000 - GIDLIST=44,993 group_add: - video volumes: - emby_config:/config:rw - emby_medias:/data/medias:rw devices: - /dev/dri:/dev/dri networks: - traefik_public deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: [gpu, video] hardware_detection-63917807778.txt embyserver-63917843758.txt embyserver.txt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now