Advertisement
robaj

jellyfin-log

Jun 12th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 494.46 KB | None | 0 0
  1. [2024-06-12 10:07:27.052 +00:00] [FTL] [1] : Failed to create/read logger configuration
  2. System.ArgumentException: A source source must be provided. (Parameter 'source')
  3. at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
  4. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
  5. at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
  6. at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
  7. at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
  8. at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
  9. at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
  10. at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
  11. [2024-06-12 10:07:27.094 +00:00] [INF] [1] Main: Jellyfin version: "10.9.6"
  12. [2024-06-12 10:07:27.102 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config]"]
  13. [2024-06-12 10:07:27.106 +00:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  14. [2024-06-12 10:07:27.106 +00:00] [INF] [1] Main: Operating system: "Ubuntu 22.04.4 LTS"
  15. [2024-06-12 10:07:27.106 +00:00] [INF] [1] Main: Architecture: Arm64
  16. [2024-06-12 10:07:27.107 +00:00] [INF] [1] Main: 64-Bit Process: True
  17. [2024-06-12 10:07:27.107 +00:00] [INF] [1] Main: User Interactive: True
  18. [2024-06-12 10:07:27.107 +00:00] [INF] [1] Main: Processor count: 8
  19. [2024-06-12 10:07:27.107 +00:00] [INF] [1] Main: Program data path: "/config/data"
  20. [2024-06-12 10:07:27.108 +00:00] [INF] [1] Main: Log directory path: "/config/log"
  21. [2024-06-12 10:07:27.108 +00:00] [INF] [1] Main: Config directory path: "/config"
  22. [2024-06-12 10:07:27.108 +00:00] [INF] [1] Main: Cache path: "/config/cache"
  23. [2024-06-12 10:07:27.108 +00:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
  24. [2024-06-12 10:07:27.108 +00:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
  25. [2024-06-12 10:07:27.319 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
  26. [2024-06-12 10:07:27.540 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  27. [2024-06-12 10:07:27.574 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.9, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Intro Skipper_0.2.0.9/ConfusedPolarBear.Plugin.IntroSkipper.dll"
  28. [2024-06-12 10:07:27.577 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
  29. [2024-06-12 10:07:27.579 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll"
  30. [2024-06-12 10:07:27.594 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_13.0.0.0/Tvdb.Sdk.dll"
  31. [2024-06-12 10:07:27.599 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/TheTVDB_13.0.0.0/Jellyfin.Plugin.Tvdb.dll"
  32. [2024-06-12 10:07:27.711 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  33. [2024-06-12 10:07:27.711 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  34. [2024-06-12 10:07:27.712 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  35. [2024-06-12 10:07:27.714 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.6"]
  36. [2024-06-12 10:07:27.715 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  37. [2024-06-12 10:07:27.715 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  38. [2024-06-12 10:07:27.715 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  39. [2024-06-12 10:07:29.152 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("35"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  40. ""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
  41. [2024-06-12 10:07:29.188 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("3"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  42. ""SELECT \"MigrationId\", \"ProductVersion\"
  43. FROM \"__EFMigrationsHistory\"
  44. ORDER BY \"MigrationId\";"
  45. [2024-06-12 10:07:29.830 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  46. ""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\"
  47. FROM \"Users\" AS \"u\"
  48. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  49. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  50. [2024-06-12 10:07:30.008 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  51. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  52. FROM \"Users\" AS \"u\"
  53. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  54. INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  55. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  56. [2024-06-12 10:07:30.039 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  57. ""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
  58. FROM \"Users\" AS \"u\"
  59. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  60. INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
  61. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  62. [2024-06-12 10:07:30.060 +00:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
  63. ""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
  64. FROM \"Users\" AS \"u\"
  65. LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
  66. INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
  67. ORDER BY \"u\".\"Id\", \"i\".\"Id\""
  68. [2024-06-12 10:07:30.435 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Plugin: Skip button already added
  69. [2024-06-12 10:07:30.620 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.2.0.9"
  70. [2024-06-12 10:07:30.624 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Playback Reporting" "14.0.0.0"
  71. [2024-06-12 10:07:30.626 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "13.0.0.0"
  72. [2024-06-12 10:07:30.627 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.6.0"
  73. [2024-06-12 10:07:30.628 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.6.0"
  74. [2024-06-12 10:07:30.628 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.6.0"
  75. [2024-06-12 10:07:30.646 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.6.0"
  76. [2024-06-12 10:07:30.647 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.6.0"
  77. [2024-06-12 10:07:30.779 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
  78. [2024-06-12 10:07:30.779 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
  79. [2024-06-12 10:07:30.793 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
  80. [2024-06-12 10:07:30.808 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
  81. [2024-06-12 10:07:31.073 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Movies"
  82. [2024-06-12 10:07:31.095 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows"
  83. [2024-06-12 10:07:31.253 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running
  84. [2024-06-12 10:07:31.267 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2
  85. [2024-06-12 10:07:31.270 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
  86. [2024-06-12 10:07:31.287 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for "/config/data/data/playback_reporting.db" is "delete"
  87. [2024-06-12 10:07:31.287 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository
  88. [2024-06-12 10:07:31.291 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK
  89. [2024-06-12 10:07:31.291 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
  90. [2024-06-12 10:07:31.291 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
  91. [2024-06-12 10:07:31.303 +00:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Creating key {14a9abb1-2cde-4b00-8c7e-5610f77bf0fd} with creation date 2024-06-12 10:07:31Z, activation date 2024-06-12 10:07:31Z, and expiration date 2024-09-10 10:07:31Z.
  92. [2024-06-12 10:07:31.312 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {14a9abb1-2cde-4b00-8c7e-5610f77bf0fd} may be persisted to storage in unencrypted form.
  93. [2024-06-12 10:07:32.049 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:aNBbhk/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
  94. [2024-06-12 10:07:32.077 +00:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:8096"
  95. [2024-06-12 10:07:32.078 +00:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
  96. [2024-06-12 10:07:32.078 +00:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
  97. [2024-06-12 10:07:32.078 +00:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "/run/s6-rc:s6-rc-init:aNBbhk/servicedirs/svc-jellyfin"
  98. [2024-06-12 10:07:32.107 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  99. [2024-06-12 10:07:32.112 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded
  100. [2024-06-12 10:07:32.113 +00:00] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded
  101. [2024-06-12 10:07:32.114 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
  102. [2024-06-12 10:07:32.138 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Intros and Credits" set to fire at 2024-06-13 00:00:00.000 +00:00, which is 13:52:27.8621715 from now.
  103. [2024-06-12 10:07:32.140 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Playback Reporting Trim Db" set to fire at 2024-06-13 00:00:00.000 +00:00, which is 13:52:27.8591595 from now.
  104. [2024-06-12 10:07:32.145 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/tv"
  105. [2024-06-12 10:07:32.151 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-06-13 03:00:00.000 +00:00, which is 16:52:27.8481604 from now.
  106. [2024-06-12 10:07:32.157 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-06-13 02:00:00.000 +00:00, which is 15:52:27.8428982 from now.
  107. [2024-06-12 10:07:32.193 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  108. [2024-06-12 10:07:32.241 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
  109. [2024-06-12 10:07:32.270 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  110. [2024-06-12 10:07:32.300 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemap_opencl", "vpp_rkrga", "zscale", "alphasrc"]
  111. [2024-06-12 10:07:32.325 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
  112. [2024-06-12 10:07:32.350 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
  113. [2024-06-12 10:07:32.450 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
  114. [2024-06-12 10:07:32.488 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
  115. [2024-06-12 10:07:32.530 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
  116. [2024-06-12 10:07:32.726 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
  117. [2024-06-12 10:07:32.728 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "80e2391fddfe49dd83fe74463472fa68"
  118. [2024-06-12 10:07:32.728 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  119. [2024-06-12 10:07:32.728 +00:00] [INF] [1] Main: Startup complete 0:00:05.9362459
  120. [2024-06-12 10:07:32.939 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
  121. [2024-06-12 10:07:32.950 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 302 0 null 12.4851ms
  122. [2024-06-12 10:07:32.956 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/jellyfin/health""" - null null
  123. [2024-06-12 10:07:33.250 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
  124. [2024-06-12 10:07:33.274 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
  125. [2024-06-12 10:07:33.280 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/jellyfin/health""" - 200 null "text/plain" 323.3351ms
  126. [2024-06-12 10:07:35.191 +00:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  127. [2024-06-12 10:07:35.193 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  128. [2024-06-12 10:07:35.210 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
  129. [2024-06-12 10:07:36.168 +00:00] [INF] [18] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 952.9553ms - 200
  130. [2024-06-12 10:07:36.169 +00:00] [INF] [18] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 979.6862ms - 200
  131. [2024-06-12 10:07:36.218 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
  132. [2024-06-12 10:07:36.218 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
  133. [2024-06-12 10:07:36.535 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 315.9852ms - 200
  134. [2024-06-12 10:07:36.536 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 318.1274ms - 200
  135. [2024-06-12 10:07:36.559 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
  136. [2024-06-12 10:07:36.559 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
  137. [2024-06-12 10:07:36.766 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 206.0109ms - 200
  138. [2024-06-12 10:07:36.766 +00:00] [INF] [19] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 207.6987ms - 200
  139. [2024-06-12 10:07:36.773 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
  140. [2024-06-12 10:07:36.774 +00:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json"
  141. [2024-06-12 10:07:36.821 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 47.2632ms - 200
  142. [2024-06-12 10:07:36.822 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 48.3627ms - 200
  143. [2024-06-12 10:07:36.831 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
  144. [2024-06-12 10:07:36.831 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png"
  145. [2024-06-12 10:07:36.842 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 11.1522ms - 200
  146. [2024-06-12 10:07:36.843 +00:00] [INF] [10] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 12.0995ms - 200
  147. [2024-06-12 10:07:36.855 +00:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
  148. [2024-06-12 10:07:37.665 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/Shows/a07a0f6ef18b888153a4b5e68ed864da/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=b9da953f0dc84f62af8472d1943056a0&Fields=Chapters%2CTrickplay" - null null
  149. [2024-06-12 10:07:37.749 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("8"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  150. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  151. FROM \"Devices\" AS \"d\"
  152. WHERE \"d\".\"AccessToken\" = @__token_0
  153. LIMIT 1"
  154. [2024-06-12 10:07:37.812 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  155. [2024-06-12 10:07:37.837 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetEpisodes\", controller = \"TvShows\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetEpisodes(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Int32], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.ItemSortBy])" on controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api").
  156. [2024-06-12 10:07:38.016 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("4"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  157. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  158. FROM \"TrickplayInfos\" AS \"t\"
  159. WHERE \"t\".\"ItemId\" = @__itemId_0"
  160. [2024-06-12 10:07:38.027 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  161. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  162. FROM \"TrickplayInfos\" AS \"t\"
  163. WHERE \"t\".\"ItemId\" = @__itemId_0"
  164. [2024-06-12 10:07:38.031 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  165. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  166. FROM \"TrickplayInfos\" AS \"t\"
  167. WHERE \"t\".\"ItemId\" = @__itemId_0"
  168. [2024-06-12 10:07:38.035 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  169. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  170. FROM \"TrickplayInfos\" AS \"t\"
  171. WHERE \"t\".\"ItemId\" = @__itemId_0"
  172. [2024-06-12 10:07:38.043 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  173. [2024-06-12 10:07:38.258 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)" in 416.6543ms
  174. [2024-06-12 10:07:38.258 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetEpisodes (Jellyfin.Api)"'
  175. [2024-06-12 10:07:38.260 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/Shows/a07a0f6ef18b888153a4b5e68ed864da/Episodes""?IsVirtualUnaired=false&IsMissing=false&UserId=b9da953f0dc84f62af8472d1943056a0&Fields=Chapters%2CTrickplay" - 200 null "application/json; charset=utf-8" 595.6078ms
  176. [2024-06-12 10:07:38.282 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Items/59510bf9347dbf263d2ca5f626fec02c/PlaybackInfo""?UserId=b9da953f0dc84f62af8472d1943056a0&StartTimeTicks=46849440000&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&SubtitleStreamIndex=-1&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&MaxStreamingBitrate=171320951" - "application/json" 5346
  177. [2024-06-12 10:07:38.284 +00:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  178. [2024-06-12 10:07:38.290 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  179. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  180. FROM \"Devices\" AS \"d\"
  181. WHERE \"d\".\"AccessToken\" = @__token_0
  182. LIMIT 1"
  183. [2024-06-12 10:07:38.295 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  184. [2024-06-12 10:07:38.308 +00:00] [INF] [19] 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").
  185. [2024-06-12 10:07:38.548 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "example-server". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
  186. [2024-06-12 10:07:38.622 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.MediaInfo.PlaybackInfoResponse"'.
  187. [2024-06-12 10:07:38.657 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)" in 348.2783ms
  188. [2024-06-12 10:07:38.657 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.MediaInfoController.GetPostedPlaybackInfo (Jellyfin.Api)"'
  189. [2024-06-12 10:07:38.658 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Items/59510bf9347dbf263d2ca5f626fec02c/PlaybackInfo""?UserId=b9da953f0dc84f62af8472d1943056a0&StartTimeTicks=46849440000&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&SubtitleStreamIndex=-1&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&MaxStreamingBitrate=171320951" - 200 null "application/json; charset=utf-8" 375.861ms
  190. [2024-06-12 10:07:38.669 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/Episode/59510bf9347dbf263d2ca5f626fec02c/IntroSkipperSegments""" - null null
  191. [2024-06-12 10:07:38.671 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  192. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  193. FROM \"Devices\" AS \"d\"
  194. WHERE \"d\".\"AccessToken\" = @__token_0
  195. LIMIT 1"
  196. [2024-06-12 10:07:38.675 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"ConfusedPolarBear.Plugin.IntroSkipper.Controllers.SkipIntroController.GetSkippableSegments (ConfusedPolarBear.Plugin.IntroSkipper)"'
  197. [2024-06-12 10:07:38.678 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSkippableSegments\", controller = \"SkipIntro\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.Dictionary`2[ConfusedPolarBear.Plugin.IntroSkipper.AnalysisMode,ConfusedPolarBear.Plugin.IntroSkipper.Intro]] GetSkippableSegments(System.Guid)" on controller "ConfusedPolarBear.Plugin.IntroSkipper.Controllers.SkipIntroController" ("ConfusedPolarBear.Plugin.IntroSkipper").
  198. [2024-06-12 10:07:38.683 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.Dictionary`2[[ConfusedPolarBear.Plugin.IntroSkipper.AnalysisMode, ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.9, Culture=neutral, PublicKeyToken=null],[ConfusedPolarBear.Plugin.IntroSkipper.Intro, ConfusedPolarBear.Plugin.IntroSkipper, Version=0.2.0.9, Culture=neutral, PublicKeyToken=null]]"'.
  199. [2024-06-12 10:07:38.710 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "ConfusedPolarBear.Plugin.IntroSkipper.Controllers.SkipIntroController.GetSkippableSegments (ConfusedPolarBear.Plugin.IntroSkipper)" in 31.8337ms
  200. [2024-06-12 10:07:38.710 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"ConfusedPolarBear.Plugin.IntroSkipper.Controllers.SkipIntroController.GetSkippableSegments (ConfusedPolarBear.Plugin.IntroSkipper)"'
  201. [2024-06-12 10:07:38.710 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/Episode/59510bf9347dbf263d2ca5f626fec02c/IntroSkipperSegments""" - 200 null "application/json; charset=utf-8" 41.3109ms
  202. [2024-06-12 10:07:38.806 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported" - null null
  203. [2024-06-12 10:07:38.809 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  204. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  205. FROM \"Devices\" AS \"d\"
  206. WHERE \"d\".\"AccessToken\" = @__token_0
  207. LIMIT 1"
  208. [2024-06-12 10:07:38.810 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
  209. [2024-06-12 10:07:38.826 +00:00] [INF] [8] 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[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, Boolean)" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  210. [2024-06-12 10:07:38.894 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  211. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  212. FROM \"TrickplayInfos\" AS \"t\"
  213. WHERE \"t\".\"ItemId\" = @__itemId_0"
  214. [2024-06-12 10:07:38.917 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  215. [2024-06-12 10:07:38.921 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)" in 94.7825ms
  216. [2024-06-12 10:07:38.921 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetMasterHlsVideoPlaylist (Jellyfin.Api)"'
  217. [2024-06-12 10:07:38.921 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/master.m3u8""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported" - 200 914 "application/vnd.apple.mpegurl" 115.5555ms
  218. [2024-06-12 10:07:38.952 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported" - null null
  219. [2024-06-12 10:07:38.954 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  220. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  221. FROM \"Devices\" AS \"d\"
  222. WHERE \"d\".\"AccessToken\" = @__token_0
  223. LIMIT 1"
  224. [2024-06-12 10:07:38.958 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
  225. [2024-06-12 10:07:38.972 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetVariantHlsVideoPlaylist\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetVariantHlsVideoPlaylist(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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  226. [2024-06-12 10:07:39.010 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor: Executing "FileContentResult", sending file with download name '""' ...
  227. [2024-06-12 10:07:39.029 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)" in 56.8877ms
  228. [2024-06-12 10:07:39.030 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetVariantHlsVideoPlaylist (Jellyfin.Api)"'
  229. [2024-06-12 10:07:39.031 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/main.m3u8""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported" - 200 802062 "application/vnd.apple.mpegurl" 79.4451ms
  230. [2024-06-12 10:07:39.108 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/0.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=0&actualSegmentLengthTicks=64230000" - null null
  231. [2024-06-12 10:07:39.111 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  232. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  233. FROM \"Devices\" AS \"d\"
  234. WHERE \"d\".\"AccessToken\" = @__token_0
  235. LIMIT 1"
  236. [2024-06-12 10:07:39.113 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  237. [2024-06-12 10:07:39.126 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  238. [2024-06-12 10:07:39.170 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska -i file:\"/media/media-name.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename \"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b.m3u8\""
  239. [2024-06-12 10:07:40.079 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b0.ts"' with download name '""' ...
  240. [2024-06-12 10:07:40.107 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 980.7586ms
  241. [2024-06-12 10:07:40.107 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  242. [2024-06-12 10:07:40.110 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/0.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=0&actualSegmentLengthTicks=64230000" - 200 3185472 "video/mp2t" 1001.7545ms
  243. [2024-06-12 10:07:40.258 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/1.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=64230000&actualSegmentLengthTicks=104270000" - null null
  244. [2024-06-12 10:07:40.261 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  245. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  246. FROM \"Devices\" AS \"d\"
  247. WHERE \"d\".\"AccessToken\" = @__token_0
  248. LIMIT 1"
  249. [2024-06-12 10:07:40.265 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  250. [2024-06-12 10:07:40.265 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  251. [2024-06-12 10:07:40.363 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/780.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46812260000&actualSegmentLengthTicks=57970000" - null null
  252. [2024-06-12 10:07:40.365 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  253. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  254. FROM \"Devices\" AS \"d\"
  255. WHERE \"d\".\"AccessToken\" = @__token_0
  256. LIMIT 1"
  257. [2024-06-12 10:07:40.367 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  258. [2024-06-12 10:07:40.367 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  259. [2024-06-12 10:07:40.372 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b1.ts"' with download name '""' ...
  260. [2024-06-12 10:07:40.375 +00:00] [INF] [10] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b.m3u8"
  261. [2024-06-12 10:07:40.384 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing""" - "application/json" 839
  262. [2024-06-12 10:07:40.385 +00:00] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  263. [2024-06-12 10:07:40.386 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 120.9025ms
  264. [2024-06-12 10:07:40.387 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  265. [2024-06-12 10:07:40.387 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  266. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  267. FROM \"Devices\" AS \"d\"
  268. WHERE \"d\".\"AccessToken\" = @__token_0
  269. LIMIT 1"
  270. [2024-06-12 10:07:40.387 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/1.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=64230000&actualSegmentLengthTicks=104270000" - 200 14970628 "video/mp2t" 128.9162ms
  271. [2024-06-12 10:07:40.398 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
  272. [2024-06-12 10:07:40.404 +00:00] [INF] [21] 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").
  273. [2024-06-12 10:07:40.448 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  274. [2024-06-12 10:07:40.460 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 01:18:01.726 -fflags +genpts -f matroska -i file:\"/media/media-name.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 780 -hls_segment_filename \"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b.m3u8\""
  275. [2024-06-12 10:07:40.507 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 540
  276. [2024-06-12 10:07:40.508 +00:00] [INF] [19] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  277. [2024-06-12 10:07:40.509 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  278. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  279. FROM \"Devices\" AS \"d\"
  280. WHERE \"d\".\"AccessToken\" = @__token_0
  281. LIMIT 1"
  282. [2024-06-12 10:07:40.513 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  283. [2024-06-12 10:07:40.519 +00:00] [INF] [19] 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").
  284. [2024-06-12 10:07:40.535 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__deviceId_0='?' (Size = 184)"], CommandType='Text', CommandTimeout='30']"
  285. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  286. FROM \"DeviceOptions\" AS \"d\"
  287. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  288. LIMIT 1"
  289. [2024-06-12 10:07:40.551 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 184)"], CommandType='Text', CommandTimeout='30']"
  290. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  291. FROM \"DeviceOptions\" AS \"d\"
  292. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  293. LIMIT 1"
  294. [2024-06-12 10:07:40.712 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 39), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  295. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  296. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  297. RETURNING \"Id\";"
  298. [2024-06-12 10:07:40.871 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("159"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 39), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  299. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  300. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  301. RETURNING \"Id\";"
  302. [2024-06-12 10:07:40.914 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  303. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  304. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  305. RETURNING 1;"
  306. [2024-06-12 10:07:40.920 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  307. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  308. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  309. RETURNING 1;"
  310. [2024-06-12 10:07:40.920 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  311. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  312. FROM \"TrickplayInfos\" AS \"t\"
  313. WHERE \"t\".\"ItemId\" = @__itemId_0"
  314. [2024-06-12 10:07:40.921 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  315. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  316. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  317. RETURNING 1;"
  318. [2024-06-12 10:07:40.921 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  319. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  320. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  321. RETURNING 1;"
  322. [2024-06-12 10:07:40.922 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  323. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  324. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  325. RETURNING 1;"
  326. [2024-06-12 10:07:40.923 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  327. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  328. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  329. RETURNING 1;"
  330. [2024-06-12 10:07:40.923 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  331. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  332. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  333. RETURNING 1;"
  334. [2024-06-12 10:07:40.924 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  335. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  336. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  337. RETURNING 1;"
  338. [2024-06-12 10:07:40.925 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  339. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  340. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  341. RETURNING 1;"
  342. [2024-06-12 10:07:40.925 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  343. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  344. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  345. RETURNING 1;"
  346. [2024-06-12 10:07:40.926 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  347. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  348. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  349. RETURNING 1;"
  350. [2024-06-12 10:07:40.927 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  351. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  352. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  353. RETURNING 1;"
  354. [2024-06-12 10:07:40.927 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  355. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  356. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  357. RETURNING 1;"
  358. [2024-06-12 10:07:40.928 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  359. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  360. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  361. RETURNING 1;"
  362. [2024-06-12 10:07:40.928 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  363. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  364. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  365. RETURNING 1;"
  366. [2024-06-12 10:07:40.929 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  367. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  368. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  369. RETURNING 1;"
  370. [2024-06-12 10:07:40.930 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  371. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  372. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  373. RETURNING 1;"
  374. [2024-06-12 10:07:40.930 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  375. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  376. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  377. RETURNING 1;"
  378. [2024-06-12 10:07:40.931 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  379. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  380. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  381. RETURNING 1;"
  382. [2024-06-12 10:07:40.932 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  383. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  384. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  385. RETURNING 1;"
  386. [2024-06-12 10:07:40.932 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  387. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  388. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  389. RETURNING 1;"
  390. [2024-06-12 10:07:40.933 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  391. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  392. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  393. RETURNING 1;"
  394. [2024-06-12 10:07:40.934 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  395. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  396. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  397. RETURNING 1;"
  398. [2024-06-12 10:07:40.934 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  399. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  400. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  401. RETURNING 1;"
  402. [2024-06-12 10:07:40.938 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  403. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  404. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  405. RETURNING 1;"
  406. [2024-06-12 10:07:40.938 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  407. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  408. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  409. RETURNING 1;"
  410. [2024-06-12 10:07:40.939 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  411. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  412. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  413. RETURNING 1;"
  414. [2024-06-12 10:07:40.940 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  415. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  416. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  417. RETURNING 1;"
  418. [2024-06-12 10:07:40.941 +00:00] [INF] [19] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  419. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  420. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  421. RETURNING 1;"
  422. [2024-06-12 10:07:40.941 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  423. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  424. FROM \"TrickplayInfos\" AS \"t\"
  425. WHERE \"t\".\"ItemId\" = @__itemId_0"
  426. [2024-06-12 10:07:40.943 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  427. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  428. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  429. RETURNING 1;"
  430. [2024-06-12 10:07:40.944 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  431. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  432. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  433. RETURNING 1;"
  434. [2024-06-12 10:07:40.946 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  435. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  436. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  437. RETURNING 1;"
  438. [2024-06-12 10:07:40.948 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  439. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  440. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  441. RETURNING 1;"
  442. [2024-06-12 10:07:40.949 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  443. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  444. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  445. RETURNING 1;"
  446. [2024-06-12 10:07:40.951 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  447. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  448. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  449. RETURNING 1;"
  450. [2024-06-12 10:07:40.952 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
  451. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  452. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  453. RETURNING 1;"
  454. [2024-06-12 10:07:40.954 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  455. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  456. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  457. RETURNING 1;"
  458. [2024-06-12 10:07:40.958 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  459. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  460. FROM \"TrickplayInfos\" AS \"t\"
  461. WHERE \"t\".\"ItemId\" = @__itemId_0"
  462. [2024-06-12 10:07:40.963 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  463. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  464. FROM \"TrickplayInfos\" AS \"t\"
  465. WHERE \"t\".\"ItemId\" = @__itemId_0"
  466. [2024-06-12 10:07:40.973 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  467. ""SELECT \"t\".\"ItemId\", \"t\".\"Width\", \"t\".\"Bandwidth\", \"t\".\"Height\", \"t\".\"Interval\", \"t\".\"ThumbnailCount\", \"t\".\"TileHeight\", \"t\".\"TileWidth\"
  468. FROM \"TrickplayInfos\" AS \"t\"
  469. WHERE \"t\".\"ItemId\" = @__itemId_0"
  470. [2024-06-12 10:07:41.019 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?', @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 12)"], CommandType='Text', CommandTimeout='30']"
  471. ""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
  472. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  473. RETURNING 1;"
  474. [2024-06-12 10:07:41.054 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  475. [2024-06-12 10:07:41.054 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 534.9217ms
  476. [2024-06-12 10:07:41.054 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  477. [2024-06-12 10:07:41.055 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 547.285ms
  478. [2024-06-12 10:07:41.151 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("150"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?' (Size = 32), @p2='?' (DbType = Int32), @p3='?' (Size = 109), @p4='?', @p5='?' (DbType = UInt32), @p6='?', @p7='?' (Size = 13), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  479. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  480. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  481. RETURNING \"Id\";"
  482. [2024-06-12 10:07:41.156 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  483. [2024-06-12 10:07:41.157 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)" in 751.8542ms
  484. [2024-06-12 10:07:41.157 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackStart (Jellyfin.Api)"'
  485. [2024-06-12 10:07:41.157 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing""" - 204 null null 772.4698ms
  486. [2024-06-12 10:07:41.159 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c
  487. [2024-06-12 10:07:41.162 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 06/12/2024 10:07:41
  488. [2024-06-12 10:07:41.163 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
  489. [2024-06-12 10:07:41.171 +00:00] [INF] [10] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
  490. [2024-06-12 10:07:41.323 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b780.ts"' with download name '""' ...
  491. [2024-06-12 10:07:41.644 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 1277.3717ms
  492. [2024-06-12 10:07:41.645 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  493. [2024-06-12 10:07:41.645 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/780.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46812260000&actualSegmentLengthTicks=57970000" - 200 17192036 "video/mp2t" 1281.6827ms
  494. [2024-06-12 10:07:41.886 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/781.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46870230000&actualSegmentLengthTicks=100520000" - null null
  495. [2024-06-12 10:07:41.889 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  496. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  497. FROM \"Devices\" AS \"d\"
  498. WHERE \"d\".\"AccessToken\" = @__token_0
  499. LIMIT 1"
  500. [2024-06-12 10:07:41.893 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  501. [2024-06-12 10:07:41.893 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  502. [2024-06-12 10:07:41.899 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b781.ts"' with download name '""' ...
  503. [2024-06-12 10:07:41.982 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 88.7343ms
  504. [2024-06-12 10:07:41.982 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  505. [2024-06-12 10:07:41.983 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/781.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46870230000&actualSegmentLengthTicks=100520000" - 200 9314272 "video/mp2t" 96.2871ms
  506. [2024-06-12 10:07:42.053 +00:00] [INF] [8] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c"
  507. [2024-06-12 10:07:42.200 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/782.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46970750000&actualSegmentLengthTicks=96760000" - null null
  508. [2024-06-12 10:07:42.205 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  509. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  510. FROM \"Devices\" AS \"d\"
  511. WHERE \"d\".\"AccessToken\" = @__token_0
  512. LIMIT 1"
  513. [2024-06-12 10:07:42.208 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  514. [2024-06-12 10:07:42.208 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  515. [2024-06-12 10:07:42.214 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b782.ts"' with download name '""' ...
  516. [2024-06-12 10:07:42.390 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 181.0598ms
  517. [2024-06-12 10:07:42.391 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  518. [2024-06-12 10:07:42.391 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/782.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=46970750000&actualSegmentLengthTicks=96760000" - 200 13261144 "video/mp2t" 191.2511ms
  519. [2024-06-12 10:07:42.654 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/783.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47067510000&actualSegmentLengthTicks=32950000" - null null
  520. [2024-06-12 10:07:42.658 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  521. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  522. FROM \"Devices\" AS \"d\"
  523. WHERE \"d\".\"AccessToken\" = @__token_0
  524. LIMIT 1"
  525. [2024-06-12 10:07:42.661 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  526. [2024-06-12 10:07:42.662 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  527. [2024-06-12 10:07:42.668 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b783.ts"' with download name '""' ...
  528. [2024-06-12 10:07:42.695 +00:00] [INF] [19] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 32.4298ms
  529. [2024-06-12 10:07:42.695 +00:00] [INF] [19] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  530. [2024-06-12 10:07:42.696 +00:00] [INF] [19] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/783.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47067510000&actualSegmentLengthTicks=32950000" - 200 4944212 "video/mp2t" 41.7957ms
  531. [2024-06-12 10:07:42.835 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/784.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47100460000&actualSegmentLengthTicks=65900000" - null null
  532. [2024-06-12 10:07:42.841 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  533. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  534. FROM \"Devices\" AS \"d\"
  535. WHERE \"d\".\"AccessToken\" = @__token_0
  536. LIMIT 1"
  537. [2024-06-12 10:07:42.844 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  538. [2024-06-12 10:07:42.845 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  539. [2024-06-12 10:07:42.851 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b784.ts"' with download name '""' ...
  540. [2024-06-12 10:07:43.012 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 166.8649ms
  541. [2024-06-12 10:07:43.014 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  542. [2024-06-12 10:07:43.014 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/784.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47100460000&actualSegmentLengthTicks=65900000" - 200 12136716 "video/mp2t" 179.6175ms
  543. [2024-06-12 10:07:43.239 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/785.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47166360000&actualSegmentLengthTicks=47970000" - null null
  544. [2024-06-12 10:07:43.254 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  545. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  546. FROM \"Devices\" AS \"d\"
  547. WHERE \"d\".\"AccessToken\" = @__token_0
  548. LIMIT 1"
  549. [2024-06-12 10:07:43.257 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  550. [2024-06-12 10:07:43.259 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  551. [2024-06-12 10:07:43.265 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b785.ts"' with download name '""' ...
  552. [2024-06-12 10:07:43.326 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 66.9833ms
  553. [2024-06-12 10:07:43.327 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  554. [2024-06-12 10:07:43.327 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/785.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47166360000&actualSegmentLengthTicks=47970000" - 200 8134008 "video/mp2t" 88.0987ms
  555. [2024-06-12 10:07:43.532 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/786.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47214330000&actualSegmentLengthTicks=40040000" - null null
  556. [2024-06-12 10:07:43.534 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  557. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  558. FROM \"Devices\" AS \"d\"
  559. WHERE \"d\".\"AccessToken\" = @__token_0
  560. LIMIT 1"
  561. [2024-06-12 10:07:43.536 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  562. [2024-06-12 10:07:43.536 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  563. [2024-06-12 10:07:43.539 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b786.ts"' with download name '""' ...
  564. [2024-06-12 10:07:43.563 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 26.9408ms
  565. [2024-06-12 10:07:43.563 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  566. [2024-06-12 10:07:43.564 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/786.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47214330000&actualSegmentLengthTicks=40040000" - 200 7910476 "video/mp2t" 31.8165ms
  567. [2024-06-12 10:07:43.802 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/787.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47254370000&actualSegmentLengthTicks=44210000" - null null
  568. [2024-06-12 10:07:43.804 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  569. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  570. FROM \"Devices\" AS \"d\"
  571. WHERE \"d\".\"AccessToken\" = @__token_0
  572. LIMIT 1"
  573. [2024-06-12 10:07:43.805 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  574. [2024-06-12 10:07:43.806 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  575. [2024-06-12 10:07:43.808 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b787.ts"' with download name '""' ...
  576. [2024-06-12 10:07:43.828 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 22.2867ms
  577. [2024-06-12 10:07:43.828 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  578. [2024-06-12 10:07:43.829 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/787.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47254370000&actualSegmentLengthTicks=44210000" - 200 6551612 "video/mp2t" 26.7313ms
  579. [2024-06-12 10:07:46.819 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/788.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47298580000&actualSegmentLengthTicks=47540000" - null null
  580. [2024-06-12 10:07:46.822 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  581. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  582. FROM \"Devices\" AS \"d\"
  583. WHERE \"d\".\"AccessToken\" = @__token_0
  584. LIMIT 1"
  585. [2024-06-12 10:07:46.825 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  586. [2024-06-12 10:07:46.826 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  587. [2024-06-12 10:07:46.829 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b788.ts"' with download name '""' ...
  588. [2024-06-12 10:07:46.853 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 27.0749ms
  589. [2024-06-12 10:07:46.853 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  590. [2024-06-12 10:07:46.853 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/788.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47298580000&actualSegmentLengthTicks=47540000" - 200 7474316 "video/mp2t" 34.1754ms
  591. [2024-06-12 10:07:50.505 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  592. [2024-06-12 10:07:50.506 +00:00] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  593. [2024-06-12 10:07:50.509 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  594. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  595. FROM \"Devices\" AS \"d\"
  596. WHERE \"d\".\"AccessToken\" = @__token_0
  597. LIMIT 1"
  598. [2024-06-12 10:07:50.515 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  599. [2024-06-12 10:07:50.515 +00:00] [INF] [21] 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").
  600. [2024-06-12 10:07:50.523 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  601. [2024-06-12 10:07:50.523 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 8.3266ms
  602. [2024-06-12 10:07:50.524 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  603. [2024-06-12 10:07:50.524 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 18.7063ms
  604. [2024-06-12 10:07:53.366 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/789.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47346120000&actualSegmentLengthTicks=80500000" - null null
  605. [2024-06-12 10:07:53.368 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  606. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  607. FROM \"Devices\" AS \"d\"
  608. WHERE \"d\".\"AccessToken\" = @__token_0
  609. LIMIT 1"
  610. [2024-06-12 10:07:53.370 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  611. [2024-06-12 10:07:53.371 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  612. [2024-06-12 10:07:53.374 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b789.ts"' with download name '""' ...
  613. [2024-06-12 10:07:53.397 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 26.0433ms
  614. [2024-06-12 10:07:53.397 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  615. [2024-06-12 10:07:53.398 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/789.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47346120000&actualSegmentLengthTicks=80500000" - 200 7845240 "video/mp2t" 32.0355ms
  616. [2024-06-12 10:07:59.701 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/790.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47426620000&actualSegmentLengthTicks=58390000" - null null
  617. [2024-06-12 10:07:59.702 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  618. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  619. FROM \"Devices\" AS \"d\"
  620. WHERE \"d\".\"AccessToken\" = @__token_0
  621. LIMIT 1"
  622. [2024-06-12 10:07:59.703 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  623. [2024-06-12 10:07:59.703 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  624. [2024-06-12 10:07:59.706 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b790.ts"' with download name '""' ...
  625. [2024-06-12 10:07:59.724 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 20.9185ms
  626. [2024-06-12 10:07:59.725 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  627. [2024-06-12 10:07:59.725 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/790.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47426620000&actualSegmentLengthTicks=58390000" - 200 6180876 "video/mp2t" 23.8095ms
  628. [2024-06-12 10:08:00.506 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  629. [2024-06-12 10:08:00.507 +00:00] [INF] [10] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  630. [2024-06-12 10:08:00.510 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  631. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  632. FROM \"Devices\" AS \"d\"
  633. WHERE \"d\".\"AccessToken\" = @__token_0
  634. LIMIT 1"
  635. [2024-06-12 10:08:00.513 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  636. [2024-06-12 10:08:00.513 +00:00] [INF] [10] 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").
  637. [2024-06-12 10:08:00.519 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  638. [2024-06-12 10:08:00.520 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 6.1403ms
  639. [2024-06-12 10:08:00.520 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  640. [2024-06-12 10:08:00.521 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 14.6221ms
  641. [2024-06-12 10:08:01.173 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "172.23.0.7"
  642. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "59510bf9347dbf263d2ca5f626fec02c"
  643. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "b9da953f0dc84f62af8472d1943056a0"
  644. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 1
  645. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "59510bf9347dbf263d2ca5f626fec02c"
  646. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "b9da953f0dc84f62af8472d1943056a0"
  647. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "Transcode (v:direct a:aac)"
  648. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
  649. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "LG Smart TV"
  650. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Media Name"
  651. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "59510bf9347dbf263d2ca5f626fec02c"
  652. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Episode"
  653. [2024-06-12 10:08:01.176 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
  654. [2024-06-12 10:08:01.177 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c"
  655. [2024-06-12 10:08:01.177 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
  656. [2024-06-12 10:08:01.194 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
  657. [2024-06-12 10:08:02.521 +00:00] [INF] [11] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c"
  658. [2024-06-12 10:08:05.455 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/791.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47485010000&actualSegmentLengthTicks=44210000" - null null
  659. [2024-06-12 10:08:05.456 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  660. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  661. FROM \"Devices\" AS \"d\"
  662. WHERE \"d\".\"AccessToken\" = @__token_0
  663. LIMIT 1"
  664. [2024-06-12 10:08:05.458 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  665. [2024-06-12 10:08:05.458 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  666. [2024-06-12 10:08:05.462 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b791.ts"' with download name '""' ...
  667. [2024-06-12 10:08:05.536 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 77.8337ms
  668. [2024-06-12 10:08:05.536 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  669. [2024-06-12 10:08:05.536 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/791.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47485010000&actualSegmentLengthTicks=44210000" - 200 10799096 "video/mp2t" 81.7455ms
  670. [2024-06-12 10:08:10.505 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  671. [2024-06-12 10:08:10.505 +00:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  672. [2024-06-12 10:08:10.506 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  673. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  674. FROM \"Devices\" AS \"d\"
  675. WHERE \"d\".\"AccessToken\" = @__token_0
  676. LIMIT 1"
  677. [2024-06-12 10:08:10.508 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  678. [2024-06-12 10:08:10.508 +00:00] [INF] [11] 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").
  679. [2024-06-12 10:08:10.511 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  680. [2024-06-12 10:08:10.511 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 2.7967ms
  681. [2024-06-12 10:08:10.511 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  682. [2024-06-12 10:08:10.511 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 6.966ms
  683. [2024-06-12 10:08:12.802 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/792.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47529220000&actualSegmentLengthTicks=78420000" - null null
  684. [2024-06-12 10:08:12.806 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  685. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  686. FROM \"Devices\" AS \"d\"
  687. WHERE \"d\".\"AccessToken\" = @__token_0
  688. LIMIT 1"
  689. [2024-06-12 10:08:12.809 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  690. [2024-06-12 10:08:12.809 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  691. [2024-06-12 10:08:12.816 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b792.ts"' with download name '""' ...
  692. [2024-06-12 10:08:12.839 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 30.1277ms
  693. [2024-06-12 10:08:12.840 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  694. [2024-06-12 10:08:12.841 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/792.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47529220000&actualSegmentLengthTicks=78420000" - 200 7693900 "video/mp2t" 38.8376ms
  695. [2024-06-12 10:08:17.713 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/793.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47607640000&actualSegmentLengthTicks=40870000" - null null
  696. [2024-06-12 10:08:17.715 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  697. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  698. FROM \"Devices\" AS \"d\"
  699. WHERE \"d\".\"AccessToken\" = @__token_0
  700. LIMIT 1"
  701. [2024-06-12 10:08:17.716 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  702. [2024-06-12 10:08:17.717 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  703. [2024-06-12 10:08:17.723 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b793.ts"' with download name '""' ...
  704. [2024-06-12 10:08:17.735 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 18.6555ms
  705. [2024-06-12 10:08:17.736 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  706. [2024-06-12 10:08:17.736 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/793.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47607640000&actualSegmentLengthTicks=40870000" - 200 9840108 "video/mp2t" 23.0905ms
  707. [2024-06-12 10:08:17.743 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/794.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47648510000&actualSegmentLengthTicks=105110000" - null null
  708. [2024-06-12 10:08:17.745 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  709. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  710. FROM \"Devices\" AS \"d\"
  711. WHERE \"d\".\"AccessToken\" = @__token_0
  712. LIMIT 1"
  713. [2024-06-12 10:08:17.746 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  714. [2024-06-12 10:08:17.746 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  715. [2024-06-12 10:08:17.749 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b794.ts"' with download name '""' ...
  716. [2024-06-12 10:08:18.032 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 286.1818ms
  717. [2024-06-12 10:08:18.033 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  718. [2024-06-12 10:08:18.033 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/794.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47648510000&actualSegmentLengthTicks=105110000" - 200 13104728 "video/mp2t" 289.8859ms
  719. [2024-06-12 10:08:19.361 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/System/Info""" - null null
  720. [2024-06-12 10:08:19.362 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/QuickConnect/Enabled""" - null null
  721. [2024-06-12 10:08:19.363 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  722. [2024-06-12 10:08:19.364 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  723. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  724. FROM \"Devices\" AS \"d\"
  725. WHERE \"d\".\"AccessToken\" = @__token_0
  726. LIMIT 1"
  727. [2024-06-12 10:08:19.367 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  728. [2024-06-12 10:08:19.367 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetQuickConnectEnabled\", controller = \"QuickConnect\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Boolean] GetQuickConnectEnabled()" on controller "Jellyfin.Api.Controllers.QuickConnectController" ("Jellyfin.Api").
  729. [2024-06-12 10:08:19.368 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
  730. [2024-06-12 10:08:19.372 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Boolean"'.
  731. [2024-06-12 10:08:19.381 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/socket""?api_key=eaecee9a4f96488ba38aa5ea1bcc6ea5&deviceId=TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTY1MDA1MjgyMDE1" - null null
  732. [2024-06-12 10:08:19.381 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
  733. [2024-06-12 10:08:19.381 +00:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  734. [2024-06-12 10:08:19.382 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)" in 15.4685ms
  735. [2024-06-12 10:08:19.383 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.QuickConnectController.GetQuickConnectEnabled (Jellyfin.Api)"'
  736. [2024-06-12 10:08:19.383 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  737. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  738. FROM \"Devices\" AS \"d\"
  739. WHERE \"d\".\"AccessToken\" = @__token_0
  740. LIMIT 1"
  741. [2024-06-12 10:08:19.384 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/QuickConnect/Enabled""" - 200 null "application/json; charset=utf-8" 21.9478ms
  742. [2024-06-12 10:08:19.391 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  743. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  744. FROM \"Devices\" AS \"d\"
  745. WHERE \"d\".\"AccessToken\" = @__token_0
  746. LIMIT 1"
  747. [2024-06-12 10:08:19.392 +00:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.23.0.7" request
  748. [2024-06-12 10:08:19.397 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 28.5303ms
  749. [2024-06-12 10:08:19.397 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
  750. [2024-06-12 10:08:19.397 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/System/Info""" - 200 null "application/json; charset=utf-8" 36.5557ms
  751. [2024-06-12 10:08:19.408 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/Sessions""?ControllableByUserId=b9da953f0dc84f62af8472d1943056a0" - null null
  752. [2024-06-12 10:08:19.410 +00:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  753. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  754. FROM \"Devices\" AS \"d\"
  755. WHERE \"d\".\"AccessToken\" = @__token_0
  756. LIMIT 1"
  757. [2024-06-12 10:08:19.412 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  758. [2024-06-12 10:08:19.415 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Controller.Session.SessionInfo]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
  759. [2024-06-12 10:08:19.420 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+WhereEnumerableIterator`1[[MediaBrowser.Controller.Session.SessionInfo, MediaBrowser.Controller, Version=10.9.6.0, Culture=neutral, PublicKeyToken=null]]"'.
  760. [2024-06-12 10:08:19.453 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 37.4642ms
  761. [2024-06-12 10:08:19.453 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
  762. [2024-06-12 10:08:19.453 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/Sessions""?ControllableByUserId=b9da953f0dc84f62af8472d1943056a0" - 200 null "application/json; charset=utf-8" 44.829ms
  763. [2024-06-12 10:08:19.469 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  764. ""SELECT COUNT(*)
  765. FROM \"Devices\" AS \"d\"
  766. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
  767. [2024-06-12 10:08:19.478 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
  768. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  769. FROM \"Devices\" AS \"d\"
  770. WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
  771. ORDER BY \"d\".\"Id\"
  772. LIMIT @__p_1"
  773. [2024-06-12 10:08:19.480 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__deviceId_0='?' (Size = 176)"], CommandType='Text', CommandTimeout='30']"
  774. ""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
  775. FROM \"DeviceOptions\" AS \"d\"
  776. WHERE \"d\".\"DeviceId\" = @__deviceId_0
  777. LIMIT 1"
  778. [2024-06-12 10:08:19.483 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 34), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  779. ""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
  780. VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
  781. RETURNING \"Id\";"
  782. [2024-06-12 10:08:20.506 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  783. [2024-06-12 10:08:20.507 +00:00] [INF] [18] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  784. [2024-06-12 10:08:20.510 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  785. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  786. FROM \"Devices\" AS \"d\"
  787. WHERE \"d\".\"AccessToken\" = @__token_0
  788. LIMIT 1"
  789. [2024-06-12 10:08:20.513 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  790. [2024-06-12 10:08:20.513 +00:00] [INF] [18] 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").
  791. [2024-06-12 10:08:20.518 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  792. [2024-06-12 10:08:20.518 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 4.7371ms
  793. [2024-06-12 10:08:20.518 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  794. [2024-06-12 10:08:20.519 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 12.7351ms
  795. [2024-06-12 10:08:21.463 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/System/Logs/Log""?name=log_20240612.log&api_key=eaecee9a4f96488ba38aa5ea1bcc6ea5" - null null
  796. [2024-06-12 10:08:21.464 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  797. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  798. FROM \"Devices\" AS \"d\"
  799. WHERE \"d\".\"AccessToken\" = @__token_0
  800. LIMIT 1"
  801. [2024-06-12 10:08:21.469 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
  802. [2024-06-12 10:08:21.471 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogFile\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
  803. [2024-06-12 10:08:21.476 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
  804. [2024-06-12 10:08:21.483 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)" in 11.2374ms
  805. [2024-06-12 10:08:21.483 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
  806. [2024-06-12 10:08:21.484 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network""""/jellyfin/System/Logs/Log""?name=log_20240612.log&api_key=eaecee9a4f96488ba38aa5ea1bcc6ea5" - 200 null "text/plain; charset=utf-8" 20.6251ms
  807. [2024-06-12 10:08:23.519 +00:00] [INF] [23] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c"
  808. [2024-06-12 10:08:29.567 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
  809. [2024-06-12 10:08:30.506 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  810. [2024-06-12 10:08:30.507 +00:00] [INF] [22] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  811. [2024-06-12 10:08:30.510 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  812. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  813. FROM \"Devices\" AS \"d\"
  814. WHERE \"d\".\"AccessToken\" = @__token_0
  815. LIMIT 1"
  816. [2024-06-12 10:08:30.541 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 18), @p2='?' (Size = 6), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 180), @p7='?' (Size = 11), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
  817. ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
  818. WHERE \"Id\" = @p10
  819. RETURNING 1;"
  820. [2024-06-12 10:08:30.550 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  821. [2024-06-12 10:08:30.550 +00:00] [INF] [22] 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").
  822. [2024-06-12 10:08:30.554 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  823. [2024-06-12 10:08:30.555 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 3.966ms
  824. [2024-06-12 10:08:30.555 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  825. [2024-06-12 10:08:30.556 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 48.713ms
  826. [2024-06-12 10:08:32.308 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/795.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47753620000&actualSegmentLengthTicks=48380000" - null null
  827. [2024-06-12 10:08:32.311 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  828. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  829. FROM \"Devices\" AS \"d\"
  830. WHERE \"d\".\"AccessToken\" = @__token_0
  831. LIMIT 1"
  832. [2024-06-12 10:08:32.314 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  833. [2024-06-12 10:08:32.314 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  834. [2024-06-12 10:08:32.318 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b795.ts"' with download name '""' ...
  835. [2024-06-12 10:08:32.338 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 23.4866ms
  836. [2024-06-12 10:08:32.338 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  837. [2024-06-12 10:08:32.339 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/795.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47753620000&actualSegmentLengthTicks=48380000" - 200 7494620 "video/mp2t" 30.5206ms
  838. [2024-06-12 10:08:37.149 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/796.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47802000000&actualSegmentLengthTicks=34620000" - null null
  839. [2024-06-12 10:08:37.152 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  840. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  841. FROM \"Devices\" AS \"d\"
  842. WHERE \"d\".\"AccessToken\" = @__token_0
  843. LIMIT 1"
  844. [2024-06-12 10:08:37.154 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  845. [2024-06-12 10:08:37.154 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  846. [2024-06-12 10:08:37.157 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b796.ts"' with download name '""' ...
  847. [2024-06-12 10:08:37.231 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 76.6236ms
  848. [2024-06-12 10:08:37.231 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  849. [2024-06-12 10:08:37.232 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/796.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47802000000&actualSegmentLengthTicks=34620000" - 200 6566088 "video/mp2t" 82.6304ms
  850. [2024-06-12 10:08:40.507 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  851. [2024-06-12 10:08:40.507 +00:00] [INF] [23] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  852. [2024-06-12 10:08:40.508 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  853. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  854. FROM \"Devices\" AS \"d\"
  855. WHERE \"d\".\"AccessToken\" = @__token_0
  856. LIMIT 1"
  857. [2024-06-12 10:08:40.509 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  858. [2024-06-12 10:08:40.509 +00:00] [INF] [23] 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").
  859. [2024-06-12 10:08:40.519 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  860. [2024-06-12 10:08:40.519 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 9.5609ms
  861. [2024-06-12 10:08:40.519 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  862. [2024-06-12 10:08:40.519 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 12.3533ms
  863. [2024-06-12 10:08:40.694 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/797.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47836620000&actualSegmentLengthTicks=57970000" - null null
  864. [2024-06-12 10:08:40.695 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  865. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  866. FROM \"Devices\" AS \"d\"
  867. WHERE \"d\".\"AccessToken\" = @__token_0
  868. LIMIT 1"
  869. [2024-06-12 10:08:40.696 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  870. [2024-06-12 10:08:40.697 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  871. [2024-06-12 10:08:40.698 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b797.ts"' with download name '""' ...
  872. [2024-06-12 10:08:40.806 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 109.7511ms
  873. [2024-06-12 10:08:40.807 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  874. [2024-06-12 10:08:40.807 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/797.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47836620000&actualSegmentLengthTicks=57970000" - 200 9241892 "video/mp2t" 113.0014ms
  875. [2024-06-12 10:08:44.517 +00:00] [INF] [22] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11-b9da953f0dc84f62af8472d1943056a0-59510bf9347dbf263d2ca5f626fec02c"
  876. [2024-06-12 10:08:46.407 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  877. [2024-06-12 10:08:46.409 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  878. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  879. FROM \"Devices\" AS \"d\"
  880. WHERE \"d\".\"AccessToken\" = @__token_0
  881. LIMIT 1"
  882. [2024-06-12 10:08:46.410 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  883. [2024-06-12 10:08:46.411 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  884. [2024-06-12 10:08:46.412 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  885. [2024-06-12 10:08:46.569 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 158.7559ms
  886. [2024-06-12 10:08:46.570 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  887. [2024-06-12 10:08:46.570 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 162.3238ms
  888. [2024-06-12 10:08:50.508 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - "application/json" 569
  889. [2024-06-12 10:08:50.508 +00:00] [INF] [8] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
  890. [2024-06-12 10:08:50.509 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  891. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  892. FROM \"Devices\" AS \"d\"
  893. WHERE \"d\".\"AccessToken\" = @__token_0
  894. LIMIT 1"
  895. [2024-06-12 10:08:50.511 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  896. [2024-06-12 10:08:50.511 +00:00] [INF] [8] 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").
  897. [2024-06-12 10:08:50.519 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  898. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  899. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  900. RETURNING 1;"
  901. [2024-06-12 10:08:50.520 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  902. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  903. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  904. RETURNING 1;"
  905. [2024-06-12 10:08:50.521 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  906. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  907. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  908. RETURNING 1;"
  909. [2024-06-12 10:08:50.521 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  910. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  911. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  912. RETURNING 1;"
  913. [2024-06-12 10:08:50.522 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  914. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  915. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  916. RETURNING 1;"
  917. [2024-06-12 10:08:50.523 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  918. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  919. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  920. RETURNING 1;"
  921. [2024-06-12 10:08:50.523 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  922. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  923. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  924. RETURNING 1;"
  925. [2024-06-12 10:08:50.524 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  926. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  927. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  928. RETURNING 1;"
  929. [2024-06-12 10:08:50.524 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  930. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  931. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  932. RETURNING 1;"
  933. [2024-06-12 10:08:50.525 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  934. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  935. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  936. RETURNING 1;"
  937. [2024-06-12 10:08:50.525 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  938. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  939. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  940. RETURNING 1;"
  941. [2024-06-12 10:08:50.526 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  942. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  943. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  944. RETURNING 1;"
  945. [2024-06-12 10:08:50.526 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  946. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  947. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  948. RETURNING 1;"
  949. [2024-06-12 10:08:50.526 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  950. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  951. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  952. RETURNING 1;"
  953. [2024-06-12 10:08:50.527 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  954. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  955. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  956. RETURNING 1;"
  957. [2024-06-12 10:08:50.527 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  958. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  959. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  960. RETURNING 1;"
  961. [2024-06-12 10:08:50.528 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  962. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  963. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  964. RETURNING 1;"
  965. [2024-06-12 10:08:50.528 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  966. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  967. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  968. RETURNING 1;"
  969. [2024-06-12 10:08:50.529 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  970. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  971. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  972. RETURNING 1;"
  973. [2024-06-12 10:08:50.529 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  974. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  975. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  976. RETURNING 1;"
  977. [2024-06-12 10:08:50.529 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  978. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  979. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  980. RETURNING 1;"
  981. [2024-06-12 10:08:50.530 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  982. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  983. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  984. RETURNING 1;"
  985. [2024-06-12 10:08:50.530 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  986. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  987. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  988. RETURNING 1;"
  989. [2024-06-12 10:08:50.531 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
  990. ""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  991. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  992. RETURNING 1;"
  993. [2024-06-12 10:08:50.537 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  994. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  995. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  996. RETURNING 1;"
  997. [2024-06-12 10:08:50.538 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  998. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  999. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1000. RETURNING 1;"
  1001. [2024-06-12 10:08:50.539 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1002. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1003. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1004. RETURNING 1;"
  1005. [2024-06-12 10:08:50.540 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1006. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1007. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1008. RETURNING 1;"
  1009. [2024-06-12 10:08:50.540 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1010. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1011. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1012. RETURNING 1;"
  1013. [2024-06-12 10:08:50.541 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1014. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1015. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1016. RETURNING 1;"
  1017. [2024-06-12 10:08:50.541 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1018. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1019. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1020. RETURNING 1;"
  1021. [2024-06-12 10:08:50.542 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1022. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1023. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1024. RETURNING 1;"
  1025. [2024-06-12 10:08:50.542 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1026. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1027. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1028. RETURNING 1;"
  1029. [2024-06-12 10:08:50.543 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1030. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1031. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1032. RETURNING 1;"
  1033. [2024-06-12 10:08:50.543 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1034. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1035. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1036. RETURNING 1;"
  1037. [2024-06-12 10:08:50.543 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 73)"], CommandType='Text', CommandTimeout='30']"
  1038. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1039. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1040. RETURNING 1;"
  1041. [2024-06-12 10:08:50.544 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
  1042. ""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
  1043. WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
  1044. RETURNING 1;"
  1045. [2024-06-12 10:08:50.545 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?', @p1='?' (Size = 67), @p2='?' (Size = 8), @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?', @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 12)"], CommandType='Text', CommandTimeout='30']"
  1046. ""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
  1047. WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
  1048. RETURNING 1;"
  1049. [2024-06-12 10:08:50.552 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
  1050. [2024-06-12 10:08:50.552 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)" in 41.4337ms
  1051. [2024-06-12 10:08:50.552 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.PlaystateController.ReportPlaybackProgress (Jellyfin.Api)"'
  1052. [2024-06-12 10:08:50.553 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"server.example-network:8081""""/jellyfin/Sessions/Playing/Progress""" - 204 null null 45.1314ms
  1053. [2024-06-12 10:08:54.381 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1054. [2024-06-12 10:08:54.384 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1055. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1056. FROM \"Devices\" AS \"d\"
  1057. WHERE \"d\".\"AccessToken\" = @__token_0
  1058. LIMIT 1"
  1059. [2024-06-12 10:08:54.386 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1060. [2024-06-12 10:08:54.386 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1061. [2024-06-12 10:08:54.389 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1062. [2024-06-12 10:08:54.400 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.8577ms
  1063. [2024-06-12 10:08:54.401 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1064. [2024-06-12 10:08:54.401 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 19.6854ms
  1065. [2024-06-12 10:08:54.408 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1066. [2024-06-12 10:08:54.411 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1067. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1068. FROM \"Devices\" AS \"d\"
  1069. WHERE \"d\".\"AccessToken\" = @__token_0
  1070. LIMIT 1"
  1071. [2024-06-12 10:08:54.413 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1072. [2024-06-12 10:08:54.413 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1073. [2024-06-12 10:08:54.416 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1074. [2024-06-12 10:08:54.426 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.4414ms
  1075. [2024-06-12 10:08:54.426 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1076. [2024-06-12 10:08:54.426 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 17.6432ms
  1077. [2024-06-12 10:08:54.434 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1078. [2024-06-12 10:08:54.437 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1079. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1080. FROM \"Devices\" AS \"d\"
  1081. WHERE \"d\".\"AccessToken\" = @__token_0
  1082. LIMIT 1"
  1083. [2024-06-12 10:08:54.438 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1084. [2024-06-12 10:08:54.439 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1085. [2024-06-12 10:08:54.442 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1086. [2024-06-12 10:08:54.458 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 19.1388ms
  1087. [2024-06-12 10:08:54.458 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1088. [2024-06-12 10:08:54.459 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 24.394ms
  1089. [2024-06-12 10:08:54.465 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1090. [2024-06-12 10:08:54.467 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1091. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1092. FROM \"Devices\" AS \"d\"
  1093. WHERE \"d\".\"AccessToken\" = @__token_0
  1094. LIMIT 1"
  1095. [2024-06-12 10:08:54.469 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1096. [2024-06-12 10:08:54.469 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1097. [2024-06-12 10:08:54.472 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1098. [2024-06-12 10:08:54.483 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.4403ms
  1099. [2024-06-12 10:08:54.483 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1100. [2024-06-12 10:08:54.483 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 17.9987ms
  1101. [2024-06-12 10:08:54.490 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1102. [2024-06-12 10:08:54.491 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1103. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1104. FROM \"Devices\" AS \"d\"
  1105. WHERE \"d\".\"AccessToken\" = @__token_0
  1106. LIMIT 1"
  1107. [2024-06-12 10:08:54.492 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1108. [2024-06-12 10:08:54.492 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1109. [2024-06-12 10:08:54.496 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1110. [2024-06-12 10:08:54.504 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.9234ms
  1111. [2024-06-12 10:08:54.504 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1112. [2024-06-12 10:08:54.504 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 14.2284ms
  1113. [2024-06-12 10:08:54.512 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1114. [2024-06-12 10:08:54.514 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1115. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1116. FROM \"Devices\" AS \"d\"
  1117. WHERE \"d\".\"AccessToken\" = @__token_0
  1118. LIMIT 1"
  1119. [2024-06-12 10:08:54.516 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1120. [2024-06-12 10:08:54.516 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1121. [2024-06-12 10:08:54.518 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1122. [2024-06-12 10:08:54.528 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.66ms
  1123. [2024-06-12 10:08:54.528 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1124. [2024-06-12 10:08:54.528 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 15.9751ms
  1125. [2024-06-12 10:08:54.538 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1126. [2024-06-12 10:08:54.540 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1127. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1128. FROM \"Devices\" AS \"d\"
  1129. WHERE \"d\".\"AccessToken\" = @__token_0
  1130. LIMIT 1"
  1131. [2024-06-12 10:08:54.541 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1132. [2024-06-12 10:08:54.541 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1133. [2024-06-12 10:08:54.544 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1134. [2024-06-12 10:08:54.558 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 16.3861ms
  1135. [2024-06-12 10:08:54.558 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1136. [2024-06-12 10:08:54.558 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 20.8059ms
  1137. [2024-06-12 10:08:54.565 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1138. [2024-06-12 10:08:54.567 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1139. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1140. FROM \"Devices\" AS \"d\"
  1141. WHERE \"d\".\"AccessToken\" = @__token_0
  1142. LIMIT 1"
  1143. [2024-06-12 10:08:54.568 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1144. [2024-06-12 10:08:54.568 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1145. [2024-06-12 10:08:54.571 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1146. [2024-06-12 10:08:54.581 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.4452ms
  1147. [2024-06-12 10:08:54.581 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1148. [2024-06-12 10:08:54.581 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 16.832ms
  1149. [2024-06-12 10:08:54.588 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1150. [2024-06-12 10:08:54.589 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1151. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1152. FROM \"Devices\" AS \"d\"
  1153. WHERE \"d\".\"AccessToken\" = @__token_0
  1154. LIMIT 1"
  1155. [2024-06-12 10:08:54.590 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1156. [2024-06-12 10:08:54.590 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1157. [2024-06-12 10:08:54.591 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1158. [2024-06-12 10:08:54.601 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.6786ms
  1159. [2024-06-12 10:08:54.601 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1160. [2024-06-12 10:08:54.601 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 12.9696ms
  1161. [2024-06-12 10:08:54.607 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1162. [2024-06-12 10:08:54.608 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1163. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1164. FROM \"Devices\" AS \"d\"
  1165. WHERE \"d\".\"AccessToken\" = @__token_0
  1166. LIMIT 1"
  1167. [2024-06-12 10:08:54.609 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1168. [2024-06-12 10:08:54.609 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1169. [2024-06-12 10:08:54.610 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1170. [2024-06-12 10:08:54.621 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.588ms
  1171. [2024-06-12 10:08:54.621 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1172. [2024-06-12 10:08:54.621 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.935ms
  1173. [2024-06-12 10:08:54.627 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1174. [2024-06-12 10:08:54.628 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1175. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1176. FROM \"Devices\" AS \"d\"
  1177. WHERE \"d\".\"AccessToken\" = @__token_0
  1178. LIMIT 1"
  1179. [2024-06-12 10:08:54.628 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1180. [2024-06-12 10:08:54.628 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1181. [2024-06-12 10:08:54.630 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1182. [2024-06-12 10:08:54.638 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.7744ms
  1183. [2024-06-12 10:08:54.638 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1184. [2024-06-12 10:08:54.639 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.9426ms
  1185. [2024-06-12 10:08:54.645 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1186. [2024-06-12 10:08:54.646 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1187. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1188. FROM \"Devices\" AS \"d\"
  1189. WHERE \"d\".\"AccessToken\" = @__token_0
  1190. LIMIT 1"
  1191. [2024-06-12 10:08:54.647 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1192. [2024-06-12 10:08:54.647 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1193. [2024-06-12 10:08:54.648 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1194. [2024-06-12 10:08:54.658 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.1149ms
  1195. [2024-06-12 10:08:54.659 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1196. [2024-06-12 10:08:54.659 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.3304ms
  1197. [2024-06-12 10:08:54.664 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1198. [2024-06-12 10:08:54.665 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1199. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1200. FROM \"Devices\" AS \"d\"
  1201. WHERE \"d\".\"AccessToken\" = @__token_0
  1202. LIMIT 1"
  1203. [2024-06-12 10:08:54.666 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1204. [2024-06-12 10:08:54.666 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1205. [2024-06-12 10:08:54.667 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1206. [2024-06-12 10:08:54.681 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 14.705ms
  1207. [2024-06-12 10:08:54.681 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1208. [2024-06-12 10:08:54.681 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 17.0006ms
  1209. [2024-06-12 10:08:54.684 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1210. [2024-06-12 10:08:54.686 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1211. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1212. FROM \"Devices\" AS \"d\"
  1213. WHERE \"d\".\"AccessToken\" = @__token_0
  1214. LIMIT 1"
  1215. [2024-06-12 10:08:54.688 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1216. [2024-06-12 10:08:54.688 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1217. [2024-06-12 10:08:54.691 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1218. [2024-06-12 10:08:54.701 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.1722ms
  1219. [2024-06-12 10:08:54.701 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1220. [2024-06-12 10:08:54.701 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 16.8711ms
  1221. [2024-06-12 10:08:54.707 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1222. [2024-06-12 10:08:54.708 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1223. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1224. FROM \"Devices\" AS \"d\"
  1225. WHERE \"d\".\"AccessToken\" = @__token_0
  1226. LIMIT 1"
  1227. [2024-06-12 10:08:54.709 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1228. [2024-06-12 10:08:54.709 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1229. [2024-06-12 10:08:54.710 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1230. [2024-06-12 10:08:54.718 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.0995ms
  1231. [2024-06-12 10:08:54.718 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1232. [2024-06-12 10:08:54.718 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.5346ms
  1233. [2024-06-12 10:08:54.726 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1234. [2024-06-12 10:08:54.728 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1235. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1236. FROM \"Devices\" AS \"d\"
  1237. WHERE \"d\".\"AccessToken\" = @__token_0
  1238. LIMIT 1"
  1239. [2024-06-12 10:08:54.729 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1240. [2024-06-12 10:08:54.729 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1241. [2024-06-12 10:08:54.732 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1242. [2024-06-12 10:08:54.743 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.1609ms
  1243. [2024-06-12 10:08:54.743 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1244. [2024-06-12 10:08:54.743 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 17.2949ms
  1245. [2024-06-12 10:08:54.748 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1246. [2024-06-12 10:08:54.749 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1247. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1248. FROM \"Devices\" AS \"d\"
  1249. WHERE \"d\".\"AccessToken\" = @__token_0
  1250. LIMIT 1"
  1251. [2024-06-12 10:08:54.750 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1252. [2024-06-12 10:08:54.750 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1253. [2024-06-12 10:08:54.751 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1254. [2024-06-12 10:08:54.762 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.7272ms
  1255. [2024-06-12 10:08:54.763 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1256. [2024-06-12 10:08:54.763 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 15.122ms
  1257. [2024-06-12 10:08:54.769 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1258. [2024-06-12 10:08:54.770 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1259. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1260. FROM \"Devices\" AS \"d\"
  1261. WHERE \"d\".\"AccessToken\" = @__token_0
  1262. LIMIT 1"
  1263. [2024-06-12 10:08:54.771 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1264. [2024-06-12 10:08:54.771 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1265. [2024-06-12 10:08:54.774 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1266. [2024-06-12 10:08:54.785 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.4494ms
  1267. [2024-06-12 10:08:54.785 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1268. [2024-06-12 10:08:54.785 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 15.9469ms
  1269. [2024-06-12 10:08:54.791 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1270. [2024-06-12 10:08:54.792 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1271. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1272. FROM \"Devices\" AS \"d\"
  1273. WHERE \"d\".\"AccessToken\" = @__token_0
  1274. LIMIT 1"
  1275. [2024-06-12 10:08:54.793 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1276. [2024-06-12 10:08:54.793 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1277. [2024-06-12 10:08:54.794 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1278. [2024-06-12 10:08:54.807 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 14.1925ms
  1279. [2024-06-12 10:08:54.807 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1280. [2024-06-12 10:08:54.808 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 16.7034ms
  1281. [2024-06-12 10:08:54.813 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1282. [2024-06-12 10:08:54.814 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1283. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1284. FROM \"Devices\" AS \"d\"
  1285. WHERE \"d\".\"AccessToken\" = @__token_0
  1286. LIMIT 1"
  1287. [2024-06-12 10:08:54.814 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1288. [2024-06-12 10:08:54.815 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1289. [2024-06-12 10:08:54.816 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1290. [2024-06-12 10:08:54.826 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.3891ms
  1291. [2024-06-12 10:08:54.826 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1292. [2024-06-12 10:08:54.826 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.4989ms
  1293. [2024-06-12 10:08:54.833 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1294. [2024-06-12 10:08:54.835 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1295. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1296. FROM \"Devices\" AS \"d\"
  1297. WHERE \"d\".\"AccessToken\" = @__token_0
  1298. LIMIT 1"
  1299. [2024-06-12 10:08:54.837 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1300. [2024-06-12 10:08:54.837 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1301. [2024-06-12 10:08:54.839 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1302. [2024-06-12 10:08:54.850 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.0731ms
  1303. [2024-06-12 10:08:54.850 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1304. [2024-06-12 10:08:54.851 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 17.5606ms
  1305. [2024-06-12 10:08:54.857 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1306. [2024-06-12 10:08:54.858 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1307. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1308. FROM \"Devices\" AS \"d\"
  1309. WHERE \"d\".\"AccessToken\" = @__token_0
  1310. LIMIT 1"
  1311. [2024-06-12 10:08:54.860 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1312. [2024-06-12 10:08:54.860 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1313. [2024-06-12 10:08:54.862 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1314. [2024-06-12 10:08:54.873 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.6864ms
  1315. [2024-06-12 10:08:54.873 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1316. [2024-06-12 10:08:54.873 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 16.732ms
  1317. [2024-06-12 10:08:54.880 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1318. [2024-06-12 10:08:54.881 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1319. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1320. FROM \"Devices\" AS \"d\"
  1321. WHERE \"d\".\"AccessToken\" = @__token_0
  1322. LIMIT 1"
  1323. [2024-06-12 10:08:54.882 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1324. [2024-06-12 10:08:54.882 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1325. [2024-06-12 10:08:54.884 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1326. [2024-06-12 10:08:54.892 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.0664ms
  1327. [2024-06-12 10:08:54.893 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1328. [2024-06-12 10:08:54.893 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 12.4895ms
  1329. [2024-06-12 10:08:54.898 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1330. [2024-06-12 10:08:54.899 +00:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1331. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1332. FROM \"Devices\" AS \"d\"
  1333. WHERE \"d\".\"AccessToken\" = @__token_0
  1334. LIMIT 1"
  1335. [2024-06-12 10:08:54.900 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1336. [2024-06-12 10:08:54.900 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1337. [2024-06-12 10:08:54.901 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1338. [2024-06-12 10:08:54.911 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.8168ms
  1339. [2024-06-12 10:08:54.911 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1340. [2024-06-12 10:08:54.911 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.0063ms
  1341. [2024-06-12 10:08:54.917 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1342. [2024-06-12 10:08:54.918 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1343. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1344. FROM \"Devices\" AS \"d\"
  1345. WHERE \"d\".\"AccessToken\" = @__token_0
  1346. LIMIT 1"
  1347. [2024-06-12 10:08:54.919 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1348. [2024-06-12 10:08:54.919 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1349. [2024-06-12 10:08:54.922 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1350. [2024-06-12 10:08:54.930 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.4398ms
  1351. [2024-06-12 10:08:54.930 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1352. [2024-06-12 10:08:54.930 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 13.5768ms
  1353. [2024-06-12 10:08:54.937 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1354. [2024-06-12 10:08:54.938 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1355. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1356. FROM \"Devices\" AS \"d\"
  1357. WHERE \"d\".\"AccessToken\" = @__token_0
  1358. LIMIT 1"
  1359. [2024-06-12 10:08:54.939 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1360. [2024-06-12 10:08:54.939 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1361. [2024-06-12 10:08:54.940 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1362. [2024-06-12 10:08:54.950 +00:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.392ms
  1363. [2024-06-12 10:08:54.950 +00:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1364. [2024-06-12 10:08:54.951 +00:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.6357ms
  1365. [2024-06-12 10:08:54.956 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1366. [2024-06-12 10:08:54.957 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1367. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1368. FROM \"Devices\" AS \"d\"
  1369. WHERE \"d\".\"AccessToken\" = @__token_0
  1370. LIMIT 1"
  1371. [2024-06-12 10:08:54.958 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1372. [2024-06-12 10:08:54.958 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1373. [2024-06-12 10:08:54.959 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1374. [2024-06-12 10:08:54.971 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.1446ms
  1375. [2024-06-12 10:08:54.972 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1376. [2024-06-12 10:08:54.972 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 15.6007ms
  1377. [2024-06-12 10:08:54.977 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1378. [2024-06-12 10:08:54.978 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1379. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1380. FROM \"Devices\" AS \"d\"
  1381. WHERE \"d\".\"AccessToken\" = @__token_0
  1382. LIMIT 1"
  1383. [2024-06-12 10:08:54.978 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1384. [2024-06-12 10:08:54.979 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1385. [2024-06-12 10:08:54.980 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1386. [2024-06-12 10:08:54.990 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.7743ms
  1387. [2024-06-12 10:08:54.991 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1388. [2024-06-12 10:08:54.991 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 13.8545ms
  1389. [2024-06-12 10:08:54.996 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1390. [2024-06-12 10:08:54.997 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1391. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1392. FROM \"Devices\" AS \"d\"
  1393. WHERE \"d\".\"AccessToken\" = @__token_0
  1394. LIMIT 1"
  1395. [2024-06-12 10:08:54.998 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1396. [2024-06-12 10:08:54.998 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1397. [2024-06-12 10:08:54.999 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1398. [2024-06-12 10:08:55.009 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.226ms
  1399. [2024-06-12 10:08:55.009 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1400. [2024-06-12 10:08:55.010 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 13.3549ms
  1401. [2024-06-12 10:08:55.015 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1402. [2024-06-12 10:08:55.017 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1403. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1404. FROM \"Devices\" AS \"d\"
  1405. WHERE \"d\".\"AccessToken\" = @__token_0
  1406. LIMIT 1"
  1407. [2024-06-12 10:08:55.018 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1408. [2024-06-12 10:08:55.018 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1409. [2024-06-12 10:08:55.021 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1410. [2024-06-12 10:08:55.033 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 13.9831ms
  1411. [2024-06-12 10:08:55.033 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1412. [2024-06-12 10:08:55.033 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 17.8914ms
  1413. [2024-06-12 10:08:55.040 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1414. [2024-06-12 10:08:55.042 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1415. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1416. FROM \"Devices\" AS \"d\"
  1417. WHERE \"d\".\"AccessToken\" = @__token_0
  1418. LIMIT 1"
  1419. [2024-06-12 10:08:55.043 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1420. [2024-06-12 10:08:55.044 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1421. [2024-06-12 10:08:55.046 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1422. [2024-06-12 10:08:55.054 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.2489ms
  1423. [2024-06-12 10:08:55.054 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1424. [2024-06-12 10:08:55.054 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 14.1736ms
  1425. [2024-06-12 10:08:55.063 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1426. [2024-06-12 10:08:55.065 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1427. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1428. FROM \"Devices\" AS \"d\"
  1429. WHERE \"d\".\"AccessToken\" = @__token_0
  1430. LIMIT 1"
  1431. [2024-06-12 10:08:55.066 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1432. [2024-06-12 10:08:55.067 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1433. [2024-06-12 10:08:55.069 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1434. [2024-06-12 10:08:55.079 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.6327ms
  1435. [2024-06-12 10:08:55.079 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1436. [2024-06-12 10:08:55.080 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 16.5127ms
  1437. [2024-06-12 10:08:55.086 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1438. [2024-06-12 10:08:55.088 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1439. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1440. FROM \"Devices\" AS \"d\"
  1441. WHERE \"d\".\"AccessToken\" = @__token_0
  1442. LIMIT 1"
  1443. [2024-06-12 10:08:55.089 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1444. [2024-06-12 10:08:55.090 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1445. [2024-06-12 10:08:55.092 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1446. [2024-06-12 10:08:55.105 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 15.526ms
  1447. [2024-06-12 10:08:55.106 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1448. [2024-06-12 10:08:55.106 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 19.5702ms
  1449. [2024-06-12 10:08:55.113 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1450. [2024-06-12 10:08:55.114 +00:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1451. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1452. FROM \"Devices\" AS \"d\"
  1453. WHERE \"d\".\"AccessToken\" = @__token_0
  1454. LIMIT 1"
  1455. [2024-06-12 10:08:55.114 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1456. [2024-06-12 10:08:55.114 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1457. [2024-06-12 10:08:55.116 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1458. [2024-06-12 10:08:55.127 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.0164ms
  1459. [2024-06-12 10:08:55.127 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1460. [2024-06-12 10:08:55.127 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 14.3535ms
  1461. [2024-06-12 10:08:55.134 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1462. [2024-06-12 10:08:55.136 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1463. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1464. FROM \"Devices\" AS \"d\"
  1465. WHERE \"d\".\"AccessToken\" = @__token_0
  1466. LIMIT 1"
  1467. [2024-06-12 10:08:55.138 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1468. [2024-06-12 10:08:55.138 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1469. [2024-06-12 10:08:55.141 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1470. [2024-06-12 10:08:55.153 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 14.3214ms
  1471. [2024-06-12 10:08:55.153 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1472. [2024-06-12 10:08:55.153 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 18.5184ms
  1473. [2024-06-12 10:08:55.160 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1474. [2024-06-12 10:08:55.161 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1475. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1476. FROM \"Devices\" AS \"d\"
  1477. WHERE \"d\".\"AccessToken\" = @__token_0
  1478. LIMIT 1"
  1479. [2024-06-12 10:08:55.161 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1480. [2024-06-12 10:08:55.161 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1481. [2024-06-12 10:08:55.162 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1482. [2024-06-12 10:08:55.171 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.7228ms
  1483. [2024-06-12 10:08:55.171 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1484. [2024-06-12 10:08:55.171 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 10.967ms
  1485. [2024-06-12 10:08:55.180 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1486. [2024-06-12 10:08:55.180 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1487. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1488. FROM \"Devices\" AS \"d\"
  1489. WHERE \"d\".\"AccessToken\" = @__token_0
  1490. LIMIT 1"
  1491. [2024-06-12 10:08:55.181 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1492. [2024-06-12 10:08:55.181 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1493. [2024-06-12 10:08:55.181 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1494. [2024-06-12 10:08:55.191 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.034ms
  1495. [2024-06-12 10:08:55.191 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1496. [2024-06-12 10:08:55.191 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.3981ms
  1497. [2024-06-12 10:08:55.196 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1498. [2024-06-12 10:08:55.197 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1499. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1500. FROM \"Devices\" AS \"d\"
  1501. WHERE \"d\".\"AccessToken\" = @__token_0
  1502. LIMIT 1"
  1503. [2024-06-12 10:08:55.197 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1504. [2024-06-12 10:08:55.197 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1505. [2024-06-12 10:08:55.198 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1506. [2024-06-12 10:08:55.209 +00:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.1239ms
  1507. [2024-06-12 10:08:55.209 +00:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1508. [2024-06-12 10:08:55.209 +00:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 12.5414ms
  1509. [2024-06-12 10:08:55.214 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1510. [2024-06-12 10:08:55.214 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1511. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1512. FROM \"Devices\" AS \"d\"
  1513. WHERE \"d\".\"AccessToken\" = @__token_0
  1514. LIMIT 1"
  1515. [2024-06-12 10:08:55.215 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1516. [2024-06-12 10:08:55.215 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1517. [2024-06-12 10:08:55.216 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1518. [2024-06-12 10:08:55.225 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.4009ms
  1519. [2024-06-12 10:08:55.225 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1520. [2024-06-12 10:08:55.225 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.6206ms
  1521. [2024-06-12 10:08:55.234 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1522. [2024-06-12 10:08:55.235 +00:00] [INF] [22] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1523. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1524. FROM \"Devices\" AS \"d\"
  1525. WHERE \"d\".\"AccessToken\" = @__token_0
  1526. LIMIT 1"
  1527. [2024-06-12 10:08:55.235 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1528. [2024-06-12 10:08:55.235 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1529. [2024-06-12 10:08:55.236 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1530. [2024-06-12 10:08:55.245 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.7563ms
  1531. [2024-06-12 10:08:55.245 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1532. [2024-06-12 10:08:55.245 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 10.9752ms
  1533. [2024-06-12 10:08:55.250 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1534. [2024-06-12 10:08:55.251 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1535. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1536. FROM \"Devices\" AS \"d\"
  1537. WHERE \"d\".\"AccessToken\" = @__token_0
  1538. LIMIT 1"
  1539. [2024-06-12 10:08:55.252 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1540. [2024-06-12 10:08:55.252 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1541. [2024-06-12 10:08:55.254 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1542. [2024-06-12 10:08:55.265 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 12.4805ms
  1543. [2024-06-12 10:08:55.265 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1544. [2024-06-12 10:08:55.265 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 14.7697ms
  1545. [2024-06-12 10:08:55.271 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1546. [2024-06-12 10:08:55.271 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1547. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1548. FROM \"Devices\" AS \"d\"
  1549. WHERE \"d\".\"AccessToken\" = @__token_0
  1550. LIMIT 1"
  1551. [2024-06-12 10:08:55.272 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1552. [2024-06-12 10:08:55.272 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1553. [2024-06-12 10:08:55.273 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1554. [2024-06-12 10:08:55.287 +00:00] [INF] [22] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 15.4297ms
  1555. [2024-06-12 10:08:55.287 +00:00] [INF] [22] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1556. [2024-06-12 10:08:55.287 +00:00] [INF] [22] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 16.6054ms
  1557. [2024-06-12 10:08:55.293 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1558. [2024-06-12 10:08:55.293 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1559. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1560. FROM \"Devices\" AS \"d\"
  1561. WHERE \"d\".\"AccessToken\" = @__token_0
  1562. LIMIT 1"
  1563. [2024-06-12 10:08:55.294 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1564. [2024-06-12 10:08:55.294 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1565. [2024-06-12 10:08:55.294 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1566. [2024-06-12 10:08:55.304 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 10.5952ms
  1567. [2024-06-12 10:08:55.304 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1568. [2024-06-12 10:08:55.305 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.7647ms
  1569. [2024-06-12 10:08:55.310 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1570. [2024-06-12 10:08:55.310 +00:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1571. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1572. FROM \"Devices\" AS \"d\"
  1573. WHERE \"d\".\"AccessToken\" = @__token_0
  1574. LIMIT 1"
  1575. [2024-06-12 10:08:55.311 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1576. [2024-06-12 10:08:55.311 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1577. [2024-06-12 10:08:55.311 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1578. [2024-06-12 10:08:55.320 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 8.9893ms
  1579. [2024-06-12 10:08:55.320 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1580. [2024-06-12 10:08:55.320 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 10.1279ms
  1581. [2024-06-12 10:08:55.327 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1582. [2024-06-12 10:08:55.328 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1583. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1584. FROM \"Devices\" AS \"d\"
  1585. WHERE \"d\".\"AccessToken\" = @__token_0
  1586. LIMIT 1"
  1587. [2024-06-12 10:08:55.329 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1588. [2024-06-12 10:08:55.329 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1589. [2024-06-12 10:08:55.330 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1590. [2024-06-12 10:08:55.338 +00:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.1514ms
  1591. [2024-06-12 10:08:55.338 +00:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1592. [2024-06-12 10:08:55.338 +00:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 11.4068ms
  1593. [2024-06-12 10:08:55.343 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1594. [2024-06-12 10:08:55.343 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1595. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1596. FROM \"Devices\" AS \"d\"
  1597. WHERE \"d\".\"AccessToken\" = @__token_0
  1598. LIMIT 1"
  1599. [2024-06-12 10:08:55.343 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1600. [2024-06-12 10:08:55.343 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1601. [2024-06-12 10:08:55.344 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b798.ts"' with download name '""' ...
  1602. [2024-06-12 10:08:55.353 +00:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 9.7213ms
  1603. [2024-06-12 10:08:55.353 +00:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1604. [2024-06-12 10:08:55.353 +00:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - 200 13034604 "video/mp2t" 10.8261ms
  1605. [2024-06-12 10:08:55.358 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - null null
  1606. [2024-06-12 10:08:55.359 +00:00] [INF] [18] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1607. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1608. FROM \"Devices\" AS \"d\"
  1609. WHERE \"d\".\"AccessToken\" = @__token_0
  1610. LIMIT 1"
  1611. [2024-06-12 10:08:55.359 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1612. [2024-06-12 10:08:55.359 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetHlsVideoSegment\", controller = \"DynamicHls\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetHlsVideoSegment(System.Guid, System.String, Int32, System.String, Int64, Int64, 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[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])" on controller "Jellyfin.Api.Controllers.DynamicHlsController" ("Jellyfin.Api").
  1613. [2024-06-12 10:08:55.360 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/cache/transcodes/16f88e767098b0577eaf122edf7b818b799.ts"' with download name '""' ...
  1614. [2024-06-12 10:08:55.370 +00:00] [INF] [18] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)" in 11.2555ms
  1615. [2024-06-12 10:08:55.371 +00:00] [INF] [18] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment (Jellyfin.Api)"'
  1616. [2024-06-12 10:08:55.371 +00:00] [INF] [18] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/799.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47943390000&actualSegmentLengthTicks=60480000" - 200 6207008 "video/mp2t" 12.4265ms
  1617. [2024-06-12 10:08:55.379 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"server.example-network:8081""""/jellyfin/videos/59510bf9-347d-bf26-3d2c-a5f626fec02c/hls1/main/798.ts""?DeviceId=TW96aWxsYS81LjAgKFdlYjBTOyBMaW51eC9TbWFydFRWKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvOTQuMC40NjA2LjEyOCBTYWZhcmkvNTM3LjM2IFdlYkFwcE1hbmFnZXJ8MTcxNjU3NjQ3NDQ0OQ11&MediaSourceId=59510bf9347dbf263d2ca5f626fec02c&VideoCodec=hevc,h264,h264&AudioCodec=aac,mp3,ac3,eac3&AudioStreamIndex=1&VideoBitrate=170680951&AudioBitrate=640000&MaxFramerate=23.975986&PlaySessionId=020edb28663c4a31931dcac8457cf305&api_key=24e30ce3fd094884871cd15a80daf19e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=5682aea6aed43d40ce0d5dc2fd10f5c5&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=False&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=47894590000&actualSegmentLengthTicks=48800000" - null null
  1618. [2024-06-12 10:08:55.380 +00:00] [INF] [23] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
  1619. ""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
  1620. FROM \"Devices\" AS \"d\"
  1621. WHERE \"d\".\"AccessToken\" = @__token_0
  1622. LIMIT 1"
  1623.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement