2024-07-24, 08:01 PM
I see some direct streams going on near the end of the log where the audio is being transcodes, which happens on the CPU.
I'm not sure if output you are looking at also lists the processes jellyfin spawn. I know when I run btop on my host machine, I see the ffmpeg processes that my jellyfin container spawns.
It also looks like there were sometimes two simultaneous streams for the same content? Syncplay? Or just watching at the same time without syncplay?
Also, do you know if your monitoring distinguishes between reserved and cached memory usage?
Can you check if this docker environment variable is set?
MALLOC_TRIM_THRESHOLD_
Code:
-codec:a:0 libfdk_aac
I'm not sure if output you are looking at also lists the processes jellyfin spawn. I know when I run btop on my host machine, I see the ffmpeg processes that my jellyfin container spawns.
It also looks like there were sometimes two simultaneous streams for the same content? Syncplay? Or just watching at the same time without syncplay?
Also, do you know if your monitoring distinguishes between reserved and cached memory usage?
Can you check if this docker environment variable is set?
MALLOC_TRIM_THRESHOLD_