2024-08-13, 10:21 PM
(This post was last modified: 2024-08-13, 10:22 PM by TheDreadPirate. Edited 1 time in total.)
Can you turn on debug logging? Open /home/adampdx/docker/jellyfin/config/config.logging.default.json. At the top will be three log levels, one "Information" and two "Warning". Change all three to "Debug" and save. The logging level change should happen immediately. Replicate the problem then share the new log.
Hopefully it will tell us which file it is failing on, perhaps always the same file or handful of files.
I'm chasing down this log line.
"Error getting BDInfo" only occurs here.
https://github.com/jellyfin/jellyfin/blo...fo.cs#L383
Which seems to imply that Jellyfin is trying to read in some sort bluray file that isn't an MKV. M2TS, maybe?
Hopefully it will tell us which file it is failing on, perhaps always the same file or handful of files.
I'm chasing down this log line.
Code:
[2024-08-13 14:38:42.924 +00:00] [ERR] [54] MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo: Error getting BDInfo
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
"Error getting BDInfo" only occurs here.
https://github.com/jellyfin/jellyfin/blo...fo.cs#L383
Which seems to imply that Jellyfin is trying to read in some sort bluray file that isn't an MKV. M2TS, maybe?