2024-06-06, 05:01 PM
Hello - i've recently moved my server over to ubuntu desktop and installed jellyfin via a portainer stack.
I have an A380 which i'm trying to set up for encoding but it seems very sluggish.
Stack code:
---
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- JELLYFIN_PublishedServerUrl=192.168.4.86 #optional
volumes:
- /mnt/programs/jellyfinconfig
- /mnt/programs/jellyfin/cachecache
- /mnt/vault/showsshows
- /mnt/vault/filmsfilms
ports:
- 8096:8096
- 7359:7359/udp #optional
- 1900:1900/udp #optional
devices:
- /dev/dri/renderD128dev/dri/renderD128
restart: unless-stopped
Transcode log: https://sourceb.in/1pQo3NECMk
My system does have dual GPU's but i'm 90% sure that D128 is the A380 and not the other GPU (K2200 i believe).
Any help on what i'm doing wrong would be appreciated.
I have an A380 which i'm trying to set up for encoding but it seems very sluggish.
Stack code:
---
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- JELLYFIN_PublishedServerUrl=192.168.4.86 #optional
volumes:
- /mnt/programs/jellyfinconfig
- /mnt/programs/jellyfin/cachecache
- /mnt/vault/showsshows
- /mnt/vault/filmsfilms
ports:
- 8096:8096
- 7359:7359/udp #optional
- 1900:1900/udp #optional
devices:
- /dev/dri/renderD128dev/dri/renderD128
restart: unless-stopped
Transcode log: https://sourceb.in/1pQo3NECMk
My system does have dual GPU's but i'm 90% sure that D128 is the A380 and not the other GPU (K2200 i believe).
Any help on what i'm doing wrong would be appreciated.
Jellyfin 10.9.4
Ubuntu Desktop LTS 24.04
Intel Xeon E5-1650 v3
64GB DDR4
Ubuntu Desktop LTS 24.04
Intel Xeon E5-1650 v3
64GB DDR4