2025-10-27T10:13:09.068778923Z at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2025-10-27T10:13:09.068786027Z at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
2025-10-27T10:13:09.068796013Z at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
2025-10-27T10:13:09.068803206Z at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
2025-10-27T10:13:09.068810171Z at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
2025-10-27T10:13:09.068817160Z at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
2025-10-27T10:13:09.225968860Z [10:13:09] [INF] [9] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) /cache/transcodes/6ab560173f141d5e730df2b89c51565a.m3u8
2025-10-27T10:13:10.726109004Z [10:13:10] [INF] [9] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app Jellyfin Web 10.11.0 playing Sin City : J'ai tué pour elle. Stopped at 0 ms
2025-10-27T10:20:44.709284744Z [10:20:44] [INF] [42] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for marc. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2025-10-27T10:20:46.889958054Z [10:20:46] [INF] [39] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
2025-10-27T10:20:46.890848500Z [10:20:46] [INF] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:,vendor_id=0x8086,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel qsv -hwaccel_output_format qsv -noautorotate -c:v h264_qsv -i file:"/sharefolder/Cinema/Action/EQUALIZER 3 2023.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_qsv -tag:v:0 hvc1 -preset veryfast -mbbrc 1 -b:v 5616000 -maxrate 5616001 -rc_init_occupancy 11232000 -bufsize 22464000 -profile:v:0 main -level 50 -g:v:0 72 -keyint_min:v:0 72 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,vpp_qsv=format=nv12" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "6710f8c61805949ad09e6df8d7a59976-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/6710f8c61805949ad09e6df8d7a59976%d.mp4" -hls_playlist_type vod -hls_list_size 0 -hls_segment_options movflags=+frag_discont -y "/cache/transcodes/6710f8c61805949ad09e6df8d7a59976.m3u8"
2025-10-27T10:20:47.953963853Z [10:20:47] [ERR] [39] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 218
2025-10-27T10:20:48.031066516Z [10:20:48] [ERR] [39] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL GET /videos/d9e56f32-5f11-d324-4f54-b2e3caad7bfa/hls1/main/-1.mp4.
2025-10-27T10:20:48.037245147Z MediaBrowser.Common.FfmpegException: FFmpeg exited with code 218
2025-10-27T10:20:48.037546151Z at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
2025-10-27T10:20:48.037560219Z at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)