### This issue respects the following points:
- [X] This is a **bug**, not a qu…estion or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/).
- [X] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_.
- [X] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
- [X] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct).
- [X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.
### Description of the bug
When trying to play back _certain_ HEVC encoded media files that use the MP4 container, playback continuously stutters (result on macOS; Safari, Chrome & Edge) or simply fail to play back (when tested on Windows; in Edge). Firefox has no issues playing the same files on both Windows and macOS.
The issue did not occur with these same files in jellyfin-web v10.8.z (tested on 10.8.13), and occurred shortly after migrating to 10.9. The issue affects only HEVC / MP4 files, but only some of them (about 10% of the files I tested). I didn’t find any factor (codec, framerate, fps, audio stream etc) which seems to be at fault (as for most of the files those are the exact same, whether they played back fine or not), it’s always the same files affected however, and they always stutter / failed to play back.
I’ve attached the logs of two of my playback attempts below; once with Safari at 22:27:59, and for another affected file with Edge at 22:31:33. I’ve trimmed the first file with ffmpeg to just the first 3 minutes, and uploaded it here: https://file.io/FyWpTwE5njDL if someone needs to inspect the file. I've recorded the screen during the first playback attempt to showcase the stuttering issue and attached the video below
I had originally opened a [thread in the forum](https://forum.jellyfin.org/t-stuttering-when-direct-playing-hevc), but dismissed the issue as a problem with my browser after the feedback I had received. As a few of my users reported having the same issue though, I decided to investigate, finding the above.
### Reproduction steps
1. Open jellyfin-web on Safari, Edge or Chrome on macOS; or Edge on Windows
2. Try to play back the file I've uploaded to https://file.io/FyWpTwE5njDL
3. Experience stuttering (on macOS) or an endless loading screen (on Windows)
### What is the current _bug_ behavior?
The affected movie files stutter, constantly "scrubbing" back and forth for a few hundredths of a second on Chromium- or Webkit-based browsers on macOS, or fail to play back entirely on Chromium-based browsers in Windows.
### What is the expected _correct_ behavior?
The movie files should play back (without issues)
### Jellyfin Server version
10.9.9+
### Specify commit id
_No response_
### Specify unstable release number
_No response_
### Specify version number
_No response_
### Specify the build version
10.9.1 - 10.9.10
### Environment
```markdown
- OS: Debian 12
- Linux Kernel: 6.1.0-23-amd64
- Virtualization: Docker
- Clients: Browser
- Browser: macOS - Chrome 127, Safari 17.5, Edge 126; Windows - Edge 127
- FFmpeg Version: 6.0.1-Jellyfin
- Playback Method: Remux / Transcodes
- Hardware Acceleration: QSV
- GPU Model: none
- Plugins: none
- Reverse Proxy: Traefik
- Base URL: none
- Networking: Bridge
- Storage: NFS
```
### Jellyfin logs
```shell
[2024-08-26 22:27:38.175 +02:00] [INF] [55] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "alessandrovitali". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-08-26 22:27:38.727 +02:00] [INF] [18] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2024-08-26 22:27:38.727 +02:00] [INF] [18] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -i file:\"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"3108242c3f4b02d9ac7f4a14ba2f52ef-1.mp4\" -start_number 0 -hls_segment_filename \"/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef.m3u8\""
[2024-08-26 22:27:39.344 +02:00] [INF] [51] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2
[2024-08-26 22:27:39.344 +02:00] [INF] [51] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 08/26/2024 22:27:39
[2024-08-26 22:27:39.344 +02:00] [INF] [51] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
[2024-08-26 22:27:39.344 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
[2024-08-26 22:27:39.593 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:27:43.833 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:27:56.419 +02:00] [INF] [60] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-08-26 22:27:56.500 +02:00] [INF] [56] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTkwNDM4MTY0MDU1-7a6332697c4246f396f6637bbdfa0ab8-c662af3c2d486ff529921546341b91da"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "192.168.1.202"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "7ddef7d2b9c44983bb49abe92fadcb38"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 1
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "7ddef7d2b9c44983bb49abe92fadcb38"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "Transcode (v:direct a:direct)"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Safari"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Arrival"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Movie"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:27:59.344 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[2024-08-26 22:28:00.526 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
[2024-08-26 22:28:02.830 +02:00] [INF] [24] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 0
[2024-08-26 22:28:03.398 +02:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:28:04.827 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:28:06.440 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:28:24.835 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:28:26.259 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTkwNDM4MTY0MDU1-7a6332697c4246f396f6637bbdfa0ab8-c662af3c2d486ff529921546341b91da"
[2024-08-26 22:28:26.442 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:28:32.420 +02:00] [INF] [54] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-08-26 22:28:33.400 +02:00] [INF] [53] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:28:44.838 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:28:46.446 +02:00] [INF] [53] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:28:56.127 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTkwNDM4MTY0MDU1-7a6332697c4246f396f6637bbdfa0ab8-c662af3c2d486ff529921546341b91da"
[2024-08-26 22:29:03.398 +02:00] [INF] [24] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:29:05.825 +02:00] [INF] [54] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:29:06.817 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:29:16.134 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTkwNDM4MTY0MDU1-7a6332697c4246f396f6637bbdfa0ab8-c662af3c2d486ff529921546341b91da"
[2024-08-26 22:29:25.850 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:29:27.535 +02:00] [INF] [27] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:29:33.399 +02:00] [INF] [55] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:29:36.289 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyMS4wLjAuMCBTYWZhcmkvNTM3LjM2fDE3MTkwNDM4MTY0MDU1-7a6332697c4246f396f6637bbdfa0ab8-c662af3c2d486ff529921546341b91da"
[2024-08-26 22:29:36.695 +02:00] [WRN] [54] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "172.71.103.124" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
[2024-08-26 22:29:36.695 +02:00] [INF] [54] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.71.103.124" closed
[2024-08-26 22:29:36.699 +02:00] [WRN] [24] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "172.71.102.105" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
[2024-08-26 22:29:36.700 +02:00] [INF] [24] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.71.102.105" closed
[2024-08-26 22:29:45.923 +02:00] [INF] [51] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:29:47.567 +02:00] [INF] [27] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:30:03.400 +02:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:30:06.008 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:30:07.751 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:30:08.418 +02:00] [INF] [17] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-08-26 22:30:23.564 +02:00] [INF] [24] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" closed
[2024-08-26 22:30:23.676 +02:00] [ERR] [51] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
[2024-08-26 22:30:26.293 +02:00] [INF] [55] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" request
[2024-08-26 22:30:26.844 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:30:28.944 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:30:33.400 +02:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:30:46.851 +02:00] [INF] [24] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:30:50.103 +02:00] [INF] [59] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:31:03.400 +02:00] [INF] [59] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:31:07.841 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:31:11.166 +02:00] [ERR] [59] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
[2024-08-26 22:31:11.757 +02:00] [INF] [57] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.71.99.192" request
[2024-08-26 22:31:19.045 +02:00] [INF] [59] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "ale". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-08-26 22:31:23.487 +02:00] [INF] [59] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" closed
[2024-08-26 22:31:23.591 +02:00] [ERR] [55] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
[2024-08-26 22:31:23.680 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb
[2024-08-26 22:31:23.680 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 08/26/2024 22:31:23
[2024-08-26 22:31:23.680 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
[2024-08-26 22:31:23.680 +02:00] [INF] [58] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
[2024-08-26 22:31:23.859 +02:00] [INF] [17] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:26.468 +02:00] [INF] [17] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" request
[2024-08-26 22:31:27.264 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjUgU2FmYXJpLzYwNS4xLjE1fDE3MTU5MDMyMzIwMTI1-7ddef7d2b9c44983bb49abe92fadcb38-71ac6c2535da5282c9ba9cc626e05ce2"
[2024-08-26 22:31:28.833 +02:00] [INF] [17] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:31:28.889 +02:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" closed
[2024-08-26 22:31:28.994 +02:00] [ERR] [57] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
[2024-08-26 22:31:31.541 +02:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" request
[2024-08-26 22:31:33.401 +02:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "172.71.102.34"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id = "a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id = "f566bf6599544dee8549742ffdafba3e"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int = 11
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id = "a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id = "f566bf6599544dee8549742ffdafba3e"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method = "DirectPlay"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName = "Jellyfin Web"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName = "Edge Chromium"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName = "Cold Mountain"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId = "a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType = "Movie"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:43.682 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[2024-08-26 22:31:43.683 +02:00] [INF] [55] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
[2024-08-26 22:31:43.870 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:31:44.418 +02:00] [INF] [57] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-08-26 22:31:48.849 +02:00] [INF] [19] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:31:56.420 +02:00] [INF] [57] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-08-26 22:32:03.403 +02:00] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-26 22:32:08.881 +02:00] [INF] [32] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:32:12.123 +02:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" closed
[2024-08-26 22:32:12.223 +02:00] [ERR] [32] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
[2024-08-26 22:32:12.519 +02:00] [INF] [18] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:32:14.753 +02:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.202" request
[2024-08-26 22:32:29.849 +02:00] [INF] [17] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNjA1LjEuMTUgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzE3LjQuMSBTYWZhcmkvNjA1LjEuMTV8MTcxNzM2NTI5NzQ2NA11-371e5230c11045a3ab5761975a6e6a63-e1ab37677d7f70a672e62b5b364198f3"
[2024-08-26 22:32:32.519 +02:00] [INF] [17] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTBfMTVfNykgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEyNC4wLjAuMCBTYWZhcmkvNTM3LjM2IEVkZy8xMjQuMC4wLjB8MTcxNTcyNzQ1MTQ3OQ11-f566bf6599544dee8549742ffdafba3e-a8f6c0cd2b24b126ae890f089116dceb"
[2024-08-26 22:32:33.404 +02:00] [INF] [17]
```
### FFmpeg logs
```shell
{"Protocol":0,"Id":"71ac6c2535da5282c9ba9cc626e05ce2","Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Size":1948076818,"Name":"Arrival (2016) - [Bluray-1080p][AAC 5.1][x265]","IsRemote":false,"ETag":"a2286181b45e683e4e176619ad141aef","RunTimeTicks":69829760000,"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":"subrip","CodecTag":null,"Language":"ger","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":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Ger - SUBRIP - External","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":0,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].de.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"eng","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":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - SUBRIP - External","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].en.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"spa","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":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Spanish - SUBRIP - External","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].es.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","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":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Fre - SUBRIP - External","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].fr.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"ita","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":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Italian - SUBRIP - External","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].it.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"hevc","CodecTag":"hev1","Language":"und","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/1200000","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":2001066,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":804,"Width":1920,"AverageFrameRate":23.976215,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"2.40:1","Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":120,"IsAnamorphic":false},{"Codec":"aac","CodecTag":"mp4a","Language":"eng","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/48000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"English - AAC - 5.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"5.1","BitRate":224000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"LC","Type":0,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":2231801,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -fflags +genpts -i file:"/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -tag:v:0 hvc1 -bsf:v hevc_mp4toannexb -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename "3108242c3f4b02d9ac7f4a14ba2f52ef-1.mp4" -start_number 0 -hls_segment_filename "/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef.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
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file:/media-directory/movies/temp/Arrival (2016)/Arrival (2016) - [Bluray-1080p][AAC 5.1][x265].mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2mp41
creation_time : 2020-03-21T14:44:41.000000Z
title : Arrival.2016.1080p.BluRay.x265-RARBG
encoder : Lavf58.20.100
comment : Arrival.2016.1080p.BluRay.x265-RARBG
Duration: 01:56:22.98, start: 0.000000, bitrate: 2231 kb/s
Stream #0:0[0x1](und): Video: hevc (Main 10) (hev1 / 0x31766568), yuv420p10le(tv), 1920x804 [SAR 1:1 DAR 160:67], 2001 kb/s, 23.98 fps, 23.98 tbr, 1200k tbn (default)
Metadata:
creation_time : 2020-03-21T14:44:41.000000Z
handler_name : VideoHandler
vendor_id : [0][0][0][0]
Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 224 kb/s (default)
Metadata:
creation_time : 2020-03-21T14:44:41.000000Z
handler_name : SoundHandler
vendor_id : [0][0][0][0]
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef-1.mp4' for writing
Output #0, hls, to '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef.m3u8':
Metadata:
encoder : Lavf60.3.100
Stream #0:0: Video: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(tv), 1920x804 [SAR 1:1 DAR 160:67], q=2-31, 2001 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default)
Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 224 kb/s (default)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 0 fps=0.0 q=-1.0 size= 0kB time=-00:00:00.08 bitrate= -0.0kbits/s speed=N/A
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef0.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef2.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef3.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef4.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef5.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef6.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef7.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef8.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef9.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef10.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef11.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef12.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef13.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef14.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef15.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef16.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef17.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef18.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef19.mp4' for writing
[mp4 @ 0x55e303973e00] Packet duration: -1 / dts: 3692659 is out of range
frame= 3757 fps=0.0 q=-1.0 size=N/A time=00:00:00.01 bitrate=N/A speed=0.0312x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef20.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef21.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef22.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef23.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef24.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef25.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef26.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef27.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef28.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef29.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef30.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef31.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef32.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef33.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef34.mp4' for writing
frame= 5548 fps=5544 q=-1.0 size=N/A time=00:01:14.70 bitrate=N/A speed=74.6x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef35.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef36.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef37.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef38.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef39.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef40.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef41.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef42.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef43.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef44.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef45.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef46.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef47.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef48.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef49.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef50.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef51.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef52.mp4' for writing
frame= 8996 fps=5967 q=-1.0 size=N/A time=00:03:38.51 bitrate=N/A speed= 145x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef53.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef54.mp4' for writing
frame= 9505 fps=4731 q=-1.0 size=N/A time=00:03:59.71 bitrate=N/A speed= 119x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef55.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef56.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef57.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef58.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef59.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef60.mp4' for writing
frame=10634 fps=4237 q=-1.0 size=N/A time=00:04:46.86 bitrate=N/A speed= 114x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef61.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef62.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef63.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef64.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef65.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef66.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef67.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef68.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef69.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef70.mp4' for writing
frame=12544 fps=4158 q=-1.0 size=N/A time=00:06:06.50 bitrate=N/A speed= 121x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef71.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef72.mp4' for writing
[mp4 @ 0x55e303973e00] Packet duration: -1 / dts: 12951835 is out of range
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef73.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef74.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef75.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef76.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef77.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef78.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef79.mp4' for writing
frame=14258 fps=4051 q=-1.0 size=N/A time=00:07:17.98 bitrate=N/A speed= 124x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef80.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef81.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef82.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef83.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef84.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef85.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef86.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef87.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef88.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef89.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef90.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef91.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef92.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef93.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef94.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef95.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef96.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef97.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef98.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef99.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef100.mp4' for writing
frame=17685 fps=4398 q=-1.0 size=N/A time=00:09:40.90 bitrate=N/A speed= 144x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef101.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef102.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef103.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef104.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef105.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef106.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef107.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef108.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef109.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef110.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef111.mp4' for writing
frame=19546 fps=4316 q=-1.0 size=N/A time=00:10:58.53 bitrate=N/A speed= 145x
replaced this part for the logs to fit into the issue report on Github
frame=167016 fps=7004 q=-1.0 size=N/A time=01:53:29.18 bitrate=N/A speed= 286x
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1103.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1104.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1105.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1106.mp4' for writing
[hls @ 0x55e303985d40] Opening '/config/transcodes/3108242c3f4b02d9ac7f4a14ba2f52ef1107.mp4' for writing
frame=167424 fps=7010 q=-1.0 Lsize=N/A time=01:53:46.34 bitrate=N/A speed= 286x
video:1705816kB audio:190942kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
```
### Client / Browser logs
_No response_
### Relevant screenshots or videos
https://github.com/user-attachments/assets/9b241590-992c-405c-9c03-aad272e617c3
### Additional information
_No response_