Skip to content

[Issue]: Missing Record series button after 10.9.x update #11976

Closed
@maksg

Description

Please describe your bug

I can no longer see Record series button in Live TV after updating from 10.8.13 to 10.9.4.

Reproduction Steps

  1. Click on the series you want to record in Live TV.
  2. There is no Record series button.

Jellyfin Version

10.9.0

if other:

No response

Environment

- OS: DSM 7.2.1-69057 Update 5
- Virtualization: Synology Community Package migarted to Docker
- Clients: All of them
- Browser: Arc
- FFmpeg Version: 6.0.1-Jellyfin
- Playback Method: Direct Stream
- Hardware Acceleration: QSV
- GPU Model: Intel Celeron J4025
- Plugins: Open Subtitles
- Networking: Host

Jellyfin logs

[2024-06-05 20:23:48.644 +00:00] [INF] [31] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:23:48.705 +00:00] [INF] [24] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -fflags +igndts -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i \"http://192.168.1.111:8096/LiveTv/LiveStreamFiles/91d092b5f1d9448d9416628dd79e66d7/stream.ts\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_qsv -preset veryfast -look_ahead 0 -b:v 30000000 -maxrate 30000000 -bufsize 60000000 -g:v:0 150 -keyint_min:v:0 150 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -flags -global_header -codec:a:0 libfdk_aac -ac 2 -ab 256000 -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/8dff3324e03049c959d52305dfb37720/\" -hls_segment_filename \"/cache/transcodes/8dff3324e03049c959d52305dfb37720%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/8dff3324e03049c959d52305dfb37720.m3u8\""
[2024-06-05 20:23:48.742 +00:00] [ERR] [24] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
[2024-06-05 20:23:48.835 +00:00] [ERR] [24] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/8106f333-7dfe-ac95-e2aa-66a7f33599f7/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_method1829(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 Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2024-06-05 20:23:48.845 +00:00] [INF] [24] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/8dff3324e03049c959d52305dfb37720.m3u8"
[2024-06-05 20:23:50.348 +00:00] [INF] [31] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.1" playing "Polsat". Stopped at "0" ms
[2024-06-05 20:23:50.350 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "native_d87510cda54814e02bd3b5d66726041c_1bd6b51310d8583a981ea22721ac0433" consumer count is now 1
[2024-06-05 20:24:12.960 +00:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.121" closed
[2024-06-05 20:24:17.627 +00:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.121" request
[2024-06-05 20:24:21.596 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:24:21.597 +00:00] [INF] [17] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "hdhr_29"
[2024-06-05 20:24:21.597 +00:00] [INF] [17] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "hdhr_29"
[2024-06-05 20:24:21.598 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: GetChannelStream: channel id: "hdhr_29". stream id: "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" profile: "native"
[2024-06-05 20:24:21.598 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Opening "SharedHttpStream" Live stream from "http://192.168.1.27:5004/auto/v29"
[2024-06-05 20:24:22.511 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Beginning "SharedHttpStream" stream to "/cache/transcodes/7281860f40ba4495962415201649a5c6.ts"
[2024-06-05 20:24:22.512 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Live stream opened after 913.8927ms
[2024-06-05 20:24:22.512 +00:00] [INF] [17] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", mediaSource.Id "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", mediaSource.LiveStreamId null
[2024-06-05 20:24:22.512 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0002952" seconds
[2024-06-05 20:24:22.514 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", Path: "http://192.168.1.111:8096/LiveTv/LiveStreamFiles/7281860f40ba4495962415201649a5c6/stream.ts", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "mpegts", Size: null, Name: null, IsRemote: False, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: True, SupportsDirectPlay: False, IsInfiniteStream: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", BufferMs: 0, RequiresLooping: False, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False }, MediaStream { Codec: "eac3", 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: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "Dolby Digital+ - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 160000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, 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: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 20160000, Timestamp: null, RequiredHttpHeaders: [], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, VideoStream: MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False } }
[2024-06-05 20:24:22.533 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:24:22.586 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -fflags +igndts -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i \"http://192.168.1.111:8096/LiveTv/LiveStreamFiles/7281860f40ba4495962415201649a5c6/stream.ts\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_qsv -preset veryfast -look_ahead 0 -b:v 30000000 -maxrate 30000000 -bufsize 60000000 -g:v:0 150 -keyint_min:v:0 150 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -flags -global_header -codec:a:0 libfdk_aac -ac 2 -ab 256000 -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/33fce053457b545bd6c7fff134fcf38e/\" -hls_segment_filename \"/cache/transcodes/33fce053457b545bd6c7fff134fcf38e%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/33fce053457b545bd6c7fff134fcf38e.m3u8\""
[2024-06-05 20:24:22.613 +00:00] [ERR] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
[2024-06-05 20:24:22.710 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/f3c9e2d4-6c0f-d1ab-a9b3-5b599257a9b1/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_method1829(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 Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2024-06-05 20:24:22.719 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/33fce053457b545bd6c7fff134fcf38e.m3u8"
[2024-06-05 20:24:24.220 +00:00] [INF] [31] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.1" playing "TVP ABC". Stopped at "0" ms
[2024-06-05 20:24:24.369 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" consumer count is now 0
[2024-06-05 20:24:24.370 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433"
[2024-06-05 20:24:24.370 +00:00] [INF] [31] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Closing "SharedHttpStream"
[2024-06-05 20:24:24.371 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" closed successfully
[2024-06-05 20:24:24.372 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Copying of "SharedHttpStream" to "/cache/transcodes/7281860f40ba4495962415201649a5c6.ts" was canceled
[2024-06-05 20:24:24.373 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Deleting temp file "/cache/transcodes/7281860f40ba4495962415201649a5c6.ts"
[2024-06-05 20:24:36.371 +00:00] [INF] [31] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:24:36.373 +00:00] [INF] [31] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "hdhr_1"
[2024-06-05 20:24:36.373 +00:00] [INF] [31] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "hdhr_1"
[2024-06-05 20:24:36.374 +00:00] [INF] [31] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: GetChannelStream: channel id: "hdhr_1". stream id: "native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433" profile: "native"
[2024-06-05 20:24:36.375 +00:00] [INF] [31] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Opening "SharedHttpStream" Live stream from "http://192.168.1.27:5004/auto/v1"
[2024-06-05 20:24:37.239 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Beginning "SharedHttpStream" stream to "/cache/transcodes/7d40b7260e8642e784274bb302746f44.ts"
[2024-06-05 20:24:37.240 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Live stream opened after 865.6311ms
[2024-06-05 20:24:37.241 +00:00] [INF] [17] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433", mediaSource.Id "native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433", mediaSource.LiveStreamId null
[2024-06-05 20:24:37.264 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0229876" seconds
[2024-06-05 20:24:37.265 +00:00] [INF] [31] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433", Path: "http://192.168.1.111:8096/LiveTv/LiveStreamFiles/7d40b7260e8642e784274bb302746f44/stream.ts", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "mpegts", Size: null, Name: null, IsRemote: False, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: True, SupportsDirectPlay: False, IsInfiniteStream: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433", BufferMs: 0, RequiresLooping: False, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False }, MediaStream { Codec: "eac3", 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: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "Dolby Digital+ - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 160000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, 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: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 20160000, Timestamp: null, RequiredHttpHeaders: [], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, VideoStream: MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False } }
[2024-06-05 20:24:37.273 +00:00] [INF] [31] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:24:37.352 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -fflags +igndts -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i \"http://192.168.1.111:8096/LiveTv/LiveStreamFiles/7d40b7260e8642e784274bb302746f44/stream.ts\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 h264_qsv -preset veryfast -look_ahead 0 -b:v 30000000 -maxrate 30000000 -bufsize 60000000 -g:v:0 150 -keyint_min:v:0 150 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -flags -global_header -codec:a:0 libfdk_aac -ac 2 -ab 256000 -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/06b19923d7b157e3a4675c9770642d15/\" -hls_segment_filename \"/cache/transcodes/06b19923d7b157e3a4675c9770642d15%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/06b19923d7b157e3a4675c9770642d15.m3u8\""
[2024-06-05 20:24:37.379 +00:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1
[2024-06-05 20:24:37.476 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/ae38414d-6971-ae82-a5e3-27a0e933c48d/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_method1829(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 Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2024-06-05 20:24:37.486 +00:00] [INF] [24] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/06b19923d7b157e3a4675c9770642d15.m3u8"
[2024-06-05 20:24:38.987 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.1" playing "TVP1". Stopped at "0" ms
[2024-06-05 20:24:38.989 +00:00] [INF] [24] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433" consumer count is now 0
[2024-06-05 20:24:38.989 +00:00] [INF] [24] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433"
[2024-06-05 20:24:38.990 +00:00] [INF] [24] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Closing "SharedHttpStream"
[2024-06-05 20:24:38.990 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3296d406dcc9cb9b62aeaef99612ba6b_1bd6b51310d8583a981ea22721ac0433" closed successfully
[2024-06-05 20:24:38.999 +00:00] [INF] [24] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Copying of "SharedHttpStream" to "/cache/transcodes/7d40b7260e8642e784274bb302746f44.ts" was canceled
[2024-06-05 20:24:39.000 +00:00] [INF] [24] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Deleting temp file "/cache/transcodes/7d40b7260e8642e784274bb302746f44.ts"
[2024-06-05 20:26:29.812 +00:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:26:29.813 +00:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-06-05 20:26:33.389 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.1" playing "Asterix & Obelix Take on Caesar". Stopped at "2582" ms
[2024-06-05 20:27:26.106 +00:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
[2024-06-05 20:27:26.108 +00:00] [INF] [27] Jellyfin.LiveTv.LiveTvMediaSourceProvider: Opening channel stream from "Emby", external channel Id: "hdhr_29"
[2024-06-05 20:27:26.109 +00:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel "hdhr_29"
[2024-06-05 20:27:26.110 +00:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: GetChannelStream: channel id: "hdhr_29". stream id: "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" profile: "native"
[2024-06-05 20:27:26.111 +00:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Opening "SharedHttpStream" Live stream from "http://192.168.1.27:5004/auto/v29"
[2024-06-05 20:27:27.294 +00:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Beginning "SharedHttpStream" stream to "/cache/transcodes/d3f8d7ae60bf40aa95260440cb2fc507.ts"
[2024-06-05 20:27:27.295 +00:00] [INF] [27] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Live stream opened after 1183.9996ms
[2024-06-05 20:27:27.295 +00:00] [INF] [27] Jellyfin.LiveTv.DefaultLiveTvService: Returning mediasource streamId "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", mediaSource.Id "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", mediaSource.LiveStreamId null
[2024-06-05 20:27:27.296 +00:00] [INF] [27] Emby.Server.Implementations.Library.MediaSourceManager: Live tv media info probe took "0.0003965" seconds
[2024-06-05 20:27:27.296 +00:00] [INF] [27] Emby.Server.Implementations.Library.MediaSourceManager: Live stream opened: MediaSourceInfo { Protocol: Http, Id: "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", Path: "http://192.168.1.111:8096/LiveTv/LiveStreamFiles/d3f8d7ae60bf40aa95260440cb2fc507/stream.ts", EncoderPath: null, EncoderProtocol: null, Type: Default, Container: "mpegts", Size: null, Name: null, IsRemote: False, ETag: null, RunTimeTicks: null, ReadAtNativeFramerate: False, IgnoreDts: True, IgnoreIndex: False, GenPtsInput: False, SupportsTranscoding: True, SupportsDirectStream: True, SupportsDirectPlay: False, IsInfiniteStream: True, RequiresOpening: True, OpenToken: null, RequiresClosing: True, LiveStreamId: "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433", BufferMs: 0, RequiresLooping: False, SupportsProbing: True, VideoType: null, IsoType: null, Video3DFormat: null, MediaStreams: [MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False }, MediaStream { Codec: "eac3", 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: "1/90000", CodecTimeBase: null, Title: null, VideoRange: Unknown, VideoRangeType: Unknown, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "Dolby Digital+ - Stereo", NalLengthSize: null, IsInterlaced: False, IsAVC: False, ChannelLayout: "stereo", BitRate: 160000, BitDepth: null, RefFrames: null, PacketLength: null, Channels: 2, SampleRate: 48000, 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: 0, IsAnamorphic: null }], MediaAttachments: [], Formats: [], Bitrate: 20160000, Timestamp: null, RequiredHttpHeaders: [], TranscodingUrl: null, TranscodingSubProtocol: http, TranscodingContainer: null, AnalyzeDurationMs: 3000, TranscodeReasons: 0, DefaultAudioStreamIndex: null, DefaultSubtitleStreamIndex: null, VideoStream: MediaStream { Codec: "hevc", 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: SDR, VideoRangeType: SDR, VideoDoViTitle: null, AudioSpatialFormat: None, LocalizedUndefined: null, LocalizedDefault: null, LocalizedForced: null, LocalizedExternal: null, LocalizedHearingImpaired: null, DisplayTitle: "1080p HEVC SDR", NalLengthSize: null, IsInterlaced: False, IsAVC: null, ChannelLayout: null, BitRate: 20000000, BitDepth: 8, RefFrames: 1, PacketLength: null, Channels: null, SampleRate: null, IsDefault: False, IsForced: False, IsHearingImpaired: False, Height: 1080, Width: 1920, AverageFrameRate: 50, RealFrameRate: 50, Profile: "Main", Type: Video, AspectRatio: "16:9", Index: -1, Score: null, IsExternal: False, DeliveryMethod: null, DeliveryUrl: null, IsExternalUrl: null, IsTextSubtitleStream: False, SupportsExternalStream: False, Path: null, PixelFormat: "yuv420p", Level: 123, IsAnamorphic: False } }
[2024-06-05 20:27:27.302 +00:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "max". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
[2024-06-05 20:27:27.371 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 3000000 -probesize 1G -fflags +igndts+genpts  -i \"http://192.168.1.111:8096/LiveTv/LiveStreamFiles/d3f8d7ae60bf40aa95260440cb2fc507/stream.ts\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url \"hls/384240960aec2b7405ce48e6b5db7608/\" -hls_segment_filename \"/cache/transcodes/384240960aec2b7405ce48e6b5db7608%d.ts\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8\""
[2024-06-05 20:27:46.968 +00:00] [INF] [27] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8"
[2024-06-05 20:27:47.058 +00:00] [INF] [27] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
[2024-06-05 20:27:47.059 +00:00] [INF] [27] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8"
[2024-06-05 20:27:48.562 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Media Player" "1.10.1" playing "TVP ABC". Stopped at "9908" ms
[2024-06-05 20:27:48.568 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" consumer count is now 0
[2024-06-05 20:27:48.571 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433"
[2024-06-05 20:27:48.575 +00:00] [INF] [17] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Closing "SharedHttpStream"
[2024-06-05 20:27:48.577 +00:00] [INF] [12] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Copying of "SharedHttpStream" to "/cache/transcodes/d3f8d7ae60bf40aa95260440cb2fc507.ts" was canceled
[2024-06-05 20:27:48.578 +00:00] [INF] [12] Jellyfin.LiveTv.TunerHosts.HdHomerun.HdHomerunHost: Deleting temp file "/cache/transcodes/d3f8d7ae60bf40aa95260440cb2fc507.ts"
[2024-06-05 20:27:48.583 +00:00] [INF] [17] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433" closed successfully
[2024-06-05 20:46:09.002 +00:00] [INF] [17] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-06-05 20:46:09.080 +00:00] [INF] [17] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-06-05 20:46:09.172 +00:00] [INF] [27] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-06-05 20:46:09.182 +00:00] [INF] [27] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery

FFmpeg logs

{"Protocol":1,"Id":"native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433","Path":"http://192.168.1.111:8096/LiveTv/LiveStreamFiles/d3f8d7ae60bf40aa95260440cb2fc507/stream.ts","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mpegts","Size":null,"Name":null,"IsRemote":false,"ETag":null,"RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":true,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":false,"IsInfiniteStream":true,"RequiresOpening":true,"OpenToken":null,"RequiresClosing":true,"LiveStreamId":"e2329f4997b378e64ccf8fa396deb76e_af999c25a00715699361240d4c6c7a53_native_3b58785bbb250c5e17412e0c18177954_1bd6b51310d8583a981ea22721ac0433","BufferMs":0,"RequiresLooping":false,"SupportsProbing":true,"VideoType":null,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","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":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":20000000,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":50,"RealFrameRate":50,"Profile":"Main","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":123,"IsAnamorphic":false},{"Codec":"eac3","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":"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":"Dolby Digital\u002B - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":160000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"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":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":20160000,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":3000,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -fflags +igndts+genpts  -i "http://192.168.1.111:8096/LiveTv/LiveStreamFiles/d3f8d7ae60bf40aa95260440cb2fc507/stream.ts" -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -flags -global_header -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/384240960aec2b7405ce48e6b5db7608/" -hls_segment_filename "/cache/transcodes/384240960aec2b7405ce48e6b5db7608%d.ts" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8"


ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 12 (Debian 12.2.0-14)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --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-opencl --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-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      58.  2.100 / 58.  2.100
  libavcodec     60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter     9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample   4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
[hevc @ 0x55e2bf2928c0] PPS id out of range: 1
    Last message repeated 1 times
[hevc @ 0x55e2bf2928c0] Error parsing NAL unit #4.
[hevc @ 0x55e2bf2928c0] PPS id out of range: 1
    Last message repeated 1 times
[hevc @ 0x55e2bf2928c0] Error parsing NAL unit #4.
[hevc @ 0x55e2bf2928c0] PPS id out of range: 0
    Last message repeated 1 times
[hevc @ 0x55e2bf2928c0] Error parsing NAL unit #4.
[hevc @ 0x55e2bf2928c0] PPS id out of range: 1
    Last message repeated 1 times
[hevc @ 0x55e2bf2928c0] Error parsing NAL unit #4.
[hevc @ 0x55e2bf2928c0] PPS id out of range: 1
    Last message repeated 1 times
[hevc @ 0x55e2bf2928c0] Error parsing NAL unit #4.
[mpegts @ 0x55e2bf2794c0] Could not find codec parameters for stream 4 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
Input #0, mpegts, from 'http://192.168.1.111:8096/LiveTv/LiveStreamFiles/d3f8d7ae60bf40aa95260440cb2fc507/stream.ts':
  Duration: N/A, start: 71509.536867, bitrate: N/A
  Program 51 
  Stream #0:0[0x13ee]: Video: hevc (Main) ([36][0][0][0] / 0x0024), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
  Stream #0:1[0x13ef](pol): Audio: eac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 160 kb/s
  Stream #0:2[0x13f0](Qaa): Audio: eac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 256 kb/s
  Stream #0:3[0x13f2](pol): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
  Stream #0:4[0x13f3]: Unknown: none ([5][0][0][0] / 0x0005)
  Stream #0:5[0x13f4](Aux): Audio: eac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 96 kb/s (visual impaired) (descriptions)
Output #0, hls, to '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8':
  Metadata:
    encoder         : Lavf60.3.100
  Stream #0:0: Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 50 fps, 50 tbr, 90k tbn
  Stream #0:1: Audio: eac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 256 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=    0 fps=0.0 q=-1.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
[hls @ 0x55e2bf286580] Invalid DTS: 63720 PTS: 54720 in output stream 0:0, replacing by guess
[hls @ 0x55e2bf286580] Invalid DTS: 65520 PTS: 51120 in output stream 0:0, replacing by guess
[hls @ 0x55e2bf286580] Invalid DTS: 67320 PTS: 49320 in output stream 0:0, replacing by guess
[hls @ 0x55e2bf286580] Invalid DTS: 69120 PTS: 52920 in output stream 0:0, replacing by guess
[hls @ 0x55e2bf286580] Invalid DTS: 70920 PTS: 58320 in output stream 0:0, replacing by guess
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61925, current: 49320; changing to 61926. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61926, current: 51120; changing to 61927. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61927, current: 52920; changing to 61928. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61928, current: 54720; changing to 61929. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61929, current: 56520; changing to 61930. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61930, current: 58320; changing to 61931. This may result in incorrect timestamps in the output file.
[hls @ 0x55e2bf286580] Non-monotonous DTS in output stream 0:0; previous: 61931, current: 60120; changing to 61932. This may result in incorrect timestamps in the output file.
frame=  160 fps=0.0 q=-1.0 size=N/A time=-00:00:00.17 bitrate=N/A speed=N/A    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76080.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  207 fps=186 q=-1.0 size=N/A time=00:00:00.40 bitrate=N/A speed=0.363x    
frame=  224 fps=138 q=-1.0 size=N/A time=00:00:00.91 bitrate=N/A speed=0.565x    
frame=  255 fps=112 q=-1.0 size=N/A time=00:00:01.55 bitrate=N/A speed=0.684x    
frame=  287 fps=103 q=-1.0 size=N/A time=00:00:02.06 bitrate=N/A speed=0.745x    
frame=  304 fps= 91 q=-1.0 size=N/A time=00:00:02.67 bitrate=N/A speed=0.803x    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76081.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  337 fps= 88 q=-1.0 size=N/A time=00:00:03.22 bitrate=N/A speed=0.84x    
frame=  355 fps= 81 q=-1.0 size=N/A time=00:00:03.66 bitrate=N/A speed=0.836x    
frame=  401 fps= 82 q=-1.0 size=N/A time=00:00:04.18 bitrate=N/A speed=0.855x    
frame=  404 fps= 75 q=-1.0 size=N/A time=00:00:04.75 bitrate=N/A speed=0.881x    
frame=  451 fps= 76 q=-1.0 size=N/A time=00:00:05.14 bitrate=N/A speed=0.871x    
frame=  457 fps= 71 q=-1.0 size=N/A time=00:00:05.78 bitrate=N/A speed=0.896x    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76082.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  503 fps= 72 q=-1.0 size=N/A time=00:00:06.32 bitrate=N/A speed=0.909x    
frame=  504 fps= 68 q=-1.0 size=N/A time=00:00:06.74 bitrate=N/A speed=0.904x    
frame=  544 fps= 68 q=-1.0 size=N/A time=00:00:07.25 bitrate=N/A speed=0.905x    
frame=  556 fps= 65 q=-1.0 size=N/A time=00:00:07.82 bitrate=N/A speed=0.919x    
frame=  599 fps= 65 q=-1.0 size=N/A time=00:00:08.46 bitrate=N/A speed=0.923x    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76083.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  628 fps= 65 q=-1.0 size=N/A time=00:00:08.98 bitrate=N/A speed=0.928x    
frame=  648 fps= 64 q=-1.0 size=N/A time=00:00:09.58 bitrate=N/A speed=0.942x    
frame=  682 fps= 64 q=-1.0 size=N/A time=00:00:09.94 bitrate=N/A speed=0.931x    
frame=  712 fps= 63 q=-1.0 size=N/A time=00:00:10.51 bitrate=N/A speed=0.936x    
frame=  743 fps= 63 q=-1.0 size=N/A time=00:00:11.15 bitrate=N/A speed=0.942x    
frame=  770 fps= 62 q=-1.0 size=N/A time=00:00:11.66 bitrate=N/A speed=0.945x    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76084.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  792 fps= 62 q=-1.0 size=N/A time=00:00:12.24 bitrate=N/A speed=0.953x    
frame=  823 fps= 61 q=-1.0 size=N/A time=00:00:12.69 bitrate=N/A speed=0.947x    
frame=  840 fps= 60 q=-1.0 size=N/A time=00:00:13.26 bitrate=N/A speed=0.951x    
frame=  880 fps= 61 q=-1.0 size=N/A time=00:00:13.78 bitrate=N/A speed=0.95x    
frame=  895 fps= 60 q=-1.0 size=N/A time=00:00:14.35 bitrate=N/A speed=0.956x    
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76085.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  928 fps= 60 q=-1.0 size=N/A time=00:00:14.74 bitrate=N/A speed=0.95x    
frame=  944 fps= 59 q=-1.0 size=N/A time=00:00:15.31 bitrate=N/A speed=0.956x    

[q] command received. Exiting.

[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db76086.ts' for writing
[hls @ 0x55e2bf286580] Opening '/cache/transcodes/384240960aec2b7405ce48e6b5db7608.m3u8.tmp' for writing
frame=  975 fps= 59 q=-1.0 Lsize=N/A time=00:00:15.73 bitrate=N/A speed=0.954x    
video:11043kB audio:606kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

Please attach any browser or client logs here

No response

Please attach any screenshots here

Screenshot 2024-06-05 223224

Code of Conduct

  • I agree to follow this project's Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglive-tvIssue specific to Live TV functionality

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions