Hi everyone,
I’m having trouble with Jellyfin transcoding in my Docker setup on an Orange Pi 5 Max. I’m seeing issues specifically with playback on Android devices and PC, although it initially seemed to work fine without transcoding.
Setup Details:
Device: Orange Pi 5 Max
Jellyfin Docker Image: jellyfin/jellyfin
Docker Compose Version: 3.8
Hardware Acceleration Devices:
/dev/dri
/dev/dma_heap
/dev/mali0
/dev/rga
/dev/mpp_service
When transcoding is enabled, playback fails on Android devices and PCs.
When transcoding is turned off, playback works fine on Android devices and PC but struggling.
I have the required driver like libmali-valhall-g610-g6p0-wayland-gbm_1.9-1_arm64.deb and mali-g610-firmware rockchip-multimedia-config
my kernel is Linux 6.1.43-rockchip-rk3588
i attempted to write about this on the jellyfin discord troubleshooting but got no answer.
version: '3.8'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
privileged: true
network_mode: host
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=America/Puerto_Rico
volumes:
- /srv/dev-disk-by-uuid-d24cd59e-767d-4797-bbf6-8bb3880daaab/Storage_and_Cache/Jellyfin_Config/configconfig
- /srv/dev-disk-by-uuid-d24cd59e-767d-4797-bbf6-8bb3880daaab/Storage_and_Cache/Jellyfin_Cachecache
- /srv/dev-disk-by-uuid-86098e54-c23d-4309-9414-51ffe19bd9f4/Data/Seriesdata/tvshows
- /srv/dev-disk-by-uuid-86098e54-c23d-4309-9414-51ffe19bd9f4/Data/Peliculasdata/movies
ports:
- 8096:8096
- 7359:7359/udp #optional
- 1900:1900/udp #optional
I’m having trouble with Jellyfin transcoding in my Docker setup on an Orange Pi 5 Max. I’m seeing issues specifically with playback on Android devices and PC, although it initially seemed to work fine without transcoding.
Setup Details:
Device: Orange Pi 5 Max
Jellyfin Docker Image: jellyfin/jellyfin
Docker Compose Version: 3.8
Hardware Acceleration Devices:
/dev/dri
/dev/dma_heap
/dev/mali0
/dev/rga
/dev/mpp_service
When transcoding is enabled, playback fails on Android devices and PCs.
When transcoding is turned off, playback works fine on Android devices and PC but struggling.
I have the required driver like libmali-valhall-g610-g6p0-wayland-gbm_1.9-1_arm64.deb and mali-g610-firmware rockchip-multimedia-config
my kernel is Linux 6.1.43-rockchip-rk3588
i attempted to write about this on the jellyfin discord troubleshooting but got no answer.
version: '3.8'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
privileged: true
network_mode: host
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=America/Puerto_Rico
volumes:
- /srv/dev-disk-by-uuid-d24cd59e-767d-4797-bbf6-8bb3880daaab/Storage_and_Cache/Jellyfin_Config/configconfig
- /srv/dev-disk-by-uuid-d24cd59e-767d-4797-bbf6-8bb3880daaab/Storage_and_Cache/Jellyfin_Cachecache
- /srv/dev-disk-by-uuid-86098e54-c23d-4309-9414-51ffe19bd9f4/Data/Seriesdata/tvshows
- /srv/dev-disk-by-uuid-86098e54-c23d-4309-9414-51ffe19bd9f4/Data/Peliculasdata/movies
ports:
- 8096:8096
- 7359:7359/udp #optional
- 1900:1900/udp #optional