2025-03-05, 12:45 PM
(This post was last modified: 2025-03-05, 12:47 PM by kaeru. Edited 1 time in total.)
I'm sorry I didn't explain myself. I probably unckecked the check box for HEVC ENCODING a while back and so I found it unchecked when I switched to QVS. Anyway it is unchecked and I get the same error.
For transcoding I have checked h264, HEVC, MPEG2, VC1, VP8
For encoding I have nothing checked as it sais that h264 is always on
Here is the docker compose:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /share/Container/jellyfin/config: /config
- /share/Container/jellyfin/cache: /cache
- /share/Multimedia: /media
devices:
- /dev/dri/: /dev/dri/
restart: 'unless-stopped'
I am using portainer, don't know if it helps
[edit]I adderd a space between the ":" and the "/" as it were interpret as the
emoji. On my docker compose there is no space
For transcoding I have checked h264, HEVC, MPEG2, VC1, VP8
For encoding I have nothing checked as it sais that h264 is always on
Here is the docker compose:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /share/Container/jellyfin/config: /config
- /share/Container/jellyfin/cache: /cache
- /share/Multimedia: /media
devices:
- /dev/dri/: /dev/dri/
restart: 'unless-stopped'
I am using portainer, don't know if it helps
[edit]I adderd a space between the ":" and the "/" as it were interpret as the
