2024-05-03, 12:56 PM
(This post was last modified: 2024-05-03, 12:57 PM by TheDreadPirate. Edited 1 time in total.)
I am seeing these messages.
Transcodes are split into chunks. It sounds like a chunk either was deleted prematurely, failed to write, or was for some other reason inaccessible. Can you turn of debug logging and repeat?
https://jellyfin.org/docs/general/admini...ug-logging
IIRC, debug logging will log all the transcode file writes.
Code:
[2024-05-02 22:22:49.029 -07:00] [INF] [77] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2024-05-02 22:23:12.631 -07:00] [INF] [33] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/config/data/transcodes/ab20c0459ea1dcbf798cf0a74cbee567.m3u8"
[2024-05-02 22:23:12.651 -07:00] [WRN] [59] Jellyfin.Api.Controllers.DynamicHlsController: cannot serve "/config/data/transcodes/ab20c0459ea1dcbf798cf0a74cbee567204.ts" as it doesn't exist and no transcode is running
[2024-05-02 22:23:14.234 -07:00] [INF] [59] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.8.13" playing "Minimum Viable Product". Stopped at "1242532" ms
Transcodes are split into chunks. It sounds like a chunk either was deleted prematurely, failed to write, or was for some other reason inaccessible. Can you turn of debug logging and repeat?
https://jellyfin.org/docs/general/admini...ug-logging
IIRC, debug logging will log all the transcode file writes.