jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
651 stars 68 forks source link

DirectPlay switches to Transcoding when skipping #259

Closed ErnestoArtigas closed 1 week ago

ErnestoArtigas commented 3 weeks ago

Hello everyone! After discussing the issue on the jellyfin forum, I reporting this issue. On my LG G2, with "Prefer fMP4" enabled or disabled, I cannot skip forward or backward in a video file without the DirectPlay stopping for few seconds and the transcoding turning on. On the transcoding info, the TV is saying "There was an error starting direct playback", even though I cannot find the exact error on my log files. It does this with every of my mkv files, from Dolby Vision files to simple HEVC files.

Here is the info of my video file :

Conteneur: mkv
Taille: 1038 MB

Vidéo
Titre: 1080p HEVC SDR
Codec: HEVC
AVC: No
Profil: Main 10
Niveau: 123
Résolution: 1920x1080
Format d'image: 16:9
Anamorphique: No
Entrelacé: No
Images par seconde: 23.976025
Débit: 5673 kbps
Profondeur de bit: 10 bit
Plage vidéo: SDR
Type de plage vidéo: SDR
Espace colorimétrique: bt709
Format de pixel: yuv420p10le
Images de référence: 1

Audio
Titre: JAP PCM 2.0 - Japanese - PCM_S16LE - 2 ch - Default
Langue: jpn
Codec: PCM_S16LE
AVC: No
Chaînes: 2 ch
Débit: 1536 kbps
Taux d’échantillonnage: 48000 Hz
Profondeur de bit: 16 bit
Par défaut: Yes
Forcé: No
Externe: No

Sous-titre
Titre: FR full ASS - Fre - Default
Langue: fre
Codec: ASS
AVC: No
Par défaut: Yes
Forcé: No
Externe: No

Audio
Titre: JAP AAC 2.0 - Japanese - Stereo
Langue: jpn
Codec: AAC
AVC: No
Profil: LC
Agencement: stereo
Chaînes: 2 ch
Débit: 280 kbps
Taux d’échantillonnage: 48000 Hz
Par défaut: No
Forcé: No
Externe: No

Here is my jellyfin log file, from the service starting to me playing the video file :

[2024-10-21 20:12:22.497 +02:00] [INF] [1] Main: Jellyfin version: "10.9.11"
[2024-10-21 20:12:22.515 +02:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_PublishedServerUrl, https://jellyfin.ernart.com]"]
[2024-10-21 20:12:22.516 +02:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Architecture: X64
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: 64-Bit Process: True
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: User Interactive: True
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Processor count: 12
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Program data path: "/config"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Cache path: "/cache"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-10-21 20:12:22.517 +02:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-10-21 20:12:22.596 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-10-21 20:12:22.639 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-10-21 20:12:22.658 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null'.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null'.
[2024-10-21 20:12:22.698 +02: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"]
[2024-10-21 20:12:22.698 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-10-21 20:12:22.698 +02: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"]
[2024-10-21 20:12:22.699 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.19.0.8"]
[2024-10-21 20:12:22.699 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-10-21 20:12:22.699 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-10-21 20:12:22.699 +02:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-10-21 20:12:23.579 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.11.0"
[2024-10-21 20:12:23.580 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.11.0"
[2024-10-21 20:12:23.580 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.11.0"
[2024-10-21 20:12:23.590 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.11.0"
[2024-10-21 20:12:23.590 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.11.0"
[2024-10-21 20:12:23.615 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-10-21 20:12:23.615 +02: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.
[2024-10-21 20:12:23.634 +02:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-10-21 20:12:23.642 +02:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {154b487e-7c11-49aa-9acc-22ae0fe03e23} may be persisted to storage in unencrypted form.
[2024-10-21 20:12:23.889 +02:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-10-21 20:12:23.906 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-10-21 20:12:23.909 +02:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/media/tv"
[2024-10-21 20:12:23.910 +02:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/data/media/movies"
[2024-10-21 20:12:23.916 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-10-22 03:00:00.000 +02:00, which is 06:47:36.0833062 from now.
[2024-10-21 20:12:23.921 +02:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-10-22 02:00:00.000 +02:00, which is 05:47:36.0785310 from now.
[2024-10-21 20:12:24.021 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-10-21 20:12:24.055 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-10-21 20:12:24.065 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-10-21 20:12:24.075 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-10-21 20:12:24.129 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-10-21 20:12:24.300 +02:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-10-21 20:12:24.301 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "78507ab1ef6245d38670b2bf7450dc94"
[2024-10-21 20:12:24.302 +02:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-10-21 20:12:24.302 +02:00] [INF] [1] Main: Startup complete 0:00:01.9228832
[2024-10-21 20:12:26.955 +02:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-10-21 20:12:28.840 +02:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
[2024-10-21 20:12:36.120 +02:00] [INF] [11] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "LodocArt". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-10-21 20:12:55.377 +02:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "LodocArt". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-10-21 20:12:55.390 +02:00] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "LodocArt". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-10-21 20:12:56.265 +02:00] [INF] [21] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/data/media/tv/Nichijou - My Ordinary Life/Nichijou - My Ordinary Life - S01E17 - Episode 17 Bluray-1080p.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_qsv -tag:v:0 hvc1 -low_power 1 -preset veryfast -b:v 5673431 -maxrate 5673431 -bufsize 11346862 -profile:v:0 main -level 41 -g:v:0 72 -keyint_min:v:0 72 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv\" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename \"/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b.m3u8\""
[2024-10-21 20:13:06.913 +02:00] [INF] [25] MediaBrowser.Controller.MediaEncoding.TranscodingJob: Stopping ffmpeg process with q command for "/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b.m3u8"
[2024-10-21 20:13:07.001 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
[2024-10-21 20:13:07.002 +02:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b.m3u8"
[2024-10-21 20:13:08.510 +02:00] [INF] [11] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Épisode 17". Stopped at "14024" ms

And here is the FFMpeg log file:

{"Protocol":0,"Id":"56452c3e26ea658e37e222c4c5b5bf51","Path":"/data/media/tv/Nichijou - My Ordinary Life/Nichijou - My Ordinary Life - S01E17 - Episode 17 Bluray-1080p.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":1087906767,"Name":"Nichijou - My Ordinary Life - S01E17 - Episode 17 Bluray-1080p","IsRemote":false,"ETag":"5c3109c8666053524e0a6e9904fe2bee","RunTimeTicks":15340370000,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt709","ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":5673431,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":123,"IsAnamorphic":false},{"Codec":"pcm_s16le","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"JAP PCM 2.0","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"JAP PCM 2.0 - Japanese - PCM_S16LE - 2 ch - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":1536000,"BitDepth":16,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"aac","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"JAP AAC 2.0","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"JAP AAC 2.0 - Japanese - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":280082,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"LC","Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ass","CodecTag":null,"Language":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"FR full ASS","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"FR full ASS - Fre - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":4,"FileName":"13925.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":5,"FileName":"ARIALNB.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":6,"FileName":"Arista2.0.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":7,"FileName":"BeautifulEveryTime.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":8,"FileName":"blue highway linocut.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":9,"FileName":"BorisBlackBloxx.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":10,"FileName":"brook23.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":11,"FileName":"chinrg_.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":12,"FileName":"CHISLA.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":13,"FileName":"DK Pimpernel.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":14,"FileName":"Dutch 766 Bold BT.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":15,"FileName":"ebrima.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":16,"FileName":"ebrimabd.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":17,"FileName":"erasdust.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":18,"FileName":"ERASMD.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":19,"FileName":"FRABK.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":20,"FileName":"GEOB.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":21,"FileName":"GEOB_.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":22,"FileName":"GEOX__.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":23,"FileName":"GOTHICB.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":24,"FileName":"Impress.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":25,"FileName":"iskpotab_0.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":26,"FileName":"KATHLIT_0.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":27,"FileName":"KhmerUI.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":28,"FileName":"KhmerUI_1.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":29,"FileName":"monbaiti.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":30,"FileName":"monbaiti_0.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":31,"FileName":"MTCORSVA.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":32,"FileName":"NewGotDm.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":33,"FileName":"NewGotDm_1.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":34,"FileName":"pastel crayon.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":35,"FileName":"PIXEP.TTF","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":36,"FileName":"RobotoSlab-Regular.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":37,"FileName":"segoeprb.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":38,"FileName":"Stroudley Regular.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":39,"FileName":"verdanab.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null},{"Codec":"ttf","CodecTag":"[0][0][0][0]","Comment":null,"Index":40,"FileName":"verdanaz.ttf","MimeType":"application/x-truetype-font","DeliveryUrl":null}],"Formats":[],"Bitrate":7489513,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/media/tv/Nichijou - My Ordinary Life/Nichijou - My Ordinary Life - S01E17 - Episode 17 Bluray-1080p.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_qsv -tag:v:0 hvc1 -low_power 1 -preset veryfast -b:v 5673431 -maxrate 5673431 -bufsize 11346862 -profile:v:0 main -level 41 -g:v:0 72 -keyint_min:v:0 72 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b.m3u8"

ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 12 (Debian 12.2.0-14)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      58.  2.100 / 58.  2.100
  libavcodec     60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter     9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample   4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, matroska,webm, from 'file:/data/media/tv/Nichijou - My Ordinary Life/Nichijou - My Ordinary Life - S01E17 - Episode 17 Bluray-1080p.mkv':
  Metadata:
    title           : Nichijou Épisode 17
    encoder         : libebml v1.3.9 + libmatroska v1.5.2
    creation_time   : 2020-06-04T22:39:12.000000Z
  Duration: 00:25:34.04, start: 0.000000, bitrate: 5673 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 87.004000
      Metadata:
        title           : Chapitre 1
    Chapter #0:1: start 87.004000, end 177.052000
      Metadata:
        title           : OP
    Chapter #0:2: start 177.052000, end 444.861000
      Metadata:
        title           : Chapitre 2
    Chapter #0:3: start 444.861000, end 480.939000
      Metadata:
        title           : Chapitre 3
    Chapter #0:4: start 480.939000, end 734.943000
      Metadata:
        title           : Chapitre 4
    Chapter #0:5: start 734.943000, end 795.044000
      Metadata:
        title           : Chapitre 5
    Chapter #0:6: start 795.044000, end 984.901000
      Metadata:
        title           : Chapitre 6
    Chapter #0:7: start 984.901000, end 1028.027000
      Metadata:
        title           : Chapitre 7
    Chapter #0:8: start 1028.027000, end 1046.128000
      Metadata:
        title           : Chapitre 8
    Chapter #0:9: start 1046.128000, end 1067.525000
      Metadata:
        title           : Chapitre 9
    Chapter #0:10: start 1067.525000, end 1372.955000
      Metadata:
        title           : Chapitre 10
    Chapter #0:11: start 1372.955000, end 1405.029000
      Metadata:
        title           : Chapitre 11
    Chapter #0:12: start 1405.029000, end 1494.993000
      Metadata:
        title           : ED
    Chapter #0:13: start 1494.993000, end 1517.015000
      Metadata:
        title           : Chapitre 12
    Chapter #0:14: start 1517.015000, end 1534.037000
      Metadata:
        title           : Prochain Épisode
  Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt709/unknown/unknown), 1920x1080, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)
    Metadata:
      BPS-eng         : 3819573
      DURATION-eng    : 00:25:34.033000000
      NUMBER_OF_FRAMES-eng: 36780
      NUMBER_OF_BYTES-eng: 732419067
      _STATISTICS_WRITING_APP-eng: mkvmerge v35.0.0 ('All The Love In The World') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-04 22:39:12
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:1(jpn): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s (default)
    Metadata:
      title           : JAP PCM 2.0
      BPS-eng         : 1536000
      DURATION-eng    : 00:25:34.035000000
      NUMBER_OF_FRAMES-eng: 306807
      NUMBER_OF_BYTES-eng: 294534720
      _STATISTICS_WRITING_APP-eng: mkvmerge v35.0.0 ('All The Love In The World') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-04 22:39:12
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:2(jpn): Audio: aac (LC), 48000 Hz, stereo, fltp
    Metadata:
      title           : JAP AAC 2.0
      BPS-eng         : 280082
      DURATION-eng    : 00:25:34.037000000
      NUMBER_OF_FRAMES-eng: 71908
      NUMBER_OF_BYTES-eng: 53707127
      _STATISTICS_WRITING_APP-eng: mkvmerge v35.0.0 ('All The Love In The World') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-04 22:39:12
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:3(fre): Subtitle: ass (default)
    Metadata:
      title           : FR full ASS
      BPS-eng         : 174
      DURATION-eng    : 00:25:25.280000000
      NUMBER_OF_FRAMES-eng: 439
      NUMBER_OF_BYTES-eng: 33188
      _STATISTICS_WRITING_APP-eng: mkvmerge v35.0.0 ('All The Love In The World') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-04 22:39:12
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:4: Attachment: ttf
    Metadata:
      filename        : 13925.ttf
      mimetype        : application/x-truetype-font
  Stream #0:5: Attachment: ttf
    Metadata:
      filename        : ARIALNB.TTF
      mimetype        : application/x-truetype-font
  Stream #0:6: Attachment: ttf
    Metadata:
      filename        : Arista2.0.ttf
      mimetype        : application/x-truetype-font
  Stream #0:7: Attachment: ttf
    Metadata:
      filename        : BeautifulEveryTime.ttf
      mimetype        : application/x-truetype-font
  Stream #0:8: Attachment: ttf
    Metadata:
      filename        : blue highway linocut.ttf
      mimetype        : application/x-truetype-font
  Stream #0:9: Attachment: ttf
    Metadata:
      filename        : BorisBlackBloxx.ttf
      mimetype        : application/x-truetype-font
  Stream #0:10: Attachment: ttf
    Metadata:
      filename        : brook23.ttf
      mimetype        : application/x-truetype-font
  Stream #0:11: Attachment: ttf
    Metadata:
      filename        : chinrg_.ttf
      mimetype        : application/x-truetype-font
  Stream #0:12: Attachment: ttf
    Metadata:
      filename        : CHISLA.TTF
      mimetype        : application/x-truetype-font
  Stream #0:13: Attachment: ttf
    Metadata:
      filename        : DK Pimpernel.ttf
      mimetype        : application/x-truetype-font
  Stream #0:14: Attachment: ttf
    Metadata:
      filename        : Dutch 766 Bold BT.ttf
      mimetype        : application/x-truetype-font
  Stream #0:15: Attachment: ttf
    Metadata:
      filename        : ebrima.ttf
      mimetype        : application/x-truetype-font
  Stream #0:16: Attachment: ttf
    Metadata:
      filename        : ebrimabd.ttf
      mimetype        : application/x-truetype-font
  Stream #0:17: Attachment: ttf
    Metadata:
      filename        : erasdust.ttf
      mimetype        : application/x-truetype-font
  Stream #0:18: Attachment: ttf
    Metadata:
      filename        : ERASMD.TTF
      mimetype        : application/x-truetype-font
  Stream #0:19: Attachment: ttf
    Metadata:
      filename        : FRABK.TTF
      mimetype        : application/x-truetype-font
  Stream #0:20: Attachment: ttf
    Metadata:
      filename        : GEOB.TTF
      mimetype        : application/x-truetype-font
  Stream #0:21: Attachment: ttf
    Metadata:
      filename        : GEOB_.TTF
      mimetype        : application/x-truetype-font
  Stream #0:22: Attachment: ttf
    Metadata:
      filename        : GEOX__.TTF
      mimetype        : application/x-truetype-font
  Stream #0:23: Attachment: ttf
    Metadata:
      filename        : GOTHICB.TTF
      mimetype        : application/x-truetype-font
  Stream #0:24: Attachment: ttf
    Metadata:
      filename        : Impress.ttf
      mimetype        : application/x-truetype-font
  Stream #0:25: Attachment: ttf
    Metadata:
      filename        : iskpotab_0.ttf
      mimetype        : application/x-truetype-font
  Stream #0:26: Attachment: ttf
    Metadata:
      filename        : KATHLIT_0.TTF
      mimetype        : application/x-truetype-font
  Stream #0:27: Attachment: ttf
    Metadata:
      filename        : KhmerUI.ttf
      mimetype        : application/x-truetype-font
  Stream #0:28: Attachment: ttf
    Metadata:
      filename        : KhmerUI_1.ttf
      mimetype        : application/x-truetype-font
  Stream #0:29: Attachment: ttf
    Metadata:
      filename        : monbaiti.ttf
      mimetype        : application/x-truetype-font
  Stream #0:30: Attachment: ttf
    Metadata:
      filename        : monbaiti_0.ttf
      mimetype        : application/x-truetype-font
  Stream #0:31: Attachment: ttf
    Metadata:
      filename        : MTCORSVA.TTF
      mimetype        : application/x-truetype-font
  Stream #0:32: Attachment: ttf
    Metadata:
      filename        : NewGotDm.ttf
      mimetype        : application/x-truetype-font
  Stream #0:33: Attachment: ttf
    Metadata:
      filename        : NewGotDm_1.ttf
      mimetype        : application/x-truetype-font
  Stream #0:34: Attachment: ttf
    Metadata:
      filename        : pastel crayon.ttf
      mimetype        : application/x-truetype-font
  Stream #0:35: Attachment: ttf
    Metadata:
      filename        : PIXEP.TTF
      mimetype        : application/x-truetype-font
  Stream #0:36: Attachment: ttf
    Metadata:
      filename        : RobotoSlab-Regular.ttf
      mimetype        : application/x-truetype-font
  Stream #0:37: Attachment: ttf
    Metadata:
      filename        : segoeprb.ttf
      mimetype        : application/x-truetype-font
  Stream #0:38: Attachment: ttf
    Metadata:
      filename        : Stroudley Regular.ttf
      mimetype        : application/x-truetype-font
  Stream #0:39: Attachment: ttf
    Metadata:
      filename        : verdanab.ttf
      mimetype        : application/x-truetype-font
  Stream #0:40: Attachment: ttf
    Metadata:
      filename        : verdanaz.ttf
      mimetype        : application/x-truetype-font
Stream mapping:
  Stream #0:0 -> #0:0 (hevc (native) -> hevc (hevc_qsv))
  Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Output #0, hls, to '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b.m3u8':
  Metadata:
    encoder         : Lavf60.3.100
  Stream #0:0: Video: hevc (hvc1 / 0x31637668), qsv(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 5673 kb/s, 23.98 fps, 90k tbn (default)
    Metadata:
      encoder         : Lavc60.3.100 hevc_qsv
    Side data:
      cpb: bitrate max/min/avg: 5673431/0/5673431 buffer size: 11346862 vbv_delay: N/A
  Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 256 kb/s (default)
    Metadata:
      encoder         : Lavc60.3.100 libfdk_aac
frame=    0 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=   0x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b0.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b1.ts' for writing
frame=  166 fps=0.0 q=-0.0 size=N/A time=00:00:07.29 bitrate=N/A speed=12.8x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b2.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b3.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b4.ts' for writing
frame=  364 fps=340 q=-0.0 size=N/A time=00:00:15.48 bitrate=N/A speed=14.5x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b5.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b6.ts' for writing
frame=  565 fps=360 q=-0.0 size=N/A time=00:00:24.00 bitrate=N/A speed=15.3x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b7.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b8.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b9.ts' for writing
frame=  773 fps=373 q=-0.0 size=N/A time=00:00:32.61 bitrate=N/A speed=15.7x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b10.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b11.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b12.ts' for writing
frame=  975 fps=379 q=-0.0 size=N/A time=00:00:40.96 bitrate=N/A speed=15.9x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b13.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b14.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b15.ts' for writing
frame= 1177 fps=383 q=-0.0 size=N/A time=00:00:49.40 bitrate=N/A speed=16.1x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b16.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b17.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b18.ts' for writing
frame= 1382 fps=386 q=-0.0 size=N/A time=00:00:58.00 bitrate=N/A speed=16.2x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b19.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b20.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b21.ts' for writing
frame= 1587 fps=389 q=-0.0 size=N/A time=00:01:06.49 bitrate=N/A speed=16.3x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b22.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b23.ts' for writing
frame= 1790 fps=391 q=-0.0 size=N/A time=00:01:14.94 bitrate=N/A speed=16.4x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b24.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b25.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b26.ts' for writing
frame= 1996 fps=393 q=-0.0 size=N/A time=00:01:23.60 bitrate=N/A speed=16.5x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b27.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b28.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b29.ts' for writing
frame= 2198 fps=394 q=-0.0 size=N/A time=00:01:32.07 bitrate=N/A speed=16.5x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b30.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b31.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b32.ts' for writing
frame= 2400 fps=395 q=-0.0 size=N/A time=00:01:40.54 bitrate=N/A speed=16.5x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b33.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b34.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b35.ts' for writing
frame= 2604 fps=396 q=-0.0 size=N/A time=00:01:49.03 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b36.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b37.ts' for writing
frame= 2807 fps=396 q=-0.0 size=N/A time=00:01:57.50 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b38.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b39.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b40.ts' for writing
frame= 3009 fps=397 q=-0.0 size=N/A time=00:02:05.88 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b41.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b42.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b43.ts' for writing
frame= 3212 fps=398 q=-0.0 size=N/A time=00:02:14.31 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b44.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b45.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b46.ts' for writing
frame= 3403 fps=397 q=-0.0 size=N/A time=00:02:22.29 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b47.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b48.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b49.ts' for writing
frame= 3603 fps=397 q=-0.0 size=N/A time=00:02:30.59 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b50.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b51.ts' for writing
frame= 3807 fps=397 q=-0.0 size=N/A time=00:02:39.08 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b52.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b53.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b54.ts' for writing
frame= 4010 fps=398 q=-0.0 size=N/A time=00:02:47.53 bitrate=N/A speed=16.6x
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b55.ts' for writing
[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b56.ts' for writing

[q] command received. Exiting.

[hls @ 0x607c475a1d40] Opening '/cache/transcodes/ae8a6140fb385d57f33d41a09080b69b57.ts' for writing
frame= 4155 fps=398 q=-0.0 Lsize=N/A time=00:02:53.33 bitrate=N/A speed=16.6x
video:119798kB audio:5436kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown%

Thank you very much by advance!

ErnestoArtigas commented 1 week ago

The problem wasn't from Jellyfin but only triggered there.

This came from my Cloudflare DNS cache configuration. If someone has the same problem, you need to change your Caching configuration to no query string. I'm closing this issue.