2025-05-23, 04:01 PM
Do not use the linuxserver.io image on RK3588, as it does not include the OpenCL runtime. Use the official image jellyfin/jellyfin.
Another "Failed to init MPP context: -1" means missing permissions. Add one of the following settings to your docker configuration:
https://jellyfin.org/docs/general/post-i...ualization
Another "Failed to init MPP context: -1" means missing permissions. Add one of the following settings to your docker configuration:
--privileged
--security-opt systempaths=unconfined --security-opt apparmor=unconfined
https://jellyfin.org/docs/general/post-i...ualization