2024-07-15, 05:49 PM
Their playback doesn't appear to be transcoding, so that shouldn't matter.
I see your server restarting a lot. Are you restarting the server or is it restarting itself?
Let's try enabling debug logging.
Go to /Users/johntravers/Library/Application Support/jellyfin/config and there should be a logging.default.json file.
The lines at the top are currently this.
Change it to
Restart jellyfin, reproduce the problem, and then share the new log.
I see your server restarting a lot. Are you restarting the server or is it restarting itself?
Let's try enabling debug logging.
Go to /Users/johntravers/Library/Application Support/jellyfin/config and there should be a logging.default.json file.
The lines at the top are currently this.
Code:
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
Change it to
Code:
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Debug",
"System": "Debug"
Restart jellyfin, reproduce the problem, and then share the new log.