[Issue]: hardware acceleration doesn't work on amdgpu while playing bluray HEVC video #3373

Closed
opened 2026-02-06 23:11:48 +03:00 by OVERLORD · 14 comments
Owner

Originally created by @PetrusZ on GitHub (Nov 13, 2021).

Please describe your bug

I'm using jellyfin/jellyfin:unstable docker image. Hardware acceleration doesn't work on amdgpu while playing UHD Blu-ray HEVC video, the CPU usage is 100%. Ffmpeg log says:

Stream mapping:
  Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
  Stream #0:1 -> #0:1 (truehd (native) -> aac (native))

And radeontop usage is 0.00%.

But on another non-bluray video, HMAX.WEB-DL.HDR.HEVC, hardware acceleration works fine. And the radeontop pipe usage is around 20%. BTW, is it normal that radeontop Graphics pipe usage is only 20%?

I use ffmepg to check codec info, the blu-ray video shows:

  Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc

The non-bluray video shows:

Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)

Jellyfin Version

Other

if other:

10.8.0

Environment

- OS: Gentoo Linux
- Virtualization: Docker
- Clients: Browser
- Browser:chromium 96
- FFmpeg Version: 4.3.2-Jellyfin
- Playback Method: Transcode
- Hardware Acceleration: VAAPI
- Plugins: none
- Reverse Proxy: none
- Base URL: none
- Networking: Host
- Storage: local

Jellyfin logs

[2021-11-13 12:18:13.671 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c - -
[2021-11-13 12:18:13.673 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
[2021-11-13 12:18:13.673 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2021-11-13 12:18:13.685 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
[2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 13.7291ms
[2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"'
[2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c - - - 200 - application/json;+charset=utf-8 16.3352ms
[2021-11-13 12:18:13.697 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c/Intros - -
[2021-11-13 12:18:13.698 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)"'
[2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetIntros\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetIntros(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null]]"'.
[2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)" in 0.5139ms
[2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)"'
[2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c/Intros - - - 200 - application/json;+charset=utf-8 2.8567ms
[2021-11-13 12:18:13.705 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Items/d7bcce118bfdd60b1d4df85a14337a6c/PlaybackInfo?UserId=e3cedf67c3764d2485d174a17562ecaf&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=140000000 application/json 3838
[2021-11-13 12:18:13.705 +08:00] [INF] [3] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2021-11-13 12:18:13.707 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
[2021-11-13 12:18:13.707 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPostedPlaybackInfo\", controller = \"MediaInfo\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.MediaInfo.PlaybackInfoResponse]] GetPostedPlaybackInfo(System.Guid, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Jellyfin.Api.Models.MediaInfoDtos.PlaybackInfoDto)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api").
[2021-11-13 12:18:13.711 +08:00] [INF] [3] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: DeviceProfile { Name: null, Id: null, Identification: null, FriendlyName: null, Manufacturer: null, ManufacturerUrl: null, ModelName: null, ModelDescription: null, ModelNumber: null, ModelUrl: null, SerialNumber: null, EnableAlbumArtInDidl: False, EnableSingleAlbumArtLimit: False, EnableSingleSubtitleLimit: False, SupportedMediaTypes: "Audio,Photo,Video", UserId: null, AlbumArtPn: null, MaxAlbumArtWidth: null, MaxAlbumArtHeight: null, MaxIconWidth: null, MaxIconHeight: null, MaxStreamingBitrate: 120000000, MaxStaticBitrate: 100000000, MusicStreamingTranscodingBitrate: 384000, MaxStaticMusicBitrate: 8000000, SonyAggregationFlags: null, ProtocolInfo: null, TimelineOffsetSeconds: 0, RequiresPlainVideoItems: False, RequiresPlainFolders: False, EnableMSMediaReceiverRegistrar: False, IgnoreTranscodeByteRangeRequests: False, XmlRootAttributes: [], DirectPlayProfiles: [DirectPlayProfile { Container: "webm", AudioCodec: "vorbis,opus", VideoCodec: "vp8,vp9,av1", Type: Video }, DirectPlayProfile { Container: "mp4,m4v", AudioCodec: "aac,mp3,opus,flac,vorbis", VideoCodec: "h264,vp8,vp9,av1", Type: Video }, DirectPlayProfile { Container: "mov", AudioCodec: "aac,mp3,opus,flac,vorbis", VideoCodec: "h264", Type: Video }, DirectPlayProfile { Container: "opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "opus", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "mp3", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "aac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4a", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4b", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "flac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webma", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "webma", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "wav", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ogg", AudioCodec: null, VideoCodec: null, Type: Audio }], TranscodingProfiles: [TranscodingProfile { Container: "ts", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "hls", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: True }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "ts", Type: Video, VideoCodec: "h264", AudioCodec: "aac,mp3", Protocol: "hls", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: True }, TranscodingProfile { Container: "webm", Type: Video, VideoCodec: "vp8,vp9,av1,vpx", AudioCodec: "vorbis,opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp4", Type: Video, VideoCodec: "h264", AudioCodec: "aac,mp3,opus,flac,vorbis", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }], ContainerProfiles: [], CodecProfiles: [CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: Equals, Property: IsSecondaryAudio, Value: "false", IsRequired: False }], ApplyConditions: [], Codec: "aac", Container: null }, CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: Equals, Property: IsSecondaryAudio, Value: "false", IsRequired: False }], ApplyConditions: [], Codec: null, Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "high|main|baseline|constrained baseline|high 10", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "52", IsRequired: False }, ProfileCondition { Condition: NotEquals, Property: IsInterlaced, Value: "true", IsRequired: False }], ApplyConditions: [], Codec: "h264", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "main", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "120", IsRequired: False }, ProfileCondition { Condition: NotEquals, Property: IsInterlaced, Value: "true", IsRequired: False }], ApplyConditions: [], Codec: "hevc", Container: null }], ResponseProfiles: [ResponseProfile { Container: "m4v", AudioCodec: null, VideoCodec: null, Type: Video, OrgPn: null, MimeType: "video/mp4", Conditions: [] }], SubtitleProfiles: [SubtitleProfile { Format: "vtt", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ass", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ssa", Method: External, DidlMode: null, Language: null, Container: null }] }
[2021-11-13 12:18:13.730 +08:00] [ERR] [3] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "ffprobe"
System.NullReferenceException: Object reference not set to an instance of an object.
   at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
[2021-11-13 12:18:13.847 +08:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Petrus". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2021-11-13 12:18:13.847 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
[2021-11-13 12:18:13.847 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 140.1239ms
[2021-11-13 12:18:13.848 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
[2021-11-13 12:18:13.848 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Items/d7bcce118bfdd60b1d4df85a14337a6c/PlaybackInfo?UserId=e3cedf67c3764d2485d174a17562ecaf&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=140000000 application/json 3838 - 200 - application/json;+charset=utf-8 142.3552ms
[2021-11-13 12:18:14.218 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:14.220 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
[2021-11-13 12:18:14.220 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetMasterHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetMasterHlsVideoPlaylist(System.Guid, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
[2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.4584ms
[2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
[2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 744 application/x-mpegURL 4.8008ms
[2021-11-13 12:18:14.227 +08:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:14.229 +08:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
[2021-11-13 12:18:14.229 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetMasterHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetMasterHlsVideoPlaylist(System.Guid, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
[2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.376ms
[2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
[2021-11-13 12:18:14.232 +08:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 744 application/x-mpegURL 4.6365ms
[2021-11-13 12:18:14.256 +08:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:14.258 +08:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:14.258 +08:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:14.265 +08:00] [INF] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-vaapi_device /dev/dri/renderD128 -autorotate 0 -i bluray:\"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam\" -map_metadata -1 -map_chapters -1 -threads 0 -sn   -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/5e4bebd7e978b61280e1b247f5513712/\" -hls_playlist_type event -hls_segment_filename \"/config/transcodes/5e4bebd7e978b61280e1b247f5513712%d.ts\" -y \"/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8\""
[2021-11-13 12:18:24.918 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:24.918 +08:00] [WRN] [39] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported" to "192.168.3.11" in 0:00:10.6621488 with Status Code 200
[2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 10657.9697ms
[2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 10663.0360ms
[2021-11-13 12:18:25.243 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:25.245 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:25.245 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.3864ms
[2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.6560ms
[2021-11-13 12:18:25.252 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:25.253 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:25.254 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:25.255 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:25.255 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7969ms
[2021-11-13 12:18:25.256 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:25.256 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.6904ms
[2021-11-13 12:18:25.256 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/hls/5e4bebd7e978b61280e1b247f5513712/5e4bebd7e978b61280e1b247f55137120.ts - -
[2021-11-13 12:18:25.260 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)"'
[2021-11-13 12:18:25.261 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegmentLegacy\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetHlsVideoSegmentLegacy(System.String, System.String, System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api").
[2021-11-13 12:18:25.261 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/transcodes/5e4bebd7e978b61280e1b247f55137120.ts"' with download name '""' ...
[2021-11-13 12:18:25.290 +08:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)" in 29.5903ms
[2021-11-13 12:18:25.290 +08:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)"'
[2021-11-13 12:18:25.291 +08:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/hls/5e4bebd7e978b61280e1b247f5513712/5e4bebd7e978b61280e1b247f55137120.ts - - - 200 553284 video/mp2t 34.6504ms
[2021-11-13 12:18:25.589 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing application/json 581
[2021-11-13 12:18:25.590 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2021-11-13 12:18:25.591 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
[2021-11-13 12:18:25.592 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackStart\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackStart(MediaBrowser.Model.Session.PlaybackStartInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
[2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)" in 54.7654ms
[2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
[2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing application/json 581 - 204 - - 57.9359ms
[2021-11-13 12:18:25.820 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 511
[2021-11-13 12:18:25.820 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2021-11-13 12:18:25.821 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:25.821 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
[2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 27.3912ms
[2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 511 - 204 - - 29.0041ms
[2021-11-13 12:18:28.289 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:28.290 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:28.290 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:28.292 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:28.295 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 5.0114ms
[2021-11-13 12:18:28.295 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:28.296 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.2554ms
[2021-11-13 12:18:28.299 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:28.302 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:28.302 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:28.305 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:28.306 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.1702ms
[2021-11-13 12:18:28.307 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:28.307 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.0024ms
[2021-11-13 12:18:29.826 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:29.828 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:29.828 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.3416ms
[2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:29.835 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.6376ms
[2021-11-13 12:18:29.836 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:29.838 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:29.838 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7576ms
[2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:29.841 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.5491ms
[2021-11-13 12:18:31.363 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:31.366 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:31.367 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:31.369 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:31.370 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0565ms
[2021-11-13 12:18:31.371 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:31.371 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.6250ms
[2021-11-13 12:18:31.374 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:31.376 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:31.376 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.5296ms
[2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.0213ms
[2021-11-13 12:18:32.903 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:32.906 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:32.906 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:32.909 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:32.909 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0197ms
[2021-11-13 12:18:32.910 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:32.911 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.2970ms
[2021-11-13 12:18:32.915 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:32.917 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:32.918 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:32.920 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:32.921 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9965ms
[2021-11-13 12:18:32.922 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:32.922 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.4635ms
[2021-11-13 12:18:34.442 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:34.443 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:34.443 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:34.444 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.4444ms
[2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5002ms
[2021-11-13 12:18:34.449 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:34.452 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:34.452 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:34.456 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:34.457 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.8796ms
[2021-11-13 12:18:34.458 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:34.458 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.9140ms
[2021-11-13 12:18:35.585 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512
[2021-11-13 12:18:35.591 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2021-11-13 12:18:35.593 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:35.593 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
[2021-11-13 12:18:35.612 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 19.0368ms
[2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 - 204 - - 28.4141ms
[2021-11-13 12:18:35.975 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:35.976 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:35.976 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7652ms
[2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5081ms
[2021-11-13 12:18:35.981 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:35.985 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:35.993 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:35.996 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:35.997 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.3939ms
[2021-11-13 12:18:35.998 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:35.998 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 17.1262ms
[2021-11-13 12:18:37.509 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:37.510 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:37.510 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:37.512 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:37.513 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.8759ms
[2021-11-13 12:18:37.514 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:37.514 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 5.1793ms
[2021-11-13 12:18:37.516 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:37.518 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:37.518 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:37.520 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9521ms
[2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.8362ms
[2021-11-13 12:18:39.042 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:39.044 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:39.044 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:39.047 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:39.050 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 4.929ms
[2021-11-13 12:18:39.051 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:39.051 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.0173ms
[2021-11-13 12:18:39.053 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:39.056 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:39.057 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:39.060 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:39.061 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.9773ms
[2021-11-13 12:18:39.061 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:39.063 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.4754ms
[2021-11-13 12:18:40.583 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:40.586 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:40.586 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:40.590 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:40.590 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9989ms
[2021-11-13 12:18:40.591 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:40.592 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.7855ms
[2021-11-13 12:18:40.594 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:40.596 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:40.598 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:40.601 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:40.601 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.8399ms
[2021-11-13 12:18:40.602 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:40.603 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.9165ms
[2021-11-13 12:18:42.120 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:42.123 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:42.123 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0807ms
[2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:42.127 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 6.7387ms
[2021-11-13 12:18:42.134 +08:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:42.135 +08:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:42.135 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6531ms
[2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.1670ms
[2021-11-13 12:18:43.657 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:43.659 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:43.660 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:43.664 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:43.665 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.3979ms
[2021-11-13 12:18:43.666 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:43.667 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.3958ms
[2021-11-13 12:18:43.668 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:43.676 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:43.677 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:43.680 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:43.681 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.5308ms
[2021-11-13 12:18:43.681 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:43.682 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 13.5981ms
[2021-11-13 12:18:45.197 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:45.201 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:45.201 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:45.204 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.64ms
[2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.6510ms
[2021-11-13 12:18:45.209 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:45.211 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:45.212 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:45.215 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:45.216 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.0114ms
[2021-11-13 12:18:45.217 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:45.218 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.1257ms
[2021-11-13 12:18:45.577 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512
[2021-11-13 12:18:45.577 +08:00] [INF] [36] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2021-11-13 12:18:45.579 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:45.580 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api").
[2021-11-13 12:18:45.604 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 24.6045ms
[2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
[2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 - 204 - - 28.7591ms
[2021-11-13 12:18:46.735 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:46.737 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:46.737 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6894ms
[2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:46.739 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.3549ms
[2021-11-13 12:18:46.748 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - -
[2021-11-13 12:18:46.750 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:46.750 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api").
[2021-11-13 12:18:46.751 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL"
[2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6942ms
[2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"'
[2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5489ms

FFmpeg logs

/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8

{"Protocol":0,"Id":"d7bcce118bfdd60b1d4df85a14337a6c","Path":"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"1-Palm@MTeam","Size":null,"Name":"Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7/Bluray","IsRemote":false,"ETag":"543b6ca4c9f21c87d81daf7a932499c0","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":3,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -vaapi_device /dev/dri/renderD128 -autorotate 0 -i bluray:"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam" -map_metadata -1 -map_chapters -1 -threads 0 -sn   -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/5e4bebd7e978b61280e1b247f5513712/" -hls_playlist_type event -hls_segment_filename "/config/transcodes/5e4bebd7e978b61280e1b247f5513712%d.ts" -y "/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8"


ffmpeg version 4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-libfontconfig --enable-fontconfig --enable-gmp --enable-gnutls --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --arch=amd64 --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-vdpau --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
bdj.c:750: BD-J check: Failed to load JVM library
bluray.c:1091: WARNING: BluRay profile 6 BD-J menu support is experimental
bdj.c:750: BD-J check: Failed to load JVM library
[bluray @ 0x563b44a08a00] 2 usable playlists:
[bluray @ 0x563b44a08a00] playlist 00800.mpls (1:54:58)
[bluray @ 0x563b44a08a00] playlist 00004.mpls (1:54:58)
[bluray @ 0x563b44a08a00] selected 00800.mpls
[mpegts @ 0x563b44a07fc0] start time for stream 10 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 11 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 12 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 13 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 14 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 15 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 16 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 17 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 18 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 19 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 20 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 21 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 22 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 23 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 24 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 25 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 26 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 27 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 28 is not set in estimate_timings_from_pts
[mpegts @ 0x563b44a07fc0] start time for stream 29 is not set in estimate_timings_from_pts
bluray.c:255: 00081.m2ts: no timestamp for SPN 0 (got 0). clip 188955000-499392001.
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'bluray:/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam':
  Duration: 01:54:58.56, start: 4199.000000, bitrate: 69438 kb/s
  Program 1 
    Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc
    Stream #0:1[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit)
    Stream #0:2[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
    Stream #0:3[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s
    Stream #0:4[0x1102]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
    Stream #0:5[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
    Stream #0:6[0x1104]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
    Stream #0:7[0x1105]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
    Stream #0:8[0x1106]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
    Stream #0:9[0x1107]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
    Stream #0:10[0x12a0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:11[0x12a1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:12[0x12a2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:13[0x12a3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:14[0x12a4]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:15[0x12a5]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:16[0x12a6]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:17[0x12a7]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:18[0x12a8]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:19[0x12a9]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:20[0x12aa]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:21[0x12ab]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:22[0x12ac]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:23[0x12ad]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:24[0x12ae]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:25[0x12af]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:26[0x12b0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:27[0x12b1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:28[0x12b2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:29[0x12b3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Stream mapping:
  Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
  Stream #0:1 -> #0:1 (truehd (native) -> aac (native))
Press [q] to stop, [?] for help
[libx264 @ 0x563b44990900] using SAR=1/1
[libx264 @ 0x563b44990900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x563b44990900] profile High 10, level 5.1, 4:2:0, 10-bit
[libx264 @ 0x563b44990900] 264 - core 160 r3011 cde9a93 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=81 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, hls, to '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8':
  Metadata:
    encoder         : Lavf58.45.100
    Stream #0:0: Video: h264 (libx264), yuv420p10le, 3840x2160 [SAR 1:1 DAR 16:9], q=-1--1, 23.98 fps, 90k tbn, 23.98 tbc
    Metadata:
      encoder         : Lavc58.91.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
    Stream #0:1: Audio: aac (LC), 48000 Hz, 7.1, fltp (24 bit), 469 kb/s
    Metadata:
      encoder         : Lavc58.91.100 aac
frame=    4 fps=0.0 q=0.0 size=N/A time=01:09:59.42 bitrate=N/A speed=8.16e+03x    
frame=   11 fps= 10 q=0.0 size=N/A time=01:09:59.72 bitrate=N/A speed=3.82e+03x    
frame=   19 fps= 12 q=0.0 size=N/A time=01:10:00.06 bitrate=N/A speed=2.59e+03x    
frame=   33 fps= 15 q=0.0 size=N/A time=01:10:00.64 bitrate=N/A speed=1.95e+03x    
frame=   46 fps= 15 q=0.0 size=N/A time=01:10:01.19 bitrate=N/A speed=1.39e+03x    
frame=   56 fps= 16 q=0.0 size=N/A time=01:10:01.60 bitrate=N/A speed=1.19e+03x    
frame=   64 fps= 16 q=40.0 size=N/A time=01:10:01.92 bitrate=N/A speed=1.04e+03x    
frame=   71 fps= 16 q=40.0 size=N/A time=01:10:02.22 bitrate=N/A speed= 926x    
frame=   79 fps= 15 q=40.0 size=N/A time=01:10:02.56 bitrate=N/A speed= 820x    
frame=   87 fps= 15 q=40.0 size=N/A time=01:10:02.88 bitrate=N/A speed= 743x    
frame=   96 fps= 15 q=40.0 size=N/A time=01:10:03.26 bitrate=N/A speed= 678x    
frame=  101 fps= 15 q=40.0 size=N/A time=01:10:03.50 bitrate=N/A speed= 625x    
frame=  103 fps= 14 q=40.0 size=N/A time=01:10:03.56 bitrate=N/A speed= 568x    
frame=  105 fps= 13 q=40.0 size=N/A time=01:10:03.65 bitrate=N/A speed= 520x    
frame=  111 fps= 13 q=40.0 size=N/A time=01:10:03.90 bitrate=N/A speed= 483x    
frame=  116 fps= 13 q=40.0 size=N/A time=01:10:04.09 bitrate=N/A speed= 456x    
frame=  121 fps= 12 q=40.0 size=N/A time=01:10:04.33 bitrate=N/A speed= 433x    
frame=  128 fps= 12 q=40.0 size=N/A time=01:10:04.61 bitrate=N/A speed= 405x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137120.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  135 fps= 12 q=40.0 size=N/A time=01:10:04.90 bitrate=N/A speed= 376x    
frame=  140 fps= 12 q=40.0 size=N/A time=01:10:05.10 bitrate=N/A speed= 359x    
frame=  147 fps= 12 q=40.0 size=N/A time=01:10:05.42 bitrate=N/A speed= 342x    
frame=  151 fps= 11 q=40.0 size=N/A time=01:10:05.57 bitrate=N/A speed= 319x    
frame=  158 fps= 11 q=40.0 size=N/A time=01:10:05.86 bitrate=N/A speed= 290x    
frame=  161 fps= 11 q=40.0 size=N/A time=01:10:06.01 bitrate=N/A speed= 275x    
frame=  167 fps= 11 q=40.0 size=N/A time=01:10:06.27 bitrate=N/A speed= 266x    
frame=  174 fps= 11 q=40.0 size=N/A time=01:10:06.53 bitrate=N/A speed= 256x    
frame=  182 fps= 11 q=40.0 size=N/A time=01:10:06.85 bitrate=N/A speed= 246x    
frame=  185 fps= 10 q=40.0 size=N/A time=01:10:07.02 bitrate=N/A speed= 238x    
frame=  190 fps= 10 q=40.0 size=N/A time=01:10:07.23 bitrate=N/A speed= 230x    
frame=  194 fps= 10 q=40.0 size=N/A time=01:10:07.36 bitrate=N/A speed= 222x    
frame=  201 fps= 10 q=40.0 size=N/A time=01:10:07.68 bitrate=N/A speed= 214x    
frame=  206 fps= 10 q=40.0 size=N/A time=01:10:07.85 bitrate=N/A speed= 208x    
frame=  212 fps= 10 q=40.0 size=N/A time=01:10:08.10 bitrate=N/A speed= 203x    
frame=  217 fps= 10 q=40.0 size=N/A time=01:10:08.32 bitrate=N/A speed= 196x    
frame=  224 fps= 10 q=40.0 size=N/A time=01:10:08.70 bitrate=N/A speed= 192x    
frame=  227 fps= 10 q=40.0 size=N/A time=01:10:08.74 bitrate=N/A speed= 187x    
frame=  234 fps= 10 q=40.0 size=N/A time=01:10:09.06 bitrate=N/A speed= 181x    
frame=  241 fps= 10 q=40.0 size=N/A time=01:10:09.32 bitrate=N/A speed= 177x    
frame=  246 fps= 10 q=40.0 size=N/A time=01:10:09.53 bitrate=N/A speed= 174x    
frame=  251 fps= 10 q=40.0 size=N/A time=01:10:09.73 bitrate=N/A speed= 170x    
frame=  258 fps= 10 q=40.0 size=N/A time=01:10:10.09 bitrate=N/A speed= 166x    
frame=  262 fps= 10 q=40.0 size=N/A time=01:10:10.24 bitrate=N/A speed= 162x    
frame=  269 fps= 10 q=40.0 size=N/A time=01:10:10.49 bitrate=N/A speed= 159x    
frame=  274 fps= 10 q=40.0 size=N/A time=01:10:10.69 bitrate=N/A speed= 155x    
frame=  282 fps= 10 q=40.0 size=N/A time=01:10:11.07 bitrate=N/A speed= 151x    
frame=  290 fps= 10 q=40.0 size=N/A time=01:10:11.37 bitrate=N/A speed= 148x    
frame=  296 fps= 10 q=40.0 size=N/A time=01:10:11.62 bitrate=N/A speed= 145x    
frame=  302 fps= 10 q=40.0 size=N/A time=01:10:11.88 bitrate=N/A speed= 142x    
frame=  308 fps= 10 q=40.0 size=N/A time=01:10:12.09 bitrate=N/A speed= 139x    
frame=  314 fps= 10 q=40.0 size=N/A time=01:10:12.35 bitrate=N/A speed= 137x    
frame=  321 fps= 10 q=40.0 size=N/A time=01:10:12.65 bitrate=N/A speed= 134x    
frame=  326 fps= 10 q=40.0 size=N/A time=01:10:12.86 bitrate=N/A speed= 132x    
frame=  330 fps= 10 q=40.0 size=N/A time=01:10:13.05 bitrate=N/A speed= 129x    
frame=  337 fps= 10 q=40.0 size=N/A time=01:10:13.31 bitrate=N/A speed= 127x    
frame=  342 fps= 10 q=40.0 size=N/A time=01:10:13.54 bitrate=N/A speed= 125x    
frame=  346 fps= 10 q=40.0 size=N/A time=01:10:13.69 bitrate=N/A speed= 123x    
frame=  354 fps= 10 q=40.0 size=N/A time=01:10:14.08 bitrate=N/A speed= 120x    
frame=  359 fps= 10 q=40.0 size=N/A time=01:10:14.27 bitrate=N/A speed= 118x    
frame=  366 fps= 10 q=40.0 size=N/A time=01:10:14.53 bitrate=N/A speed= 116x    
frame=  374 fps= 10 q=40.0 size=N/A time=01:10:14.85 bitrate=N/A speed= 114x    
frame=  378 fps= 10 q=40.0 size=N/A time=01:10:15.08 bitrate=N/A speed= 112x    
frame=  382 fps= 10 q=40.0 size=N/A time=01:10:15.23 bitrate=N/A speed= 111x    
frame=  390 fps= 10 q=40.0 size=N/A time=01:10:15.53 bitrate=N/A speed= 109x    
frame=  395 fps= 10 q=40.0 size=N/A time=01:10:15.74 bitrate=N/A speed= 107x    
frame=  402 fps= 10 q=40.0 size=N/A time=01:10:16.06 bitrate=N/A speed= 106x    
frame=  409 fps= 10 q=40.0 size=N/A time=01:10:16.32 bitrate=N/A speed= 105x    
frame=  414 fps= 10 q=40.0 size=N/A time=01:10:16.55 bitrate=N/A speed= 103x    
frame=  416 fps= 10 q=37.0 size=N/A time=01:10:16.64 bitrate=N/A speed= 101x    
frame=  425 fps= 10 q=40.0 size=N/A time=01:10:17.02 bitrate=N/A speed=99.4x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137121.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  433 fps= 10 q=40.0 size=N/A time=01:10:17.32 bitrate=N/A speed=98.2x    
frame=  438 fps= 10 q=40.0 size=N/A time=01:10:17.53 bitrate=N/A speed=  97x    
frame=  446 fps= 10 q=40.0 size=N/A time=01:10:17.85 bitrate=N/A speed=95.9x    
frame=  450 fps= 10 q=40.0 size=N/A time=01:10:18.09 bitrate=N/A speed=94.6x    
frame=  458 fps= 10 q=40.0 size=N/A time=01:10:18.37 bitrate=N/A speed=93.6x    
frame=  465 fps= 10 q=40.0 size=N/A time=01:10:18.69 bitrate=N/A speed=92.3x    
frame=  473 fps= 10 q=40.0 size=N/A time=01:10:19.05 bitrate=N/A speed=91.1x    
frame=  481 fps= 10 q=40.0 size=N/A time=01:10:19.33 bitrate=N/A speed=  90x    
frame=  489 fps= 10 q=40.0 size=N/A time=01:10:19.71 bitrate=N/A speed=88.8x    
frame=  500 fps= 10 q=40.0 size=N/A time=01:10:20.14 bitrate=N/A speed=87.8x    
frame=  505 fps= 10 q=40.0 size=N/A time=01:10:20.33 bitrate=N/A speed=86.9x    
frame=  513 fps= 10 q=40.0 size=N/A time=01:10:20.71 bitrate=N/A speed=85.7x    
frame=  521 fps= 10 q=40.0 size=N/A time=01:10:21.03 bitrate=N/A speed=84.8x    
frame=  530 fps= 11 q=40.0 size=N/A time=01:10:21.37 bitrate=N/A speed=83.9x    
frame=  538 fps= 11 q=40.0 size=N/A time=01:10:21.69 bitrate=N/A speed=82.9x    
frame=  545 fps= 11 q=40.0 size=N/A time=01:10:21.99 bitrate=N/A speed=  82x    
frame=  553 fps= 11 q=40.0 size=N/A time=01:10:22.33 bitrate=N/A speed=80.9x    
frame=  561 fps= 11 q=40.0 size=N/A time=01:10:22.65 bitrate=N/A speed=80.1x    
frame=  570 fps= 11 q=40.0 size=N/A time=01:10:23.04 bitrate=N/A speed=79.2x    
frame=  579 fps= 11 q=40.0 size=N/A time=01:10:23.42 bitrate=N/A speed=78.4x    
frame=  583 fps= 11 q=40.0 size=N/A time=01:10:23.59 bitrate=N/A speed=77.5x    
frame=  591 fps= 11 q=40.0 size=N/A time=01:10:23.91 bitrate=N/A speed=76.5x    
frame=  597 fps= 11 q=40.0 size=N/A time=01:10:24.17 bitrate=N/A speed=75.6x    
frame=  603 fps= 11 q=40.0 size=N/A time=01:10:24.42 bitrate=N/A speed=74.9x    
frame=  608 fps= 11 q=40.0 size=N/A time=01:10:24.62 bitrate=N/A speed=74.2x    
frame=  614 fps= 11 q=40.0 size=N/A time=01:10:24.87 bitrate=N/A speed=73.4x    
frame=  618 fps= 11 q=40.0 size=N/A time=01:10:25.02 bitrate=N/A speed=72.7x    
frame=  622 fps= 11 q=40.0 size=N/A time=01:10:25.21 bitrate=N/A speed=72.1x    
frame=  625 fps= 11 q=40.0 size=N/A time=01:10:25.34 bitrate=N/A speed=  71x    
frame=  627 fps= 10 q=40.0 size=N/A time=01:10:25.45 bitrate=N/A speed=70.4x    
frame=  629 fps= 10 q=40.0 size=N/A time=01:10:25.51 bitrate=N/A speed=69.8x    
frame=  634 fps= 10 q=40.0 size=N/A time=01:10:25.70 bitrate=N/A speed=69.2x    
frame=  639 fps= 10 q=40.0 size=N/A time=01:10:25.92 bitrate=N/A speed=68.5x    
frame=  644 fps= 10 q=40.0 size=N/A time=01:10:26.11 bitrate=N/A speed=  68x    
frame=  649 fps= 10 q=40.0 size=N/A time=01:10:26.34 bitrate=N/A speed=67.2x    
frame=  653 fps= 10 q=40.0 size=N/A time=01:10:26.49 bitrate=N/A speed=66.6x    
frame=  658 fps= 10 q=40.0 size=N/A time=01:10:26.73 bitrate=N/A speed=  66x    
frame=  662 fps= 10 q=40.0 size=N/A time=01:10:26.88 bitrate=N/A speed=65.5x    
frame=  666 fps= 10 q=40.0 size=N/A time=01:10:27.05 bitrate=N/A speed=64.9x    
frame=  674 fps= 10 q=40.0 size=N/A time=01:10:27.37 bitrate=N/A speed=64.4x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137122.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  676 fps= 10 q=40.0 size=N/A time=01:10:27.45 bitrate=N/A speed=63.9x    
frame=  677 fps= 10 q=40.0 size=N/A time=01:10:27.50 bitrate=N/A speed=63.3x    
frame=  679 fps= 10 q=40.0 size=N/A time=01:10:27.58 bitrate=N/A speed=62.8x    
frame=  685 fps= 10 q=40.0 size=N/A time=01:10:27.84 bitrate=N/A speed=62.3x    
frame=  689 fps= 10 q=40.0 size=N/A time=01:10:28.01 bitrate=N/A speed=61.7x    
frame=  694 fps= 10 q=40.0 size=N/A time=01:10:28.20 bitrate=N/A speed=61.2x    
frame=  697 fps= 10 q=40.0 size=N/A time=01:10:28.33 bitrate=N/A speed=60.8x    
frame=  702 fps= 10 q=40.0 size=N/A time=01:10:28.54 bitrate=N/A speed=60.3x    
frame=  706 fps= 10 q=40.0 size=N/A time=01:10:28.71 bitrate=N/A speed=59.7x    
frame=  711 fps= 10 q=40.0 size=N/A time=01:10:28.93 bitrate=N/A speed=59.3x    
frame=  716 fps= 10 q=40.0 size=N/A time=01:10:29.12 bitrate=N/A speed=58.8x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137123.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  721 fps=9.9 q=40.0 size=N/A time=01:10:29.35 bitrate=N/A speed=58.3x    
frame=  725 fps=9.9 q=40.0 size=N/A time=01:10:29.50 bitrate=N/A speed=57.9x    
frame=  729 fps=9.9 q=40.0 size=N/A time=01:10:29.76 bitrate=N/A speed=57.5x    
frame=  734 fps=9.9 q=40.0 size=N/A time=01:10:29.89 bitrate=N/A speed=57.1x    
frame=  740 fps=9.9 q=40.0 size=N/A time=01:10:30.12 bitrate=N/A speed=56.4x    
frame=  748 fps=9.9 q=40.0 size=N/A time=01:10:30.46 bitrate=N/A speed=  56x    
frame=  750 fps=9.9 q=40.0 size=N/A time=01:10:30.53 bitrate=N/A speed=55.6x    
frame=  754 fps=9.8 q=40.0 size=N/A time=01:10:30.72 bitrate=N/A speed=55.1x    
frame=  760 fps=9.8 q=40.0 size=N/A time=01:10:30.97 bitrate=N/A speed=54.7x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137124.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  767 fps=9.8 q=40.0 size=N/A time=01:10:31.27 bitrate=N/A speed=54.3x    
frame=  769 fps=9.8 q=40.0 size=N/A time=01:10:31.34 bitrate=N/A speed=53.7x    
frame=  774 fps=9.8 q=40.0 size=N/A time=01:10:31.55 bitrate=N/A speed=53.3x    
frame=  779 fps=9.7 q=40.0 size=N/A time=01:10:31.81 bitrate=N/A speed=52.9x    
frame=  784 fps=9.7 q=40.0 size=N/A time=01:10:31.98 bitrate=N/A speed=52.5x    
frame=  788 fps=9.6 q=40.0 size=N/A time=01:10:32.13 bitrate=N/A speed=51.6x    
frame=  790 fps=9.6 q=40.0 size=N/A time=01:10:32.23 bitrate=N/A speed=51.2x    
frame=  796 fps=9.6 q=40.0 size=N/A time=01:10:32.45 bitrate=N/A speed=50.9x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137125.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  802 fps=9.6 q=40.0 size=N/A time=01:10:32.70 bitrate=N/A speed=50.6x    
frame=  807 fps=9.6 q=40.0 size=N/A time=01:10:32.94 bitrate=N/A speed=50.3x    
frame=  811 fps=9.6 q=40.0 size=N/A time=01:10:33.09 bitrate=N/A speed=49.9x    
frame=  815 fps=9.5 q=40.0 size=N/A time=01:10:33.26 bitrate=N/A speed=49.5x    
frame=  819 fps=9.5 q=40.0 size=N/A time=01:10:33.41 bitrate=N/A speed=49.1x    
frame=  821 fps=9.4 q=40.0 size=N/A time=01:10:33.51 bitrate=N/A speed=48.4x    
frame=  826 fps=9.4 q=40.0 size=N/A time=01:10:33.77 bitrate=N/A speed=48.1x    
frame=  831 fps=9.4 q=40.0 size=N/A time=01:10:33.92 bitrate=N/A speed=47.7x    
frame=  839 fps=9.4 q=40.0 size=N/A time=01:10:34.24 bitrate=N/A speed=47.4x    
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137126.ts' for writing
[hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing
frame=  847 fps=9.4 q=40.0 size=N/A time=01:10:34.60 bitrate=N/A speed=  47x    
frame=  851 fps=9.4 q=40.0 size=N/A time=01:10:34.75 bitrate=N/A speed=46.7x    
frame=  856 fps=9.4 q=40.0 size=N/A time=01:10:34.98 bitrate=N/A speed=46.4x    
frame=  860 fps=9.4 q=40.0 size=N/A time=01:10:35.13 bitrate=N/A speed=46.1x    
frame=  867 fps=9.4 q=40.0 size=N/A time=01:10:35.43 bitrate=N/A speed=45.8x

Please attach any browser or client logs here

No response

Please attach any screenshots here

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @PetrusZ on GitHub (Nov 13, 2021). ### Please describe your bug I'm using jellyfin/jellyfin:unstable docker image. Hardware acceleration doesn't work on amdgpu while playing UHD Blu-ray HEVC video, the CPU usage is 100%. Ffmpeg log says: ``` Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (truehd (native) -> aac (native)) ``` And radeontop usage is 0.00%. But on another non-bluray video, HMAX.WEB-DL.HDR.HEVC, hardware acceleration works fine. And the radeontop pipe usage is around 20%. BTW, is it normal that radeontop Graphics pipe usage is only 20%? I use ffmepg to check codec info, the blu-ray video shows: ``` Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc ``` The non-bluray video shows: ``` Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default) ``` ### Jellyfin Version Other ### if other: 10.8.0 ### Environment ```markdown - OS: Gentoo Linux - Virtualization: Docker - Clients: Browser - Browser:chromium 96 - FFmpeg Version: 4.3.2-Jellyfin - Playback Method: Transcode - Hardware Acceleration: VAAPI - Plugins: none - Reverse Proxy: none - Base URL: none - Networking: Host - Storage: local ``` ### Jellyfin logs ```shell [2021-11-13 12:18:13.671 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c - - [2021-11-13 12:18:13.673 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"' [2021-11-13 12:18:13.673 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItem\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItem(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api"). [2021-11-13 12:18:13.685 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'. [2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)" in 13.7291ms [2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItem (Jellyfin.Api)"' [2021-11-13 12:18:13.687 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c - - - 200 - application/json;+charset=utf-8 16.3352ms [2021-11-13 12:18:13.697 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c/Intros - - [2021-11-13 12:18:13.698 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)"' [2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetIntros\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetIntros(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api"). [2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null]]"'. [2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)" in 0.5139ms [2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetIntros (Jellyfin.Api)"' [2021-11-13 12:18:13.699 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/Users/e3cedf67c3764d2485d174a17562ecaf/Items/d7bcce118bfdd60b1d4df85a14337a6c/Intros - - - 200 - application/json;+charset=utf-8 2.8567ms [2021-11-13 12:18:13.705 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Items/d7bcce118bfdd60b1d4df85a14337a6c/PlaybackInfo?UserId=e3cedf67c3764d2485d174a17562ecaf&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=140000000 application/json 3838 [2021-11-13 12:18:13.705 +08:00] [INF] [3] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2021-11-13 12:18:13.707 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"' [2021-11-13 12:18:13.707 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPostedPlaybackInfo\", controller = \"MediaInfo\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.MediaInfo.PlaybackInfoResponse]] GetPostedPlaybackInfo(System.Guid, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Jellyfin.Api.Models.MediaInfoDtos.PlaybackInfoDto)" on controller "Jellyfin.Api.Controllers.MediaInfoController" ("Jellyfin.Api"). [2021-11-13 12:18:13.711 +08:00] [INF] [3] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: DeviceProfile { Name: null, Id: null, Identification: null, FriendlyName: null, Manufacturer: null, ManufacturerUrl: null, ModelName: null, ModelDescription: null, ModelNumber: null, ModelUrl: null, SerialNumber: null, EnableAlbumArtInDidl: False, EnableSingleAlbumArtLimit: False, EnableSingleSubtitleLimit: False, SupportedMediaTypes: "Audio,Photo,Video", UserId: null, AlbumArtPn: null, MaxAlbumArtWidth: null, MaxAlbumArtHeight: null, MaxIconWidth: null, MaxIconHeight: null, MaxStreamingBitrate: 120000000, MaxStaticBitrate: 100000000, MusicStreamingTranscodingBitrate: 384000, MaxStaticMusicBitrate: 8000000, SonyAggregationFlags: null, ProtocolInfo: null, TimelineOffsetSeconds: 0, RequiresPlainVideoItems: False, RequiresPlainFolders: False, EnableMSMediaReceiverRegistrar: False, IgnoreTranscodeByteRangeRequests: False, XmlRootAttributes: [], DirectPlayProfiles: [DirectPlayProfile { Container: "webm", AudioCodec: "vorbis,opus", VideoCodec: "vp8,vp9,av1", Type: Video }, DirectPlayProfile { Container: "mp4,m4v", AudioCodec: "aac,mp3,opus,flac,vorbis", VideoCodec: "h264,vp8,vp9,av1", Type: Video }, DirectPlayProfile { Container: "mov", AudioCodec: "aac,mp3,opus,flac,vorbis", VideoCodec: "h264", Type: Video }, DirectPlayProfile { Container: "opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "opus", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "mp3", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "aac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4a", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4b", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "flac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webma", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "webma", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "wav", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ogg", AudioCodec: null, VideoCodec: null, Type: Audio }], TranscodingProfiles: [TranscodingProfile { Container: "ts", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "hls", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: True }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "ts", Type: Video, VideoCodec: "h264", AudioCodec: "aac,mp3", Protocol: "hls", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: True }, TranscodingProfile { Container: "webm", Type: Video, VideoCodec: "vp8,vp9,av1,vpx", AudioCodec: "vorbis,opus", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }, TranscodingProfile { Container: "mp4", Type: Video, VideoCodec: "h264", AudioCodec: "aac,mp3,opus,flac,vorbis", Protocol: "http", EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False }], ContainerProfiles: [], CodecProfiles: [CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: Equals, Property: IsSecondaryAudio, Value: "false", IsRequired: False }], ApplyConditions: [], Codec: "aac", Container: null }, CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: Equals, Property: IsSecondaryAudio, Value: "false", IsRequired: False }], ApplyConditions: [], Codec: null, Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "high|main|baseline|constrained baseline|high 10", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "52", IsRequired: False }, ProfileCondition { Condition: NotEquals, Property: IsInterlaced, Value: "true", IsRequired: False }], ApplyConditions: [], Codec: "h264", Container: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "main", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "120", IsRequired: False }, ProfileCondition { Condition: NotEquals, Property: IsInterlaced, Value: "true", IsRequired: False }], ApplyConditions: [], Codec: "hevc", Container: null }], ResponseProfiles: [ResponseProfile { Container: "m4v", AudioCodec: null, VideoCodec: null, Type: Video, OrgPn: null, MimeType: "video/mp4", Conditions: [] }], SubtitleProfiles: [SubtitleProfile { Format: "vtt", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ass", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ssa", Method: External, DidlMode: null, Language: null, Container: null }] } [2021-11-13 12:18:13.730 +08:00] [ERR] [3] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "ffprobe" System.NullReferenceException: Object reference not set to an instance of an object. at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) [2021-11-13 12:18:13.847 +08:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "Petrus". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True [2021-11-13 12:18:13.847 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'. [2021-11-13 12:18:13.847 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 140.1239ms [2021-11-13 12:18:13.848 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"' [2021-11-13 12:18:13.848 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Items/d7bcce118bfdd60b1d4df85a14337a6c/PlaybackInfo?UserId=e3cedf67c3764d2485d174a17562ecaf&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&MaxStreamingBitrate=140000000 application/json 3838 - 200 - application/json;+charset=utf-8 142.3552ms [2021-11-13 12:18:14.218 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:14.220 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"' [2021-11-13 12:18:14.220 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetMasterHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetMasterHlsVideoPlaylist(System.Guid, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ... [2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.4584ms [2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"' [2021-11-13 12:18:14.223 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 744 application/x-mpegURL 4.8008ms [2021-11-13 12:18:14.227 +08:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:14.229 +08:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"' [2021-11-13 12:18:14.229 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetMasterHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetMasterHlsVideoPlaylist(System.Guid, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ... [2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 2.376ms [2021-11-13 12:18:14.231 +08:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"' [2021-11-13 12:18:14.232 +08:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/master.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 744 application/x-mpegURL 4.6365ms [2021-11-13 12:18:14.256 +08:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:14.258 +08:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:14.258 +08:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:14.265 +08:00] [INF] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-vaapi_device /dev/dri/renderD128 -autorotate 0 -i bluray:\"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -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/5e4bebd7e978b61280e1b247f5513712/\" -hls_playlist_type event -hls_segment_filename \"/config/transcodes/5e4bebd7e978b61280e1b247f5513712%d.ts\" -y \"/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8\"" [2021-11-13 12:18:24.918 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:24.918 +08:00] [WRN] [39] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported" to "192.168.3.11" in 0:00:10.6621488 with Status Code 200 [2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 10657.9697ms [2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:24.919 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 10663.0360ms [2021-11-13 12:18:25.243 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:25.245 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:25.245 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.3864ms [2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:25.248 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.6560ms [2021-11-13 12:18:25.252 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:25.253 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:25.254 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:25.255 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:25.255 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7969ms [2021-11-13 12:18:25.256 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:25.256 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.6904ms [2021-11-13 12:18:25.256 +08:00] [INF] [3] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/hls/5e4bebd7e978b61280e1b247f5513712/5e4bebd7e978b61280e1b247f55137120.ts - - [2021-11-13 12:18:25.260 +08:00] [INF] [3] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)"' [2021-11-13 12:18:25.261 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegmentLegacy\", controller = \"HlsSegment\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetHlsVideoSegmentLegacy(System.String, System.String, System.String, System.String)" on controller "Jellyfin.Api.Controllers.HlsSegmentController" ("Jellyfin.Api"). [2021-11-13 12:18:25.261 +08:00] [INF] [3] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/transcodes/5e4bebd7e978b61280e1b247f55137120.ts"' with download name '""' ... [2021-11-13 12:18:25.290 +08:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)" in 29.5903ms [2021-11-13 12:18:25.290 +08:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.HlsSegmentController.GetHlsVideoSegmentLegacy (Jellyfin.Api)"' [2021-11-13 12:18:25.291 +08:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/hls/5e4bebd7e978b61280e1b247f5513712/5e4bebd7e978b61280e1b247f55137120.ts - - - 200 553284 video/mp2t 34.6504ms [2021-11-13 12:18:25.589 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing application/json 581 [2021-11-13 12:18:25.590 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2021-11-13 12:18:25.591 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"' [2021-11-13 12:18:25.592 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackStart\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackStart(MediaBrowser.Model.Session.PlaybackStartInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api"). [2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204 [2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)" in 54.7654ms [2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"' [2021-11-13 12:18:25.647 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing application/json 581 - 204 - - 57.9359ms [2021-11-13 12:18:25.820 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 511 [2021-11-13 12:18:25.820 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2021-11-13 12:18:25.821 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:25.821 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api"). [2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204 [2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 27.3912ms [2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:25.849 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 511 - 204 - - 29.0041ms [2021-11-13 12:18:28.289 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:28.290 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:28.290 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:28.292 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:28.295 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 5.0114ms [2021-11-13 12:18:28.295 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:28.296 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.2554ms [2021-11-13 12:18:28.299 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:28.302 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:28.302 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:28.305 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:28.306 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.1702ms [2021-11-13 12:18:28.307 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:28.307 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.0024ms [2021-11-13 12:18:29.826 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:29.828 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:29.828 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.3416ms [2021-11-13 12:18:29.832 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:29.835 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.6376ms [2021-11-13 12:18:29.836 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:29.838 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:29.838 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7576ms [2021-11-13 12:18:29.840 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:29.841 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.5491ms [2021-11-13 12:18:31.363 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:31.366 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:31.367 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:31.369 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:31.370 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0565ms [2021-11-13 12:18:31.371 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:31.371 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.6250ms [2021-11-13 12:18:31.374 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:31.376 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:31.376 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.5296ms [2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:31.377 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.0213ms [2021-11-13 12:18:32.903 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:32.906 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:32.906 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:32.909 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:32.909 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0197ms [2021-11-13 12:18:32.910 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:32.911 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.2970ms [2021-11-13 12:18:32.915 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:32.917 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:32.918 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:32.920 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:32.921 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9965ms [2021-11-13 12:18:32.922 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:32.922 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 7.4635ms [2021-11-13 12:18:34.442 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:34.443 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:34.443 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:34.444 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.4444ms [2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:34.445 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5002ms [2021-11-13 12:18:34.449 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:34.452 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:34.452 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:34.456 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:34.457 +08:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.8796ms [2021-11-13 12:18:34.458 +08:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:34.458 +08:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.9140ms [2021-11-13 12:18:35.585 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 [2021-11-13 12:18:35.591 +08:00] [INF] [54] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2021-11-13 12:18:35.593 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:35.593 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api"). [2021-11-13 12:18:35.612 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204 [2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 19.0368ms [2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:35.613 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 - 204 - - 28.4141ms [2021-11-13 12:18:35.975 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:35.976 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:35.976 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.7652ms [2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:35.978 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5081ms [2021-11-13 12:18:35.981 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:35.985 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:35.993 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:35.996 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:35.997 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.3939ms [2021-11-13 12:18:35.998 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:35.998 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 17.1262ms [2021-11-13 12:18:37.509 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:37.510 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:37.510 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:37.512 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:37.513 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.8759ms [2021-11-13 12:18:37.514 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:37.514 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 5.1793ms [2021-11-13 12:18:37.516 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:37.518 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:37.518 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:37.520 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9521ms [2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:37.521 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 4.8362ms [2021-11-13 12:18:39.042 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:39.044 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:39.044 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:39.047 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:39.050 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 4.929ms [2021-11-13 12:18:39.051 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:39.051 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.0173ms [2021-11-13 12:18:39.053 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:39.056 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:39.057 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:39.060 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:39.061 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.9773ms [2021-11-13 12:18:39.061 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:39.063 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.4754ms [2021-11-13 12:18:40.583 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:40.586 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:40.586 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:40.590 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:40.590 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.9989ms [2021-11-13 12:18:40.591 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:40.592 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.7855ms [2021-11-13 12:18:40.594 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:40.596 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:40.598 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:40.601 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:40.601 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.8399ms [2021-11-13 12:18:40.602 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:40.603 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.9165ms [2021-11-13 12:18:42.120 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:42.123 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:42.123 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.0807ms [2021-11-13 12:18:42.126 +08:00] [INF] [54] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:42.127 +08:00] [INF] [54] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 6.7387ms [2021-11-13 12:18:42.134 +08:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:42.135 +08:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:42.135 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6531ms [2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:42.137 +08:00] [INF] [57] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.1670ms [2021-11-13 12:18:43.657 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:43.659 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:43.660 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:43.664 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:43.665 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.3979ms [2021-11-13 12:18:43.666 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:43.667 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.3958ms [2021-11-13 12:18:43.668 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:43.676 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:43.677 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:43.680 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:43.681 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.5308ms [2021-11-13 12:18:43.681 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:43.682 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 13.5981ms [2021-11-13 12:18:45.197 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:45.201 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:45.201 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:45.204 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 2.64ms [2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:45.205 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 8.6510ms [2021-11-13 12:18:45.209 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:45.211 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:45.212 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:45.215 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:45.216 +08:00] [INF] [60] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 3.0114ms [2021-11-13 12:18:45.217 +08:00] [INF] [60] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:45.218 +08:00] [INF] [60] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 9.1257ms [2021-11-13 12:18:45.577 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 [2021-11-13 12:18:45.577 +08:00] [INF] [36] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful. [2021-11-13 12:18:45.579 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:45.580 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"ReportPlaybackProgress\", controller = \"Playstate\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] ReportPlaybackProgress(MediaBrowser.Model.Session.PlaybackProgressInfo)" on controller "Jellyfin.Api.Controllers.PlaystateController" ("Jellyfin.Api"). [2021-11-13 12:18:45.604 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204 [2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 24.6045ms [2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"' [2021-11-13 12:18:45.605 +08:00] [INF] [36] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 POST http://192.168.3.10:8096/Sessions/Playing/Progress application/json 512 - 204 - - 28.7591ms [2021-11-13 12:18:46.735 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:46.737 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:46.737 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6894ms [2021-11-13 12:18:46.738 +08:00] [INF] [39] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:46.739 +08:00] [INF] [39] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.3549ms [2021-11-13 12:18:46.748 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - [2021-11-13 12:18:46.750 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:46.750 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLiveHlsStream\", controller = \"VideoHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetLiveHlsStream(System.Guid, System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Single], System.Nullable`1[System.Single], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int64], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.SubtitleDeliveryMethod], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Boolean], System.String, System.String, System.String, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.Dlna.EncodingContext], System.Collections.Generic.Dictionary`2[System.String,System.String], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.VideoHlsController" ("Jellyfin.Api"). [2021-11-13 12:18:46.751 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor: Executing ContentResult with HTTP Response ContentType of "application/x-mpegURL" [2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)" in 1.6942ms [2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.VideoHlsController.GetLiveHlsStream (Jellyfin.Api)"' [2021-11-13 12:18:46.752 +08:00] [INF] [35] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished HTTP/1.1 GET http://192.168.3.10:8096/videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTYuMC40NjY0LjE4IFNhZmFyaS81MzcuMzZ8MTYzNjczMDc5NjA3NQ11&MediaSourceId=d7bcce118bfdd60b1d4df85a14337a6c&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=599f9882109e44ca8437bce47dd0a03e&api_key=d782fda4c4de4f1eacb692015986ef50&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=543b6ca4c9f21c87d81daf7a932499c0&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&h264-deinterlace=true&TranscodeReasons=ContainerNotSupported - - - 200 192 application/x-mpegURL 3.5489ms ``` ### FFmpeg logs ```shell /videos/d7bcce11-8bfd-d60b-1d4d-f85a14337a6c/live.m3u8 {"Protocol":0,"Id":"d7bcce118bfdd60b1d4df85a14337a6c","Path":"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"1-Palm@MTeam","Size":null,"Name":"Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7/Bluray","IsRemote":false,"ETag":"543b6ca4c9f21c87d81daf7a932499c0","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":3,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} /usr/lib/jellyfin-ffmpeg/ffmpeg -vaapi_device /dev/dri/renderD128 -autorotate 0 -i bluray:"/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam" -map_metadata -1 -map_chapters -1 -threads 0 -sn -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/5e4bebd7e978b61280e1b247f5513712/" -hls_playlist_type event -hls_segment_filename "/config/transcodes/5e4bebd7e978b61280e1b247f5513712%d.ts" -y "/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8" ffmpeg version 4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers built with gcc 10 (Debian 10.2.1-6) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-libfontconfig --enable-fontconfig --enable-gmp --enable-gnutls --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --arch=amd64 --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-vdpau --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100 bdj.c:750: BD-J check: Failed to load JVM library bluray.c:1091: WARNING: BluRay profile 6 BD-J menu support is experimental bdj.c:750: BD-J check: Failed to load JVM library [bluray @ 0x563b44a08a00] 2 usable playlists: [bluray @ 0x563b44a08a00] playlist 00800.mpls (1:54:58) [bluray @ 0x563b44a08a00] playlist 00004.mpls (1:54:58) [bluray @ 0x563b44a08a00] selected 00800.mpls [mpegts @ 0x563b44a07fc0] start time for stream 10 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 11 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 12 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 13 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 14 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 15 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 16 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 17 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 18 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 19 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 20 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 21 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 22 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 23 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 24 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 25 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 26 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 27 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 28 is not set in estimate_timings_from_pts [mpegts @ 0x563b44a07fc0] start time for stream 29 is not set in estimate_timings_from_pts bluray.c:255: 00081.m2ts: no timestamp for SPN 0 (got 0). clip 188955000-499392001. [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x563b44a07fc0] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'bluray:/data/downloads/M-Team/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam': Duration: 01:54:58.56, start: 4199.000000, bitrate: 69438 kb/s Program 1 Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc Stream #0:1[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit) Stream #0:2[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:3[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s Stream #0:4[0x1102]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:5[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:6[0x1104]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:7[0x1105]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:8[0x1106]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:9[0x1107]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:10[0x12a0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:11[0x12a1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:12[0x12a2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:13[0x12a3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:14[0x12a4]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:15[0x12a5]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:16[0x12a6]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:17[0x12a7]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:18[0x12a8]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:19[0x12a9]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:20[0x12aa]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:21[0x12ab]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:22[0x12ac]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:23[0x12ad]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:24[0x12ae]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:25[0x12af]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:26[0x12b0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:27[0x12b1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:28[0x12b2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:29[0x12b3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (truehd (native) -> aac (native)) Press [q] to stop, [?] for help [libx264 @ 0x563b44990900] using SAR=1/1 [libx264 @ 0x563b44990900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x563b44990900] profile High 10, level 5.1, 4:2:0, 10-bit [libx264 @ 0x563b44990900] 264 - core 160 r3011 cde9a93 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=81 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, hls, to '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8': Metadata: encoder : Lavf58.45.100 Stream #0:0: Video: h264 (libx264), yuv420p10le, 3840x2160 [SAR 1:1 DAR 16:9], q=-1--1, 23.98 fps, 90k tbn, 23.98 tbc Metadata: encoder : Lavc58.91.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A Stream #0:1: Audio: aac (LC), 48000 Hz, 7.1, fltp (24 bit), 469 kb/s Metadata: encoder : Lavc58.91.100 aac frame= 4 fps=0.0 q=0.0 size=N/A time=01:09:59.42 bitrate=N/A speed=8.16e+03x frame= 11 fps= 10 q=0.0 size=N/A time=01:09:59.72 bitrate=N/A speed=3.82e+03x frame= 19 fps= 12 q=0.0 size=N/A time=01:10:00.06 bitrate=N/A speed=2.59e+03x frame= 33 fps= 15 q=0.0 size=N/A time=01:10:00.64 bitrate=N/A speed=1.95e+03x frame= 46 fps= 15 q=0.0 size=N/A time=01:10:01.19 bitrate=N/A speed=1.39e+03x frame= 56 fps= 16 q=0.0 size=N/A time=01:10:01.60 bitrate=N/A speed=1.19e+03x frame= 64 fps= 16 q=40.0 size=N/A time=01:10:01.92 bitrate=N/A speed=1.04e+03x frame= 71 fps= 16 q=40.0 size=N/A time=01:10:02.22 bitrate=N/A speed= 926x frame= 79 fps= 15 q=40.0 size=N/A time=01:10:02.56 bitrate=N/A speed= 820x frame= 87 fps= 15 q=40.0 size=N/A time=01:10:02.88 bitrate=N/A speed= 743x frame= 96 fps= 15 q=40.0 size=N/A time=01:10:03.26 bitrate=N/A speed= 678x frame= 101 fps= 15 q=40.0 size=N/A time=01:10:03.50 bitrate=N/A speed= 625x frame= 103 fps= 14 q=40.0 size=N/A time=01:10:03.56 bitrate=N/A speed= 568x frame= 105 fps= 13 q=40.0 size=N/A time=01:10:03.65 bitrate=N/A speed= 520x frame= 111 fps= 13 q=40.0 size=N/A time=01:10:03.90 bitrate=N/A speed= 483x frame= 116 fps= 13 q=40.0 size=N/A time=01:10:04.09 bitrate=N/A speed= 456x frame= 121 fps= 12 q=40.0 size=N/A time=01:10:04.33 bitrate=N/A speed= 433x frame= 128 fps= 12 q=40.0 size=N/A time=01:10:04.61 bitrate=N/A speed= 405x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137120.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 135 fps= 12 q=40.0 size=N/A time=01:10:04.90 bitrate=N/A speed= 376x frame= 140 fps= 12 q=40.0 size=N/A time=01:10:05.10 bitrate=N/A speed= 359x frame= 147 fps= 12 q=40.0 size=N/A time=01:10:05.42 bitrate=N/A speed= 342x frame= 151 fps= 11 q=40.0 size=N/A time=01:10:05.57 bitrate=N/A speed= 319x frame= 158 fps= 11 q=40.0 size=N/A time=01:10:05.86 bitrate=N/A speed= 290x frame= 161 fps= 11 q=40.0 size=N/A time=01:10:06.01 bitrate=N/A speed= 275x frame= 167 fps= 11 q=40.0 size=N/A time=01:10:06.27 bitrate=N/A speed= 266x frame= 174 fps= 11 q=40.0 size=N/A time=01:10:06.53 bitrate=N/A speed= 256x frame= 182 fps= 11 q=40.0 size=N/A time=01:10:06.85 bitrate=N/A speed= 246x frame= 185 fps= 10 q=40.0 size=N/A time=01:10:07.02 bitrate=N/A speed= 238x frame= 190 fps= 10 q=40.0 size=N/A time=01:10:07.23 bitrate=N/A speed= 230x frame= 194 fps= 10 q=40.0 size=N/A time=01:10:07.36 bitrate=N/A speed= 222x frame= 201 fps= 10 q=40.0 size=N/A time=01:10:07.68 bitrate=N/A speed= 214x frame= 206 fps= 10 q=40.0 size=N/A time=01:10:07.85 bitrate=N/A speed= 208x frame= 212 fps= 10 q=40.0 size=N/A time=01:10:08.10 bitrate=N/A speed= 203x frame= 217 fps= 10 q=40.0 size=N/A time=01:10:08.32 bitrate=N/A speed= 196x frame= 224 fps= 10 q=40.0 size=N/A time=01:10:08.70 bitrate=N/A speed= 192x frame= 227 fps= 10 q=40.0 size=N/A time=01:10:08.74 bitrate=N/A speed= 187x frame= 234 fps= 10 q=40.0 size=N/A time=01:10:09.06 bitrate=N/A speed= 181x frame= 241 fps= 10 q=40.0 size=N/A time=01:10:09.32 bitrate=N/A speed= 177x frame= 246 fps= 10 q=40.0 size=N/A time=01:10:09.53 bitrate=N/A speed= 174x frame= 251 fps= 10 q=40.0 size=N/A time=01:10:09.73 bitrate=N/A speed= 170x frame= 258 fps= 10 q=40.0 size=N/A time=01:10:10.09 bitrate=N/A speed= 166x frame= 262 fps= 10 q=40.0 size=N/A time=01:10:10.24 bitrate=N/A speed= 162x frame= 269 fps= 10 q=40.0 size=N/A time=01:10:10.49 bitrate=N/A speed= 159x frame= 274 fps= 10 q=40.0 size=N/A time=01:10:10.69 bitrate=N/A speed= 155x frame= 282 fps= 10 q=40.0 size=N/A time=01:10:11.07 bitrate=N/A speed= 151x frame= 290 fps= 10 q=40.0 size=N/A time=01:10:11.37 bitrate=N/A speed= 148x frame= 296 fps= 10 q=40.0 size=N/A time=01:10:11.62 bitrate=N/A speed= 145x frame= 302 fps= 10 q=40.0 size=N/A time=01:10:11.88 bitrate=N/A speed= 142x frame= 308 fps= 10 q=40.0 size=N/A time=01:10:12.09 bitrate=N/A speed= 139x frame= 314 fps= 10 q=40.0 size=N/A time=01:10:12.35 bitrate=N/A speed= 137x frame= 321 fps= 10 q=40.0 size=N/A time=01:10:12.65 bitrate=N/A speed= 134x frame= 326 fps= 10 q=40.0 size=N/A time=01:10:12.86 bitrate=N/A speed= 132x frame= 330 fps= 10 q=40.0 size=N/A time=01:10:13.05 bitrate=N/A speed= 129x frame= 337 fps= 10 q=40.0 size=N/A time=01:10:13.31 bitrate=N/A speed= 127x frame= 342 fps= 10 q=40.0 size=N/A time=01:10:13.54 bitrate=N/A speed= 125x frame= 346 fps= 10 q=40.0 size=N/A time=01:10:13.69 bitrate=N/A speed= 123x frame= 354 fps= 10 q=40.0 size=N/A time=01:10:14.08 bitrate=N/A speed= 120x frame= 359 fps= 10 q=40.0 size=N/A time=01:10:14.27 bitrate=N/A speed= 118x frame= 366 fps= 10 q=40.0 size=N/A time=01:10:14.53 bitrate=N/A speed= 116x frame= 374 fps= 10 q=40.0 size=N/A time=01:10:14.85 bitrate=N/A speed= 114x frame= 378 fps= 10 q=40.0 size=N/A time=01:10:15.08 bitrate=N/A speed= 112x frame= 382 fps= 10 q=40.0 size=N/A time=01:10:15.23 bitrate=N/A speed= 111x frame= 390 fps= 10 q=40.0 size=N/A time=01:10:15.53 bitrate=N/A speed= 109x frame= 395 fps= 10 q=40.0 size=N/A time=01:10:15.74 bitrate=N/A speed= 107x frame= 402 fps= 10 q=40.0 size=N/A time=01:10:16.06 bitrate=N/A speed= 106x frame= 409 fps= 10 q=40.0 size=N/A time=01:10:16.32 bitrate=N/A speed= 105x frame= 414 fps= 10 q=40.0 size=N/A time=01:10:16.55 bitrate=N/A speed= 103x frame= 416 fps= 10 q=37.0 size=N/A time=01:10:16.64 bitrate=N/A speed= 101x frame= 425 fps= 10 q=40.0 size=N/A time=01:10:17.02 bitrate=N/A speed=99.4x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137121.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 433 fps= 10 q=40.0 size=N/A time=01:10:17.32 bitrate=N/A speed=98.2x frame= 438 fps= 10 q=40.0 size=N/A time=01:10:17.53 bitrate=N/A speed= 97x frame= 446 fps= 10 q=40.0 size=N/A time=01:10:17.85 bitrate=N/A speed=95.9x frame= 450 fps= 10 q=40.0 size=N/A time=01:10:18.09 bitrate=N/A speed=94.6x frame= 458 fps= 10 q=40.0 size=N/A time=01:10:18.37 bitrate=N/A speed=93.6x frame= 465 fps= 10 q=40.0 size=N/A time=01:10:18.69 bitrate=N/A speed=92.3x frame= 473 fps= 10 q=40.0 size=N/A time=01:10:19.05 bitrate=N/A speed=91.1x frame= 481 fps= 10 q=40.0 size=N/A time=01:10:19.33 bitrate=N/A speed= 90x frame= 489 fps= 10 q=40.0 size=N/A time=01:10:19.71 bitrate=N/A speed=88.8x frame= 500 fps= 10 q=40.0 size=N/A time=01:10:20.14 bitrate=N/A speed=87.8x frame= 505 fps= 10 q=40.0 size=N/A time=01:10:20.33 bitrate=N/A speed=86.9x frame= 513 fps= 10 q=40.0 size=N/A time=01:10:20.71 bitrate=N/A speed=85.7x frame= 521 fps= 10 q=40.0 size=N/A time=01:10:21.03 bitrate=N/A speed=84.8x frame= 530 fps= 11 q=40.0 size=N/A time=01:10:21.37 bitrate=N/A speed=83.9x frame= 538 fps= 11 q=40.0 size=N/A time=01:10:21.69 bitrate=N/A speed=82.9x frame= 545 fps= 11 q=40.0 size=N/A time=01:10:21.99 bitrate=N/A speed= 82x frame= 553 fps= 11 q=40.0 size=N/A time=01:10:22.33 bitrate=N/A speed=80.9x frame= 561 fps= 11 q=40.0 size=N/A time=01:10:22.65 bitrate=N/A speed=80.1x frame= 570 fps= 11 q=40.0 size=N/A time=01:10:23.04 bitrate=N/A speed=79.2x frame= 579 fps= 11 q=40.0 size=N/A time=01:10:23.42 bitrate=N/A speed=78.4x frame= 583 fps= 11 q=40.0 size=N/A time=01:10:23.59 bitrate=N/A speed=77.5x frame= 591 fps= 11 q=40.0 size=N/A time=01:10:23.91 bitrate=N/A speed=76.5x frame= 597 fps= 11 q=40.0 size=N/A time=01:10:24.17 bitrate=N/A speed=75.6x frame= 603 fps= 11 q=40.0 size=N/A time=01:10:24.42 bitrate=N/A speed=74.9x frame= 608 fps= 11 q=40.0 size=N/A time=01:10:24.62 bitrate=N/A speed=74.2x frame= 614 fps= 11 q=40.0 size=N/A time=01:10:24.87 bitrate=N/A speed=73.4x frame= 618 fps= 11 q=40.0 size=N/A time=01:10:25.02 bitrate=N/A speed=72.7x frame= 622 fps= 11 q=40.0 size=N/A time=01:10:25.21 bitrate=N/A speed=72.1x frame= 625 fps= 11 q=40.0 size=N/A time=01:10:25.34 bitrate=N/A speed= 71x frame= 627 fps= 10 q=40.0 size=N/A time=01:10:25.45 bitrate=N/A speed=70.4x frame= 629 fps= 10 q=40.0 size=N/A time=01:10:25.51 bitrate=N/A speed=69.8x frame= 634 fps= 10 q=40.0 size=N/A time=01:10:25.70 bitrate=N/A speed=69.2x frame= 639 fps= 10 q=40.0 size=N/A time=01:10:25.92 bitrate=N/A speed=68.5x frame= 644 fps= 10 q=40.0 size=N/A time=01:10:26.11 bitrate=N/A speed= 68x frame= 649 fps= 10 q=40.0 size=N/A time=01:10:26.34 bitrate=N/A speed=67.2x frame= 653 fps= 10 q=40.0 size=N/A time=01:10:26.49 bitrate=N/A speed=66.6x frame= 658 fps= 10 q=40.0 size=N/A time=01:10:26.73 bitrate=N/A speed= 66x frame= 662 fps= 10 q=40.0 size=N/A time=01:10:26.88 bitrate=N/A speed=65.5x frame= 666 fps= 10 q=40.0 size=N/A time=01:10:27.05 bitrate=N/A speed=64.9x frame= 674 fps= 10 q=40.0 size=N/A time=01:10:27.37 bitrate=N/A speed=64.4x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137122.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 676 fps= 10 q=40.0 size=N/A time=01:10:27.45 bitrate=N/A speed=63.9x frame= 677 fps= 10 q=40.0 size=N/A time=01:10:27.50 bitrate=N/A speed=63.3x frame= 679 fps= 10 q=40.0 size=N/A time=01:10:27.58 bitrate=N/A speed=62.8x frame= 685 fps= 10 q=40.0 size=N/A time=01:10:27.84 bitrate=N/A speed=62.3x frame= 689 fps= 10 q=40.0 size=N/A time=01:10:28.01 bitrate=N/A speed=61.7x frame= 694 fps= 10 q=40.0 size=N/A time=01:10:28.20 bitrate=N/A speed=61.2x frame= 697 fps= 10 q=40.0 size=N/A time=01:10:28.33 bitrate=N/A speed=60.8x frame= 702 fps= 10 q=40.0 size=N/A time=01:10:28.54 bitrate=N/A speed=60.3x frame= 706 fps= 10 q=40.0 size=N/A time=01:10:28.71 bitrate=N/A speed=59.7x frame= 711 fps= 10 q=40.0 size=N/A time=01:10:28.93 bitrate=N/A speed=59.3x frame= 716 fps= 10 q=40.0 size=N/A time=01:10:29.12 bitrate=N/A speed=58.8x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137123.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 721 fps=9.9 q=40.0 size=N/A time=01:10:29.35 bitrate=N/A speed=58.3x frame= 725 fps=9.9 q=40.0 size=N/A time=01:10:29.50 bitrate=N/A speed=57.9x frame= 729 fps=9.9 q=40.0 size=N/A time=01:10:29.76 bitrate=N/A speed=57.5x frame= 734 fps=9.9 q=40.0 size=N/A time=01:10:29.89 bitrate=N/A speed=57.1x frame= 740 fps=9.9 q=40.0 size=N/A time=01:10:30.12 bitrate=N/A speed=56.4x frame= 748 fps=9.9 q=40.0 size=N/A time=01:10:30.46 bitrate=N/A speed= 56x frame= 750 fps=9.9 q=40.0 size=N/A time=01:10:30.53 bitrate=N/A speed=55.6x frame= 754 fps=9.8 q=40.0 size=N/A time=01:10:30.72 bitrate=N/A speed=55.1x frame= 760 fps=9.8 q=40.0 size=N/A time=01:10:30.97 bitrate=N/A speed=54.7x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137124.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 767 fps=9.8 q=40.0 size=N/A time=01:10:31.27 bitrate=N/A speed=54.3x frame= 769 fps=9.8 q=40.0 size=N/A time=01:10:31.34 bitrate=N/A speed=53.7x frame= 774 fps=9.8 q=40.0 size=N/A time=01:10:31.55 bitrate=N/A speed=53.3x frame= 779 fps=9.7 q=40.0 size=N/A time=01:10:31.81 bitrate=N/A speed=52.9x frame= 784 fps=9.7 q=40.0 size=N/A time=01:10:31.98 bitrate=N/A speed=52.5x frame= 788 fps=9.6 q=40.0 size=N/A time=01:10:32.13 bitrate=N/A speed=51.6x frame= 790 fps=9.6 q=40.0 size=N/A time=01:10:32.23 bitrate=N/A speed=51.2x frame= 796 fps=9.6 q=40.0 size=N/A time=01:10:32.45 bitrate=N/A speed=50.9x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137125.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 802 fps=9.6 q=40.0 size=N/A time=01:10:32.70 bitrate=N/A speed=50.6x frame= 807 fps=9.6 q=40.0 size=N/A time=01:10:32.94 bitrate=N/A speed=50.3x frame= 811 fps=9.6 q=40.0 size=N/A time=01:10:33.09 bitrate=N/A speed=49.9x frame= 815 fps=9.5 q=40.0 size=N/A time=01:10:33.26 bitrate=N/A speed=49.5x frame= 819 fps=9.5 q=40.0 size=N/A time=01:10:33.41 bitrate=N/A speed=49.1x frame= 821 fps=9.4 q=40.0 size=N/A time=01:10:33.51 bitrate=N/A speed=48.4x frame= 826 fps=9.4 q=40.0 size=N/A time=01:10:33.77 bitrate=N/A speed=48.1x frame= 831 fps=9.4 q=40.0 size=N/A time=01:10:33.92 bitrate=N/A speed=47.7x frame= 839 fps=9.4 q=40.0 size=N/A time=01:10:34.24 bitrate=N/A speed=47.4x [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f55137126.ts' for writing [hls @ 0x563b44e60840] Opening '/config/transcodes/5e4bebd7e978b61280e1b247f5513712.m3u8.tmp' for writing frame= 847 fps=9.4 q=40.0 size=N/A time=01:10:34.60 bitrate=N/A speed= 47x frame= 851 fps=9.4 q=40.0 size=N/A time=01:10:34.75 bitrate=N/A speed=46.7x frame= 856 fps=9.4 q=40.0 size=N/A time=01:10:34.98 bitrate=N/A speed=46.4x frame= 860 fps=9.4 q=40.0 size=N/A time=01:10:35.13 bitrate=N/A speed=46.1x frame= 867 fps=9.4 q=40.0 size=N/A time=01:10:35.43 bitrate=N/A speed=45.8x ``` ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here <img width="393" alt="image" src="https://user-images.githubusercontent.com/4990592/141605469-a22ed916-43d2-4a1f-9b42-24bcd9f129f4.png"> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bug label 2026-02-06 23:11:48 +03:00
Author
Owner

@jellyfin-bot commented on GitHub (Mar 14, 2022):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot commented on GitHub (Mar 14, 2022): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@Shadowghost commented on GitHub (Mar 14, 2022):

Are you sure you've enabled hardware acceleration? Your logs say that everything happens in software.

@Shadowghost commented on GitHub (Mar 14, 2022): Are you sure you've enabled hardware acceleration? Your logs say that everything happens in software.
Author
Owner

@PetrusZ commented on GitHub (Mar 14, 2022):

Yeah, definitly.

@PetrusZ commented on GitHub (Mar 14, 2022): Yeah, definitly.
Author
Owner

@nyanmisaka commented on GitHub (Jun 18, 2022):

Is this still an issue in 10.8.0 release?

@nyanmisaka commented on GitHub (Jun 18, 2022): Is this still an issue in 10.8.0 release?
Author
Owner

@PetrusZ commented on GitHub (Jun 18, 2022):

Looks like it's still an issue. I forget how to check stream mapping info, but I can see radeontop's Graphics pipe usage is still 0%, and my CPU usage is around 70%-80%.

@PetrusZ commented on GitHub (Jun 18, 2022): Looks like it's still an issue. I forget how to check stream mapping info, but I can see radeontop's Graphics pipe usage is still 0%, and my CPU usage is around 70%-80%.
Author
Owner

@nyanmisaka commented on GitHub (Jun 18, 2022):

The radeontop from ubuntu distro is too old to show Raven APU. It's impossible to be zero in all pipes since you are in the desktop environment.

Also you should check all available video decoders and encoders. FFmpeg should be updated to jellyfin-ffmpeg 5.0.1-5 or newer.

image

@nyanmisaka commented on GitHub (Jun 18, 2022): The radeontop from ubuntu distro is too old to show Raven APU. It's impossible to be zero in all pipes since you are in the desktop environment. Also you should check all available video decoders and encoders. FFmpeg should be updated to jellyfin-ffmpeg 5.0.1-5 or newer. ![image](https://user-images.githubusercontent.com/14953024/174450072-3083bfa9-f1ca-4b9c-8bed-cbc61278eb2a.png)
Author
Owner

@PetrusZ commented on GitHub (Jun 18, 2022):

Checked, video decoders and encoders are same as your picture, jellyfin-ffmpeg version is ffmpeg version 5.0.1-Jellyfin.

@PetrusZ commented on GitHub (Jun 18, 2022): Checked, video decoders and encoders are same as your picture, jellyfin-ffmpeg version is ffmpeg version 5.0.1-Jellyfin.
Author
Owner

@nyanmisaka commented on GitHub (Jun 18, 2022):

Can you share a new ffmpeg transcode log?

@nyanmisaka commented on GitHub (Jun 18, 2022): Can you share a new ffmpeg transcode log?
Author
Owner

@PetrusZ commented on GitHub (Jun 18, 2022):

May be tomorrow? Is 2 am here, I need to sleep. And I forget how to get ffmpeg transcode log.

@PetrusZ commented on GitHub (Jun 18, 2022): May be tomorrow? Is 2 am here, I need to sleep. And I forget how to get ffmpeg transcode log.
Author
Owner

@nyanmisaka commented on GitHub (Jun 18, 2022):

Sure. Thanks.

@nyanmisaka commented on GitHub (Jun 18, 2022): Sure. Thanks.
Author
Owner

@PetrusZ commented on GitHub (Jun 19, 2022):

Hi @nyanmisaka , it's my ffmpeg log, I trimed a bit redundance.

/videos/f7a5a867-34ee-cf10-c71a-e40610dc6e88/hls1/main/0.ts

{"Protocol":0,"Id":"f7a5a86734eecf10c71ae40610dc6e88","Path":"/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mpegts","Size":59878055936,"Name":"Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7/Bluray","IsRemote":false,"ETag":"543b6ca4c9f21c87d81daf7a932499c0","RunTimeTicks":68985577472,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":3,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":"HDMV","Language":null,"ColorRange":null,"ColorSpace":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":"HDR","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"4K HEVC HDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":69438341,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":2160,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":153,"IsAnamorphic":null},{"Codec":"truehd","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"TRUEHD - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":null,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":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},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - 5.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - 5.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":7,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":8,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":9,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":10,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":11,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":12,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":13,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":14,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":15,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":16,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":17,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":18,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":19,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":20,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":21,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":22,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":23,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":24,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":25,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":26,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":27,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":28,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":29,"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":76158341,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:/dev/dri/renderD128 -filter_hw_device va -autorotate 0 -canvas_size 1920x1080 -i bluray:"/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -codec:v:0 h264_vaapi -rc_mode VBR -b:v 115730568 -maxrate 115730568 -bufsize 231461136 -profile:v:0 high -force_key_frames:0 "expr:gte(t,0+n_forced*3)" -filter_complex "[0:25]scale=trunc(min(max(iw\,ih*a)\,3840)/2)*2:trunc(ow/a/2)*2[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,3840)/2)*2:trunc(ow/a/2)*2,format=nv12[main];[main][sub]overlay=eof_action=pass:shortest=1:repeatlast=0,hwupload_vaapi" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -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_segment_filename "/config/transcodes/39267d924b4b7d03472956e21e624525%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/transcodes/39267d924b4b7d03472956e21e624525.m3u8"


ffmpeg version 5.0.1-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3 --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --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-libdav1d --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. 17.100 / 57. 17.100
  libavcodec     59. 18.100 / 59. 18.100
  libavformat    59. 16.100 / 59. 16.100
  libavdevice    59.  4.100 / 59.  4.100
  libavfilter     8. 24.100 /  8. 24.100
  libswscale      6.  4.100 /  6.  4.100
  libswresample   4.  3.100 /  4.  3.100
  libpostproc    56.  3.100 / 56.  3.100
bdj.c:750: BD-J check: Failed to load JVM library
bluray.c:1091: WARNING: BluRay profile 6 BD-J menu support is experimental
bdj.c:750: BD-J check: Failed to load JVM library
[bluray @ 0x559b6a1a2300] 2 usable playlists:
[bluray @ 0x559b6a1a2300] playlist 00004.mpls (1:54:58)
[bluray @ 0x559b6a1a2300] playlist 00800.mpls (1:54:58)
[bluray @ 0x559b6a1a2300] selected 00004.mpls
[mpegts @ 0x559b6a1a1980] start time for stream 10 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 11 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 12 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 13 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 14 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 15 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 16 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 17 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 18 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 19 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 20 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 21 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 22 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 23 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 24 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 25 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 26 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 27 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 28 is not set in estimate_timings_from_pts
[mpegts @ 0x559b6a1a1980] start time for stream 29 is not set in estimate_timings_from_pts
bluray.c:255: 00081.m2ts: no timestamp for SPN 0 (got 0). clip 188955000-499392001.
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
[mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Input #0, mpegts, from 'bluray:/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam':
  Duration: 01:54:58.56, start: 4199.000000, bitrate: 69438 kb/s
  Program 1 
  Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn
  Stream #0:1[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit)
  Stream #0:2[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
  Stream #0:3[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s
  Stream #0:4[0x1102]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
  Stream #0:5[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
  Stream #0:6[0x1104]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
  Stream #0:7[0x1105]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
  Stream #0:8[0x1106]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
  Stream #0:9[0x1107]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s
  Stream #0:10[0x12a0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:11[0x12a1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:12[0x12a2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:13[0x12a3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:14[0x12a4]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:15[0x12a5]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:16[0x12a6]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:17[0x12a7]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:18[0x12a8]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:19[0x12a9]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:20[0x12aa]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:21[0x12ab]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:22[0x12ac]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:23[0x12ad]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:24[0x12ae]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:25[0x12af]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:26[0x12b0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:27[0x12b1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:28[0x12b2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
  Stream #0:29[0x12b3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080
amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description.
If they do, bad things may happen!
Stream mapping:
  Stream #0:0 (hevc) -> setparams:default (graph 0)
  Stream #0:25 (pgssub) -> scale:default (graph 0)
  hwupload_vaapi:default (graph 0) -> Stream #0:0 (h264_vaapi)
  Stream #0:1 -> #0:1 (truehd (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
[mpegts @ 0x559b6a1a1980] sub2video: using 3840x2160 canvas
Output #0, hls, to '/config/transcodes/39267d924b4b7d03472956e21e624525.m3u8':
  Metadata:
    encoder         : Lavf59.16.100
  Stream #0:0: Video: h264 (High), vaapi(tv, bt709, progressive), 3840x2160 [SAR 1:1 DAR 16:9], q=2-31, 115730 kb/s, 23.98 fps, 90k tbn
    Metadata:
      encoder         : Lavc59.18.100 h264_vaapi
  Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 384 kb/s
    Metadata:
      encoder         : Lavc59.18.100 libfdk_aac
frame=    1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=   0x    
frame=   18 fps=0.0 q=-0.0 size=N/A time=00:00:00.70 bitrate=N/A speed=1.03x    
frame=   42 fps= 35 q=-0.0 size=N/A time=00:00:01.72 bitrate=N/A speed=1.46x    
frame=   56 fps= 33 q=-0.0 size=N/A time=00:00:02.30 bitrate=N/A speed=1.35x    
frame=   65 fps= 29 q=-0.0 size=N/A time=00:00:02.73 bitrate=N/A speed=1.23x    
[hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245250.ts' for writing
frame=   79 fps= 29 q=-0.0 size=N/A time=00:00:03.26 bitrate=N/A speed= 1.2x    
frame=   91 fps= 28 q=-0.0 size=N/A time=00:00:03.77 bitrate=N/A speed=1.17x    
frame=  106 fps= 28 q=-0.0 size=N/A time=00:00:04.39 bitrate=N/A speed=1.18x    
frame=  124 fps= 29 q=-0.0 size=N/A time=00:00:05.16 bitrate=N/A speed= 1.2x    
frame=  136 fps= 28 q=-0.0 size=N/A time=00:00:05.65 bitrate=N/A speed=1.18x    
[hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245251.ts' for writing
frame=  151 fps= 28 q=-0.0 size=N/A time=00:00:06.27 bitrate=N/A speed=1.16x    
frame=  169 fps= 29 q=-0.0 size=N/A time=00:00:07.01 bitrate=N/A speed=1.19x    
frame=  185 fps= 29 q=-0.0 size=N/A time=00:00:07.72 bitrate=N/A speed=1.21x    
frame=  203 fps= 29 q=-0.0 size=N/A time=00:00:08.44 bitrate=N/A speed=1.22x    
[hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245252.ts' for writing
frame=  222 fps= 30 q=-0.0 size=N/A time=00:00:09.21 bitrate=N/A speed=1.24x    
@PetrusZ commented on GitHub (Jun 19, 2022): Hi @nyanmisaka , it's my ffmpeg log, I trimed a bit redundance. ``` /videos/f7a5a867-34ee-cf10-c71a-e40610dc6e88/hls1/main/0.ts {"Protocol":0,"Id":"f7a5a86734eecf10c71ae40610dc6e88","Path":"/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mpegts","Size":59878055936,"Name":"Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7/Bluray","IsRemote":false,"ETag":"543b6ca4c9f21c87d81daf7a932499c0","RunTimeTicks":68985577472,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":3,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":"HDMV","Language":null,"ColorRange":null,"ColorSpace":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":"HDR","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"4K HEVC HDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":69438341,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":2160,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":153,"IsAnamorphic":null},{"Codec":"truehd","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"TRUEHD - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":null,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":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},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - 5.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"stereo","BitRate":320000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital - 5.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":7,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":8,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"eac3","CodecTag":"AC-3","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Dolby Digital\u002B - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":1024000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":9,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":10,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":11,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":12,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":13,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":14,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":15,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":16,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":17,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":18,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":19,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":20,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":21,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":22,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":23,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":24,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":25,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":26,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":27,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":28,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":null,"LocalizedUndefined":"\u672A\u5B9A\u4E49","LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":"\u5F3A\u5236\u7684","LocalizedExternal":"\u5916\u90E8","DisplayTitle":"\u672A\u5B9A\u4E49 - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":29,"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":76158341,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:/dev/dri/renderD128 -filter_hw_device va -autorotate 0 -canvas_size 1920x1080 -i bluray:"/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -codec:v:0 h264_vaapi -rc_mode VBR -b:v 115730568 -maxrate 115730568 -bufsize 231461136 -profile:v:0 high -force_key_frames:0 "expr:gte(t,0+n_forced*3)" -filter_complex "[0:25]scale=trunc(min(max(iw\,ih*a)\,3840)/2)*2:trunc(ow/a/2)*2[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,3840)/2)*2:trunc(ow/a/2)*2,format=nv12[main];[main][sub]overlay=eof_action=pass:shortest=1:repeatlast=0,hwupload_vaapi" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -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_segment_filename "/config/transcodes/39267d924b4b7d03472956e21e624525%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/transcodes/39267d924b4b7d03472956e21e624525.m3u8" ffmpeg version 5.0.1-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers built with gcc 10 (Debian 10.2.1-6) configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3 --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --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-libdav1d --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. 17.100 / 57. 17.100 libavcodec 59. 18.100 / 59. 18.100 libavformat 59. 16.100 / 59. 16.100 libavdevice 59. 4.100 / 59. 4.100 libavfilter 8. 24.100 / 8. 24.100 libswscale 6. 4.100 / 6. 4.100 libswresample 4. 3.100 / 4. 3.100 libpostproc 56. 3.100 / 56. 3.100 bdj.c:750: BD-J check: Failed to load JVM library bluray.c:1091: WARNING: BluRay profile 6 BD-J menu support is experimental bdj.c:750: BD-J check: Failed to load JVM library [bluray @ 0x559b6a1a2300] 2 usable playlists: [bluray @ 0x559b6a1a2300] playlist 00004.mpls (1:54:58) [bluray @ 0x559b6a1a2300] playlist 00800.mpls (1:54:58) [bluray @ 0x559b6a1a2300] selected 00004.mpls [mpegts @ 0x559b6a1a1980] start time for stream 10 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 11 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 12 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 13 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 14 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 15 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 16 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 17 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 18 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 19 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 20 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 21 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 22 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 23 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 24 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 25 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 26 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 27 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 28 is not set in estimate_timings_from_pts [mpegts @ 0x559b6a1a1980] start time for stream 29 is not set in estimate_timings_from_pts bluray.c:255: 00081.m2ts: no timestamp for SPN 0 (got 0). clip 188955000-499392001. [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options [mpegts @ 0x559b6a1a1980] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options Input #0, mpegts, from 'bluray:/data/movies/Free Guy 2021 2160p EUR UHD Blu-ray HEVC TrueHD Atmos 7.1-Palm@MTeam': Duration: 01:54:58.56, start: 4199.000000, bitrate: 69438 kb/s Program 1 Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn Stream #0:1[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit) Stream #0:2[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:3[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s Stream #0:4[0x1102]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:5[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:6[0x1104]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:7[0x1105]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:8[0x1106]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:9[0x1107]: Audio: eac3 (AC-3 / 0x332D4341), 48000 Hz, 7.1, fltp, 1024 kb/s Stream #0:10[0x12a0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:11[0x12a1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:12[0x12a2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:13[0x12a3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:14[0x12a4]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:15[0x12a5]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:16[0x12a6]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:17[0x12a7]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:18[0x12a8]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:19[0x12a9]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:20[0x12aa]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:21[0x12ab]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:22[0x12ac]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:23[0x12ad]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:24[0x12ae]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:25[0x12af]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:26[0x12b0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:27[0x12b1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:28[0x12b2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 Stream #0:29[0x12b3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description. If they do, bad things may happen! Stream mapping: Stream #0:0 (hevc) -> setparams:default (graph 0) Stream #0:25 (pgssub) -> scale:default (graph 0) hwupload_vaapi:default (graph 0) -> Stream #0:0 (h264_vaapi) Stream #0:1 -> #0:1 (truehd (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help [mpegts @ 0x559b6a1a1980] sub2video: using 3840x2160 canvas Output #0, hls, to '/config/transcodes/39267d924b4b7d03472956e21e624525.m3u8': Metadata: encoder : Lavf59.16.100 Stream #0:0: Video: h264 (High), vaapi(tv, bt709, progressive), 3840x2160 [SAR 1:1 DAR 16:9], q=2-31, 115730 kb/s, 23.98 fps, 90k tbn Metadata: encoder : Lavc59.18.100 h264_vaapi Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 384 kb/s Metadata: encoder : Lavc59.18.100 libfdk_aac frame= 1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x frame= 18 fps=0.0 q=-0.0 size=N/A time=00:00:00.70 bitrate=N/A speed=1.03x frame= 42 fps= 35 q=-0.0 size=N/A time=00:00:01.72 bitrate=N/A speed=1.46x frame= 56 fps= 33 q=-0.0 size=N/A time=00:00:02.30 bitrate=N/A speed=1.35x frame= 65 fps= 29 q=-0.0 size=N/A time=00:00:02.73 bitrate=N/A speed=1.23x [hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245250.ts' for writing frame= 79 fps= 29 q=-0.0 size=N/A time=00:00:03.26 bitrate=N/A speed= 1.2x frame= 91 fps= 28 q=-0.0 size=N/A time=00:00:03.77 bitrate=N/A speed=1.17x frame= 106 fps= 28 q=-0.0 size=N/A time=00:00:04.39 bitrate=N/A speed=1.18x frame= 124 fps= 29 q=-0.0 size=N/A time=00:00:05.16 bitrate=N/A speed= 1.2x frame= 136 fps= 28 q=-0.0 size=N/A time=00:00:05.65 bitrate=N/A speed=1.18x [hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245251.ts' for writing frame= 151 fps= 28 q=-0.0 size=N/A time=00:00:06.27 bitrate=N/A speed=1.16x frame= 169 fps= 29 q=-0.0 size=N/A time=00:00:07.01 bitrate=N/A speed=1.19x frame= 185 fps= 29 q=-0.0 size=N/A time=00:00:07.72 bitrate=N/A speed=1.21x frame= 203 fps= 29 q=-0.0 size=N/A time=00:00:08.44 bitrate=N/A speed=1.22x [hls @ 0x559b6a157840] Opening '/config/transcodes/39267d924b4b7d03472956e21e6245252.ts' for writing frame= 222 fps= 30 q=-0.0 size=N/A time=00:00:09.21 bitrate=N/A speed=1.24x ```
Author
Owner

@nyanmisaka commented on GitHub (Jun 19, 2022):

This should be fixed in 10.8.1.

@nyanmisaka commented on GitHub (Jun 19, 2022): This should be fixed in 10.8.1.
Author
Owner

@PetrusZ commented on GitHub (Jun 19, 2022):

Thanks!

@PetrusZ commented on GitHub (Jun 19, 2022): Thanks!
Author
Owner

@srcrist commented on GitHub (Oct 5, 2023):

Issue closed by https://github.com/jellyfin/jellyfin/pull/7968

@srcrist commented on GitHub (Oct 5, 2023): Issue closed by https://github.com/jellyfin/jellyfin/pull/7968
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3373