Transcoding is crashing with Intel HD Graphics 500 iGPU #6482

Closed
opened 2026-02-07 03:42:50 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @adamradocz on GitHub (Nov 17, 2024).

I have an Intel HD Graphics 500 iGPU (Gen9 - Appolo Lake).

The official docker (version 10.10.2) says "Playback issue" when I try to transcode a video.
Although, the linuxserver/jellyfin version works perfectly with exactly the same configuration.

The compose looks like this:

  jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    user: ${PUID}:${PGID}
    env_file: stack.env
    environment:
      - TZ=${TZ}
      - JELLYFIN_PublishedServerUrl=http://${HOST_ADDRESS} #optional
    volumes:
      - ${APPDATA_PATH}/Jellyfin/config:/config
      - ${MEDIA_PATH}:/media
    ports:
      - 8096:8096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
      #- 1900:1900/udp #optional
    devices:
      - /dev/dri:/dev/dri
    restart: unless-stopped
Originally created by @adamradocz on GitHub (Nov 17, 2024). I have an Intel HD Graphics 500 iGPU (Gen9 - Appolo Lake). The official docker (version 10.10.2) says "Playback issue" when I try to transcode a video. Although, the linuxserver/jellyfin version works perfectly with exactly the same configuration. The compose looks like this: ``` jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin user: ${PUID}:${PGID} env_file: stack.env environment: - TZ=${TZ} - JELLYFIN_PublishedServerUrl=http://${HOST_ADDRESS} #optional volumes: - ${APPDATA_PATH}/Jellyfin/config:/config - ${MEDIA_PATH}:/media ports: - 8096:8096 - 8920:8920 #optional - 7359:7359/udp #optional #- 1900:1900/udp #optional devices: - /dev/dri:/dev/dri restart: unless-stopped ```
Author
Owner

@felix920506 commented on GitHub (Nov 18, 2024):

Please head to our forum or chat rooms for troubleshooting. https://jellyfin.org/contact

@felix920506 commented on GitHub (Nov 18, 2024): Please head to our forum or chat rooms for troubleshooting. https://jellyfin.org/contact
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#6482