Guest User

Server Log

a guest
Jul 4th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.49 KB | None | 0 0
  1. [2025-07-05 00:54:49.037 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  2. [2025-07-05 00:55:12.490 -03:00] [INF] [31] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Fern_Moonlight". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  3. [2025-07-05 00:55:13.557 -03:00] [ERR] [149] Jellyfin.MediaEncoding.Hls.Extractors.MatroskaKeyframeExtractor: Extracting keyframes from "C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv" using matroska metadata failed
  4. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv'.
  5. at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
  6. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  7. at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  8. at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  9. at System.IO.File.OpenRead(String path)
  10. at Jellyfin.MediaEncoding.Keyframes.Matroska.MatroskaKeyframeExtractor.GetKeyframeData(String filePath)
  11. at Jellyfin.MediaEncoding.Hls.Extractors.MatroskaKeyframeExtractor.TryExtractKeyframes(String filePath, KeyframeData& keyframeData)
  12. [2025-07-05 00:55:13.852 -03:00] [INF] [149] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  13. [2025-07-05 00:55:13.881 -03:00] [INF] [149] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska -i file:\"C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\242903f30adf12db0303eec3be29e698-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\242903f30adf12db0303eec3be29e698%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\242903f30adf12db0303eec3be29e698.m3u8\""
  14. [2025-07-05 00:55:14.045 -03:00] [ERR] [14] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
  15. [2025-07-05 00:55:14.111 -03:00] [ERR] [14] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/3a048be2-5e70-319f-bfff-01e74a286ad1/hls1/main/-1.mp4".
  16. MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
  17. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  18. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  19. 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, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  20. at lambda_method1279(Closure, Object)
  21. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  22. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  23. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  24. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  25. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  26. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  27. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  28. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  29. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  30. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  31. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  32. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  33. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  34. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  35. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  36. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  37. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  38. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  39. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  40. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  41. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  42. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  43. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  44. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  45. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  46. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  47. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  48. [2025-07-05 00:55:14.281 -03:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Fern_Moonlight". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  49. [2025-07-05 00:55:14.317 -03:00] [INF] [149] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\242903f30adf12db0303eec3be29e698.m3u8"
  50. [2025-07-05 00:55:14.429 -03:00] [INF] [29] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  51. [2025-07-05 00:55:14.448 -03:00] [INF] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device d3d11va=dx11:,vendor=0x1002 -init_hw_device opencl=ocl@dx11 -filter_hw_device ocl -hwaccel d3d11va -hwaccel_output_format d3d11 -noautorotate -i file:\"C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_amf -quality speed -rc cbr -qmin 0 -qmax 32 -b:v 6802775 -maxrate 6802775 -bufsize 13605550 -profile:v:0 high -level 41 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,hwmap=derive_device=opencl:mode=read,scale_opencl=format=nv12,hwmap=derive_device=d3d11va:mode=write:reverse=1,format=d3d11\" -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 \"C:\ProgramData\Jellyfin\Server\cache\transcodes\a5a5f89737127a98072e6dc17f478758-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\a5a5f89737127a98072e6dc17f478758%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\a5a5f89737127a98072e6dc17f478758.m3u8\""
  52. [2025-07-05 00:55:15.983 -03:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
  53. [2025-07-05 00:55:16.010 -03:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/3a048be2-5e70-319f-bfff-01e74a286ad1/hls1/main/-1.mp4".
  54. MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
  55. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  56. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  57. 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, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  58. at lambda_method1279(Closure, Object)
  59. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  60. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  61. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  62. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  63. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  64. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  65. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  66. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  67. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  68. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  69. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  70. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  71. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  72. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  73. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  74. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  75. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  76. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  77. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  78. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  79. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  80. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  81. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  82. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  83. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  84. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  85. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  86. [2025-07-05 00:55:16.059 -03:00] [INF] [14] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Fern_Moonlight". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  87. [2025-07-05 00:55:16.088 -03:00] [INF] [14] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\a5a5f89737127a98072e6dc17f478758.m3u8"
  88. [2025-07-05 00:55:16.219 -03:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  89. [2025-07-05 00:55:16.226 -03:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device d3d11va=dx11:,vendor=0x1002 -init_hw_device opencl=ocl@dx11 -filter_hw_device ocl -hwaccel d3d11va -hwaccel_output_format d3d11 -noautorotate -i file:\"C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_amf -quality speed -rc cbr -qmin 0 -qmax 32 -b:v 6802775 -maxrate 6802775 -bufsize 13605550 -profile:v:0 high -level 41 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,hwmap=derive_device=opencl:mode=read,scale_opencl=format=nv12,hwmap=derive_device=d3d11va:mode=write:reverse=1,format=d3d11\" -codec:a:0 libfdk_aac -ac 2 -ab 192000 -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 \"C:\ProgramData\Jellyfin\Server\cache\transcodes\12498df4725e48a7fab04af6a2884e6e-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\12498df4725e48a7fab04af6a2884e6e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\12498df4725e48a7fab04af6a2884e6e.m3u8\""
  90. [2025-07-05 00:55:17.052 -03:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
  91. [2025-07-05 00:55:17.144 -03:00] [ERR] [149] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/3a048be2-5e70-319f-bfff-01e74a286ad1/hls1/main/-1.mp4".
  92. MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
  93. at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
  94. at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
  95. 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, Boolean enableAudioVbrEncoding, Boolean alwaysBurnInSubtitleWhenTranscoding)
  96. at lambda_method1279(Closure, Object)
  97. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  98. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  99. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  100. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  101. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  102. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  103. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  104. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  105. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  106. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  107. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  108. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  109. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  110. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  111. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  112. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  113. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  114. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  115. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  116. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  117. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  118. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  119. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  120. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  121. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  122. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  123. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  124. [2025-07-05 00:55:17.247 -03:00] [INF] [149] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\12498df4725e48a7fab04af6a2884e6e.m3u8"
  125. [2025-07-05 00:55:18.761 -03:00] [INF] [149] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "How to Train Your Dragon". Stopped at "0" ms
  126. [2025-07-05 00:55:20.804 -03:00] [INF] [29] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Fern_Moonlight". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  127. [2025-07-05 00:55:21.302 -03:00] [INF] [149] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
  128. [2025-07-05 00:55:21.305 -03:00] [INF] [149] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska -i file:\"C:\Servidor\Filmes\How to Train Your Dragon The Hidden World (2019) {tmdb-166428}\How to Train Your Dragon The Hidden World (2019) {tmdb-166428} [Remux-1080p][TrueHD Atmos 7.1][AVC]-FGT.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\1f27810e6af22f1cc88a2057057e614a-1.mp4\" -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\1f27810e6af22f1cc88a2057057e614a%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\1f27810e6af22f1cc88a2057057e614a.m3u8\""
  129. [2025-07-05 00:55:24.854 -03:00] [INF] [29] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "C:\ProgramData\Jellyfin\Server\cache\transcodes\1f27810e6af22f1cc88a2057057e614a.m3u8"
  130. [2025-07-05 00:55:25.059 -03:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  131. [2025-07-05 00:55:25.059 -03:00] [INF] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "C:\ProgramData\Jellyfin\Server\cache\transcodes\1f27810e6af22f1cc88a2057057e614a.m3u8"
  132. [2025-07-05 00:55:26.656 -03:00] [INF] [31] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "How to Train Your Dragon: The Hidden World". Stopped at "1443" ms
  133. [2025-07-05 00:55:32.569 -03:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "How to Train Your Dragon", Path: "C:\Servidor\Filmes\How to Train Your Dragon (2025) {tmdb-1087192}\How to Train Your Dragon (2025) {tmdb-1087192} [WEBRip-1080p][AAC 2.0][x264].mkv", Id: 3a048be2-5e70-319f-bfff-01e74a286ad1
  134. [2025-07-05 00:55:45.000 -03:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Séries"
  135. [2025-07-05 00:55:45.003 -03:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Filmes"
  136. [2025-07-05 00:55:45.006 -03:00] [INF] [14] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  137. [2025-07-05 00:55:45.362 -03:00] [WRN] [14] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
  138. [2025-07-05 00:55:45.440 -03:00] [WRN] [6] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
  139. [2025-07-05 00:55:45.969 -03:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"C:\Servidor\Séries\The Buccaneers (2023) [tvdbid-421633]\Season 02\The Buccaneers (2023) - S02E02 - Holy Grail [WEBDL-1080p][EAC3 Atmos 5.1][h264]-successfulcrab.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  140. [2025-07-05 00:55:45.969 -03:00] [INF] [153] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"C:\Servidor\Séries\Anne Shirley (2025) [tvdbid-456902]\Season 01\Anne Shirley (2025) - S01E01 - Its Such an Interesting World [WEBDL-1080p][AAC 2.0][x264]-VARYG.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
  141. [2025-07-05 00:56:01.804 -03:00] [INF] [31] Emby.Server.Implementations.Library.Validators.StudiosValidator: Deleting dead "Studio" "efdce71681ec138428782294196cf706" "Marc Platt Productions"
  142. [2025-07-05 00:56:01.807 -03:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Studio", Name: "Marc Platt Productions", Path: "C:\ProgramData\Jellyfin\Server\metadata\Studio\Marc Platt Productions", Id: efdce716-81ec-1384-2878-2294196cf706
  143. [2025-07-05 00:56:01.819 -03:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 16 seconds
  144. [2025-07-05 00:56:01.820 -03:00] [INF] [151] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Séries"
  145. [2025-07-05 00:56:01.820 -03:00] [INF] [150] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Filmes"
  146. [2025-07-05 00:56:58.776 -03:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  147. [2025-07-05 00:56:59.512 -03:00] [INF] [152] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  148. [2025-07-05 00:57:24.036 -03:00] [INF] [153] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  149. [2025-07-05 00:57:24.052 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  150. [2025-07-05 00:57:24.060 -03:00] [INF] [31] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  151. [2025-07-05 00:57:24.075 -03:00] [INF] [37] Main: Running query planner optimizations in the database... This might take a while
  152. [2025-07-05 00:57:24.121 -03:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Séries"
  153. [2025-07-05 00:57:24.123 -03:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Filmes"
  154. [2025-07-05 00:57:24.139 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  155. [2025-07-05 00:57:24.141 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  156. [2025-07-05 00:57:24.147 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  157. [2025-07-05 00:57:24.149 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  158. [2025-07-05 00:57:24.160 -03:00] [INF] [37] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  159. [2025-07-05 00:57:24.179 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  160. [2025-07-05 00:57:24.257 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  161. [2025-07-05 00:57:24.260 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  162. [2025-07-05 00:57:24.263 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  163. [2025-07-05 00:57:24.267 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.12.60", "127.0.0.1"]
  164. [2025-07-05 00:57:24.269 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  165. [2025-07-05 00:57:24.272 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  166. [2025-07-05 00:57:24.274 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  167. [2025-07-05 00:57:24.411 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
  168. [2025-07-05 00:57:24.414 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
  169. [2025-07-05 00:57:24.417 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
  170. [2025-07-05 00:57:24.422 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
  171. [2025-07-05 00:57:24.425 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
  172. [2025-07-05 00:57:24.510 -03:00] [INF] [37] Main: Kestrel is listening on "0.0.0.0"
  173. [2025-07-05 00:57:24.922 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  174. [2025-07-05 00:57:24.922 -03:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Filmes"
  175. [2025-07-05 00:57:24.922 -03:00] [INF] [147] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Séries"
  176. [2025-07-05 00:57:24.933 -03:00] [INF] [37] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-07-05 03:00:00.000 -03:00, which is 02:02:35.0661329 from now.
  177. [2025-07-05 00:57:24.941 -03:00] [INF] [37] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-07-05 02:00:00.000 -03:00, which is 01:02:35.0584514 from now.
  178. [2025-07-05 00:57:25.027 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
  179. [2025-07-05 00:57:25.093 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
  180. [2025-07-05 00:57:25.160 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  181. [2025-07-05 00:57:25.218 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  182. [2025-07-05 00:57:25.522 -03:00] [WRN] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
  183. [2025-07-05 00:57:25.599 -03:00] [WRN] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
  184. [2025-07-05 00:57:25.726 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"]
  185. [2025-07-05 00:57:26.609 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  186. [2025-07-05 00:57:26.616 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: ServerId: "d2ef690be32e40669347758f04405346"
  187. [2025-07-05 00:57:26.618 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Core startup complete
  188. [2025-07-05 00:57:26.619 -03:00] [INF] [37] Main: Startup complete 0:00:02.4673676
  189. [2025-07-05 00:57:27.017 -03:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  190. [2025-07-05 00:57:27.954 -03:00] [INF] [147] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
  191. [2025-07-05 00:57:27.956 -03:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  192. [2025-07-05 00:57:29.392 -03:00] [INF] [153] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
  193. [2025-07-05 00:57:45.702 -03:00] [INF] [153] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  194. [2025-07-05 00:57:46.211 -03:00] [INF] [147] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  195. [2025-07-05 00:57:47.107 -03:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  196. [2025-07-05 00:57:47.472 -03:00] [INF] [153] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  197. [2025-07-05 00:58:17.668 -03:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  198. [2025-07-05 00:58:18.037 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  199. [2025-07-05 00:58:19.304 -03:00] [INF] [147] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  200. [2025-07-05 00:58:19.680 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  201. [2025-07-05 00:59:31.070 -03:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  202. [2025-07-05 00:59:31.454 -03:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  203. [2025-07-05 01:01:34.710 -03:00] [INF] [6] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
  204. [2025-07-05 01:04:37.147 -03:00] [INF] [131] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
  205. [2025-07-05 01:06:35.207 -03:00] [WRN] [137] Microsoft.EntityFrameworkCore.Query: 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))'.
  206. [2025-07-05 01:09:01.180 -03:00] [INF] [143] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  207. [2025-07-05 01:09:21.552 -03:00] [INF] [150] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Fern_Moonlight". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  208. [2025-07-05 01:09:22.207 -03:00] [INF] [150] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device d3d11va=dx11:,vendor=0x1002 -init_hw_device opencl=ocl@dx11 -filter_hw_device ocl -hwaccel d3d11va -hwaccel_output_format d3d11 -noautorotate -i file:\"C:\Servidor\Filmes\How to Train Your Dragon The Hidden World (2019) {tmdb-166428}\How to Train Your Dragon The Hidden World (2019) {tmdb-166428} [Remux-1080p][TrueHD Atmos 7.1][AVC]-FGT.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_amf -quality speed -rc cbr -qmin 0 -qmax 32 -b:v 10000000 -maxrate 10000000 -bufsize 20000000 -profile:v:0 high -level 41 -g:v:0 144 -keyint_min:v:0 144 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,hwmap=derive_device=opencl:mode=read,scale_opencl=format=nv12,hwmap=derive_device=d3d11va:mode=write:reverse=1,format=d3d11\" -codec:a:0 ac3 -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename \"C:\ProgramData\Jellyfin\Server\cache\transcodes\2b596f315eb90a78bc33e0483fee316b%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"C:\ProgramData\Jellyfin\Server\cache\transcodes\2b596f315eb90a78bc33e0483fee316b.m3u8\""
Advertisement
Add Comment
Please, Sign In to add comment