Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2025-07-05 00:54:49.037 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [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
- [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
- 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'.
- at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
- at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
- at System.IO.File.OpenRead(String path)
- at Jellyfin.MediaEncoding.Keyframes.Matroska.MatroskaKeyframeExtractor.GetKeyframeData(String filePath)
- at Jellyfin.MediaEncoding.Hls.Extractors.MatroskaKeyframeExtractor.TryExtractKeyframes(String filePath, KeyframeData& keyframeData)
- [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
- [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\""
- [2025-07-05 00:55:14.045 -03:00] [ERR] [14] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
- 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)
- at lambda_method1279(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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
- [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"
- [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
- [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\""
- [2025-07-05 00:55:15.983 -03:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
- 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)
- at lambda_method1279(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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
- [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"
- [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
- [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\""
- [2025-07-05 00:55:17.052 -03:00] [ERR] [29] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2
- [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".
- MediaBrowser.Common.FfmpegException: FFmpeg exited with code -2
- at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory)
- at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId)
- 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)
- at lambda_method1279(Closure, Object)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
- at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
- at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
- at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
- at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
- at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
- at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
- at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
- at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
- [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"
- [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
- [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
- [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
- [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\""
- [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"
- [2025-07-05 00:55:25.059 -03:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
- [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"
- [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
- [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
- [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"
- [2025-07-05 00:55:45.003 -03:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Filmes"
- [2025-07-05 00:55:45.006 -03:00] [INF] [14] Emby.Server.Implementations.Library.LibraryManager: Validating media library
- [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
- [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
- [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"
- [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"
- [2025-07-05 00:56:01.804 -03:00] [INF] [31] Emby.Server.Implementations.Library.Validators.StudiosValidator: Deleting dead "Studio" "efdce71681ec138428782294196cf706" "Marc Platt Productions"
- [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
- [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
- [2025-07-05 00:56:01.820 -03:00] [INF] [151] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Séries"
- [2025-07-05 00:56:01.820 -03:00] [INF] [150] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Filmes"
- [2025-07-05 00:56:58.776 -03:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:56:59.512 -03:00] [INF] [152] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 00:57:24.036 -03:00] [INF] [153] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
- [2025-07-05 00:57:24.052 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:57:24.060 -03:00] [INF] [31] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
- [2025-07-05 00:57:24.075 -03:00] [INF] [37] Main: Running query planner optimizations in the database... This might take a while
- [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"
- [2025-07-05 00:57:24.123 -03:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Servidor\Filmes"
- [2025-07-05 00:57:24.139 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
- [2025-07-05 00:57:24.141 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
- [2025-07-05 00:57:24.147 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
- [2025-07-05 00:57:24.149 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
- [2025-07-05 00:57:24.160 -03:00] [INF] [37] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
- [2025-07-05 00:57:24.179 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Loading assemblies
- [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"]
- [2025-07-05 00:57:24.260 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
- [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"]
- [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"]
- [2025-07-05 00:57:24.269 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
- [2025-07-05 00:57:24.272 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
- [2025-07-05 00:57:24.274 -03:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
- [2025-07-05 00:57:24.411 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
- [2025-07-05 00:57:24.414 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
- [2025-07-05 00:57:24.417 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
- [2025-07-05 00:57:24.422 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
- [2025-07-05 00:57:24.425 -03:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
- [2025-07-05 00:57:24.510 -03:00] [INF] [37] Main: Kestrel is listening on "0.0.0.0"
- [2025-07-05 00:57:24.922 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Running startup tasks
- [2025-07-05 00:57:24.922 -03:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Filmes"
- [2025-07-05 00:57:24.922 -03:00] [INF] [147] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Servidor\Séries"
- [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.
- [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.
- [2025-07-05 00:57:25.027 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
- [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"]
- [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"]
- [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"]
- [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
- [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
- [2025-07-05 00:57:25.726 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"]
- [2025-07-05 00:57:26.609 -03:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
- [2025-07-05 00:57:26.616 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: ServerId: "d2ef690be32e40669347758f04405346"
- [2025-07-05 00:57:26.618 -03:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Core startup complete
- [2025-07-05 00:57:26.619 -03:00] [INF] [37] Main: Startup complete 0:00:02.4673676
- [2025-07-05 00:57:27.017 -03:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [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
- [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
- [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
- [2025-07-05 00:57:45.702 -03:00] [INF] [153] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:57:46.211 -03:00] [INF] [147] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 00:57:47.107 -03:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:57:47.472 -03:00] [INF] [153] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 00:58:17.668 -03:00] [INF] [38] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:58:18.037 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 00:58:19.304 -03:00] [INF] [147] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:58:19.680 -03:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 00:59:31.070 -03:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 00:59:31.454 -03:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [2025-07-05 01:01:34.710 -03:00] [INF] [6] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" closed
- [2025-07-05 01:04:37.147 -03:00] [INF] [131] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.12.60" request
- [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))'.
- [2025-07-05 01:09:01.180 -03:00] [INF] [143] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
- [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
- [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