2024-11-05, 02:46 AM
(This post was last modified: 2024-11-05, 02:47 AM by StaticUnit97. Edited 1 time in total.)
(2024-11-04, 02:44 AM)TheDreadPirate Wrote: Try just remuxing one of your videos. To make sure there isn't something wrong with the container.
Code:ffmpeg -fflags +genpts+igndts -i "/path/to/your/file.mkv" -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts auto newFile.mkv
Update: the remuxed file is having the same stuttering as the original. Fixing bitrate to 20 mbps also works as before. Some of the mkv files we've been playing are from MakeMKV, some not.
Interestingly, tonight he is having to sometimes drop to 15 or 10 mbps to get things to play without stuttering, so there must just be a bottleneck somewhere. I had him play something on his phone over a cell connection to at least rule out his local ISP servers, and things were still stuttering.
I'm able to stream things on my cell connection, so it seems like my server + Jellyfin are working well. At least for something "local". Any other ideas on the Jellyfin side?
And thanks for all your help, it's much appreciated.