Jump to content

Any update on hardware (Nvidia) transcoding support on ARM64 platforms?


Recommended Posts

  • 2 weeks later...
Posted

Hi, have you tried it?

WayneZ
Posted (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 by WayneZ
  • 2 weeks later...
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...