Hi!
Small disclaimer/warning about the video: Attached video snipped contains the problem (when he bends down), 10 seconds Battlestar Galactica and a bloody face. Sorry, it’s really annoying to capture.
Maybe someone can help me figure out what causes my problem.
Problem:
- I experience flickering every few minutes.
- I have this on different devices (Mac OS, iPad, Linux) with different browsers (Jellyfin app, Firefox, Safari).
- I don’t transcode in my example, but it’s also happening when transcoding.
- It is not happening if I download the file and play it locally.
- It happens with all kind of different videos.
I’m not sure what I actually could change to be honest. Could this some kind of Jellyfin bug? Any ideas?
Thanks!


Can you verify if Jellyfin is remuxing without transcoding? I.e. changing container but without touching the frame/audio data.
I believe while you playback it should say in the administration panel, in the card that represents the active session you have this issue in.
Remux and transcode happen on disk, unless you manually set the temporary path to a decently sized tmpfs partition.
I solved a similar issue doing exactly what I just wrote: tmpfs (can’t recall what its name is under Docker) and set the transcoding path accordingly. I also had to tweak the transcode files’ lifetime:
This has done wonders for me for both on-the-fly remux and transcodes, but I had to reserve a beefy tmpfs (I think I have like 8GB set right now).
I checked also in Admin panel and it says there:
Direct playing The source file is entirely compatible with this client and the session is receiving the file without modifications.
So I guess nothing is done to the file? I hope? :D
Yeah, I don’t think what I suggested should do anything at all in this specific case…