2025-02-10, 10:07 PM
(2025-02-10, 08:12 PM)Efficient_Good_5784 Wrote: Can you please share the jellyfin ffmpeg logs generated after the crash?
Please share them using a site like pastebin.com
Where can I find these logs. The only logs I can access (as far as I'm aware) is Jellyfin's container logs.
(2025-02-10, 08:12 PM)Efficient_Good_5784 Wrote: Would you also be able to share the yaml file you used just in case?
Do you mean the docker compose yaml? I don't have that, but its whatever is included in the community app on TrueNAS scale.
Here's my environment variables:
Code:
DEBIAN_FRONTEND noninteractive
GID 568
GROUP_ID 568
HEALTHCHECK_URL http://localhost:8096/health
JELLYFIN_CACHE_DIR /cache
JELLYFIN_CONFIG_DIR /config/config
JELLYFIN_DATA_DIR /config
JELLYFIN_FFMPEG /usr/lib/jellyfin-ffmpeg/ffmpeg
JELLYFIN_LOG_DIR /config/log
JELLYFIN_WEB_DIR /jellyfin/jellyfin-web
LANG en_US.UTF-8
LANGUAGE en_US:en
LC_ALL en_US.UTF-8
MALLOC_TRIM_THRESHOLD_ 131072
NVIDIA_DRIVER_CAPABILITIES compute,video,utility
NVIDIA_VISIBLE_DEVICES void
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID 568
PUID 568
TZ America/Chicago
UID 568
UMASK 002
UMASK_SET 002
USER_ID 568
XDG_CACHE_HOME /cache
And the image:
Code:
jellyfin/jellyfin:10.10.5@sha256:633bf191731d77354e329a67704409bdecefb7397d99fc30d4a814c0720a1271
(2025-02-10, 08:12 PM)Efficient_Good_5784 Wrote: As for using an Nvidia GPU on Truenas Scale, read this too: https://jellyfin.org/docs/general/instal...cale-v2410
I have already read this, and it is not related.