[Issue]: Playback error when transcoding Live TV channel #5870

Closed
opened 2025-12-22 03:01:35 +01:00 by backuprepo · 9 comments
Owner

Originally created by @VitoFe on GitHub (May 27, 2024).

Please describe your bug

Jellyfin Version: 10.9.3

When Transcoding this live tv channel ( https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd ), which is one of the main national italian tv channels, I get Playback Error (This client isn't compatible with the media and the server isn't sending a compatible media format.). In the logs I can see "Invalid data found when processing input" which is strange since VLC can play the stream fine.
When Direct Playing it, it seems to initially work (using jellyfin media player on arch linux), but after a while it fails, looping audio while showing the correct video.

Reproduction Steps

Try to force transcoding for this live tv source https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd , can't play due to source error.
Try to direct play this live tv source https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd , will play for a while (about 2 minutes) and then it will start messing up / looping audio.

Unfortunately the stream may be geoblocked, so in order to reproduce I think you should be using a VPN through an Italian IP.

Previously running Jellyfin 10.8.13, the same issue was present.

Jellyfin Version

10.9.0

if other:

10.9.3

Environment

- OS: Ubuntu 22.04 jammy
- Linux Kernel: 5.15.0-107-generic
- Virtualization: none
- Clients: Android, Browser, Jellyfin Media Player
- Browser: Firefox 126
- FFmpeg Version:
- Playback Method: Direct Play, Transcode
- Hardware Acceleration:N VENC
- GPU Model: GTX 1060
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[2024-05-27 14:23:40.998 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/005d3adef56c4f4771a0593de2ead1b3.m3u8"
[2024-05-27 14:23:41.028 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2024-05-27 14:23:41.028 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\""
[2024-05-27 14:23:41.108 +02:00] [ERR] FFmpeg exited with code 1
[2024-05-27 14:23:41.117 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8".
MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
   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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
   at lambda_method1333(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)
[2024-05-27 14:23:41.640 +02:00] [ERR] FFmpeg exited with code 1
[2024-05-27 14:23:41.646 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2024-05-27 14:23:41.646 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\""
[2024-05-27 14:23:41.647 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8".
MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
   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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
   at lambda_method1333(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)
[2024-05-27 14:23:41.662 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8"
[2024-05-27 14:23:41.662 +02:00] [INF] Stopping ffmpeg process with q command for "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8"
[2024-05-27 14:23:41.663 +02:00] [ERR] Error processing request: "A task was canceled". URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8".
[2024-05-27 14:23:41.667 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/005d3adef56c4f4771a0593de2ead1b3.m3u8"
[2024-05-27 14:23:41.702 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2024-05-27 14:23:41.702 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\""
[2024-05-27 14:23:42.213 +02:00] [ERR] FFmpeg exited with code 1
[2024-05-27 14:23:42.213 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8"
[2024-05-27 14:23:42.311 +02:00] [ERR] FFmpeg exited with code 1
[2024-05-27 14:23:42.314 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8".
MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1
   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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest)
   at lambda_method1333(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)
[2024-05-27 14:23:43.715 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.8.13" playing "Canale 5". Stopped at "0" ms
[2024-05-27 14:23:43.716 +02:00] [INF] Live stream "64caef9372bed234cea535f094fc04a0" consumer count is now 0
[2024-05-27 14:23:43.716 +02:00] [INF] Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0"
[2024-05-27 14:23:43.716 +02:00] [INF] Closing "LiveStream"
[2024-05-27 14:23:43.716 +02:00] [INF] Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0" closed successfully
[2024-05-27 14:23:43.719 +02:00] [INF] Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMjIuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMjIuMHwxNzA2NTY0MDYyNzYx-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:23:43.719 +02:00] [INF] PlaybackTracker : Adding Stop Event : 05/27/2024 14:23:43
[2024-05-27 14:23:43.719 +02:00] [INF] Playback stop but TrackedPlaybackInfo not found! not storing activity in DB
[2024-05-27 14:23:59.177 +02:00] [INF] session.RemoteEndPoint : "XX.XX.XXX.XXX"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_playing_id     = "35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_user_id        = "d7246f6fd67d488fbbcdeaedc44dd360"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_user_id_int    = 1
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : session_playing_id   = ""
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : session_user_id      = "d7246f6fd67d488fbbcdeaedc44dd360"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : play_method          = "na"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : e.ClientName         = "Jellyfin Web"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : e.DeviceName         = "Firefox"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemName             = "Canale 5"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemId               = "35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemType             = "TvChannel"
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : Details do not match for play item
[2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : Exited

FFmpeg logs

{"Protocol":1,"Id":"64caef9372bed234cea535f094fc04a0","Path":"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":null,"Size":null,"Name":null,"IsRemote":true,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0","BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"SDR","NalLengthSize":null,"IsInterlaced":true,"IsAVC":null,"ChannelLayout":null,"BitRate":20000000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":1,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":20000000,"Timestamp":null,"RequiredHttpHeaders":{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i "https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/938623159cfc8ef2a15847351e42d96f/" -hls_segment_filename "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8"


ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd: Invalid data found when processing input

Please attach any browser or client logs here

hls.js response error code: 500 main.jellyfin.bundle.js:2:98044
playbackmanager playback error type: mediadecodeerror main.jellyfin.bundle.js:2:158651

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @VitoFe on GitHub (May 27, 2024). ### Please describe your bug Jellyfin Version: 10.9.3 When Transcoding this live tv channel ( https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd ), which is one of the main national italian tv channels, I get Playback Error (This client isn't compatible with the media and the server isn't sending a compatible media format.). In the logs I can see "Invalid data found when processing input" which is strange since VLC can play the stream fine. When Direct Playing it, it seems to initially work (using jellyfin media player on arch linux), but after a while it fails, looping audio while showing the correct video. ### Reproduction Steps Try to force transcoding for this live tv source https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd , can't play due to source error. Try to direct play this live tv source https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd , will play for a while (about 2 minutes) and then it will start messing up / looping audio. Unfortunately the stream may be geoblocked, so in order to reproduce I think you should be using a VPN through an Italian IP. Previously running Jellyfin 10.8.13, the same issue was present. ### Jellyfin Version 10.9.0 ### if other: 10.9.3 ### Environment ```markdown - OS: Ubuntu 22.04 jammy - Linux Kernel: 5.15.0-107-generic - Virtualization: none - Clients: Android, Browser, Jellyfin Media Player - Browser: Firefox 126 - FFmpeg Version: - Playback Method: Direct Play, Transcode - Hardware Acceleration:N VENC - GPU Model: GTX 1060 - Plugins: - Reverse Proxy: - Base URL: - Networking: - Storage: ``` ### Jellyfin logs ```shell [2024-05-27 14:23:40.998 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/005d3adef56c4f4771a0593de2ead1b3.m3u8" [2024-05-27 14:23:41.028 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2024-05-27 14:23:41.028 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\"" [2024-05-27 14:23:41.108 +02:00] [ERR] FFmpeg exited with code 1 [2024-05-27 14:23:41.117 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8". MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) at lambda_method1333(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) [2024-05-27 14:23:41.640 +02:00] [ERR] FFmpeg exited with code 1 [2024-05-27 14:23:41.646 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2024-05-27 14:23:41.646 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\"" [2024-05-27 14:23:41.647 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8". MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) at lambda_method1333(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) [2024-05-27 14:23:41.662 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8" [2024-05-27 14:23:41.662 +02:00] [INF] Stopping ffmpeg process with q command for "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8" [2024-05-27 14:23:41.663 +02:00] [ERR] Error processing request: "A task was canceled". URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8". [2024-05-27 14:23:41.667 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/005d3adef56c4f4771a0593de2ead1b3.m3u8" [2024-05-27 14:23:41.702 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request [2024-05-27 14:23:41.702 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -user_agent \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/938623159cfc8ef2a15847351e42d96f/\" -hls_segment_filename \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8\"" [2024-05-27 14:23:42.213 +02:00] [ERR] FFmpeg exited with code 1 [2024-05-27 14:23:42.213 +02:00] [INF] Deleting partial stream file(s) "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8" [2024-05-27 14:23:42.311 +02:00] [ERR] FFmpeg exited with code 1 [2024-05-27 14:23:42.314 +02:00] [ERR] Error processing request. URL "GET" "/videos/35c5268d-f3ea-c11a-d62b-f5992f6a0889/live.m3u8". MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 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.GetLiveHlsStream(Guid itemId, String container, 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 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, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) at lambda_method1333(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) [2024-05-27 14:23:43.715 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.8.13" playing "Canale 5". Stopped at "0" ms [2024-05-27 14:23:43.716 +02:00] [INF] Live stream "64caef9372bed234cea535f094fc04a0" consumer count is now 0 [2024-05-27 14:23:43.716 +02:00] [INF] Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0" [2024-05-27 14:23:43.716 +02:00] [INF] Closing "LiveStream" [2024-05-27 14:23:43.716 +02:00] [INF] Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0" closed successfully [2024-05-27 14:23:43.719 +02:00] [INF] Playback stop tracker found, processing stop : "TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjoxMjIuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMjIuMHwxNzA2NTY0MDYyNzYx-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:23:43.719 +02:00] [INF] PlaybackTracker : Adding Stop Event : 05/27/2024 14:23:43 [2024-05-27 14:23:43.719 +02:00] [INF] Playback stop but TrackedPlaybackInfo not found! not storing activity in DB [2024-05-27 14:23:59.177 +02:00] [INF] session.RemoteEndPoint : "XX.XX.XXX.XXX" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_playing_id = "35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_user_id = "d7246f6fd67d488fbbcdeaedc44dd360" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : event_user_id_int = 1 [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : session_playing_id = "" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : session_user_id = "d7246f6fd67d488fbbcdeaedc44dd360" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : play_method = "na" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : e.ClientName = "Jellyfin Web" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : e.DeviceName = "Firefox" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemName = "Canale 5" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemId = "35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : ItemType = "TvChannel" [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : Details do not match for play item [2024-05-27 14:23:59.177 +02:00] [INF] StartPlaybackTimer : Exited ``` ### FFmpeg logs ```shell {"Protocol":1,"Id":"64caef9372bed234cea535f094fc04a0","Path":"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":null,"Size":null,"Name":null,"IsRemote":true,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0","BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"SDR","NalLengthSize":null,"IsInterlaced":true,"IsAVC":null,"ChannelLayout":null,"BitRate":20000000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":1,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null},{"Codec":null,"CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":20000000,"Timestamp":null,"RequiredHttpHeaders":{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i "https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd" -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 20000000 -maxrate 20000000 -bufsize 40000000 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p" -flags -global_header -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/938623159cfc8ef2a15847351e42d96f/" -hls_segment_filename "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/var/lib/jellyfin/transcodes/938623159cfc8ef2a15847351e42d96f.m3u8" ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100 https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd: Invalid data found when processing input ``` ### Please attach any browser or client logs here hls.js response error code: 500 main.jellyfin.bundle.js:2:98044 playbackmanager playback error type: mediadecodeerror main.jellyfin.bundle.js:2:158651 ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-22 03:01:35 +01:00
Author
Owner

@jellyfin-bot commented on GitHub (May 27, 2024):

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not filled in the environment completely.
  • You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

@jellyfin-bot commented on GitHub (May 27, 2024): Hi, it seems like your issue report has the following item(s) that need to be addressed: - You have not filled in the environment completely. - You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log. This is an automated message, currently under testing. Please file an issue [here](https://github.com/jellyfin/jellyfin-triage-scripts/issues) if you encounter any problems.
Author
Owner

@VitoFe commented on GitHub (May 27, 2024):

These are the jellyfin logs when direct playing that stream:

[2024-05-27 14:32:29.346 +02:00] [INF] RemoteClientBitrateLimit: 100000000, RemoteIP: "10.0.0.61", IsInLocalNetwork: True
[2024-05-27 14:32:29.346 +02:00] [INF] Opening channel stream from "Emby", external channel Id: "m3u_15cfe07bc9a8c4a25acf991a678fd34164caef9372bed234cea535f094fc04a0"
[2024-05-27 14:32:29.346 +02:00] [INF] Streaming Channel "m3u_15cfe07bc9a8c4a25acf991a678fd34164caef9372bed234cea535f094fc04a0"
[2024-05-27 14:32:29.350 +02:00] [INF] Live stream opened after 0.0005ms
[2024-05-27 14:32:29.350 +02:00] [INF] Returning mediasource streamId "64caef9372bed234cea535f094fc04a0", mediaSource.Id "64caef9372bed234cea535f094fc04a0", mediaSource.LiveStreamId null
[2024-05-27 14:32:29.350 +02:00] [INF] Waiting 3000ms before probing the live stream
[2024-05-27 14:32:32.349 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 3000000 -probesize 1G -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -threads 4 -v warning -print_format json -show_streams -show_format"
[2024-05-27 14:32:32.437 +02:00] [ERR] Error probing live tv stream
MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
   at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, CancellationToken cancellationToken)
   at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.LiveStreamHelper.AddMediaInfoWithProbe(MediaSourceInfo mediaSource, Boolean isAudio, String cacheKey, Boolean addProbeDelay, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.MediaSourceManager.OpenLiveStreamInternal(LiveStreamRequest request, CancellationToken cancellationToken)
[2024-05-27 14:32:32.438 +02:00] [INF] Live stream opened: MediaSourceInfo { Protocol: Http, Id: "64caef9372bed234cea535f094fc04a0", Path: "https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: null, Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: True, SupportsDirectPlay: True, IsInfiniteStream: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0", BufferMs: null, RequiresLooping: False, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "SDR", NalLengthSize: null, IsInterlaced: True, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Video, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null }, MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: null, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 20000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, VideoStream: MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "SDR", NalLengthSize: null, IsInterlaced: True, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Video, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null } }
[2024-05-27 14:32:32.438 +02:00] [INF] User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-05-27 14:32:32.438 +02:00] [INF] RemoteClientBitrateLimit: 100000000, RemoteIP: "10.0.0.61", IsInLocalNetwork: True
[2024-05-27 14:32:32.475 +02:00] [INF] Adding playback tracker : SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889
[2024-05-27 14:32:32.475 +02:00] [INF] PlaybackTracker : Adding Start Event : 05/27/2024 14:32:32
[2024-05-27 14:32:32.475 +02:00] [INF] Creating StartPlaybackTimer Task
[2024-05-27 14:32:32.475 +02:00] [INF] StartPlaybackTimer : Entered
[2024-05-27 14:32:33.474 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:32:41.910 +02:00] [INF] WS "XX.XX.XXX.XXX" closed
[2024-05-27 14:32:52.475 +02:00] [INF] session.RemoteEndPoint : "10.0.0.61"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_playing_id     = "35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_user_id        = "d7246f6fd67d488fbbcdeaedc44dd360"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_user_id_int    = 1
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : session_playing_id   = "35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : session_user_id      = "d7246f6fd67d488fbbcdeaedc44dd360"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : play_method          = "DirectPlay"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : e.ClientName         = "Jellyfin Media Player"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : e.DeviceName         = "vito-laptop"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemName             = "Canale 5"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemId               = "35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemType             = "TvChannel"
[2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : All matches, playback registered
[2024-05-27 14:32:52.475 +02:00] [INF] Playback tracker found, adding playback info : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:32:52.475 +02:00] [INF] Saving playback tracking activity in DB
[2024-05-27 14:32:52.483 +02:00] [INF] StartPlaybackTimer : Exited
[2024-05-27 14:32:54.303 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:33:06.500 +02:00] [INF] WS "XX.XX.XXX.XXX" closed
[2024-05-27 14:33:07.289 +02:00] [INF] WS "XX.XX.XXX.XXX" request
[2024-05-27 14:33:15.302 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:33:36.302 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:33:56.306 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:34:16.308 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"
[2024-05-27 14:34:37.268 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889"

Using an alternative HLS stream link for the same source ( https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8 ), transcoding still errors but in a different way, while direct play seems to be working.


{"Protocol":1,"Id":"bf19679431d72acb2503933d541eb7bf","Path":"https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"hls","Size":2834,"Name":null,"IsRemote":true,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf","BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":null,"Language":null,"ColorRange":"tv","ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"576p H264 SDR","NalLengthSize":"0","IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":2000000,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":576,"Width":1024,"AverageFrameRate":50,"RealFrameRate":50,"Profile":"High","Type":1,"AspectRatio":"16:9","Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":42,"IsAnamorphic":false},{"Codec":"aac","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":"Italian","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"AAC - Stereo - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":96035,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"HE-AAC","Type":0,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":2096035,"Timestamp":null,"RequiredHttpHeaders":{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -threads 1 -noautorotate -i "https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8" -noautoscale -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 5000000 -maxrate 5000000 -bufsize 10000000 -profile:v:0 high -g:v:0 150 -keyint_min:v:0 150 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=format=yuv420p" -codec:a:0 libfdk_aac -bsf:a aac_adtstoasc -ac 2 -ab 96035 -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 "891c45f910c0525620851879a8b1ed70-1.mp4" -start_number 0 -hls_base_url "hls/891c45f910c0525620851879a8b1ed70/" -hls_segment_filename "/var/lib/jellyfin/transcodes/891c45f910c0525620851879a8b1ed70%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/var/lib/jellyfin/transcodes/891c45f910c0525620851879a8b1ed70.m3u8"


ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('# AUDIO groups')
[hls @ 0x55d9cd493d00] Skip ('# variants')
    Last message repeated 2 times
[hls @ 0x55d9cd493d00] Skip ('# keyframes')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=75000,CODECS="avc1.64002A",RESOLUTION=512x288,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=512000.m3u8"')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=146000,CODECS="avc1.64002A",RESOLUTION=768x432,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1000000.m3u8"')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=234000,CODECS="avc1.64002A",RESOLUTION=1024x576,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1600000.m3u8"')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=438000,CODECS="avc1.64002A",RESOLUTION=1280x720,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3000000.m3u8"')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=569000,CODECS="avc1.64002A",RESOLUTION=1920x1080,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3899968.m3u8"')
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z')
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109390.aac' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109391.aac' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109390.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109391.ts' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109390.aac' for reading
[hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109391.aac' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262554904, dts=5262556704, size=2088
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262556704, dts=5262558504, size=2158
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262560304, dts=5262562104, size=3720
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262562104, dts=5262563904, size=3749
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262565704, dts=5262567504, size=1975
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262805104, dts=5262806904, size=2311
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262808704, dts=5262810504, size=4811
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262810504, dts=5262812304, size=4829
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262814104, dts=5262815904, size=2383
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262815904, dts=5262817704, size=2315
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262819504, dts=5262821304, size=4175
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262821304, dts=5262823104, size=4678
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262824904, dts=5262826704, size=2327
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262826704, dts=5262828504, size=2378
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 1 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 2 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 3 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 4 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 5 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 6 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
[hls @ 0x55d9cd493d00] Could not find codec parameters for stream 7 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
Input #0, hls, from 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8':
  Duration: N/A, start: 58472.812267, bitrate: N/A
  Program 0 
    Metadata:
      variant_bitrate : 2672000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:1: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 2672000
  Program 1 
    Metadata:
      variant_bitrate : 704000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:2: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 704000
  Program 2 
    Metadata:
      variant_bitrate : 1273000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:3: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 1273000
  Program 3 
    Metadata:
      variant_bitrate : 1973000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:4: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 1973000
  Program 4 
    Metadata:
      variant_bitrate : 3605000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:5: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 3605000
  Program 5 
    Metadata:
      variant_bitrate : 4655000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:6: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 4655000
  Program 6 
    Metadata:
      variant_bitrate : 5704000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:7: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn
    Metadata:
      variant_bitrate : 5704000
  Program 7 
    Metadata:
      variant_bitrate : 8269000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:8: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
    Metadata:
      variant_bitrate : 8269000
  Program 8 
    Metadata:
      variant_bitrate : 107000
  Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default)
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
      comment         : Italian
  Stream #0:9: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s
    Metadata:
      variant_bitrate : 107000
      id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10
Stream mapping:
  Stream #0:8 -> #0:0 (h264 (native) -> h264 (h264_nvenc))
  Stream #0:0 -> #0:1 (aac (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262830304, dts=5262832104, size=4870
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262832104, dts=5262833904, size=4486
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262835704, dts=5262837504, size=2486
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262837504, dts=5262839304, size=2346
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262873504, dts=5262875304, size=4243
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262875304, dts=5262877104, size=4413
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262878904, dts=5262880704, size=2125
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262880704, dts=5262882504, size=2151
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262884304, dts=5262886104, size=4586
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262886104, dts=5262887904, size=4234
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262889704, dts=5262891504, size=2184
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262891504, dts=5262893304, size=2780
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109392.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262895104, dts=5262896904, size=6426
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263577304, dts=5263579104, size=5282
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263580904, dts=5263582704, size=1754
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263582704, dts=5263584504, size=1405
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252876304,LOCAL=2024-05-28T12:39:09.080000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:09.080000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109393.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263586304, dts=5263588104, size=1362
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263917504, dts=5263919304, size=799
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263921104, dts=5263922904, size=4471
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263922904, dts=5263924704, size=4401
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263926504, dts=5263928304, size=796
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263928304, dts=5263930104, size=938
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253221904,LOCAL=2024-05-28T12:39:12.920000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:12.920000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109394.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263931904, dts=5263933704, size=1030
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263937304, dts=5263939104, size=608
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264268504, dts=5264270304, size=3960
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264272104, dts=5264273904, size=1497
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264273904, dts=5264275704, size=1312
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253567504,LOCAL=2024-05-28T12:39:16.760000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:16.760000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109395.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264277504, dts=5264279304, size=1694
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264282904, dts=5264284704, size=1145
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264597904, dts=5264599704, size=1004
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264601504, dts=5264603304, size=2245
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264603304, dts=5264605104, size=2184
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264606904, dts=5264608704, size=1447
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264608704, dts=5264610504, size=1388
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264612304, dts=5264614104, size=3299
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264614104, dts=5264615904, size=3132
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264617704, dts=5264619504, size=1073
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264619504, dts=5264621304, size=769
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253913104,LOCAL=2024-05-28T12:39:20.600000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:20.600000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109396.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264623104, dts=5264624904, size=1082
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264628504, dts=5264630304, size=1074
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264630304, dts=5264632104, size=928
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264945304, dts=5264947104, size=10801
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264948904, dts=5264950704, size=1200
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264950704, dts=5264952504, size=1124
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264954304, dts=5264956104, size=10930
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264956104, dts=5264957904, size=10351
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264959704, dts=5264961504, size=1372
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264961504, dts=5264963304, size=885
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264965104, dts=5264966904, size=9950
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264966904, dts=5264968704, size=8872
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254258704,LOCAL=2024-05-28T12:39:24.440000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:24.440000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109397.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264974104, dts=5264975904, size=1223
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264975904, dts=5264977704, size=955
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265298104, dts=5265299904, size=1584
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265299904, dts=5265301704, size=1057
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265303504, dts=5265305304, size=3935
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265305304, dts=5265307104, size=3873
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265308904, dts=5265310704, size=1344
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265310704, dts=5265312504, size=1262
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254604304,LOCAL=2024-05-28T12:39:28.280000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:28.280000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109398.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265314304, dts=5265316104, size=1126
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265319704, dts=5265321504, size=1208
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265321504, dts=5265323304, size=1037
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265325104, dts=5265326904, size=3500
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265649104, dts=5265650904, size=4860
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265650904, dts=5265652704, size=4665
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265654504, dts=5265656304, size=1215
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265656304, dts=5265658104, size=1127
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254949904,LOCAL=2024-05-28T12:39:32.120000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:32.120000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109399.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265659904, dts=5265661704, size=1860
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265665304, dts=5265667104, size=1259
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265667104, dts=5265668904, size=1128
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265670704, dts=5265672504, size=3055
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265672504, dts=5265674304, size=3472
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265989304, dts=5265991104, size=3175
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265992904, dts=5265994704, size=1197
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265994704, dts=5265996504, size=1155
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265998304, dts=5266000104, size=2599
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266000104, dts=5266001904, size=2533
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266003704, dts=5266005504, size=1341
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255295504,LOCAL=2024-05-28T12:39:35.960000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:35.960000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109400.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266005504, dts=5266007304, size=872
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266010904, dts=5266012704, size=1655
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266012704, dts=5266014504, size=1449
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266016304, dts=5266018104, size=3753
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266018104, dts=5266019904, size=3532
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266021704, dts=5266023504, size=1399
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266320504, dts=5266322304, size=4794
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266324104, dts=5266325904, size=1297
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266325904, dts=5266327704, size=985
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266329504, dts=5266331304, size=5250
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266331304, dts=5266333104, size=4248
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266334904, dts=5266336704, size=1176
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266336704, dts=5266338504, size=740
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266340304, dts=5266342104, size=5586
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266342104, dts=5266343904, size=4964
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266345704, dts=5266347504, size=1259
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266347504, dts=5266349304, size=984
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255641104,LOCAL=2024-05-28T12:39:39.800000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:39.800000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109401.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266351104, dts=5266352904, size=784
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266356504, dts=5266358304, size=434
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266358304, dts=5266360104, size=1071
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266361904, dts=5266363704, size=4321
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266363704, dts=5266365504, size=3271
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266367304, dts=5266369104, size=2212
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266369104, dts=5266370904, size=1612
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266372704, dts=5266374504, size=4632
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266374504, dts=5266376304, size=4070
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266676904, dts=5266678704, size=3384
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266680504, dts=5266682304, size=1424
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266682304, dts=5266684104, size=1551
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266685904, dts=5266687704, size=4011
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266687704, dts=5266689504, size=3779
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266691304, dts=5266693104, size=1166
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266693104, dts=5266694904, size=1371
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255986704,LOCAL=2024-05-28T12:39:43.640000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:43.640000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109402.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266696704, dts=5266698504, size=1484
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266702104, dts=5266703904, size=1727
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266703904, dts=5266705704, size=1293
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266707504, dts=5266709304, size=2441
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266709304, dts=5266711104, size=2025
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266712904, dts=5266714704, size=1398
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266714704, dts=5266716504, size=804
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266718304, dts=5266720104, size=1887
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266977504, dts=5266979304, size=4006
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266979304, dts=5266981104, size=3845
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266982904, dts=5266984704, size=1683
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266984704, dts=5266986504, size=1571
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266988304, dts=5266990104, size=4446
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266990104, dts=5266991904, size=4023
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266993704, dts=5266995504, size=1768
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266995504, dts=5266997304, size=1557
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266999104, dts=5267000904, size=2296
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267000904, dts=5267002704, size=2709
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267004504, dts=5267006304, size=1284
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267006304, dts=5267008104, size=1154
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267009904, dts=5267011704, size=2173
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267011704, dts=5267013504, size=2402
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267015304, dts=5267017104, size=787
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267017104, dts=5267018904, size=576
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267020704, dts=5267022504, size=2398
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267022504, dts=5267024304, size=2465
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267026104, dts=5267027904, size=1389
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267027904, dts=5267029704, size=1299
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267031504, dts=5267033304, size=2318
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267033304, dts=5267035104, size=3052
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267036904, dts=5267038704, size=1159
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267038704, dts=5267040504, size=613
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5256332304,LOCAL=2024-05-28T12:39:47.480000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:47.480000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109403.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267042304, dts=5267044104, size=1779
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267047704, dts=5267049504, size=1260
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267049504, dts=5267051304, size=1457
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267350104, dts=5267351904, size=1040
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267351904, dts=5267353704, size=818
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267355504, dts=5267357304, size=2014
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267357304, dts=5267359104, size=3130
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267360904, dts=5267362704, size=640
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267362704, dts=5267364504, size=488
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267366304, dts=5267368104, size=2633
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267368104, dts=5267369904, size=2189
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267371704, dts=5267373504, size=1012
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267373504, dts=5267375304, size=951
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267377104, dts=5267378904, size=2333
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267378904, dts=5267380704, size=2922
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267382504, dts=5267384304, size=1030
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267384304, dts=5267386104, size=520
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5256677904,LOCAL=2024-05-28T12:39:51.320000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:51.320000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109404.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267387904, dts=5267389704, size=1348
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267393304, dts=5267395104, size=954
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267395104, dts=5267396904, size=1143
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267398704, dts=5267400504, size=2079
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267400504, dts=5267402304, size=2705
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267648904, dts=5267650704, size=8599
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267652504, dts=5267654304, size=1013
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267654304, dts=5267656104, size=1145
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267657904, dts=5267659704, size=9789
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267659704, dts=5267661504, size=12021
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267663304, dts=5267665104, size=1386
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267665104, dts=5267666904, size=1415
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267668704, dts=5267670504, size=8804
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267701104, dts=5267702904, size=10301
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267702904, dts=5267704704, size=10501
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267706504, dts=5267708304, size=1021
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267708304, dts=5267710104, size=1067
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267711904, dts=5267713704, size=9926
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267713704, dts=5267715504, size=10038
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267717304, dts=5267719104, size=1776
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267719104, dts=5267720904, size=1690
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267722704, dts=5267724504, size=8708
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267724504, dts=5267726304, size=8606
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267728104, dts=5267729904, size=1269
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267729904, dts=5267731704, size=1230
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257023504,LOCAL=2024-05-28T12:39:55.160000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:55.160000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109405.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267733504, dts=5267735304, size=1178
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267738904, dts=5267740704, size=762
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267740704, dts=5267742504, size=1130
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267744304, dts=5267746104, size=18663
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267746104, dts=5267747904, size=18530
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267749704, dts=5267751504, size=1407
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267751504, dts=5267753304, size=1645
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267755104, dts=5267756904, size=18900
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268043104, dts=5268044904, size=1788
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268046704, dts=5268048504, size=4833
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268048504, dts=5268050304, size=4795
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268052104, dts=5268053904, size=2270
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268053904, dts=5268055704, size=2044
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268057504, dts=5268059304, size=4943
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268059304, dts=5268061104, size=6056
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268062904, dts=5268064704, size=2877
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268064704, dts=5268066504, size=2804
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268068304, dts=5268070104, size=4795
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268070104, dts=5268071904, size=4608
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268073704, dts=5268075504, size=1886
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268075504, dts=5268077304, size=2016
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257369104,LOCAL=2024-05-28T12:39:59Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:59Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109406.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268079104, dts=5268080904, size=2084
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268084504, dts=5268086304, size=2525
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268086304, dts=5268088104, size=2516
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268089904, dts=5268091704, size=5227
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268091704, dts=5268093504, size=5102
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268095304, dts=5268097104, size=2303
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268097104, dts=5268098904, size=2156
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268100704, dts=5268102504, size=6169
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268102504, dts=5268104304, size=5101
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268106104, dts=5268107904, size=2010
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268354504, dts=5268356304, size=3473
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268356304, dts=5268358104, size=3492
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268397704, dts=5268399504, size=3776
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268399504, dts=5268401304, size=3637
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268403104, dts=5268404904, size=4017
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268404904, dts=5268406704, size=3986
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268408504, dts=5268410304, size=3540
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268410304, dts=5268412104, size=2781
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268413904, dts=5268415704, size=3833
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268415704, dts=5268417504, size=3347
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268419304, dts=5268421104, size=2370
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268421104, dts=5268422904, size=2271
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257369104,LOCAL=2024-05-28T12:39:59Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:59Z')
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258060304,LOCAL=2024-05-28T12:40:06.680000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:06.680000Z')
[https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109407.ts' for reading
[https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109408.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268424704, dts=5268426504, size=2920
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268430104, dts=5268431904, size=1627
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268431904, dts=5268433704, size=1790
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268435504, dts=5268437304, size=3491
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268437304, dts=5268439104, size=3050
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268440904, dts=5268442704, size=2201
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268442704, dts=5268444504, size=2275
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268446304, dts=5268448104, size=3326
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268448104, dts=5268449904, size=3241
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268955704, dts=5268957504, size=4828
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268959304, dts=5268961104, size=2155
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268961104, dts=5268962904, size=1833
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269002504, dts=5269004304, size=1469
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269085304, dts=5269087104, size=3999
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269088904, dts=5269090704, size=1949
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269090704, dts=5269092504, size=2160
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269094304, dts=5269096104, size=6593
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269096104, dts=5269097904, size=9781
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269099704, dts=5269101504, size=2097
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269101504, dts=5269103304, size=1967
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269105104, dts=5269106904, size=10059
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269106904, dts=5269108704, size=8781
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269110504, dts=5269112304, size=1253
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269112304, dts=5269114104, size=1513
[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258405904,LOCAL=2024-05-28T12:40:10.520000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:10.520000Z')
[https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109409.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269115904, dts=5269117704, size=1318
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269121304, dts=5269123104, size=2068
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269123104, dts=5269124904, size=1976
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269126704, dts=5269128504, size=10697
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269128504, dts=5269130304, size=10812
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269132104, dts=5269133904, size=2416
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269133904, dts=5269135704, size=2638
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269137504, dts=5269139304, size=9127
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269139304, dts=5269141104, size=7863
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269142904, dts=5269144704, size=3187
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269144704, dts=5269146504, size=3563
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269175304, dts=5269177104, size=3257
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269177104, dts=5269178904, size=3156
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269180704, dts=5269182504, size=5254
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269182504, dts=5269184304, size=5160
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269186104, dts=5269187904, size=3311
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269187904, dts=5269189704, size=3419
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269191504, dts=5269193304, size=6078
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269193304, dts=5269195104, size=4296
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269196904, dts=5269198704, size=2813
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269198704, dts=5269200504, size=2981

[https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6')
[hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258751504,LOCAL=2024-05-28T12:40:14.360000Z')
[hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:14.360000Z')
[https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109410.ts' for reading
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269461504, dts=5269463304, size=1173
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269466904, dts=5269468704, size=1709
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269468704, dts=5269470504, size=1145
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269472304, dts=5269474104, size=2332
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269474104, dts=5269475904, size=2368
[mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269477704, dts=5269479504, size=1416

@VitoFe commented on GitHub (May 27, 2024): These are the jellyfin logs when direct playing that stream: ```[2024-05-27 14:32:29.346 +02:00] [INF] User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2024-05-27 14:32:29.346 +02:00] [INF] RemoteClientBitrateLimit: 100000000, RemoteIP: "10.0.0.61", IsInLocalNetwork: True [2024-05-27 14:32:29.346 +02:00] [INF] Opening channel stream from "Emby", external channel Id: "m3u_15cfe07bc9a8c4a25acf991a678fd34164caef9372bed234cea535f094fc04a0" [2024-05-27 14:32:29.346 +02:00] [INF] Streaming Channel "m3u_15cfe07bc9a8c4a25acf991a678fd34164caef9372bed234cea535f094fc04a0" [2024-05-27 14:32:29.350 +02:00] [INF] Live stream opened after 0.0005ms [2024-05-27 14:32:29.350 +02:00] [INF] Returning mediasource streamId "64caef9372bed234cea535f094fc04a0", mediaSource.Id "64caef9372bed234cea535f094fc04a0", mediaSource.LiveStreamId null [2024-05-27 14:32:29.350 +02:00] [INF] Waiting 3000ms before probing the live stream [2024-05-27 14:32:32.349 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 3000000 -probesize 1G -i \"https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd\" -threads 4 -v warning -print_format json -show_streams -show_format" [2024-05-27 14:32:32.437 +02:00] [ERR] Error probing live tv stream MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, CancellationToken cancellationToken) at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable1 videoType, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.LiveStreamHelper.AddMediaInfoWithProbe(MediaSourceInfo mediaSource, Boolean isAudio, String cacheKey, Boolean addProbeDelay, CancellationToken cancellationToken) at Emby.Server.Implementations.Library.MediaSourceManager.OpenLiveStreamInternal(LiveStreamRequest request, CancellationToken cancellationToken) [2024-05-27 14:32:32.438 +02:00] [INF] Live stream opened: MediaSourceInfo { Protocol: Http, Id: "64caef9372bed234cea535f094fc04a0", Path: "https://live03-col.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/manifest.mpd", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: null, Size: null, Name: null, IsRemote: True, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: True, SupportsDirectPlay: True, IsInfiniteStream: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_64caef9372bed234cea535f094fc04a0", BufferMs: null, RequiresLooping: False, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "SDR", NalLengthSize: null, IsInterlaced: True, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Video, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null }, MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: null, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Audio, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 20000000, Timestamp: null, RequiredHttpHeaders: [("User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36")], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, VideoStream: MediaStream { Codec: null, CodecTag: null, Language: null, ColorRange: null, ColorSpace: null, ColorTransfer: null, ColorPrimaries: null, DvVersionMajor: null, DvVersionMinor: null, DvProfile: null, DvLevel: null, RpuPresentFlag: null, ElPresentFlag: null, BlPresentFlag: null, DvBlSignalCompatibilityId: null, Comment: null, TimeBase: null, CodecTimeBase: null, Title: null, VideoRange: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "SDR", NalLengthSize: null, IsInterlaced: True, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: null, Width: null, AverageFrameRate: null, RealFrameRate: null, Profile: null, Type: Video, AspectRatio: null, Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: null, Level: null, IsAnamorphic: null } } [2024-05-27 14:32:32.438 +02:00] [INF] User policy for "admin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2024-05-27 14:32:32.438 +02:00] [INF] RemoteClientBitrateLimit: 100000000, RemoteIP: "10.0.0.61", IsInLocalNetwork: True [2024-05-27 14:32:32.475 +02:00] [INF] Adding playback tracker : SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889 [2024-05-27 14:32:32.475 +02:00] [INF] PlaybackTracker : Adding Start Event : 05/27/2024 14:32:32 [2024-05-27 14:32:32.475 +02:00] [INF] Creating StartPlaybackTimer Task [2024-05-27 14:32:32.475 +02:00] [INF] StartPlaybackTimer : Entered [2024-05-27 14:32:33.474 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:32:41.910 +02:00] [INF] WS "XX.XX.XXX.XXX" closed [2024-05-27 14:32:52.475 +02:00] [INF] session.RemoteEndPoint : "10.0.0.61" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_playing_id = "35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_user_id = "d7246f6fd67d488fbbcdeaedc44dd360" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : event_user_id_int = 1 [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : session_playing_id = "35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : session_user_id = "d7246f6fd67d488fbbcdeaedc44dd360" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : play_method = "DirectPlay" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : e.ClientName = "Jellyfin Media Player" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : e.DeviceName = "vito-laptop" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemName = "Canale 5" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemId = "35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : ItemType = "TvChannel" [2024-05-27 14:32:52.475 +02:00] [INF] StartPlaybackTimer : All matches, playback registered [2024-05-27 14:32:52.475 +02:00] [INF] Playback tracker found, adding playback info : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:32:52.475 +02:00] [INF] Saving playback tracking activity in DB [2024-05-27 14:32:52.483 +02:00] [INF] StartPlaybackTimer : Exited [2024-05-27 14:32:54.303 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:33:06.500 +02:00] [INF] WS "XX.XX.XXX.XXX" closed [2024-05-27 14:33:07.289 +02:00] [INF] WS "XX.XX.XXX.XXX" request [2024-05-27 14:33:15.302 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:33:36.302 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:33:56.306 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:34:16.308 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" [2024-05-27 14:34:37.268 +02:00] [INF] Processing playback tracker : "SmVsbHlmaW5NZWRpYVBsYXllciAxLjkuMSAobGludXgteDg2XzY0IHVua25vd24pfDE3MTQ1MTQzNjIxODg1-d7246f6fd67d488fbbcdeaedc44dd360-35c5268df3eac11ad62bf5992f6a0889" ``` Using an alternative HLS stream link for the same source ( https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8 ), transcoding still errors but in a different way, while direct play seems to be working. ``` {"Protocol":1,"Id":"bf19679431d72acb2503933d541eb7bf","Path":"https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"hls","Size":2834,"Name":null,"IsRemote":true,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf","BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":null,"Language":null,"ColorRange":"tv","ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"576p H264 SDR","NalLengthSize":"0","IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":2000000,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":576,"Width":1024,"AverageFrameRate":50,"RealFrameRate":50,"Profile":"High","Type":1,"AspectRatio":"16:9","Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":42,"IsAnamorphic":false},{"Codec":"aac","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":"Italian","TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"AAC - Stereo - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":96035,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"HE-AAC","Type":0,"AspectRatio":null,"Index":-1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":2096035,"Timestamp":null,"RequiredHttpHeaders":{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" -fflags +igndts -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -threads 1 -noautorotate -i "https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8" -noautoscale -map_metadata -1 -map_chapters -1 -threads 4 -sn -codec:v:0 h264_nvenc -preset p1 -b:v 5000000 -maxrate 5000000 -bufsize 10000000 -profile:v:0 high -g:v:0 150 -keyint_min:v:0 150 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=format=yuv420p" -codec:a:0 libfdk_aac -bsf:a aac_adtstoasc -ac 2 -ab 96035 -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 "891c45f910c0525620851879a8b1ed70-1.mp4" -start_number 0 -hls_base_url "hls/891c45f910c0525620851879a8b1ed70/" -hls_segment_filename "/var/lib/jellyfin/transcodes/891c45f910c0525620851879a8b1ed70%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/var/lib/jellyfin/transcodes/891c45f910c0525620851879a8b1ed70.m3u8" ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100 [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('# AUDIO groups') [hls @ 0x55d9cd493d00] Skip ('# variants') Last message repeated 2 times [hls @ 0x55d9cd493d00] Skip ('# keyframes') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=75000,CODECS="avc1.64002A",RESOLUTION=512x288,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=512000.m3u8"') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=146000,CODECS="avc1.64002A",RESOLUTION=768x432,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1000000.m3u8"') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=234000,CODECS="avc1.64002A",RESOLUTION=1024x576,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1600000.m3u8"') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=438000,CODECS="avc1.64002A",RESOLUTION=1280x720,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3000000.m3u8"') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=569000,CODECS="avc1.64002A",RESOLUTION=1920x1080,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3899968.m3u8"') [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252530704,LOCAL=2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:05.240000Z') [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109390.aac' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109391.aac' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=2200000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=512000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1000000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=1600000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3000000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=3899968-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=4800000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109390.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109391.ts' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109390.aac' for reading [hls @ 0x55d9cd493d00] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-audio_1=96000-447109391.aac' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262554904, dts=5262556704, size=2088 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262556704, dts=5262558504, size=2158 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262560304, dts=5262562104, size=3720 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262562104, dts=5262563904, size=3749 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262565704, dts=5262567504, size=1975 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262805104, dts=5262806904, size=2311 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262808704, dts=5262810504, size=4811 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262810504, dts=5262812304, size=4829 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262814104, dts=5262815904, size=2383 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262815904, dts=5262817704, size=2315 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262819504, dts=5262821304, size=4175 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262821304, dts=5262823104, size=4678 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262824904, dts=5262826704, size=2327 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262826704, dts=5262828504, size=2378 [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 1 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 2 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 3 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 4 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 5 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 6 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options [hls @ 0x55d9cd493d00] Could not find codec parameters for stream 7 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options Input #0, hls, from 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8': Duration: N/A, start: 58472.812267, bitrate: N/A Program 0 Metadata: variant_bitrate : 2672000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:1: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 2672000 Program 1 Metadata: variant_bitrate : 704000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:2: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 704000 Program 2 Metadata: variant_bitrate : 1273000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:3: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 1273000 Program 3 Metadata: variant_bitrate : 1973000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:4: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 1973000 Program 4 Metadata: variant_bitrate : 3605000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:5: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 3605000 Program 5 Metadata: variant_bitrate : 4655000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:6: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 4655000 Program 6 Metadata: variant_bitrate : 5704000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:7: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn Metadata: variant_bitrate : 5704000 Program 7 Metadata: variant_bitrate : 8269000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:8: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn Metadata: variant_bitrate : 8269000 Program 8 Metadata: variant_bitrate : 107000 Stream #0:0(it): Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 comment : Italian Stream #0:9: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 95 kb/s Metadata: variant_bitrate : 107000 id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x019\xac0\x10 Stream mapping: Stream #0:8 -> #0:0 (h264 (native) -> h264 (h264_nvenc)) Stream #0:0 -> #0:1 (aac (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262830304, dts=5262832104, size=4870 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262832104, dts=5262833904, size=4486 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262835704, dts=5262837504, size=2486 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262837504, dts=5262839304, size=2346 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262873504, dts=5262875304, size=4243 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262875304, dts=5262877104, size=4413 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262878904, dts=5262880704, size=2125 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262880704, dts=5262882504, size=2151 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262884304, dts=5262886104, size=4586 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262886104, dts=5262887904, size=4234 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262889704, dts=5262891504, size=2184 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262891504, dts=5262893304, size=2780 [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109392.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5262895104, dts=5262896904, size=6426 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263577304, dts=5263579104, size=5282 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263580904, dts=5263582704, size=1754 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263582704, dts=5263584504, size=1405 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5252876304,LOCAL=2024-05-28T12:39:09.080000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:09.080000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109393.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263586304, dts=5263588104, size=1362 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263917504, dts=5263919304, size=799 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263921104, dts=5263922904, size=4471 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263922904, dts=5263924704, size=4401 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263926504, dts=5263928304, size=796 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263928304, dts=5263930104, size=938 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253221904,LOCAL=2024-05-28T12:39:12.920000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:12.920000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109394.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263931904, dts=5263933704, size=1030 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5263937304, dts=5263939104, size=608 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264268504, dts=5264270304, size=3960 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264272104, dts=5264273904, size=1497 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264273904, dts=5264275704, size=1312 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253567504,LOCAL=2024-05-28T12:39:16.760000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:16.760000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109395.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264277504, dts=5264279304, size=1694 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264282904, dts=5264284704, size=1145 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264597904, dts=5264599704, size=1004 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264601504, dts=5264603304, size=2245 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264603304, dts=5264605104, size=2184 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264606904, dts=5264608704, size=1447 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264608704, dts=5264610504, size=1388 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264612304, dts=5264614104, size=3299 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264614104, dts=5264615904, size=3132 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264617704, dts=5264619504, size=1073 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264619504, dts=5264621304, size=769 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5253913104,LOCAL=2024-05-28T12:39:20.600000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:20.600000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109396.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264623104, dts=5264624904, size=1082 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264628504, dts=5264630304, size=1074 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264630304, dts=5264632104, size=928 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264945304, dts=5264947104, size=10801 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264948904, dts=5264950704, size=1200 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264950704, dts=5264952504, size=1124 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264954304, dts=5264956104, size=10930 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264956104, dts=5264957904, size=10351 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264959704, dts=5264961504, size=1372 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264961504, dts=5264963304, size=885 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264965104, dts=5264966904, size=9950 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264966904, dts=5264968704, size=8872 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254258704,LOCAL=2024-05-28T12:39:24.440000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:24.440000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109397.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264974104, dts=5264975904, size=1223 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5264975904, dts=5264977704, size=955 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265298104, dts=5265299904, size=1584 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265299904, dts=5265301704, size=1057 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265303504, dts=5265305304, size=3935 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265305304, dts=5265307104, size=3873 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265308904, dts=5265310704, size=1344 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265310704, dts=5265312504, size=1262 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254604304,LOCAL=2024-05-28T12:39:28.280000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:28.280000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109398.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265314304, dts=5265316104, size=1126 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265319704, dts=5265321504, size=1208 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265321504, dts=5265323304, size=1037 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265325104, dts=5265326904, size=3500 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265649104, dts=5265650904, size=4860 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265650904, dts=5265652704, size=4665 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265654504, dts=5265656304, size=1215 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265656304, dts=5265658104, size=1127 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5254949904,LOCAL=2024-05-28T12:39:32.120000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:32.120000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109399.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265659904, dts=5265661704, size=1860 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265665304, dts=5265667104, size=1259 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265667104, dts=5265668904, size=1128 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265670704, dts=5265672504, size=3055 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265672504, dts=5265674304, size=3472 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265989304, dts=5265991104, size=3175 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265992904, dts=5265994704, size=1197 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265994704, dts=5265996504, size=1155 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5265998304, dts=5266000104, size=2599 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266000104, dts=5266001904, size=2533 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266003704, dts=5266005504, size=1341 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255295504,LOCAL=2024-05-28T12:39:35.960000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:35.960000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109400.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266005504, dts=5266007304, size=872 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266010904, dts=5266012704, size=1655 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266012704, dts=5266014504, size=1449 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266016304, dts=5266018104, size=3753 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266018104, dts=5266019904, size=3532 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266021704, dts=5266023504, size=1399 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266320504, dts=5266322304, size=4794 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266324104, dts=5266325904, size=1297 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266325904, dts=5266327704, size=985 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266329504, dts=5266331304, size=5250 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266331304, dts=5266333104, size=4248 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266334904, dts=5266336704, size=1176 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266336704, dts=5266338504, size=740 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266340304, dts=5266342104, size=5586 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266342104, dts=5266343904, size=4964 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266345704, dts=5266347504, size=1259 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266347504, dts=5266349304, size=984 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255641104,LOCAL=2024-05-28T12:39:39.800000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:39.800000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109401.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266351104, dts=5266352904, size=784 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266356504, dts=5266358304, size=434 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266358304, dts=5266360104, size=1071 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266361904, dts=5266363704, size=4321 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266363704, dts=5266365504, size=3271 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266367304, dts=5266369104, size=2212 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266369104, dts=5266370904, size=1612 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266372704, dts=5266374504, size=4632 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266374504, dts=5266376304, size=4070 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266676904, dts=5266678704, size=3384 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266680504, dts=5266682304, size=1424 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266682304, dts=5266684104, size=1551 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266685904, dts=5266687704, size=4011 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266687704, dts=5266689504, size=3779 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266691304, dts=5266693104, size=1166 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266693104, dts=5266694904, size=1371 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5255986704,LOCAL=2024-05-28T12:39:43.640000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:43.640000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109402.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266696704, dts=5266698504, size=1484 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266702104, dts=5266703904, size=1727 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266703904, dts=5266705704, size=1293 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266707504, dts=5266709304, size=2441 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266709304, dts=5266711104, size=2025 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266712904, dts=5266714704, size=1398 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266714704, dts=5266716504, size=804 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266718304, dts=5266720104, size=1887 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266977504, dts=5266979304, size=4006 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266979304, dts=5266981104, size=3845 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266982904, dts=5266984704, size=1683 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266984704, dts=5266986504, size=1571 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266988304, dts=5266990104, size=4446 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266990104, dts=5266991904, size=4023 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266993704, dts=5266995504, size=1768 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266995504, dts=5266997304, size=1557 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5266999104, dts=5267000904, size=2296 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267000904, dts=5267002704, size=2709 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267004504, dts=5267006304, size=1284 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267006304, dts=5267008104, size=1154 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267009904, dts=5267011704, size=2173 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267011704, dts=5267013504, size=2402 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267015304, dts=5267017104, size=787 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267017104, dts=5267018904, size=576 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267020704, dts=5267022504, size=2398 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267022504, dts=5267024304, size=2465 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267026104, dts=5267027904, size=1389 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267027904, dts=5267029704, size=1299 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267031504, dts=5267033304, size=2318 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267033304, dts=5267035104, size=3052 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267036904, dts=5267038704, size=1159 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267038704, dts=5267040504, size=613 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5256332304,LOCAL=2024-05-28T12:39:47.480000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:47.480000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109403.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267042304, dts=5267044104, size=1779 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267047704, dts=5267049504, size=1260 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267049504, dts=5267051304, size=1457 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267350104, dts=5267351904, size=1040 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267351904, dts=5267353704, size=818 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267355504, dts=5267357304, size=2014 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267357304, dts=5267359104, size=3130 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267360904, dts=5267362704, size=640 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267362704, dts=5267364504, size=488 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267366304, dts=5267368104, size=2633 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267368104, dts=5267369904, size=2189 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267371704, dts=5267373504, size=1012 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267373504, dts=5267375304, size=951 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267377104, dts=5267378904, size=2333 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267378904, dts=5267380704, size=2922 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267382504, dts=5267384304, size=1030 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267384304, dts=5267386104, size=520 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5256677904,LOCAL=2024-05-28T12:39:51.320000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:51.320000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109404.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267387904, dts=5267389704, size=1348 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267393304, dts=5267395104, size=954 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267395104, dts=5267396904, size=1143 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267398704, dts=5267400504, size=2079 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267400504, dts=5267402304, size=2705 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267648904, dts=5267650704, size=8599 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267652504, dts=5267654304, size=1013 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267654304, dts=5267656104, size=1145 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267657904, dts=5267659704, size=9789 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267659704, dts=5267661504, size=12021 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267663304, dts=5267665104, size=1386 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267665104, dts=5267666904, size=1415 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267668704, dts=5267670504, size=8804 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267701104, dts=5267702904, size=10301 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267702904, dts=5267704704, size=10501 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267706504, dts=5267708304, size=1021 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267708304, dts=5267710104, size=1067 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267711904, dts=5267713704, size=9926 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267713704, dts=5267715504, size=10038 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267717304, dts=5267719104, size=1776 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267719104, dts=5267720904, size=1690 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267722704, dts=5267724504, size=8708 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267724504, dts=5267726304, size=8606 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267728104, dts=5267729904, size=1269 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267729904, dts=5267731704, size=1230 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257023504,LOCAL=2024-05-28T12:39:55.160000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:55.160000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109405.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267733504, dts=5267735304, size=1178 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267738904, dts=5267740704, size=762 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267740704, dts=5267742504, size=1130 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267744304, dts=5267746104, size=18663 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267746104, dts=5267747904, size=18530 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267749704, dts=5267751504, size=1407 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267751504, dts=5267753304, size=1645 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5267755104, dts=5267756904, size=18900 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268043104, dts=5268044904, size=1788 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268046704, dts=5268048504, size=4833 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268048504, dts=5268050304, size=4795 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268052104, dts=5268053904, size=2270 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268053904, dts=5268055704, size=2044 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268057504, dts=5268059304, size=4943 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268059304, dts=5268061104, size=6056 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268062904, dts=5268064704, size=2877 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268064704, dts=5268066504, size=2804 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268068304, dts=5268070104, size=4795 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268070104, dts=5268071904, size=4608 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268073704, dts=5268075504, size=1886 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268075504, dts=5268077304, size=2016 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257369104,LOCAL=2024-05-28T12:39:59Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:59Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109406.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268079104, dts=5268080904, size=2084 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268084504, dts=5268086304, size=2525 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268086304, dts=5268088104, size=2516 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268089904, dts=5268091704, size=5227 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268091704, dts=5268093504, size=5102 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268095304, dts=5268097104, size=2303 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268097104, dts=5268098904, size=2156 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268100704, dts=5268102504, size=6169 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268102504, dts=5268104304, size=5101 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268106104, dts=5268107904, size=2010 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268354504, dts=5268356304, size=3473 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268356304, dts=5268358104, size=3492 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268397704, dts=5268399504, size=3776 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268399504, dts=5268401304, size=3637 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268403104, dts=5268404904, size=4017 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268404904, dts=5268406704, size=3986 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268408504, dts=5268410304, size=3540 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268410304, dts=5268412104, size=2781 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268413904, dts=5268415704, size=3833 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268415704, dts=5268417504, size=3347 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268419304, dts=5268421104, size=2370 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268421104, dts=5268422904, size=2271 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5257369104,LOCAL=2024-05-28T12:39:59Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:39:59Z') [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258060304,LOCAL=2024-05-28T12:40:06.680000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:06.680000Z') [https @ 0x55d9d0b5c1c0] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109407.ts' for reading [https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109408.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268424704, dts=5268426504, size=2920 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268430104, dts=5268431904, size=1627 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268431904, dts=5268433704, size=1790 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268435504, dts=5268437304, size=3491 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268437304, dts=5268439104, size=3050 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268440904, dts=5268442704, size=2201 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268442704, dts=5268444504, size=2275 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268446304, dts=5268448104, size=3326 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268448104, dts=5268449904, size=3241 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268955704, dts=5268957504, size=4828 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268959304, dts=5268961104, size=2155 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5268961104, dts=5268962904, size=1833 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269002504, dts=5269004304, size=1469 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269085304, dts=5269087104, size=3999 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269088904, dts=5269090704, size=1949 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269090704, dts=5269092504, size=2160 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269094304, dts=5269096104, size=6593 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269096104, dts=5269097904, size=9781 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269099704, dts=5269101504, size=2097 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269101504, dts=5269103304, size=1967 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269105104, dts=5269106904, size=10059 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269106904, dts=5269108704, size=8781 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269110504, dts=5269112304, size=1253 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269112304, dts=5269114104, size=1513 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258405904,LOCAL=2024-05-28T12:40:10.520000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:10.520000Z') [https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109409.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269115904, dts=5269117704, size=1318 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269121304, dts=5269123104, size=2068 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269123104, dts=5269124904, size=1976 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269126704, dts=5269128504, size=10697 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269128504, dts=5269130304, size=10812 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269132104, dts=5269133904, size=2416 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269133904, dts=5269135704, size=2638 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269137504, dts=5269139304, size=9127 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269139304, dts=5269141104, size=7863 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269142904, dts=5269144704, size=3187 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269144704, dts=5269146504, size=3563 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269175304, dts=5269177104, size=3257 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269177104, dts=5269178904, size=3156 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269180704, dts=5269182504, size=5254 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269182504, dts=5269184304, size=5160 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269186104, dts=5269187904, size=3311 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269187904, dts=5269189704, size=3419 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269191504, dts=5269193304, size=6078 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269193304, dts=5269195104, size=4296 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269196904, dts=5269198704, size=2813 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269198704, dts=5269200504, size=2981 [https @ 0x55d9cd7aa980] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000.m3u8' for reading [hls @ 0x55d9cd493d00] Skip ('#EXT-X-VERSION:6') [hls @ 0x55d9cd493d00] Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-INDEPENDENT-SEGMENTS') [hls @ 0x55d9cd493d00] Skip ('#USP-X-TIMESTAMP-MAP:MPEGTS=5258751504,LOCAL=2024-05-28T12:40:14.360000Z') [hls @ 0x55d9cd493d00] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-05-28T12:40:14.360000Z') [https @ 0x55d9d0e72380] Opening 'https://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/c5-clr-video=7000000-447109410.ts' for reading [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269461504, dts=5269463304, size=1173 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269466904, dts=5269468704, size=1709 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269468704, dts=5269470504, size=1145 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269472304, dts=5269474104, size=2332 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269474104, dts=5269475904, size=2368 [mpegts @ 0x55d9d08620c0] Invalid timestamps stream=0, pts=5269477704, dts=5269479504, size=1416 ```
Author
Owner

@VitoFe commented on GitHub (Jun 19, 2024):

I updated Jellyfin to 10.9.6.
Direct play now works fine, but errors still occur when enabling Force Transcode for Live TV and connecting to a stream:

On Jellyfin Media Player I get "Playback failed with error "no audio or video data played". Retry with transcode? (Note this may hang the player.)", and when hitting Retry, "PlaybackError.mediadecodeerror".

On Firefox Browser I get "Playback failed due to a fatal player error.", showing "HLS Error: Type: networkError Details: levelLoadError Fatal: false" in console

On the Android Client only a couple of channels work (Transcode), most just hang and spam the ffmpeg log with " Invalid timestamps"

Looks like the Live tv transcoding still broken on 10.9.6. Unfortunately I have to force transcoding due to the necessity to proxy the streams to one family member who is in another country, who cannot direct stream the geoblocked channels.

@VitoFe commented on GitHub (Jun 19, 2024): I updated Jellyfin to 10.9.6. Direct play now works fine, but errors still occur when enabling Force Transcode for Live TV and connecting to a stream: On Jellyfin Media Player I get "Playback failed with error "no audio or video data played". Retry with transcode? (Note this may hang the player.)", and when hitting Retry, "PlaybackError.mediadecodeerror". On Firefox Browser I get "Playback failed due to a fatal player error.", showing "HLS Error: Type: networkError Details: levelLoadError Fatal: false" in console On the Android Client only a couple of channels work (Transcode), most just hang and spam the ffmpeg log with " Invalid timestamps" Looks like the Live tv transcoding still broken on 10.9.6. Unfortunately I have to force transcoding due to the necessity to proxy the streams to one family member who is in another country, who cannot direct stream the geoblocked channels.
Author
Owner

@VitoFe commented on GitHub (Jun 25, 2024):

Updated to 10.9.7
Still same issue, same errors occur. Nothing changed (Direct Play works, Transcoding does not work).

This is the media info shown when direct streaming:
Original Media Info
Container: hls
Size: 2 KiB
Bitrate : 2.1 Mbps
Video codec: H264 High
Video bitrate: 2.0 Mbps
Video range type: SDR
Audio codec: AAC HE-AAC
Audio bitrate: 96 kbps
Audio channels: 2
Audio sample rate: 48000 Hz

@VitoFe commented on GitHub (Jun 25, 2024): Updated to 10.9.7 Still same issue, same errors occur. Nothing changed (Direct Play works, Transcoding does not work). This is the media info shown when direct streaming: Original Media Info Container: hls Size: 2 KiB Bitrate : 2.1 Mbps Video codec: H264 High Video bitrate: 2.0 Mbps Video range type: SDR Audio codec: AAC HE-AAC Audio bitrate: 96 kbps Audio channels: 2 Audio sample rate: 48000 Hz
Author
Owner

@gnattu commented on GitHub (Jun 25, 2024):

Try remove the tuner and add it back again

@gnattu commented on GitHub (Jun 25, 2024): Try remove the tuner and add it back again
Author
Owner

@VitoFe commented on GitHub (Jun 25, 2024):

Try remove the tuner and add it back again

I removed the tuner and added it back again, no changes. Still getting "PlaybackError.mediadecodeerror" on JMP and "Playback failed due to a fatal player error" on web browser

The same errors occur also on a bunch of other streams I have which should not be geoblocked, so it would be easier for you to replicate on these:
https://ilglobotv-live.global.ssl.fastly.net/RAIItaliaZA/Live.m3u8
https://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8

@VitoFe commented on GitHub (Jun 25, 2024): > Try remove the tuner and add it back again I removed the tuner and added it back again, no changes. Still getting "PlaybackError.mediadecodeerror" on JMP and "Playback failed due to a fatal player error" on web browser The same errors occur also on a bunch of other streams I have which should not be geoblocked, so it would be easier for you to replicate on these: https://ilglobotv-live.global.ssl.fastly.net/RAIItaliaZA/Live.m3u8 https://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8
Author
Owner

@VitoFe commented on GitHub (Jun 25, 2024):

These are the Jellyfin Media Player logs when trying to stream with Force Transcode turned on:

2024-06-25 16:48:16.329 [info] unknown @ 0 - JS: Requesting url without automatic networking: https://my.website.com/Items/c2a18c22864798c1a01d3ba5db1d2b34/PlaybackInfo?UserId=d7246f6fd67d488fbbcdeaedc44dd360&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=671568328
2024-06-25 16:48:16.356 [debug] unknown @ 0 - cplayer: Set property: sub-delay=0.000000 -> 1
2024-06-25 16:48:16.356 [debug] unknown @ 0 - Disabling OS screensaver
2024-06-25 16:48:16.357 [info] unknown @ 0 - JS: playing url: https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) )
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1"
2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440)
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2"
2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080)
2024-06-25 16:48:16.357 [info] unknown @ 0 - Display index: 1
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) )
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1"
2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440)
2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2"
2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080)
2024-06-25 16:48:16.357 [info] unknown @ 0 - Display index: 1
2024-06-25 16:48:16.358 [debug] unknown @ 0 - "Parsing other configuration: "
2024-06-25 16:48:16.358 [debug] unknown @ 0 - "Parsing other configuration: "
2024-06-25 16:48:16.359 [debug] unknown @ 0 - Video framerate: 50 fps
2024-06-25 16:48:16.359 [debug] unknown @ 0 - Not switching refresh-rate (disabled by settings).
2024-06-25 16:48:16.359 [info] unknown @ 0 - checking codecs
2024-06-25 16:48:16.370 [info] unknown @ 0 - Using system audio decoders: true
2024-06-25 16:48:16.370 [info] unknown @ 0 - Using system video decoders: false
2024-06-25 16:48:16.370 [info] unknown @ 0 - Not using on-demand codecs.
2024-06-25 16:48:16.371 [info] unknown @ 0 - resuming loading
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-sync="audio" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: hwdec="auto-copy" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: hwdec-image-format="no" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: deinterlace="no" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: display-fps-override=60.000000 -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: audio-delay=0.000000 -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: demuxer-max-bytes=157286400 -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-unscaled=false -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-aspect-override="-1" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: keepaspect=true -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: panscan=0.000000 -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_before_start_file
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'ad' = '' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'aid' = 'no' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'pause' = 'no' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'sid' = 'no' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'user-agent' = 'JellyfinMediaPlayer' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'vd' = '' (flags = 16)
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: main/on_load
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: ad="" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: vd="" -> 1
2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_load
2024-06-25 16:48:16.371 [info] unknown @ 0 - Entering state: buffering
2024-06-25 16:48:16.371 [info] unknown @ 0 - JS: Active player: {"name":"MPV Video Player","id":"mpvvideoplayer","playerName":"MPV Video Player","playableMediaTypes":[false,true,false,false],"isLocalPlayer":true,"supportedCommands":["GoHome","GoToSettings","VolumeUp","VolumeDown","Mute","Unmute","ToggleMute","SetVolume","SetAudioStreamIndex","SetSubtitleStreamIndex","SetMaxStreamingBitrate","DisplayContent","GoToSearch","DisplayMessage","SetRepeatMode","SetShuffleQueue","PlayMediaSource","PlayTrailers","ToggleFullscreen","SetAspectRatio","PlaybackRate"]}
2024-06-25 16:48:16.371 [debug] unknown @ 0 - ffmpeg: Opening https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false
2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: SyncPlay WrapperFactory getWrapper: htmlvideoplayer
2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: nowplaying event: playbackstart
2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: [nowPlayingBar:onStateChanged] event: playbackstart
2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: Requesting url without automatic networking: https://my.website.com/Sessions/Playing
2024-06-25 16:48:16.395 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.395Z&hasUserId=true
2024-06-25 16:48:16.396 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.395Z&hasUserId=false
2024-06-25 16:48:16.398 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.396Z&hasUserId=true
2024-06-25 16:48:16.398 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.397Z&hasUserId=false
2024-06-25 16:48:16.399 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.399Z&hasUserId=true
2024-06-25 16:48:16.400 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.399Z&hasUserId=false
2024-06-25 16:48:16.401 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.400Z&hasUserId=true
2024-06-25 16:48:16.401 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.401Z&hasUserId=false
2024-06-25 16:48:16.402 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.402Z&hasUserId=true
2024-06-25 16:48:16.403 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.402Z&hasUserId=false
2024-06-25 16:48:16.403 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.403Z&hasUserId=true
2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.403Z&hasUserId=false
2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.404Z&hasUserId=true
2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.405Z&hasUserId=false
2024-06-25 16:48:16.414 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.405Z&hasUserId=true
2024-06-25 16:48:16.414 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.406Z&hasUserId=false
2024-06-25 16:48:16.427 [debug] unknown @ 0 - ffmpeg: Mime-type: 'application/vnd.apple.mpegurl'
2024-06-25 16:48:16.427 [debug] unknown @ 0 - demux: Trying demuxers for level=normal.
2024-06-25 16:48:16.427 [debug] unknown @ 0 - lavf: Found 'hls' at score=100 size=2048.
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-VERSION:6')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# AUDIO groups')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# keyframes')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=75000,CODECS="avc1.64002A",RESOLUTION=512x288,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=512000.m3u8"')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=146000,CODECS="avc1.64002A",RESOLUTION=768x432,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1000000.m3u8"')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=234000,CODECS="avc1.64002A",RESOLUTION=1024x576,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1600000.m3u8"')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=438000,CODECS="avc1.64002A",RESOLUTION=1280x720,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3000000.m3u8"')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=569000,CODECS="avc1.64002A",RESOLUTION=1920x1080,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3899968.m3u8"')
2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8' for reading
2024-06-25 16:48:16.474 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.474 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8]
2024-06-25 16:48:16.474 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8' for reading
2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8]
2024-06-25 16:48:16.503 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8' for reading
2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8]
2024-06-25 16:48:16.503 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8' for reading
2024-06-25 16:48:16.506 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.506 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8]
2024-06-25 16:48:16.507 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8' for reading
2024-06-25 16:48:16.527 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.527 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8]
2024-06-25 16:48:16.527 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8' for reading
2024-06-25 16:48:16.555 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.555 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8]
2024-06-25 16:48:16.555 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8' for reading
2024-06-25 16:48:16.557 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.557 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8]
2024-06-25 16:48:16.557 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8' for reading
2024-06-25 16:48:16.580 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.580 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8]
2024-06-25 16:48:16.580 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8' for reading
2024-06-25 16:48:16.593 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.593 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8]
2024-06-25 16:48:16.593 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8' for reading
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8]
2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8]
2024-06-25 16:48:16.597 [debug] unknown @ 0 - lavf: avformat_find_stream_info() finished after 0 bytes.
2024-06-25 16:48:16.597 [debug] unknown @ 0 - demux: Detected file format: hls (libavformat)
2024-06-25 16:48:16.597 [debug] unknown @ 0 - demux: Stream is not seekable.
2024-06-25 16:48:16.597 [debug] unknown @ 0 - cplayer: Opening done: https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false
2024-06-25 16:48:16.604 [info] unknown @ 0 - Using system audio decoders: true
2024-06-25 16:48:16.604 [info] unknown @ 0 - Using system video decoders: false
2024-06-25 16:48:16.604 [info] unknown @ 0 - Not using on-demand codecs.
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Running hook: main/on_preloaded
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: sid="no" -> 1
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: aid="1" -> 1
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: ad="" -> 1
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: vd="" -> 1
2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_preloaded
2024-06-25 16:48:16.605 [critical] unknown @ 0 - cplayer: No video or audio streams selected.
2024-06-25 16:48:16.606 [debug] unknown @ 0 - cplayer: finished playback, no audio or video data played (reason 4)
2024-06-25 16:48:16.606 [info] unknown @ 0 - "Entering state: error (no audio or video data played)"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "DisplayManager found 2 Display(s)."
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Available modes for Display #0 (AMD Radeon(TM) Graphics)"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  0:   640 x  480 x 32bpp @59.9401Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  1:   640 x  480 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  2:   640 x  480 x 32bpp @67Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  3:   640 x  480 x 32bpp @72Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  4:   640 x  480 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  5:   720 x  400 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  6:   720 x  400 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  7:   720 x  400 x 32bpp @70Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  8:   720 x  400 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  9:   720 x  400 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 10:   720 x  480 x 32bpp @59.9401Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 11:   720 x  480 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 12:   720 x  480 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 13:   720 x  480 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 14:   720 x  576 x 32bpp @50Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 15:   720 x  576 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 16:   720 x  576 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 17:   720 x  576 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 18:   720 x  576 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 19:   800 x  600 x 32bpp @56Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 20:   800 x  600 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 21:   800 x  600 x 32bpp @72Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 22:   800 x  600 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 23:   832 x  624 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 24:   832 x  624 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 25:   832 x  624 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 26:  1024 x  768 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 27:  1024 x  768 x 32bpp @70Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 28:  1024 x  768 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 29:  1280 x  720 x 32bpp @50Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 30:  1280 x  720 x 32bpp @59.9401Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 31:  1280 x  720 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 32:  1280 x  720 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 33:  1280 x  720 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 34:  1280 x  960 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 35:  1280 x  960 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 36:  1280 x  960 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 37:  1280 x 1024 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 38:  1280 x 1024 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 39:  1280 x 1440 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 40:  1280 x 1440 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 41:  1280 x 1440 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 42:  1440 x  900 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 43:  1440 x  900 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 44:  1440 x  900 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 45:  1600 x 1200 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 46:  1600 x 1200 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 47:  1600 x 1200 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 48:  1600 x 1200 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 49:  1680 x 1050 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 50:  1680 x 1050 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 51:  1680 x 1050 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 52:  1920 x 1080 x 32bpp @50Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 53:  1920 x 1080 x 32bpp @59.9401Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 54:  1920 x 1080 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 55:  1920 x 1080 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 56:  1920 x 1080 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 57:  1920 x 1200 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 58:  1920 x 1200 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 59:  1920 x 1200 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 60:  1920 x 1200 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 61:  2560 x 1440 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 62:  2560 x 1440 x 32bpp @75Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Available modes for Display #1 (AMD Radeon(TM) Graphics)"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  0:   640 x  480 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  1:   640 x  480 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  2:   800 x  600 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  3:   800 x  600 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  4:  1024 x  768 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  5:  1024 x  768 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  6:  1280 x  720 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  7:  1280 x  720 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  8:  1280 x  960 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode  9:  1280 x  960 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 10:  1280 x 1024 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 11:  1280 x 1024 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 12:  1680 x 1050 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 13:  1680 x 1050 x 32bpp @60Hz"
2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 14:  1920 x 1080 x 32bpp @60Hz"
2024-06-25 16:48:16.612 [info] unknown @ 0 - "DisplayManager : Current Display Mode on Display #0 is  2560 x 1440 x 32bpp @75Hz"
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) )
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1"
2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440)
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2"
2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080)
2024-06-25 16:48:16.612 [info] unknown @ 0 - Display index: 1
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) )
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1"
2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440)
2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2"
2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080)
2024-06-25 16:48:16.612 [info] unknown @ 0 - Display index: 1
2024-06-25 16:48:16.612 [debug] unknown @ 0 - "Parsing other configuration: "
2024-06-25 16:48:16.612 [debug] unknown @ 0 - "Parsing other configuration: "
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-sync="audio" -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: hwdec="auto-copy" -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: hwdec-image-format="no" -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: deinterlace="no" -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: display-fps-override=60.000000 -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: audio-delay=0.000000 -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: demuxer-max-bytes=157286400 -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-unscaled=false -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-aspect-override="-1" -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: keepaspect=true -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: panscan=0.000000 -> 1
2024-06-25 16:48:16.613 [debug] unknown @ 0 - Enabling OS screensaver
2024-06-25 16:48:16.614 [info] unknown @ 0 - JS: media error: no audio or video data played
2024-06-25 16:48:16.616 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: https://my.website.com/web/#/livetv.html
2024-06-25 16:48:17.979 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: https://my.website.com/web/#/livetv.html
2024-06-25 16:48:17.985 [info] unknown @ 0 - JS: [playbackmanager] onPlaybackError: [object Object] [object Object]
2024-06-25 16:48:17.986 [info] unknown @ 0 - JS: [nowPlayingBar:onPlaybackStopped] event: playbackstop
2024-06-25 16:48:17.987 [debug] unknown @ 0 - Enabling OS screensaver
2024-06-25 16:48:17.989 [info] unknown @ 0 - JS: Translation key is missing from dictionary: PlaybackError.mediadecodeerror
@VitoFe commented on GitHub (Jun 25, 2024): These are the Jellyfin Media Player logs when trying to stream with Force Transcode turned on: ```2024-06-25 16:48:16.319 [info] unknown @ 0 - JS: Requesting https://my.website.com/Users/d7246f6fd67d488fbbcdeaedc44dd360/Items/c2a18c22864798c1a01d3ba5db1d2b34 2024-06-25 16:48:16.329 [info] unknown @ 0 - JS: Requesting url without automatic networking: https://my.website.com/Items/c2a18c22864798c1a01d3ba5db1d2b34/PlaybackInfo?UserId=d7246f6fd67d488fbbcdeaedc44dd360&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=671568328 2024-06-25 16:48:16.356 [debug] unknown @ 0 - cplayer: Set property: sub-delay=0.000000 -> 1 2024-06-25 16:48:16.356 [debug] unknown @ 0 - Disabling OS screensaver 2024-06-25 16:48:16.357 [info] unknown @ 0 - JS: playing url: https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) ) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1" 2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2" 2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Display index: 1 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) ) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1" 2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2" 2024-06-25 16:48:16.357 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080) 2024-06-25 16:48:16.357 [info] unknown @ 0 - Display index: 1 2024-06-25 16:48:16.358 [debug] unknown @ 0 - "Parsing other configuration: " 2024-06-25 16:48:16.358 [debug] unknown @ 0 - "Parsing other configuration: " 2024-06-25 16:48:16.359 [debug] unknown @ 0 - Video framerate: 50 fps 2024-06-25 16:48:16.359 [debug] unknown @ 0 - Not switching refresh-rate (disabled by settings). 2024-06-25 16:48:16.359 [info] unknown @ 0 - checking codecs 2024-06-25 16:48:16.370 [info] unknown @ 0 - Using system audio decoders: true 2024-06-25 16:48:16.370 [info] unknown @ 0 - Using system video decoders: false 2024-06-25 16:48:16.370 [info] unknown @ 0 - Not using on-demand codecs. 2024-06-25 16:48:16.371 [info] unknown @ 0 - resuming loading 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-sync="audio" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: hwdec="auto-copy" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: hwdec-image-format="no" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: deinterlace="no" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: display-fps-override=60.000000 -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: audio-delay=0.000000 -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: demuxer-max-bytes=157286400 -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-unscaled=false -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: video-aspect-override="-1" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: keepaspect=true -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: panscan=0.000000 -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_before_start_file 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'ad' = '' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'aid' = 'no' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'pause' = 'no' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'sid' = 'no' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'user-agent' = 'JellyfinMediaPlayer' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Setting option 'vd' = '' (flags = 16) 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: main/on_load 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: ad="" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Set property: vd="" -> 1 2024-06-25 16:48:16.371 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_load 2024-06-25 16:48:16.371 [info] unknown @ 0 - Entering state: buffering 2024-06-25 16:48:16.371 [info] unknown @ 0 - JS: Active player: {"name":"MPV Video Player","id":"mpvvideoplayer","playerName":"MPV Video Player","playableMediaTypes":[false,true,false,false],"isLocalPlayer":true,"supportedCommands":["GoHome","GoToSettings","VolumeUp","VolumeDown","Mute","Unmute","ToggleMute","SetVolume","SetAudioStreamIndex","SetSubtitleStreamIndex","SetMaxStreamingBitrate","DisplayContent","GoToSearch","DisplayMessage","SetRepeatMode","SetShuffleQueue","PlayMediaSource","PlayTrailers","ToggleFullscreen","SetAspectRatio","PlaybackRate"]} 2024-06-25 16:48:16.371 [debug] unknown @ 0 - ffmpeg: Opening https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false 2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: SyncPlay WrapperFactory getWrapper: htmlvideoplayer 2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: nowplaying event: playbackstart 2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: [nowPlayingBar:onStateChanged] event: playbackstart 2024-06-25 16:48:16.372 [info] unknown @ 0 - JS: Requesting url without automatic networking: https://my.website.com/Sessions/Playing 2024-06-25 16:48:16.395 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.395Z&hasUserId=true 2024-06-25 16:48:16.396 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.395Z&hasUserId=false 2024-06-25 16:48:16.398 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.396Z&hasUserId=true 2024-06-25 16:48:16.398 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.397Z&hasUserId=false 2024-06-25 16:48:16.399 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.399Z&hasUserId=true 2024-06-25 16:48:16.400 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.399Z&hasUserId=false 2024-06-25 16:48:16.401 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.400Z&hasUserId=true 2024-06-25 16:48:16.401 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.401Z&hasUserId=false 2024-06-25 16:48:16.402 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.402Z&hasUserId=true 2024-06-25 16:48:16.403 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.402Z&hasUserId=false 2024-06-25 16:48:16.403 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.403Z&hasUserId=true 2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.403Z&hasUserId=false 2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.404Z&hasUserId=true 2024-06-25 16:48:16.413 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.405Z&hasUserId=false 2024-06-25 16:48:16.414 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2024-06-24T14%3A48%3A16.405Z&hasUserId=true 2024-06-25 16:48:16.414 [info] unknown @ 0 - JS: Requesting https://my.website.com/System/ActivityLog/Entries?startIndex=0&limit=4&minDate=2024-06-18T14%3A48%3A16.406Z&hasUserId=false 2024-06-25 16:48:16.427 [debug] unknown @ 0 - ffmpeg: Mime-type: 'application/vnd.apple.mpegurl' 2024-06-25 16:48:16.427 [debug] unknown @ 0 - demux: Trying demuxers for level=normal. 2024-06-25 16:48:16.427 [debug] unknown @ 0 - lavf: Found 'hls' at score=100 size=2048. 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-VERSION:6') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('## Created with Unified Streaming Platform (version=1.11.17-26567)') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# AUDIO groups') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# variants') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('# keyframes') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=75000,CODECS="avc1.64002A",RESOLUTION=512x288,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=512000.m3u8"') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=146000,CODECS="avc1.64002A",RESOLUTION=768x432,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1000000.m3u8"') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=234000,CODECS="avc1.64002A",RESOLUTION=1024x576,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=1600000.m3u8"') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=438000,CODECS="avc1.64002A",RESOLUTION=1280x720,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3000000.m3u8"') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Skip ('#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=569000,CODECS="avc1.64002A",RESOLUTION=1920x1080,VIDEO-RANGE=SDR,URI="keyframes/c5-clr-video=3899968.m3u8"') 2024-06-25 16:48:16.458 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8' for reading 2024-06-25 16:48:16.474 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.474 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8] 2024-06-25 16:48:16.474 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8' for reading 2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8] 2024-06-25 16:48:16.503 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8' for reading 2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.503 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8] 2024-06-25 16:48:16.503 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8' for reading 2024-06-25 16:48:16.506 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.506 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8] 2024-06-25 16:48:16.507 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8' for reading 2024-06-25 16:48:16.527 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.527 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8] 2024-06-25 16:48:16.527 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8' for reading 2024-06-25 16:48:16.555 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.555 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8] 2024-06-25 16:48:16.555 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8' for reading 2024-06-25 16:48:16.557 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.557 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8] 2024-06-25 16:48:16.557 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8' for reading 2024-06-25 16:48:16.580 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.580 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8] 2024-06-25 16:48:16.580 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8' for reading 2024-06-25 16:48:16.593 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.593 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8] 2024-06-25 16:48:16.593 [debug] unknown @ 0 - ffmpeg/demuxer: hls: Opening 'https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8' for reading 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg: https: HTTP error 404 Not Found 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: parse_playlist error Server returned 404 Not Found [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=2200000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=512000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1000000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=1600000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3000000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=3899968.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=4800000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-video=7000000.m3u8] 2024-06-25 16:48:16.597 [warning] unknown @ 0 - ffmpeg/demuxer: hls: Empty segment [https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/c5-clr-audio_1=96000.m3u8] 2024-06-25 16:48:16.597 [debug] unknown @ 0 - lavf: avformat_find_stream_info() finished after 0 bytes. 2024-06-25 16:48:16.597 [debug] unknown @ 0 - demux: Detected file format: hls (libavformat) 2024-06-25 16:48:16.597 [debug] unknown @ 0 - demux: Stream is not seekable. 2024-06-25 16:48:16.597 [debug] unknown @ 0 - cplayer: Opening done: https://my.website.com/videos/c2a18c22-8647-98c1-a01d-3ba5db1d2b34/stream.hls?DeviceId=SmVsbHlmaW5NZWRpYVBsYXllciAxLjExLjEgKHdpbmRvd3MteDg2XzY0IDEwKXwxNzE4NDg3MzkxMjQz&MediaSourceId=bf19679431d72acb2503933d541eb7bf&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&PlaySessionId=6902340abed64925aa919731ea451bf9&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&LiveStreamId=e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_bf19679431d72acb2503933d541eb7bf&allowVideoStreamCopy=false&allowAudioStreamCopy=false 2024-06-25 16:48:16.604 [info] unknown @ 0 - Using system audio decoders: true 2024-06-25 16:48:16.604 [info] unknown @ 0 - Using system video decoders: false 2024-06-25 16:48:16.604 [info] unknown @ 0 - Not using on-demand codecs. 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Running hook: main/on_preloaded 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: sid="no" -> 1 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: aid="1" -> 1 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: ad="" -> 1 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Set property: vd="" -> 1 2024-06-25 16:48:16.604 [debug] unknown @ 0 - cplayer: Running hook: auto_profiles/on_preloaded 2024-06-25 16:48:16.605 [critical] unknown @ 0 - cplayer: No video or audio streams selected. 2024-06-25 16:48:16.606 [debug] unknown @ 0 - cplayer: finished playback, no audio or video data played (reason 4) 2024-06-25 16:48:16.606 [info] unknown @ 0 - "Entering state: error (no audio or video data played)" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "DisplayManager found 2 Display(s)." 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Available modes for Display #0 (AMD Radeon(TM) Graphics)" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 0: 640 x 480 x 32bpp @59.9401Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 1: 640 x 480 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 2: 640 x 480 x 32bpp @67Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 3: 640 x 480 x 32bpp @72Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 4: 640 x 480 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 5: 720 x 400 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 6: 720 x 400 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 7: 720 x 400 x 32bpp @70Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 8: 720 x 400 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 9: 720 x 400 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 10: 720 x 480 x 32bpp @59.9401Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 11: 720 x 480 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 12: 720 x 480 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 13: 720 x 480 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 14: 720 x 576 x 32bpp @50Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 15: 720 x 576 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 16: 720 x 576 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 17: 720 x 576 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 18: 720 x 576 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 19: 800 x 600 x 32bpp @56Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 20: 800 x 600 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 21: 800 x 600 x 32bpp @72Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 22: 800 x 600 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 23: 832 x 624 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 24: 832 x 624 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 25: 832 x 624 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 26: 1024 x 768 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 27: 1024 x 768 x 32bpp @70Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 28: 1024 x 768 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 29: 1280 x 720 x 32bpp @50Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 30: 1280 x 720 x 32bpp @59.9401Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 31: 1280 x 720 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 32: 1280 x 720 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 33: 1280 x 720 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 34: 1280 x 960 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 35: 1280 x 960 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 36: 1280 x 960 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 37: 1280 x 1024 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 38: 1280 x 1024 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 39: 1280 x 1440 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 40: 1280 x 1440 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 41: 1280 x 1440 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 42: 1440 x 900 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 43: 1440 x 900 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 44: 1440 x 900 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 45: 1600 x 1200 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 46: 1600 x 1200 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 47: 1600 x 1200 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 48: 1600 x 1200 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 49: 1680 x 1050 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 50: 1680 x 1050 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 51: 1680 x 1050 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 52: 1920 x 1080 x 32bpp @50Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 53: 1920 x 1080 x 32bpp @59.9401Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 54: 1920 x 1080 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 55: 1920 x 1080 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 56: 1920 x 1080 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 57: 1920 x 1200 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 58: 1920 x 1200 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 59: 1920 x 1200 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 60: 1920 x 1200 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 61: 2560 x 1440 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 62: 2560 x 1440 x 32bpp @75Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Available modes for Display #1 (AMD Radeon(TM) Graphics)" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 0: 640 x 480 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 1: 640 x 480 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 2: 800 x 600 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 3: 800 x 600 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 4: 1024 x 768 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 5: 1024 x 768 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 6: 1280 x 720 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 7: 1280 x 720 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 8: 1280 x 960 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 9: 1280 x 960 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 10: 1280 x 1024 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 11: 1280 x 1024 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 12: 1680 x 1050 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 13: 1680 x 1050 x 32bpp @60Hz" 2024-06-25 16:48:16.611 [info] unknown @ 0 - "Mode 14: 1920 x 1080 x 32bpp @60Hz" 2024-06-25 16:48:16.612 [info] unknown @ 0 - "DisplayManager : Current Display Mode on Display #0 is 2560 x 1440 x 32bpp @75Hz" 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) ) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1" 2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2" 2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Display index: 1 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking for a display at: QRect(2560,802 1920x1051) (center: QPoint(3519,1327) ) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 0 "\\\\.\\DISPLAY1" 2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(0,0 2560x1440) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Looking at display 1 "\\\\.\\DISPLAY2" 2024-06-25 16:48:16.612 [info] unknown @ 0 - Position on virtual desktop: QRect(2560,773 1920x1080) 2024-06-25 16:48:16.612 [info] unknown @ 0 - Display index: 1 2024-06-25 16:48:16.612 [debug] unknown @ 0 - "Parsing other configuration: " 2024-06-25 16:48:16.612 [debug] unknown @ 0 - "Parsing other configuration: " 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-sync="audio" -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: hwdec="auto-copy" -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: hwdec-image-format="no" -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: deinterlace="no" -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: display-fps-override=60.000000 -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: audio-delay=0.000000 -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: demuxer-max-bytes=157286400 -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-unscaled=false -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: video-aspect-override="-1" -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: keepaspect=true -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - cplayer: Set property: panscan=0.000000 -> 1 2024-06-25 16:48:16.613 [debug] unknown @ 0 - Enabling OS screensaver 2024-06-25 16:48:16.614 [info] unknown @ 0 - JS: media error: no audio or video data played 2024-06-25 16:48:16.616 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: https://my.website.com/web/#/livetv.html 2024-06-25 16:48:17.979 [debug] onLoadingChanged @ 181 - WebEngineLoadRequest starting: https://my.website.com/web/#/livetv.html 2024-06-25 16:48:17.985 [info] unknown @ 0 - JS: [playbackmanager] onPlaybackError: [object Object] [object Object] 2024-06-25 16:48:17.986 [info] unknown @ 0 - JS: [nowPlayingBar:onPlaybackStopped] event: playbackstop 2024-06-25 16:48:17.987 [debug] unknown @ 0 - Enabling OS screensaver 2024-06-25 16:48:17.989 [info] unknown @ 0 - JS: Translation key is missing from dictionary: PlaybackError.mediadecodeerror ```
Author
Owner

@jellyfin-bot commented on GitHub (Dec 27, 2024):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Dec 27, 2024): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@jellyfin-bot commented on GitHub (Jan 18, 2025):

This issue was closed due to inactivity.

@jellyfin-bot commented on GitHub (Jan 18, 2025): This issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#5870
No description provided.