Jump to content

Unable to use HW transcode on docker


Go to solution Solved by Slot5174,

Recommended Posts

Posted

I don't see any hardware transcoder on Emby's setting page

I'm running the official docker image through docker compose:

version: "2.3"
services:
  emby:
    image: emby/embyserver:latest
    container_name: embyserver
    environment:
      - UID=1000 # The UID to run emby as (default: 2)
      - GID=44 # The GID to run emby as (default 2)
      - GIDLIST=44,105 # A comma-separated list of additional GIDs to run emby as (default: 2)
    volumes:
      - /emby-server:/config # Configuration directory
      - /media:/mnt/media # Media directory
    ports:
      - 8096:8096 # HTTP port
      - 8920:8920 # HTTPS port
    devices:
      - /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
    restart: unless-stopped

CPU is Intel N100 Alder Lake

hardware_detection-63877793750.txt

Posted

@Slot5174

Hi, please also attach the main emby server log as well as an ffmpeg log example. Thanks !

  • Solution
Posted

It turns out that my host system is missing firmwares for the intel GPUs! Installing firmwares solves the issue!

  • Thanks 1

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...