Advertisement
Sk1rm1sh

jellyfin20240824-2.log

Aug 24th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 336.93 KB | None | 0 0
  1. [2024-08-24 21:44:26.095 +00:00] [INF] WS "192.168.1.130" closed
  2. [2024-08-24 21:44:26.675 +00:00] [INF] WS "192.168.1.130" request
  3. [2024-08-24 21:46:17.044 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  4. [2024-08-24 21:46:17.448 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  5. [2024-08-24 21:46:17.454 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 copy -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 \"79488dc26530526e0460c5af7b03b77b-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/79488dc26530526e0460c5af7b03b77b%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/79488dc26530526e0460c5af7b03b77b.m3u8\""
  6. [2024-08-24 21:46:17.499 +00:00] [ERR] FFmpeg exited with code 1
  7. [2024-08-24 21:46:17.593 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  8. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  9. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  10. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  11. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  12. at lambda_method769(Closure, Object)
  13. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  14. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  15. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  16. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  17. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  18. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  19. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  20. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  21. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  22. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  23. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  24. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  25. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  26. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  27. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  28. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  29. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  30. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  31. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  32. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  33. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  34. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  35. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  36. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  37. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  38. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  39. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  40. [2024-08-24 21:46:19.041 +00:00] [WRN] Received playback progress from user "user2" but initial state was never set - setting it now!
  41. [2024-08-24 21:46:19.049 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  42. [2024-08-24 21:46:19.057 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/79488dc26530526e0460c5af7b03b77b.m3u8"
  43. [2024-08-24 21:46:19.136 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  44. [2024-08-24 21:46:19.136 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 copy -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 \"40bdf6cc29b6f473611dcab52f4aa6b4-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/40bdf6cc29b6f473611dcab52f4aa6b4%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/40bdf6cc29b6f473611dcab52f4aa6b4.m3u8\""
  45. [2024-08-24 21:46:19.227 +00:00] [ERR] FFmpeg exited with code 1
  46. [2024-08-24 21:46:19.329 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  47. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  48. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  49. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  50. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  51. at lambda_method769(Closure, Object)
  52. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  53. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  54. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  55. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  56. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  57. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  58. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  59. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  60. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  61. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  62. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  63. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  64. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  65. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  66. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  67. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  68. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  69. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  70. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  71. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  72. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  73. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  74. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  75. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  76. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  77. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  78. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  79. [2024-08-24 21:46:19.356 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  80. [2024-08-24 21:46:19.362 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/40bdf6cc29b6f473611dcab52f4aa6b4.m3u8"
  81. [2024-08-24 21:46:19.438 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  82. [2024-08-24 21:46:19.443 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 libfdk_aac -ac 2 -ab 95992 -ar 44100 -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 \"8d68fc2be99276e8e1c6a0647c8b0c79-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/8d68fc2be99276e8e1c6a0647c8b0c79%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/8d68fc2be99276e8e1c6a0647c8b0c79.m3u8\""
  83. [2024-08-24 21:46:19.584 +00:00] [ERR] FFmpeg exited with code 1
  84. [2024-08-24 21:46:19.685 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  85. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  86. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  87. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  88. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  89. at lambda_method769(Closure, Object)
  90. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  91. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  92. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  93. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  94. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  95. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  96. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  97. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  98. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  99. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  100. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  101. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  102. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  103. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  104. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  105. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  106. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  107. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  108. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  109. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  110. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  111. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  112. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  113. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  114. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  115. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  116. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  117. [2024-08-24 21:46:19.747 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/8d68fc2be99276e8e1c6a0647c8b0c79.m3u8"
  118. [2024-08-24 21:46:21.248 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Brood of Evil". Stopped at "0" ms
  119. [2024-08-24 21:46:23.036 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  120. [2024-08-24 21:46:23.381 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  121. [2024-08-24 21:46:23.382 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 copy -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 \"8a2a24cb9f86647bad991d7472b381f2-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/8a2a24cb9f86647bad991d7472b381f2%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/8a2a24cb9f86647bad991d7472b381f2.m3u8\""
  122. [2024-08-24 21:46:23.480 +00:00] [ERR] FFmpeg exited with code 1
  123. [2024-08-24 21:46:23.564 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  124. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  125. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  126. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  127. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  128. at lambda_method769(Closure, Object)
  129. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  130. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  131. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  132. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  133. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  134. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  135. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  136. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  137. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  138. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  139. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  140. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  141. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  142. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  143. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  144. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  145. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  146. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  147. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  148. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  149. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  150. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  151. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  152. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  153. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  154. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  155. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  156. [2024-08-24 21:46:23.598 +00:00] [WRN] Received playback progress from user "user2" but initial state was never set - setting it now!
  157. [2024-08-24 21:46:23.693 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  158. [2024-08-24 21:46:23.706 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/8a2a24cb9f86647bad991d7472b381f2.m3u8"
  159. [2024-08-24 21:46:23.788 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  160. [2024-08-24 21:46:23.788 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 copy -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 \"03922052bb7fdfec7b22ba93f2cd1c65-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/03922052bb7fdfec7b22ba93f2cd1c65%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/03922052bb7fdfec7b22ba93f2cd1c65.m3u8\""
  161. [2024-08-24 21:46:23.899 +00:00] [ERR] FFmpeg exited with code 1
  162. [2024-08-24 21:46:23.989 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  163. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  164. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  165. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  166. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  167. at lambda_method769(Closure, Object)
  168. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  169. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  170. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  171. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  172. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  173. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  174. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  175. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  176. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  177. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  178. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  179. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  180. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  181. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  182. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  183. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  184. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  185. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  186. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  187. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  188. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  189. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  190. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  191. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  192. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  193. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  194. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  195. [2024-08-24 21:46:24.017 +00:00] [INF] User policy for "user2". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  196. [2024-08-24 21:46:24.031 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/03922052bb7fdfec7b22ba93f2cd1c65.m3u8"
  197. [2024-08-24 21:46:24.107 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  198. [2024-08-24 21:46:24.134 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Dragon Ball Z/Season 2/Dragon Ball Z - S02E05 - Brood of Evil SDTV.mp4\" -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 -b:v 324008 -maxrate 324008 -bufsize 648016 -g:v:0 75 -keyint_min:v:0 75 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,426)/2)*2:trunc(ow/a/2)*2,format=nv12\" -codec:a:0 libfdk_aac -ac 2 -ab 95992 -ar 44100 -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 \"a75363b7a42976b3b3c9a380bc38efcc-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/a75363b7a42976b3b3c9a380bc38efcc%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/a75363b7a42976b3b3c9a380bc38efcc.m3u8\""
  199. [2024-08-24 21:46:24.257 +00:00] [ERR] FFmpeg exited with code 1
  200. [2024-08-24 21:46:24.339 +00:00] [ERR] Error processing request. URL "GET" "/videos/8be6a445-e92a-e88d-d0f7-6fbe6c388df1/hls1/main/-1.mp4".
  201. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  202. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  203. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  204. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  205. at lambda_method769(Closure, Object)
  206. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  207. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  208. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  209. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  210. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  211. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  212. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  213. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  214. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  215. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  216. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  217. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  218. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  219. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  220. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  221. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  222. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  223. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  224. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  225. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  226. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  227. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  228. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  229. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  230. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  231. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  232. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  233. [2024-08-24 21:46:24.402 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/a75363b7a42976b3b3c9a380bc38efcc.m3u8"
  234. [2024-08-24 21:46:25.904 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Brood of Evil". Stopped at "0" ms
  235. [2024-08-24 21:47:17.866 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  236. [2024-08-24 21:48:41.866 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  237. [2024-08-24 21:50:41.864 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  238. [2024-08-24 21:51:29.864 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  239. [2024-08-24 21:53:29.865 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  240. [2024-08-24 21:54:17.865 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  241. [2024-08-24 21:56:17.867 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  242. [2024-08-24 21:57:41.865 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  243. [2024-08-24 21:59:41.864 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  244. [2024-08-24 22:00:29.864 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  245. [2024-08-24 22:02:29.864 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  246. [2024-08-24 22:03:17.864 +00:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
  247. [2024-08-24 22:04:37.152 +00:00] [WRN] Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'.
  248. [2024-08-24 22:05:17.864 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  249. [2024-08-24 22:05:34.667 +00:00] [INF] Logging out access token "06e074f5f3164751a704974af6f09eab"
  250. [2024-08-24 22:05:34.677 +00:00] [INF] WS "192.168.1.130" closed
  251. [2024-08-24 22:05:34.698 +00:00] [INF] WS "192.168.1.130" closed
  252. [2024-08-24 22:05:34.698 +00:00] [INF] WS "192.168.1.130" closed
  253. [2024-08-24 22:05:39.550 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  254. [2024-08-24 22:05:41.507 +00:00] [INF] Authentication request for "test" has succeeded.
  255. [2024-08-24 22:05:41.508 +00:00] [INF] Current/Max sessions for user "test": 0/0
  256. [2024-08-24 22:05:41.511 +00:00] [INF] Creating new access token for user e7a52ac1-d2b2-4fc8-a1b4-ba8113df8cc8
  257. [2024-08-24 22:05:41.592 +00:00] [INF] WS "192.168.1.130" request
  258. [2024-08-24 22:05:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  259. [2024-08-24 22:05:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  260. [2024-08-24 22:05:52.461 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  261. [2024-08-24 22:05:52.466 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  262. [2024-08-24 22:05:52.467 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  263. [2024-08-24 22:05:52.467 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  264. [2024-08-24 22:05:52.472 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  265. [2024-08-24 22:05:52.472 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  266. [2024-08-24 22:05:52.472 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  267. [2024-08-24 22:05:52.476 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  268. [2024-08-24 22:05:52.477 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  269. [2024-08-24 22:05:52.477 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  270. [2024-08-24 22:05:52.481 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  271. [2024-08-24 22:05:52.482 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  272. [2024-08-24 22:05:52.483 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  273. [2024-08-24 22:05:52.486 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  274. [2024-08-24 22:05:52.487 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  275. [2024-08-24 22:05:52.487 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  276. [2024-08-24 22:05:52.490 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  277. [2024-08-24 22:05:52.491 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  278. [2024-08-24 22:05:52.491 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  279. [2024-08-24 22:05:52.495 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  280. [2024-08-24 22:05:52.496 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  281. [2024-08-24 22:05:52.496 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  282. [2024-08-24 22:06:35.639 +00:00] [INF] WS "192.168.1.130" closed
  283. [2024-08-24 22:06:35.641 +00:00] [INF] Logging out access token "fc0991b85bf648078950bb9e89def55f"
  284. [2024-08-24 22:06:39.546 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  285. [2024-08-24 22:06:44.547 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  286. [2024-08-24 22:06:48.292 +00:00] [INF] Authentication request for "user2" has succeeded.
  287. [2024-08-24 22:06:48.293 +00:00] [INF] Current/Max sessions for user "user2": 0/0
  288. [2024-08-24 22:06:48.293 +00:00] [INF] Creating new access token for user a44fa31e-1562-462b-878f-da47145b557f
  289. [2024-08-24 22:06:48.317 +00:00] [INF] WS "192.168.1.130" request
  290. [2024-08-24 22:06:52.444 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  291. [2024-08-24 22:06:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  292. [2024-08-24 22:06:52.445 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  293. [2024-08-24 22:06:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  294. [2024-08-24 22:06:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  295. [2024-08-24 22:06:52.450 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  296. [2024-08-24 22:06:52.454 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  297. [2024-08-24 22:06:52.454 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  298. [2024-08-24 22:06:52.455 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  299. [2024-08-24 22:06:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  300. [2024-08-24 22:06:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  301. [2024-08-24 22:06:52.459 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  302. [2024-08-24 22:06:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  303. [2024-08-24 22:06:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  304. [2024-08-24 22:06:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  305. [2024-08-24 22:06:52.470 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  306. [2024-08-24 22:06:52.471 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  307. [2024-08-24 22:06:52.471 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  308. [2024-08-24 22:06:52.474 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  309. [2024-08-24 22:06:52.475 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  310. [2024-08-24 22:06:52.475 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  311. [2024-08-24 22:06:52.478 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  312. [2024-08-24 22:06:52.479 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  313. [2024-08-24 22:06:52.479 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  314. [2024-08-24 22:07:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  315. [2024-08-24 22:07:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  316. [2024-08-24 22:07:52.428 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  317. [2024-08-24 22:07:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  318. [2024-08-24 22:07:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  319. [2024-08-24 22:07:52.433 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  320. [2024-08-24 22:07:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  321. [2024-08-24 22:07:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  322. [2024-08-24 22:07:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  323. [2024-08-24 22:07:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  324. [2024-08-24 22:07:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  325. [2024-08-24 22:07:52.449 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  326. [2024-08-24 22:07:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  327. [2024-08-24 22:07:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  328. [2024-08-24 22:07:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  329. [2024-08-24 22:07:52.462 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  330. [2024-08-24 22:07:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  331. [2024-08-24 22:07:52.463 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  332. [2024-08-24 22:07:52.470 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  333. [2024-08-24 22:07:52.471 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  334. [2024-08-24 22:07:52.471 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  335. [2024-08-24 22:07:52.476 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  336. [2024-08-24 22:07:52.476 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  337. [2024-08-24 22:07:52.476 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  338. [2024-08-24 22:08:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  339. [2024-08-24 22:08:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  340. [2024-08-24 22:08:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  341. [2024-08-24 22:08:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  342. [2024-08-24 22:08:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  343. [2024-08-24 22:08:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  344. [2024-08-24 22:08:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  345. [2024-08-24 22:08:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  346. [2024-08-24 22:08:52.444 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  347. [2024-08-24 22:08:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  348. [2024-08-24 22:08:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  349. [2024-08-24 22:08:52.449 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  350. [2024-08-24 22:08:52.469 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  351. [2024-08-24 22:08:52.469 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  352. [2024-08-24 22:08:52.470 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  353. [2024-08-24 22:08:52.473 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  354. [2024-08-24 22:08:52.473 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  355. [2024-08-24 22:08:52.473 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  356. [2024-08-24 22:08:52.480 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  357. [2024-08-24 22:08:52.480 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  358. [2024-08-24 22:08:52.480 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  359. [2024-08-24 22:08:52.483 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  360. [2024-08-24 22:08:52.483 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  361. [2024-08-24 22:08:52.483 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  362. [2024-08-24 22:09:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  363. [2024-08-24 22:09:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  364. [2024-08-24 22:09:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  365. [2024-08-24 22:09:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  366. [2024-08-24 22:09:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  367. [2024-08-24 22:09:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  368. [2024-08-24 22:09:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  369. [2024-08-24 22:09:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  370. [2024-08-24 22:09:52.445 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  371. [2024-08-24 22:09:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  372. [2024-08-24 22:09:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  373. [2024-08-24 22:09:52.449 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  374. [2024-08-24 22:09:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  375. [2024-08-24 22:09:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  376. [2024-08-24 22:09:52.453 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  377. [2024-08-24 22:09:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  378. [2024-08-24 22:09:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  379. [2024-08-24 22:09:52.457 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  380. [2024-08-24 22:09:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  381. [2024-08-24 22:09:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  382. [2024-08-24 22:09:52.461 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  383. [2024-08-24 22:09:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  384. [2024-08-24 22:09:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  385. [2024-08-24 22:09:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  386. [2024-08-24 22:10:52.424 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  387. [2024-08-24 22:10:52.425 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  388. [2024-08-24 22:10:52.425 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  389. [2024-08-24 22:10:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  390. [2024-08-24 22:10:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  391. [2024-08-24 22:10:52.431 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  392. [2024-08-24 22:10:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  393. [2024-08-24 22:10:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  394. [2024-08-24 22:10:52.441 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  395. [2024-08-24 22:10:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  396. [2024-08-24 22:10:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  397. [2024-08-24 22:10:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  398. [2024-08-24 22:10:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  399. [2024-08-24 22:10:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  400. [2024-08-24 22:10:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  401. [2024-08-24 22:10:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  402. [2024-08-24 22:10:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  403. [2024-08-24 22:10:52.456 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  404. [2024-08-24 22:10:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  405. [2024-08-24 22:10:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  406. [2024-08-24 22:10:52.461 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  407. [2024-08-24 22:10:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  408. [2024-08-24 22:10:52.465 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  409. [2024-08-24 22:10:52.465 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  410. [2024-08-24 22:11:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  411. [2024-08-24 22:11:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  412. [2024-08-24 22:11:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  413. [2024-08-24 22:11:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  414. [2024-08-24 22:11:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  415. [2024-08-24 22:11:52.444 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  416. [2024-08-24 22:11:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  417. [2024-08-24 22:11:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  418. [2024-08-24 22:11:52.448 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  419. [2024-08-24 22:11:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  420. [2024-08-24 22:11:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  421. [2024-08-24 22:11:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  422. [2024-08-24 22:11:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  423. [2024-08-24 22:11:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  424. [2024-08-24 22:11:52.456 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  425. [2024-08-24 22:11:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  426. [2024-08-24 22:11:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  427. [2024-08-24 22:11:52.460 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  428. [2024-08-24 22:11:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  429. [2024-08-24 22:11:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  430. [2024-08-24 22:11:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  431. [2024-08-24 22:11:52.468 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  432. [2024-08-24 22:11:52.468 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  433. [2024-08-24 22:11:52.469 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  434. [2024-08-24 22:12:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  435. [2024-08-24 22:12:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  436. [2024-08-24 22:12:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  437. [2024-08-24 22:12:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  438. [2024-08-24 22:12:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  439. [2024-08-24 22:12:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  440. [2024-08-24 22:12:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  441. [2024-08-24 22:12:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  442. [2024-08-24 22:12:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  443. [2024-08-24 22:12:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  444. [2024-08-24 22:12:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  445. [2024-08-24 22:12:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  446. [2024-08-24 22:12:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  447. [2024-08-24 22:12:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  448. [2024-08-24 22:12:52.450 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  449. [2024-08-24 22:12:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  450. [2024-08-24 22:12:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  451. [2024-08-24 22:12:52.455 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  452. [2024-08-24 22:12:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  453. [2024-08-24 22:12:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  454. [2024-08-24 22:12:52.461 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  455. [2024-08-24 22:12:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  456. [2024-08-24 22:12:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  457. [2024-08-24 22:12:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  458. [2024-08-24 22:13:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  459. [2024-08-24 22:13:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  460. [2024-08-24 22:13:52.433 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  461. [2024-08-24 22:13:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  462. [2024-08-24 22:13:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  463. [2024-08-24 22:13:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  464. [2024-08-24 22:13:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  465. [2024-08-24 22:13:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  466. [2024-08-24 22:13:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  467. [2024-08-24 22:13:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  468. [2024-08-24 22:13:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  469. [2024-08-24 22:13:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  470. [2024-08-24 22:13:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  471. [2024-08-24 22:13:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  472. [2024-08-24 22:13:52.459 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  473. [2024-08-24 22:13:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  474. [2024-08-24 22:13:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  475. [2024-08-24 22:13:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  476. [2024-08-24 22:13:52.469 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  477. [2024-08-24 22:13:52.470 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  478. [2024-08-24 22:13:52.470 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  479. [2024-08-24 22:13:52.473 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  480. [2024-08-24 22:13:52.474 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  481. [2024-08-24 22:13:52.474 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  482. [2024-08-24 22:14:52.421 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  483. [2024-08-24 22:14:52.421 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  484. [2024-08-24 22:14:52.421 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  485. [2024-08-24 22:14:52.424 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  486. [2024-08-24 22:14:52.424 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  487. [2024-08-24 22:14:52.424 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  488. [2024-08-24 22:14:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  489. [2024-08-24 22:14:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  490. [2024-08-24 22:14:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  491. [2024-08-24 22:14:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  492. [2024-08-24 22:14:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  493. [2024-08-24 22:14:52.433 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  494. [2024-08-24 22:14:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  495. [2024-08-24 22:14:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  496. [2024-08-24 22:14:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  497. [2024-08-24 22:14:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  498. [2024-08-24 22:14:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  499. [2024-08-24 22:14:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  500. [2024-08-24 22:14:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  501. [2024-08-24 22:14:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  502. [2024-08-24 22:14:52.449 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  503. [2024-08-24 22:14:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  504. [2024-08-24 22:14:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  505. [2024-08-24 22:14:52.454 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  506. [2024-08-24 22:15:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  507. [2024-08-24 22:15:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  508. [2024-08-24 22:15:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  509. [2024-08-24 22:15:52.435 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  510. [2024-08-24 22:15:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  511. [2024-08-24 22:15:52.437 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  512. [2024-08-24 22:15:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  513. [2024-08-24 22:15:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  514. [2024-08-24 22:15:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  515. [2024-08-24 22:15:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  516. [2024-08-24 22:15:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  517. [2024-08-24 22:15:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  518. [2024-08-24 22:15:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  519. [2024-08-24 22:15:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  520. [2024-08-24 22:15:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  521. [2024-08-24 22:15:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  522. [2024-08-24 22:15:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  523. [2024-08-24 22:15:52.458 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  524. [2024-08-24 22:15:52.462 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  525. [2024-08-24 22:15:52.462 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  526. [2024-08-24 22:15:52.462 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  527. [2024-08-24 22:15:52.467 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  528. [2024-08-24 22:15:52.468 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  529. [2024-08-24 22:15:52.468 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  530. [2024-08-24 22:16:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  531. [2024-08-24 22:16:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  532. [2024-08-24 22:16:52.440 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  533. [2024-08-24 22:16:52.444 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  534. [2024-08-24 22:16:52.444 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  535. [2024-08-24 22:16:52.444 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  536. [2024-08-24 22:16:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  537. [2024-08-24 22:16:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  538. [2024-08-24 22:16:52.449 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  539. [2024-08-24 22:16:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  540. [2024-08-24 22:16:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  541. [2024-08-24 22:16:52.453 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  542. [2024-08-24 22:16:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  543. [2024-08-24 22:16:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  544. [2024-08-24 22:16:52.457 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  545. [2024-08-24 22:16:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  546. [2024-08-24 22:16:52.461 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  547. [2024-08-24 22:16:52.461 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  548. [2024-08-24 22:16:52.465 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  549. [2024-08-24 22:16:52.465 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  550. [2024-08-24 22:16:52.466 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  551. [2024-08-24 22:16:52.469 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  552. [2024-08-24 22:16:52.470 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  553. [2024-08-24 22:16:52.470 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  554. [2024-08-24 22:17:52.425 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  555. [2024-08-24 22:17:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  556. [2024-08-24 22:17:52.426 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  557. [2024-08-24 22:17:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  558. [2024-08-24 22:17:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  559. [2024-08-24 22:17:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  560. [2024-08-24 22:17:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  561. [2024-08-24 22:17:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  562. [2024-08-24 22:17:52.435 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  563. [2024-08-24 22:17:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  564. [2024-08-24 22:17:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  565. [2024-08-24 22:17:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  566. [2024-08-24 22:17:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  567. [2024-08-24 22:17:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  568. [2024-08-24 22:17:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  569. [2024-08-24 22:17:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  570. [2024-08-24 22:17:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  571. [2024-08-24 22:17:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  572. [2024-08-24 22:17:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  573. [2024-08-24 22:17:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  574. [2024-08-24 22:17:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  575. [2024-08-24 22:17:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  576. [2024-08-24 22:17:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  577. [2024-08-24 22:17:52.456 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  578. [2024-08-24 22:18:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  579. [2024-08-24 22:18:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  580. [2024-08-24 22:18:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  581. [2024-08-24 22:18:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  582. [2024-08-24 22:18:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  583. [2024-08-24 22:18:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  584. [2024-08-24 22:18:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  585. [2024-08-24 22:18:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  586. [2024-08-24 22:18:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  587. [2024-08-24 22:18:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  588. [2024-08-24 22:18:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  589. [2024-08-24 22:18:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  590. [2024-08-24 22:18:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  591. [2024-08-24 22:18:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  592. [2024-08-24 22:18:52.457 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  593. [2024-08-24 22:18:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  594. [2024-08-24 22:18:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  595. [2024-08-24 22:18:52.460 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  596. [2024-08-24 22:18:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  597. [2024-08-24 22:18:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  598. [2024-08-24 22:18:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  599. [2024-08-24 22:18:52.467 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  600. [2024-08-24 22:18:52.467 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  601. [2024-08-24 22:18:52.468 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  602. [2024-08-24 22:19:36.318 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  603. [2024-08-24 22:19:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  604. [2024-08-24 22:19:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  605. [2024-08-24 22:19:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  606. [2024-08-24 22:19:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  607. [2024-08-24 22:19:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  608. [2024-08-24 22:19:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  609. [2024-08-24 22:19:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  610. [2024-08-24 22:19:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  611. [2024-08-24 22:19:52.441 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  612. [2024-08-24 22:19:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  613. [2024-08-24 22:19:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  614. [2024-08-24 22:19:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  615. [2024-08-24 22:19:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  616. [2024-08-24 22:19:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  617. [2024-08-24 22:19:52.450 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  618. [2024-08-24 22:19:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  619. [2024-08-24 22:19:52.456 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  620. [2024-08-24 22:19:52.456 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  621. [2024-08-24 22:19:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  622. [2024-08-24 22:19:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  623. [2024-08-24 22:19:52.459 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  624. [2024-08-24 22:19:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  625. [2024-08-24 22:19:52.463 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  626. [2024-08-24 22:19:52.463 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  627. [2024-08-24 22:20:34.548 +00:00] [INF] WS "192.168.1.130" closed
  628. [2024-08-24 22:20:34.548 +00:00] [INF] Logging out access token "dc7fbce68db841a7ab655aa7638a51cf"
  629. [2024-08-24 22:20:34.555 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  630. [2024-08-24 22:20:34.556 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  631. [2024-08-24 22:20:34.556 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  632. [2024-08-24 22:20:35.311 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  633. [2024-08-24 22:20:35.874 +00:00] [INF] Authentication request for "test" has succeeded.
  634. [2024-08-24 22:20:35.875 +00:00] [INF] Current/Max sessions for user "test": 0/0
  635. [2024-08-24 22:20:35.875 +00:00] [INF] Creating new access token for user e7a52ac1-d2b2-4fc8-a1b4-ba8113df8cc8
  636. [2024-08-24 22:20:35.898 +00:00] [INF] WS "192.168.1.130" request
  637. [2024-08-24 22:20:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  638. [2024-08-24 22:20:52.421 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  639. [2024-08-24 22:20:52.421 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  640. [2024-08-24 22:20:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  641. [2024-08-24 22:20:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  642. [2024-08-24 22:20:52.427 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  643. [2024-08-24 22:20:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  644. [2024-08-24 22:20:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  645. [2024-08-24 22:20:52.431 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  646. [2024-08-24 22:20:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  647. [2024-08-24 22:20:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  648. [2024-08-24 22:20:52.436 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  649. [2024-08-24 22:20:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  650. [2024-08-24 22:20:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  651. [2024-08-24 22:20:52.440 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  652. [2024-08-24 22:20:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  653. [2024-08-24 22:20:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  654. [2024-08-24 22:20:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  655. [2024-08-24 22:20:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  656. [2024-08-24 22:20:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  657. [2024-08-24 22:20:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  658. [2024-08-24 22:20:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  659. [2024-08-24 22:20:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  660. [2024-08-24 22:20:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  661. [2024-08-24 22:21:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  662. [2024-08-24 22:21:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  663. [2024-08-24 22:21:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  664. [2024-08-24 22:21:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  665. [2024-08-24 22:21:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  666. [2024-08-24 22:21:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  667. [2024-08-24 22:21:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  668. [2024-08-24 22:21:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  669. [2024-08-24 22:21:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  670. [2024-08-24 22:21:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  671. [2024-08-24 22:21:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  672. [2024-08-24 22:21:52.444 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  673. [2024-08-24 22:21:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  674. [2024-08-24 22:21:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  675. [2024-08-24 22:21:52.448 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  676. [2024-08-24 22:21:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  677. [2024-08-24 22:21:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  678. [2024-08-24 22:21:52.453 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  679. [2024-08-24 22:21:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  680. [2024-08-24 22:21:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  681. [2024-08-24 22:21:52.458 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  682. [2024-08-24 22:21:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  683. [2024-08-24 22:21:52.464 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  684. [2024-08-24 22:21:52.464 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  685. [2024-08-24 22:22:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  686. [2024-08-24 22:22:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  687. [2024-08-24 22:22:52.432 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  688. [2024-08-24 22:22:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  689. [2024-08-24 22:22:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  690. [2024-08-24 22:22:52.436 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  691. [2024-08-24 22:22:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  692. [2024-08-24 22:22:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  693. [2024-08-24 22:22:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  694. [2024-08-24 22:22:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  695. [2024-08-24 22:22:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  696. [2024-08-24 22:22:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  697. [2024-08-24 22:22:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  698. [2024-08-24 22:22:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  699. [2024-08-24 22:22:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  700. [2024-08-24 22:22:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  701. [2024-08-24 22:22:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  702. [2024-08-24 22:22:52.453 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  703. [2024-08-24 22:22:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  704. [2024-08-24 22:22:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  705. [2024-08-24 22:22:52.457 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  706. [2024-08-24 22:22:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  707. [2024-08-24 22:22:52.460 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  708. [2024-08-24 22:22:52.460 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  709. [2024-08-24 22:23:52.425 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  710. [2024-08-24 22:23:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  711. [2024-08-24 22:23:52.426 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  712. [2024-08-24 22:23:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  713. [2024-08-24 22:23:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  714. [2024-08-24 22:23:52.428 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  715. [2024-08-24 22:23:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  716. [2024-08-24 22:23:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  717. [2024-08-24 22:23:52.433 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  718. [2024-08-24 22:23:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  719. [2024-08-24 22:23:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  720. [2024-08-24 22:23:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  721. [2024-08-24 22:23:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  722. [2024-08-24 22:23:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  723. [2024-08-24 22:23:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  724. [2024-08-24 22:23:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  725. [2024-08-24 22:23:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  726. [2024-08-24 22:23:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  727. [2024-08-24 22:23:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  728. [2024-08-24 22:23:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  729. [2024-08-24 22:23:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  730. [2024-08-24 22:23:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  731. [2024-08-24 22:23:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  732. [2024-08-24 22:23:52.455 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  733. [2024-08-24 22:24:52.421 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  734. [2024-08-24 22:24:52.421 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  735. [2024-08-24 22:24:52.422 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  736. [2024-08-24 22:24:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  737. [2024-08-24 22:24:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  738. [2024-08-24 22:24:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  739. [2024-08-24 22:24:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  740. [2024-08-24 22:24:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  741. [2024-08-24 22:24:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  742. [2024-08-24 22:24:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  743. [2024-08-24 22:24:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  744. [2024-08-24 22:24:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  745. [2024-08-24 22:24:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  746. [2024-08-24 22:24:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  747. [2024-08-24 22:24:52.441 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  748. [2024-08-24 22:24:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  749. [2024-08-24 22:24:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  750. [2024-08-24 22:24:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  751. [2024-08-24 22:24:52.449 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  752. [2024-08-24 22:24:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  753. [2024-08-24 22:24:52.450 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  754. [2024-08-24 22:24:52.453 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  755. [2024-08-24 22:24:52.454 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  756. [2024-08-24 22:24:52.454 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  757. [2024-08-24 22:25:52.423 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  758. [2024-08-24 22:25:52.423 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  759. [2024-08-24 22:25:52.423 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  760. [2024-08-24 22:25:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  761. [2024-08-24 22:25:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  762. [2024-08-24 22:25:52.427 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  763. [2024-08-24 22:25:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  764. [2024-08-24 22:25:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  765. [2024-08-24 22:25:52.431 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  766. [2024-08-24 22:25:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  767. [2024-08-24 22:25:52.435 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  768. [2024-08-24 22:25:52.435 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  769. [2024-08-24 22:25:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  770. [2024-08-24 22:25:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  771. [2024-08-24 22:25:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  772. [2024-08-24 22:25:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  773. [2024-08-24 22:25:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  774. [2024-08-24 22:25:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  775. [2024-08-24 22:25:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  776. [2024-08-24 22:25:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  777. [2024-08-24 22:25:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  778. [2024-08-24 22:25:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  779. [2024-08-24 22:25:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  780. [2024-08-24 22:25:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  781. [2024-08-24 22:26:52.426 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  782. [2024-08-24 22:26:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  783. [2024-08-24 22:26:52.428 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  784. [2024-08-24 22:26:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  785. [2024-08-24 22:26:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  786. [2024-08-24 22:26:52.431 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  787. [2024-08-24 22:26:52.435 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  788. [2024-08-24 22:26:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  789. [2024-08-24 22:26:52.436 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  790. [2024-08-24 22:26:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  791. [2024-08-24 22:26:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  792. [2024-08-24 22:26:52.440 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  793. [2024-08-24 22:26:52.444 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  794. [2024-08-24 22:26:52.444 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  795. [2024-08-24 22:26:52.444 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  796. [2024-08-24 22:26:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  797. [2024-08-24 22:26:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  798. [2024-08-24 22:26:52.448 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  799. [2024-08-24 22:26:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  800. [2024-08-24 22:26:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  801. [2024-08-24 22:26:52.453 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  802. [2024-08-24 22:26:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  803. [2024-08-24 22:26:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  804. [2024-08-24 22:26:52.457 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  805. [2024-08-24 22:27:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  806. [2024-08-24 22:27:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  807. [2024-08-24 22:27:52.420 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  808. [2024-08-24 22:27:52.422 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  809. [2024-08-24 22:27:52.423 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  810. [2024-08-24 22:27:52.423 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  811. [2024-08-24 22:27:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  812. [2024-08-24 22:27:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  813. [2024-08-24 22:27:52.427 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  814. [2024-08-24 22:27:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  815. [2024-08-24 22:27:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  816. [2024-08-24 22:27:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  817. [2024-08-24 22:27:52.433 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  818. [2024-08-24 22:27:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  819. [2024-08-24 22:27:52.434 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  820. [2024-08-24 22:27:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  821. [2024-08-24 22:27:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  822. [2024-08-24 22:27:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  823. [2024-08-24 22:27:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  824. [2024-08-24 22:27:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  825. [2024-08-24 22:27:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  826. [2024-08-24 22:27:52.445 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  827. [2024-08-24 22:27:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  828. [2024-08-24 22:27:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  829. [2024-08-24 22:28:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  830. [2024-08-24 22:28:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  831. [2024-08-24 22:28:52.429 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  832. [2024-08-24 22:28:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  833. [2024-08-24 22:28:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  834. [2024-08-24 22:28:52.432 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  835. [2024-08-24 22:28:52.435 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  836. [2024-08-24 22:28:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  837. [2024-08-24 22:28:52.436 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  838. [2024-08-24 22:28:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  839. [2024-08-24 22:28:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  840. [2024-08-24 22:28:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  841. [2024-08-24 22:28:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  842. [2024-08-24 22:28:52.448 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  843. [2024-08-24 22:28:52.448 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  844. [2024-08-24 22:28:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  845. [2024-08-24 22:28:52.452 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  846. [2024-08-24 22:28:52.452 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  847. [2024-08-24 22:28:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  848. [2024-08-24 22:28:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  849. [2024-08-24 22:28:52.455 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  850. [2024-08-24 22:28:52.457 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  851. [2024-08-24 22:28:52.458 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  852. [2024-08-24 22:28:52.458 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  853. [2024-08-24 22:29:52.406 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  854. [2024-08-24 22:29:52.408 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  855. [2024-08-24 22:29:52.408 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  856. [2024-08-24 22:29:52.413 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  857. [2024-08-24 22:29:52.413 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  858. [2024-08-24 22:29:52.414 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  859. [2024-08-24 22:29:52.418 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  860. [2024-08-24 22:29:52.418 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  861. [2024-08-24 22:29:52.419 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  862. [2024-08-24 22:29:52.423 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  863. [2024-08-24 22:29:52.423 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  864. [2024-08-24 22:29:52.424 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  865. [2024-08-24 22:29:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  866. [2024-08-24 22:29:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  867. [2024-08-24 22:29:52.427 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  868. [2024-08-24 22:29:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  869. [2024-08-24 22:29:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  870. [2024-08-24 22:29:52.431 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  871. [2024-08-24 22:29:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  872. [2024-08-24 22:29:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  873. [2024-08-24 22:29:52.435 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  874. [2024-08-24 22:29:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  875. [2024-08-24 22:29:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  876. [2024-08-24 22:29:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  877. [2024-08-24 22:30:52.419 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  878. [2024-08-24 22:30:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  879. [2024-08-24 22:30:52.421 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  880. [2024-08-24 22:30:52.424 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  881. [2024-08-24 22:30:52.424 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  882. [2024-08-24 22:30:52.424 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  883. [2024-08-24 22:30:52.427 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  884. [2024-08-24 22:30:52.428 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  885. [2024-08-24 22:30:52.428 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  886. [2024-08-24 22:30:52.431 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  887. [2024-08-24 22:30:52.432 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  888. [2024-08-24 22:30:52.432 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  889. [2024-08-24 22:30:52.435 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  890. [2024-08-24 22:30:52.436 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  891. [2024-08-24 22:30:52.436 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  892. [2024-08-24 22:30:52.439 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  893. [2024-08-24 22:30:52.440 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  894. [2024-08-24 22:30:52.440 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  895. [2024-08-24 22:30:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  896. [2024-08-24 22:30:52.443 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  897. [2024-08-24 22:30:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  898. [2024-08-24 22:30:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  899. [2024-08-24 22:30:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  900. [2024-08-24 22:30:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  901. [2024-08-24 22:31:12.235 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  902. [2024-08-24 22:31:12.661 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  903. [2024-08-24 22:31:12.663 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"e873c0235b5a8ed194aa346aa9426dbf-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/e873c0235b5a8ed194aa346aa9426dbf%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/e873c0235b5a8ed194aa346aa9426dbf.m3u8\""
  904. [2024-08-24 22:31:12.708 +00:00] [ERR] FFmpeg exited with code 1
  905. [2024-08-24 22:31:12.803 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  906. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  907. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  908. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  909. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  910. at lambda_method769(Closure, Object)
  911. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  912. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  913. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  914. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  915. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  916. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  917. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  918. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  919. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  920. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  921. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  922. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  923. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  924. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  925. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  926. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  927. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  928. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  929. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  930. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  931. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  932. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  933. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  934. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  935. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  936. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  937. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  938. [2024-08-24 22:31:13.248 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  939. [2024-08-24 22:31:13.258 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/e873c0235b5a8ed194aa346aa9426dbf.m3u8"
  940. [2024-08-24 22:31:13.337 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  941. [2024-08-24 22:31:13.337 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"060a7d9defe9d139bde0dd62c1d03e62-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/060a7d9defe9d139bde0dd62c1d03e62%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/060a7d9defe9d139bde0dd62c1d03e62.m3u8\""
  942. [2024-08-24 22:31:13.378 +00:00] [ERR] FFmpeg exited with code 1
  943. [2024-08-24 22:31:13.473 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  944. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  945. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  946. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  947. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  948. at lambda_method769(Closure, Object)
  949. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  950. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  951. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  952. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  953. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  954. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  955. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  956. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  957. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  958. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  959. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  960. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  961. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  962. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  963. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  964. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  965. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  966. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  967. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  968. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  969. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  970. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  971. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  972. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  973. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  974. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  975. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  976. [2024-08-24 22:31:13.490 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  977. [2024-08-24 22:31:13.498 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/060a7d9defe9d139bde0dd62c1d03e62.m3u8"
  978. [2024-08-24 22:31:13.566 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  979. [2024-08-24 22:31:13.567 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"04cc95d2a9d5a2dfecd076c36f99ad20-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/04cc95d2a9d5a2dfecd076c36f99ad20%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/04cc95d2a9d5a2dfecd076c36f99ad20.m3u8\""
  980. [2024-08-24 22:31:13.608 +00:00] [ERR] FFmpeg exited with code 1
  981. [2024-08-24 22:31:13.703 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  982. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  983. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  984. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  985. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  986. at lambda_method769(Closure, Object)
  987. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  988. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  989. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  990. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  991. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  992. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  993. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  994. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  995. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  996. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  997. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  998. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  999. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1000. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1001. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1002. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1003. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1004. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1005. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1006. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1007. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1008. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1009. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1010. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1011. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1012. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1013. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1014. [2024-08-24 22:31:13.764 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/04cc95d2a9d5a2dfecd076c36f99ad20.m3u8"
  1015. [2024-08-24 22:31:15.265 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1016. [2024-08-24 22:31:23.794 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1017. [2024-08-24 22:31:24.222 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1018. [2024-08-24 22:31:24.223 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"af87deecf2e6e97c43aacbe29b321e95-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/af87deecf2e6e97c43aacbe29b321e95%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/af87deecf2e6e97c43aacbe29b321e95.m3u8\""
  1019. [2024-08-24 22:31:24.265 +00:00] [ERR] FFmpeg exited with code 1
  1020. [2024-08-24 22:31:24.360 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1021. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1022. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1023. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1024. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1025. at lambda_method769(Closure, Object)
  1026. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1027. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1028. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1029. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1030. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1031. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1032. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1033. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1034. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1035. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1036. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1037. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1038. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1039. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1040. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1041. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1042. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1043. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1044. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1045. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1046. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1047. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1048. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1049. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1050. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1051. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1052. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1053. [2024-08-24 22:31:24.784 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1054. [2024-08-24 22:31:24.793 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/af87deecf2e6e97c43aacbe29b321e95.m3u8"
  1055. [2024-08-24 22:31:24.870 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1056. [2024-08-24 22:31:24.871 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"f6cec201303a684e7b97e1759ed65a3c-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/f6cec201303a684e7b97e1759ed65a3c%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/f6cec201303a684e7b97e1759ed65a3c.m3u8\""
  1057. [2024-08-24 22:31:24.914 +00:00] [ERR] FFmpeg exited with code 1
  1058. [2024-08-24 22:31:25.007 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1059. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1060. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1061. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1062. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1063. at lambda_method769(Closure, Object)
  1064. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1065. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1066. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1067. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1068. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1069. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1070. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1071. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1072. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1073. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1074. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1075. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1076. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1077. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1078. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1079. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1080. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1081. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1082. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1083. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1084. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1085. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1086. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1087. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1088. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1089. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1090. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1091. [2024-08-24 22:31:25.023 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1092. [2024-08-24 22:31:25.035 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/f6cec201303a684e7b97e1759ed65a3c.m3u8"
  1093. [2024-08-24 22:31:25.112 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1094. [2024-08-24 22:31:25.112 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"b71702fcf483789a81bc3fa441790743-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/b71702fcf483789a81bc3fa441790743%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/b71702fcf483789a81bc3fa441790743.m3u8\""
  1095. [2024-08-24 22:31:25.153 +00:00] [ERR] FFmpeg exited with code 1
  1096. [2024-08-24 22:31:25.249 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1097. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1098. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1099. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1100. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1101. at lambda_method769(Closure, Object)
  1102. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1103. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1104. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1105. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1106. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1107. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1108. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1109. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1110. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1111. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1112. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1113. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1114. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1115. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1116. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1117. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1118. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1119. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1120. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1121. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1122. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1123. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1124. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1125. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1126. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1127. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1128. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1129. [2024-08-24 22:31:25.305 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/b71702fcf483789a81bc3fa441790743.m3u8"
  1130. [2024-08-24 22:31:26.806 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1131. [2024-08-24 22:31:29.387 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1132. [2024-08-24 22:31:29.721 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1133. [2024-08-24 22:31:29.726 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"e6e409859648be169515d0d7d1af2051-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/e6e409859648be169515d0d7d1af2051%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/e6e409859648be169515d0d7d1af2051.m3u8\""
  1134. [2024-08-24 22:31:29.785 +00:00] [ERR] FFmpeg exited with code 1
  1135. [2024-08-24 22:31:29.873 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1136. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1137. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1138. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1139. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1140. at lambda_method769(Closure, Object)
  1141. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1142. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1143. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1144. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1145. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1146. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1147. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1148. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1149. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1150. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1151. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1152. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1153. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1154. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1155. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1156. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1157. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1158. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1159. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1160. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1161. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1162. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1163. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1164. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1165. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1166. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1167. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1168. [2024-08-24 22:31:30.326 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1169. [2024-08-24 22:31:30.340 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/e6e409859648be169515d0d7d1af2051.m3u8"
  1170. [2024-08-24 22:31:30.448 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1171. [2024-08-24 22:31:30.448 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"ebe7035adfe98a23619c0cc15ce093f5-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ebe7035adfe98a23619c0cc15ce093f5%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ebe7035adfe98a23619c0cc15ce093f5.m3u8\""
  1172. [2024-08-24 22:31:30.512 +00:00] [ERR] FFmpeg exited with code 1
  1173. [2024-08-24 22:31:30.608 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1174. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1175. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1176. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1177. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1178. at lambda_method769(Closure, Object)
  1179. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1180. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1181. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1182. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1183. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1184. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1185. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1186. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1187. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1188. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1189. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1190. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1191. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1192. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1193. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1194. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1195. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1196. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1197. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1198. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1199. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1200. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1201. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1202. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1203. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1204. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1205. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1206. [2024-08-24 22:31:30.629 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1207. [2024-08-24 22:31:30.644 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/ebe7035adfe98a23619c0cc15ce093f5.m3u8"
  1208. [2024-08-24 22:31:30.717 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1209. [2024-08-24 22:31:30.721 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"803f1b6fe6cc7ab5674e755e3e493dcd-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/803f1b6fe6cc7ab5674e755e3e493dcd%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/803f1b6fe6cc7ab5674e755e3e493dcd.m3u8\""
  1210. [2024-08-24 22:31:30.777 +00:00] [ERR] FFmpeg exited with code 1
  1211. [2024-08-24 22:31:30.869 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1212. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1213. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1214. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1215. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1216. at lambda_method769(Closure, Object)
  1217. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1218. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1219. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1220. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1221. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1222. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1223. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1224. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1225. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1226. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1227. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1228. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1229. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1230. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1231. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1232. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1233. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1234. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1235. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1236. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1237. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1238. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1239. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1240. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1241. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1242. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1243. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1244. [2024-08-24 22:31:30.933 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/803f1b6fe6cc7ab5674e755e3e493dcd.m3u8"
  1245. [2024-08-24 22:31:32.435 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1246. [2024-08-24 22:31:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1247. [2024-08-24 22:31:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1248. [2024-08-24 22:31:52.430 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1249. [2024-08-24 22:31:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1250. [2024-08-24 22:31:52.434 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1251. [2024-08-24 22:31:52.435 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1252. [2024-08-24 22:31:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1253. [2024-08-24 22:31:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1254. [2024-08-24 22:31:52.439 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1255. [2024-08-24 22:31:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1256. [2024-08-24 22:31:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1257. [2024-08-24 22:31:52.443 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1258. [2024-08-24 22:31:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1259. [2024-08-24 22:31:52.447 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1260. [2024-08-24 22:31:52.447 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1261. [2024-08-24 22:31:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1262. [2024-08-24 22:31:52.450 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1263. [2024-08-24 22:31:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1264. [2024-08-24 22:31:52.454 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1265. [2024-08-24 22:31:52.455 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1266. [2024-08-24 22:31:52.455 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1267. [2024-08-24 22:31:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1268. [2024-08-24 22:31:52.459 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1269. [2024-08-24 22:31:52.459 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1270. [2024-08-24 22:32:52.413 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1271. [2024-08-24 22:32:52.414 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1272. [2024-08-24 22:32:52.414 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1273. [2024-08-24 22:32:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1274. [2024-08-24 22:32:52.420 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1275. [2024-08-24 22:32:52.421 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1276. [2024-08-24 22:32:52.425 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1277. [2024-08-24 22:32:52.425 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1278. [2024-08-24 22:32:52.425 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1279. [2024-08-24 22:32:52.429 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1280. [2024-08-24 22:32:52.430 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1281. [2024-08-24 22:32:52.433 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1282. [2024-08-24 22:32:52.437 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1283. [2024-08-24 22:32:52.438 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1284. [2024-08-24 22:32:52.438 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1285. [2024-08-24 22:32:52.441 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1286. [2024-08-24 22:32:52.442 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1287. [2024-08-24 22:32:52.442 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1288. [2024-08-24 22:32:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1289. [2024-08-24 22:32:52.446 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1290. [2024-08-24 22:32:52.446 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1291. [2024-08-24 22:32:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1292. [2024-08-24 22:32:52.451 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1293. [2024-08-24 22:32:52.451 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1294. [2024-08-24 22:33:19.324 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1295. [2024-08-24 22:33:19.325 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1296. [2024-08-24 22:33:19.328 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1297. [2024-08-24 22:33:19.329 +00:00] [ERR] Error processing request: "Invalid token". URL "GET" "/socket".
  1298. [2024-08-24 22:33:19.352 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1299. [2024-08-24 22:33:19.353 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1300. [2024-08-24 22:33:19.353 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1301. [2024-08-24 22:33:19.361 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1302. [2024-08-24 22:33:19.362 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1303. [2024-08-24 22:33:19.362 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1304. [2024-08-24 22:33:19.370 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1305. [2024-08-24 22:33:19.370 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1306. [2024-08-24 22:33:19.371 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1307. [2024-08-24 22:33:19.376 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1308. [2024-08-24 22:33:19.377 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1309. [2024-08-24 22:33:19.377 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1310. [2024-08-24 22:33:19.383 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1311. [2024-08-24 22:33:19.383 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1312. [2024-08-24 22:33:19.383 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1313. [2024-08-24 22:33:19.388 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1314. [2024-08-24 22:33:19.388 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1315. [2024-08-24 22:33:19.388 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1316. [2024-08-24 22:33:19.392 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1317. [2024-08-24 22:33:19.392 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1318. [2024-08-24 22:33:19.393 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1319. [2024-08-24 22:33:19.396 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1320. [2024-08-24 22:33:19.396 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1321. [2024-08-24 22:33:19.397 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1322. [2024-08-24 22:33:20.802 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1323. [2024-08-24 22:33:20.802 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1324. [2024-08-24 22:33:20.802 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1325. [2024-08-24 22:33:20.894 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1326. [2024-08-24 22:33:20.894 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1327. [2024-08-24 22:33:20.894 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1328. [2024-08-24 22:33:21.010 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1329. [2024-08-24 22:33:21.010 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1330. [2024-08-24 22:33:21.010 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1331. [2024-08-24 22:33:21.693 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1332. [2024-08-24 22:33:21.693 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1333. [2024-08-24 22:33:21.693 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1334. [2024-08-24 22:33:23.178 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1335. [2024-08-24 22:33:23.180 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1336. [2024-08-24 22:33:23.180 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1337. [2024-08-24 22:33:23.908 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1338. [2024-08-24 22:33:23.909 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1339. [2024-08-24 22:33:23.909 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1340. [2024-08-24 22:33:23.970 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1341. [2024-08-24 22:33:23.971 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1342. [2024-08-24 22:33:23.971 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1343. [2024-08-24 22:33:24.108 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1344. [2024-08-24 22:33:24.108 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1345. [2024-08-24 22:33:24.108 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1346. [2024-08-24 22:33:25.817 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1347. [2024-08-24 22:33:25.819 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1348. [2024-08-24 22:33:25.819 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1349. [2024-08-24 22:33:25.908 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1350. [2024-08-24 22:33:25.908 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1351. [2024-08-24 22:33:25.908 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1352. [2024-08-24 22:33:26.015 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1353. [2024-08-24 22:33:26.016 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1354. [2024-08-24 22:33:26.016 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1355. [2024-08-24 22:33:26.692 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1356. [2024-08-24 22:33:26.692 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1357. [2024-08-24 22:33:26.692 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1358. [2024-08-24 22:33:28.176 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1359. [2024-08-24 22:33:28.176 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1360. [2024-08-24 22:33:28.176 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1361. [2024-08-24 22:33:28.905 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1362. [2024-08-24 22:33:28.905 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1363. [2024-08-24 22:33:28.906 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1364. [2024-08-24 22:33:28.967 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1365. [2024-08-24 22:33:28.968 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1366. [2024-08-24 22:33:28.968 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1367. [2024-08-24 22:33:29.106 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1368. [2024-08-24 22:33:29.107 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1369. [2024-08-24 22:33:29.107 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1370. [2024-08-24 22:33:30.799 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1371. [2024-08-24 22:33:30.800 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1372. [2024-08-24 22:33:30.800 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1373. [2024-08-24 22:33:30.923 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1374. [2024-08-24 22:33:30.923 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1375. [2024-08-24 22:33:30.924 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1376. [2024-08-24 22:33:30.927 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1377. [2024-08-24 22:33:30.927 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1378. [2024-08-24 22:33:30.927 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1379. [2024-08-24 22:33:31.010 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1380. [2024-08-24 22:33:31.010 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1381. [2024-08-24 22:33:31.010 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1382. [2024-08-24 22:33:31.687 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1383. [2024-08-24 22:33:31.687 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1384. [2024-08-24 22:33:31.688 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1385. [2024-08-24 22:33:33.177 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1386. [2024-08-24 22:33:33.178 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1387. [2024-08-24 22:33:33.178 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1388. [2024-08-24 22:33:33.902 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1389. [2024-08-24 22:33:33.903 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1390. [2024-08-24 22:33:33.903 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1391. [2024-08-24 22:33:33.977 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1392. [2024-08-24 22:33:33.977 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1393. [2024-08-24 22:33:33.978 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1394. [2024-08-24 22:33:34.109 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1395. [2024-08-24 22:33:34.110 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1396. [2024-08-24 22:33:34.110 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1397. [2024-08-24 22:33:35.809 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1398. [2024-08-24 22:33:35.809 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1399. [2024-08-24 22:33:35.809 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1400. [2024-08-24 22:33:35.894 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1401. [2024-08-24 22:33:35.894 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1402. [2024-08-24 22:33:35.894 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1403. [2024-08-24 22:33:36.014 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1404. [2024-08-24 22:33:36.015 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1405. [2024-08-24 22:33:36.015 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1406. [2024-08-24 22:33:36.693 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1407. [2024-08-24 22:33:36.694 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1408. [2024-08-24 22:33:36.694 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1409. [2024-08-24 22:33:38.178 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1410. [2024-08-24 22:33:38.179 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  1411. [2024-08-24 22:33:38.179 +00:00] [INF] AuthenticationScheme: "CustomAuthentication" was challenged.
  1412. [2024-08-24 22:33:39.368 +00:00] [INF] WS "192.168.1.130" request
  1413. [2024-08-24 22:34:12.691 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1414. [2024-08-24 22:34:13.081 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1415. [2024-08-24 22:34:13.086 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"d75e43142f86ccfcd8a8a658b100e293-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/d75e43142f86ccfcd8a8a658b100e293%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/d75e43142f86ccfcd8a8a658b100e293.m3u8\""
  1416. [2024-08-24 22:34:13.562 +00:00] [ERR] FFmpeg exited with code 1
  1417. [2024-08-24 22:34:13.656 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1418. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1419. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1420. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1421. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1422. at lambda_method769(Closure, Object)
  1423. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1424. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1425. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1426. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1427. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1428. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1429. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1430. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1431. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1432. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1433. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1434. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1435. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1436. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1437. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1438. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1439. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1440. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1441. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1442. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1443. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1444. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1445. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1446. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1447. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1448. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1449. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1450. [2024-08-24 22:34:14.193 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1451. [2024-08-24 22:34:14.215 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/d75e43142f86ccfcd8a8a658b100e293.m3u8"
  1452. [2024-08-24 22:34:14.329 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1453. [2024-08-24 22:34:14.330 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"fa23a5bfaab511ea3bee1b0c2af78175-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/fa23a5bfaab511ea3bee1b0c2af78175%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/fa23a5bfaab511ea3bee1b0c2af78175.m3u8\""
  1454. [2024-08-24 22:34:14.412 +00:00] [ERR] FFmpeg exited with code 1
  1455. [2024-08-24 22:34:14.467 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1456. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1457. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1458. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1459. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1460. at lambda_method769(Closure, Object)
  1461. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1462. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1463. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1464. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1465. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1466. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1467. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1468. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1469. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1470. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1471. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1472. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1473. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1474. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1475. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1476. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1477. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1478. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1479. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1480. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1481. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1482. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1483. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1484. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1485. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1486. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1487. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1488. [2024-08-24 22:34:14.488 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1489. [2024-08-24 22:34:14.498 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/fa23a5bfaab511ea3bee1b0c2af78175.m3u8"
  1490. [2024-08-24 22:34:14.609 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1491. [2024-08-24 22:34:14.610 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"259d1bff28f1f71315970743eccd0b8a-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/259d1bff28f1f71315970743eccd0b8a%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/259d1bff28f1f71315970743eccd0b8a.m3u8\""
  1492. [2024-08-24 22:34:14.690 +00:00] [ERR] FFmpeg exited with code 1
  1493. [2024-08-24 22:34:14.745 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1494. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1495. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1496. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1497. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1498. at lambda_method769(Closure, Object)
  1499. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1500. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1501. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1502. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1503. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1504. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1505. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1506. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1507. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1508. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1509. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1510. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1511. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1512. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1513. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1514. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1515. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1516. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1517. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1518. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1519. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1520. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1521. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1522. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1523. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1524. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1525. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1526. [2024-08-24 22:34:14.830 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/259d1bff28f1f71315970743eccd0b8a.m3u8"
  1527. [2024-08-24 22:34:16.331 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1528. [2024-08-24 22:34:17.079 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1529. [2024-08-24 22:34:17.442 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1530. [2024-08-24 22:34:17.445 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"be102e31e656dd6c111ce51a0d9cd5b5-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/be102e31e656dd6c111ce51a0d9cd5b5%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/be102e31e656dd6c111ce51a0d9cd5b5.m3u8\""
  1531. [2024-08-24 22:34:17.529 +00:00] [ERR] FFmpeg exited with code 1
  1532. [2024-08-24 22:34:17.585 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1533. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1534. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1535. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1536. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1537. at lambda_method769(Closure, Object)
  1538. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1539. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1540. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1541. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1542. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1543. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1544. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1545. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1546. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1547. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1548. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1549. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1550. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1551. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1552. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1553. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1554. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1555. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1556. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1557. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1558. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1559. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1560. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1561. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1562. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1563. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1564. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1565. [2024-08-24 22:34:17.708 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1566. [2024-08-24 22:34:17.724 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/be102e31e656dd6c111ce51a0d9cd5b5.m3u8"
  1567. [2024-08-24 22:34:18.044 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1568. [2024-08-24 22:34:18.045 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"ba8950a060cbaab70da76060f53139a8-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ba8950a060cbaab70da76060f53139a8%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ba8950a060cbaab70da76060f53139a8.m3u8\""
  1569. [2024-08-24 22:34:18.157 +00:00] [ERR] FFmpeg exited with code 1
  1570. [2024-08-24 22:34:18.210 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1571. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1572. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1573. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1574. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1575. at lambda_method769(Closure, Object)
  1576. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1577. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1578. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1579. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1580. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1581. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1582. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1583. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1584. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1585. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1586. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1587. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1588. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1589. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1590. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1591. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1592. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1593. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1594. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1595. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1596. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1597. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1598. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1599. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1600. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1601. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1602. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1603. [2024-08-24 22:34:18.226 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1604. [2024-08-24 22:34:18.240 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/ba8950a060cbaab70da76060f53139a8.m3u8"
  1605. [2024-08-24 22:34:18.331 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1606. [2024-08-24 22:34:18.333 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"e644391c31fa6f3825df752a401797b0-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/e644391c31fa6f3825df752a401797b0%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/e644391c31fa6f3825df752a401797b0.m3u8\""
  1607. [2024-08-24 22:34:18.420 +00:00] [ERR] FFmpeg exited with code 1
  1608. [2024-08-24 22:34:18.474 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1609. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1610. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1611. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1612. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1613. at lambda_method769(Closure, Object)
  1614. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1615. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1616. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1617. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1618. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1619. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1620. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1621. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1622. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1623. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1624. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1625. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1626. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1627. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1628. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1629. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1630. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1631. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1632. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1633. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1634. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1635. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1636. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1637. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1638. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1639. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1640. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1641. [2024-08-24 22:34:18.544 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/e644391c31fa6f3825df752a401797b0.m3u8"
  1642. [2024-08-24 22:34:20.045 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1643. [2024-08-24 22:34:20.876 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1644. [2024-08-24 22:34:21.307 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1645. [2024-08-24 22:34:21.308 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"7675ec075ab880702452c5ef9fd855cd-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/7675ec075ab880702452c5ef9fd855cd%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/7675ec075ab880702452c5ef9fd855cd.m3u8\""
  1646. [2024-08-24 22:34:21.385 +00:00] [ERR] FFmpeg exited with code 1
  1647. [2024-08-24 22:34:21.448 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1648. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1649. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1650. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1651. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1652. at lambda_method769(Closure, Object)
  1653. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1654. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1655. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1656. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1657. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1658. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1659. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1660. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1661. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1662. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1663. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1664. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1665. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1666. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1667. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1668. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1669. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1670. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1671. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1672. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1673. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1674. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1675. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1676. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1677. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1678. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1679. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1680. [2024-08-24 22:34:21.867 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1681. [2024-08-24 22:34:21.894 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/7675ec075ab880702452c5ef9fd855cd.m3u8"
  1682. [2024-08-24 22:34:21.987 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1683. [2024-08-24 22:34:21.989 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 copy -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 \"641eb0f133e6cb46abef1e6e8623299f-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/641eb0f133e6cb46abef1e6e8623299f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/641eb0f133e6cb46abef1e6e8623299f.m3u8\""
  1684. [2024-08-24 22:34:22.067 +00:00] [ERR] FFmpeg exited with code 1
  1685. [2024-08-24 22:34:22.126 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1686. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1687. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1688. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1689. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1690. at lambda_method769(Closure, Object)
  1691. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1692. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1693. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1694. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1695. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1696. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1697. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1698. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1699. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1700. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1701. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1702. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1703. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1704. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1705. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1706. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1707. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1708. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1709. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1710. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1711. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1712. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1713. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1714. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1715. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1716. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1717. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1718. [2024-08-24 22:34:22.151 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1719. [2024-08-24 22:34:22.166 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/641eb0f133e6cb46abef1e6e8623299f.m3u8"
  1720. [2024-08-24 22:34:22.258 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1721. [2024-08-24 22:34:22.260 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -sei -a53_cc -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"5a8ac6d8b60b2ceb25eb3f1e823effdf-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/5a8ac6d8b60b2ceb25eb3f1e823effdf%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/5a8ac6d8b60b2ceb25eb3f1e823effdf.m3u8\""
  1722. [2024-08-24 22:34:22.414 +00:00] [ERR] FFmpeg exited with code 1
  1723. [2024-08-24 22:34:22.428 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1724. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1725. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1726. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1727. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1728. at lambda_method769(Closure, Object)
  1729. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1730. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1731. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1732. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1733. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1734. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1735. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1736. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1737. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1738. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1739. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1740. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1741. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1742. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1743. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1744. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1745. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1746. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1747. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1748. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1749. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1750. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1751. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1752. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1753. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1754. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1755. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1756. [2024-08-24 22:34:22.482 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/5a8ac6d8b60b2ceb25eb3f1e823effdf.m3u8"
  1757. [2024-08-24 22:34:23.983 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1758. [2024-08-24 22:34:38.711 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1759. [2024-08-24 22:34:39.158 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1760. [2024-08-24 22:34:39.158 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"d5ddf3508648effc3ca683294f6218c5-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/d5ddf3508648effc3ca683294f6218c5%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/d5ddf3508648effc3ca683294f6218c5.m3u8\""
  1761. [2024-08-24 22:34:39.207 +00:00] [ERR] FFmpeg exited with code 1
  1762. [2024-08-24 22:34:39.300 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1763. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1764. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1765. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1766. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1767. at lambda_method769(Closure, Object)
  1768. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1769. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1770. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1771. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1772. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1773. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1774. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1775. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1776. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1777. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1778. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1779. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1780. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1781. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1782. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1783. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1784. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1785. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1786. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1787. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1788. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1789. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1790. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1791. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1792. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1793. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1794. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1795. [2024-08-24 22:34:39.749 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1796. [2024-08-24 22:34:39.798 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/d5ddf3508648effc3ca683294f6218c5.m3u8"
  1797. [2024-08-24 22:34:39.900 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1798. [2024-08-24 22:34:39.903 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"e958d1283042fa7b3961d062c080fa45-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/e958d1283042fa7b3961d062c080fa45%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/e958d1283042fa7b3961d062c080fa45.m3u8\""
  1799. [2024-08-24 22:34:39.946 +00:00] [ERR] FFmpeg exited with code 1
  1800. [2024-08-24 22:34:40.041 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1801. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1802. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1803. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1804. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1805. at lambda_method769(Closure, Object)
  1806. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1807. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1808. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1809. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1810. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1811. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1812. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1813. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1814. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1815. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1816. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1817. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1818. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1819. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1820. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1821. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1822. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1823. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1824. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1825. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1826. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1827. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1828. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1829. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1830. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1831. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1832. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1833. [2024-08-24 22:34:40.069 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1834. [2024-08-24 22:34:40.078 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/e958d1283042fa7b3961d062c080fa45.m3u8"
  1835. [2024-08-24 22:34:40.171 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1836. [2024-08-24 22:34:40.171 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"e5373fd162daccb8c734d33509f3827f-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/e5373fd162daccb8c734d33509f3827f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/e5373fd162daccb8c734d33509f3827f.m3u8\""
  1837. [2024-08-24 22:34:40.211 +00:00] [ERR] FFmpeg exited with code 1
  1838. [2024-08-24 22:34:40.306 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1839. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1840. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1841. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1842. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1843. at lambda_method769(Closure, Object)
  1844. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1845. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1846. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1847. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1848. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1849. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1850. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1851. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1852. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1853. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1854. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1855. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1856. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1857. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1858. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1859. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1860. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1861. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1862. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1863. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1864. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1865. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1866. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1867. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1868. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1869. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1870. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1871. [2024-08-24 22:34:40.361 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/e5373fd162daccb8c734d33509f3827f.m3u8"
  1872. [2024-08-24 22:34:41.862 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1873. [2024-08-24 22:34:42.534 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1874. [2024-08-24 22:34:42.874 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1875. [2024-08-24 22:34:42.876 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"4b5c0d70ea5120944a1be38e312cbb52-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/4b5c0d70ea5120944a1be38e312cbb52%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/4b5c0d70ea5120944a1be38e312cbb52.m3u8\""
  1876. [2024-08-24 22:34:42.915 +00:00] [ERR] FFmpeg exited with code 1
  1877. [2024-08-24 22:34:43.010 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1878. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1879. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1880. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1881. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1882. at lambda_method769(Closure, Object)
  1883. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1884. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1885. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1886. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1887. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1888. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1889. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1890. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1891. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1892. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1893. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1894. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1895. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1896. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1897. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1898. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1899. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1900. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1901. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1902. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1903. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1904. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1905. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1906. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1907. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1908. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1909. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1910. [2024-08-24 22:34:43.140 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1911. [2024-08-24 22:34:43.161 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/4b5c0d70ea5120944a1be38e312cbb52.m3u8"
  1912. [2024-08-24 22:34:43.276 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1913. [2024-08-24 22:34:43.276 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"bb573d09945cbeea51889b555a67a591-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/bb573d09945cbeea51889b555a67a591%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/bb573d09945cbeea51889b555a67a591.m3u8\""
  1914. [2024-08-24 22:34:43.541 +00:00] [ERR] FFmpeg exited with code 1
  1915. [2024-08-24 22:34:43.543 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1916. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1917. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1918. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1919. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1920. at lambda_method769(Closure, Object)
  1921. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1922. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1923. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1924. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1925. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1926. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1927. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1928. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1929. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1930. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1931. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1932. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1933. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1934. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1935. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1936. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1937. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1938. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1939. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1940. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1941. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1942. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1943. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1944. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1945. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1946. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1947. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1948. [2024-08-24 22:34:43.600 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1949. [2024-08-24 22:34:43.627 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/bb573d09945cbeea51889b555a67a591.m3u8"
  1950. [2024-08-24 22:34:43.732 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1951. [2024-08-24 22:34:43.734 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"6108a34ac7e185befa332aaa8bc2849d-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/6108a34ac7e185befa332aaa8bc2849d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/6108a34ac7e185befa332aaa8bc2849d.m3u8\""
  1952. [2024-08-24 22:34:43.816 +00:00] [ERR] FFmpeg exited with code 1
  1953. [2024-08-24 22:34:43.907 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1954. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1955. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1956. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1957. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1958. at lambda_method769(Closure, Object)
  1959. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1960. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  1961. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1962. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1963. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1964. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1965. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1966. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  1967. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1968. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1969. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1970. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  1971. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  1972. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  1973. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  1974. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  1975. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  1976. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  1977. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  1978. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  1979. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  1980. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  1981. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  1982. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  1983. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  1984. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  1985. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  1986. [2024-08-24 22:34:43.967 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/6108a34ac7e185befa332aaa8bc2849d.m3u8"
  1987. [2024-08-24 22:34:45.469 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  1988. [2024-08-24 22:34:46.067 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  1989. [2024-08-24 22:34:46.514 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  1990. [2024-08-24 22:34:46.519 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"1e6da280d26697a9025f0cb070db923b-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/1e6da280d26697a9025f0cb070db923b%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/1e6da280d26697a9025f0cb070db923b.m3u8\""
  1991. [2024-08-24 22:34:46.567 +00:00] [ERR] FFmpeg exited with code 1
  1992. [2024-08-24 22:34:46.663 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  1993. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  1994. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  1995. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  1996. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  1997. at lambda_method769(Closure, Object)
  1998. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1999. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2000. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2001. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2002. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2003. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2004. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2005. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2006. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2007. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2008. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2009. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2010. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2011. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2012. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2013. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2014. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2015. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2016. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2017. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2018. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2019. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2020. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2021. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2022. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2023. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2024. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2025. [2024-08-24 22:34:46.788 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2026. [2024-08-24 22:34:46.802 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/1e6da280d26697a9025f0cb070db923b.m3u8"
  2027. [2024-08-24 22:34:47.211 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2028. [2024-08-24 22:34:47.212 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 copy -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 \"27d1bd25aeaeb15631969a1dbf5a01b6-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/27d1bd25aeaeb15631969a1dbf5a01b6%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/27d1bd25aeaeb15631969a1dbf5a01b6.m3u8\""
  2029. [2024-08-24 22:34:47.253 +00:00] [ERR] FFmpeg exited with code 1
  2030. [2024-08-24 22:34:47.350 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  2031. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  2032. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  2033. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  2034. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  2035. at lambda_method769(Closure, Object)
  2036. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2037. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2038. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2039. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2040. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2041. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2042. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2043. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2044. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2045. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2046. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2047. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2048. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2049. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2050. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2051. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2052. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2053. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2054. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2055. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2056. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2057. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2058. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2059. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2060. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2061. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2062. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2063. [2024-08-24 22:34:47.369 +00:00] [INF] User policy for "test". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  2064. [2024-08-24 22:34:47.384 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/27d1bd25aeaeb15631969a1dbf5a01b6.m3u8"
  2065. [2024-08-24 22:34:47.490 +00:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  2066. [2024-08-24 22:34:47.491 +00:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/mnt/sdb2/common/jellyfin/shows/Attack on Titan/Season 3/Attack on Titan - S03E01 - Smoke Signal HDTV-1080p.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 -b:v 292082 -maxrate 292082 -bufsize 584164 -profile:v:0 main -level 40 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=w=426:h=240:format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 127918 -ar 48000 -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 \"717ae288849c7d011730ab5b694261ac-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/717ae288849c7d011730ab5b694261ac%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/717ae288849c7d011730ab5b694261ac.m3u8\""
  2067. [2024-08-24 22:34:47.540 +00:00] [ERR] FFmpeg exited with code 1
  2068. [2024-08-24 22:34:47.630 +00:00] [ERR] Error processing request. URL "GET" "/videos/ebf5e9ff-fb88-af43-5b03-8fe26661932d/hls1/main/-1.mp4".
  2069. MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
  2070. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  2071. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  2072. at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  2073. at lambda_method769(Closure, Object)
  2074. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2075. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  2076. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2077. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  2078. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2079. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2080. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2081. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  2082. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  2083. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  2084. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2085. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  2086. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  2087. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  2088. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  2089. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  2090. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  2091. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  2092. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  2093. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  2094. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  2095. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  2096. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  2097. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  2098. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2099. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  2100. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  2101. [2024-08-24 22:34:47.689 +00:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/717ae288849c7d011730ab5b694261ac.m3u8"
  2102. [2024-08-24 22:34:49.190 +00:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Smoke Signal". Stopped at "0" ms
  2103. [2024-08-24 22:34:50.576 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  2104. [2024-08-24 22:34:50.578 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  2105. [2024-08-24 22:34:50.583 +00:00] [INF] "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
  2106. [2024-08-24 22:34:50.586 +00:00] [ERR] Error processing request: "Invalid token". URL "GET" "/socket".
  2107. [2024-08-24 22:34:53.441 +00:00] [INF] WS "192.168.1.130" request
  2108.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement