Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2025-09-16 01:24:09.390 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 01:24:09.460 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 02:00:00.193 +02:00] [INF] "Extrahiere Kapitel-Bilder" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 02:00:01.003 +02:00] [INF] Daily trigger for "Extrahiere Kapitel-Bilder" set to fire at 2025-09-17 02:00:00.000 +02:00, which is 23:59:58.9963781 from now.
- [2025-09-16 02:26:04.865 +02:00] [ERR] Error in "Dynamic Image Provider"
- System.IO.IOException: No space left on device
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
- at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2025-09-16 02:26:12.382 +02:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2025-09-16 02:26:12.482 +02:00] [ERR] Error in "Dynamic Image Provider"
- System.IO.IOException: No space left on device
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
- at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2025-09-16 02:26:15.326 +02:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
- [2025-09-16 02:30:45.531 +02:00] [INF] "Scanne Medien-Bibliothek" Completed after 187 minute(s) and 36 seconds
- [2025-09-16 02:31:12.873 +02:00] [INF] Watching directory "/media/Serien"
- [2025-09-16 02:31:23.550 +02:00] [INF] Watching directory "/media/Filme"
- [2025-09-16 03:00:00.109 +02:00] [INF] "Trickplay-Bilder generieren" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 03:00:01.005 +02:00] [INF] Daily trigger for "Trickplay-Bilder generieren" set to fire at 2025-09-17 03:00:00.000 +02:00, which is 23:59:58.9944787 from now.
- [2025-09-16 03:09:00.722 +02:00] [ERR] Failed executing DbCommand ("3"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 10), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 40), @p7='?' (Size = 17), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
- ""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
- WHERE \"Id\" = @p10
- RETURNING 1;"
- [2025-09-16 03:09:00.737 +02:00] [ERR] An exception occurred in the database while saving changes for context type '"Jellyfin.Server.Implementations.JellyfinDbContext"'."
- ""Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 10: 'disk I/O error'.
- at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
- at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)"
- Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
- ---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 10: 'disk I/O error'.
- at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReaderA[2025-09-16 06:49:00.552 +02:00] [INF] WS "192.168.0.79" request
- [2025-09-16 06:49:37.165 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Harry Potter und die Kammer des Schreckens (2002)/Harry Potter und die Kammer des Schreckens (2002) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 06:49:52.148 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 06:49:53.545 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Harry Potter und die Kammer des Schreckens (2002)/Harry Potter und die Kammer des Schreckens (2002) 2160p EAC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 34827535 -maxrate 34827535 -bufsize 69655070 -profile:v:0 high -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 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"f811f7a1c1563a8f42ab178fd9763f8e-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8\""
- [2025-09-16 06:56:24.575 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 06:56:35.037 +02:00] [INF] Transcoding kill timer stopped for JobId "e311e3b2fbd64b0b9591ea7e8061732b" PlaySessionId "d7693cc8982140429d0cf20940a3cf1a". Killing transcoding
- [2025-09-16 06:56:35.042 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8"
- [2025-09-16 06:56:36.531 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 06:56:36.534 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/f811f7a1c1563a8f42ab178fd9763f8e.m3u8"
- [2025-09-16 06:56:36.575 +02:00] [INF] Lost 1 WebSockets.
- [2025-09-16 07:04:53.350 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "Harry Potter und die Kammer des Schreckens". Stopped at "0" ms
- [2025-09-16 07:26:11.393 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 07:26:11.395 +02:00] [INF] Stopping directory watching for path "/media/Filme"
- [2025-09-16 07:26:11.396 +02:00] [INF] Stopping directory watching for path "/media/Serien"
- [2025-09-16 07:26:11.396 +02:00] [INF] Validating media library
- [2025-09-16 07:26:11.458 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 08:30:33.900 +02:00] [WRN] WS "192.168.0.79" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2025-09-16 08:30:33.909 +02:00] [INF] WS "192.168.0.79" closed
- [2025-09-16 08:59:50.932 +02:00] [INF] WS "192.168.0.65" request
- [2025-09-16 09:18:34.633 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:18:48.456 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:19:14.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 09:23:02.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 09:26:50.957 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 09:31:14.958 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 09:34:35.637 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:34:49.457 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:35:02.957 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 09:36:23.072 +02:00] [INF] WS "192.168.0.65" closed
- [2025-09-16 09:36:23.423 +02:00] [INF] WS "192.168.0.65" request
- [2025-09-16 09:36:38.848 +02:00] [INF] Attempting to cancel Scheduled Task "Scanne Medien-Bibliothek"
- [2025-09-16 09:40:43.929 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 09:40:44.268 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2025-09-16 09:40:44.269 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E17 - Alarmstufe Mitternacht.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 4605638 -maxrate 4605638 -bufsize 9211276 -profile:v:0 high -level 51 -g:v:0 75 -keyint_min:v:0 75 -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 fmp4 -hls_fmp4_init_filename \"1813125fb8966cdabe402320dcf3427d-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8\""
- [2025-09-16 09:40:54.293 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
- [2025-09-16 09:40:54.299 +02:00] [ERR] Error processing request: "A task was canceled". URL "GET" "/videos/fa735de3-88b2-4a0a-7b90-44a96f1e9753/hls1/main/-1.mp4".
- [2025-09-16 09:40:55.115 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 09:40:55.120 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2025-09-16 09:40:55.121 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 00:08:36.000 -noaccurate_seek -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E17 - Alarmstufe Mitternacht.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 4605638 -maxrate 4605638 -bufsize 9211276 -profile:v:0 high -level 51 -g:v:0 75 -keyint_min:v:0 75 -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 fmp4 -hls_fmp4_init_filename \"1813125fb8966cdabe402320dcf3427d-1.mp4\" -start_number 172 -hls_segment_filename \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8\""
- [2025-09-16 09:41:14.032 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
- [2025-09-16 09:41:14.808 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 09:41:14.809 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/1813125fb8966cdabe402320dcf3427d.m3u8"
- [2025-09-16 09:41:16.520 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "Alarmstufe Mitternacht". Stopped at "521848" ms
- [2025-09-16 09:41:42.388 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/theme.mp3\" -threads 0 -v warning -print_format json -show_streams -show_format"
- [2025-09-16 09:41:44.582 +02:00] [WRN] File "/media/Serien/The Walking Dead Daryl Dixon (2023)/theme.mp3" only has ID3v1 tags, some fields may be truncated
- [2025-09-16 09:42:03.217 +02:00] [INF] Creating Season "Staffel unbekannt" entry for "The Walking Dead: Daryl Dixon"
- [2025-09-16 09:42:05.246 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:06.373 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E02 - Alouette.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:06.855 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E03 - Paris Sera Toujours Paris.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:07.687 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E04 - La Dame de Fer.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:08.737 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E05 - Deux Amours.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:09.423 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E06 - the walking dead daryl dixon 2023 german eac3 web zerotwo.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:42:10.239 +02:00] [INF] Removing virtual season null in series "The Walking Dead: Daryl Dixon"
- [2025-09-16 09:42:10.249 +02:00] [INF] Removing item, Type: "Season", Name: "Staffel unbekannt", Path: "", Id: 52b9f60b-3a41-9a96-d724-5e3dc7e6e0b4
- [2025-09-16 09:42:11.859 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 09:42:12.187 +02:00] [INF] Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
- [2025-09-16 09:42:12.187 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 10316002 -maxrate 10316002 -bufsize 20632004 -profile:v:0 high -level 51 -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 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"7f131adedb4edc9f26ab517d7b984395-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8\""
- [2025-09-16 09:42:13.649 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-i file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\" -copyts -map 0:3 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/2/2c76921f-eb58-fbff-cbd6-574dc7ff71d8.srt\" -map 0:4 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/8/814934db-2efd-dc22-74d3-214f85a5995a.srt\" -map 0:5 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/c/c430953a-e87f-f5f8-25ed-8e5610a4be0b.srt\" -map 0:6 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/c/ca655b37-8d5c-6d61-6352-dab73d67386b.srt\" -map 0:7 -an -vn -c:s copy \"/var/lib/jellyfin/data/subtitles/7/791df3a3-fa2d-ff1d-766a-81a947e3e222.srt\""
- [2025-09-16 09:42:28.047 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8"
- [2025-09-16 09:42:28.521 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 09:42:28.521 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/7f131adedb4edc9f26ab517d7b984395.m3u8"
- [2025-09-16 09:42:30.080 +02:00] [INF] Playback stopped reported by app "Jellyfin Web" "10.10.7" playing "L'Âme Perdue". Stopped at "14191" ms
- [2025-09-16 09:47:03.839 +02:00] [INF] Creating Season "Staffel unbekannt" entry for "Malcolm mittendrin"
- [2025-09-16 09:47:05.814 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E01 - Malcolm, der Held.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:47:06.974 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E02 - Lois sieht rot.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:47:07.524 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/Malcolm mittendrin (2000)/Season 1/Malcolm mittendrin - S01E03 - Allein zu Haus.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 09:47:08.901 +02:00] [INF] Removing virtual season null in series "Malcolm mittendrin"
- [2025-09-16 09:47:08.901 +02:00] [INF] Removing item, Type: "Season", Name: "Staffel unbekannt", Path: "", Id: 9d962c09-dacb-3c22-e4cf-8c39354de908
- [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/2/2c76921f-eb58-fbff-cbd6-574dc7ff71d8.srt"
- [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/8/814934db-2efd-dc22-74d3-214f85a5995a.srt"
- [2025-09-16 09:48:59.635 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/c/c430953a-e87f-f5f8-25ed-8e5610a4be0b.srt"
- [2025-09-16 09:48:59.636 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/c/ca655b37-8d5c-6d61-6352-dab73d67386b.srt"
- [2025-09-16 09:48:59.636 +02:00] [INF] ffmpeg subtitle extraction completed for "file:\"/media/Serien/The Walking Dead Daryl Dixon (2023)/Season 1/The Walking Dead Daryl Dixon - S01E01 - L'Ame Perdue.mkv\"" to "/var/lib/jellyfin/data/subtitles/7/791df3a3-fa2d-ff1d-766a-81a947e3e222.srt"
- [2025-09-16 09:50:36.655 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:50:50.458 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 09:55:02.647 +02:00] [INF] Authentication request for "roy" has succeeded.
- [2025-09-16 09:55:02.648 +02:00] [INF] Current/Max sessions for user "roy": 2/0
- [2025-09-16 09:55:02.648 +02:00] [INF] Creating new access token for user 1316fcbd-5fdb-4fda-b488-8426583b2bdf
- [2025-09-16 09:55:02.720 +02:00] [INF] WS "192.168.0.22" request
- [2025-09-16 09:55:03.769 +02:00] [INF] WS "192.168.0.22" closed
- [2025-09-16 09:55:03.801 +02:00] [INF] WS "192.168.0.22" request
- [2025-09-16 09:55:25.584 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 09:59:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:02:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:06:37.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:06:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:06:51.460 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:11:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:14:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:15:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 10:15:23.425 +02:00] [INF] Lost 1 WebSockets.
- [2025-09-16 10:22:38.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:22:52.462 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:25:00.680 +02:00] [INF] "Scanne Mediensegmente" Completed after 0 minute(s) and 51 seconds
- [2025-09-16 10:38:39.657 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:38:53.464 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:54:40.642 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 10:54:54.466 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:06:48.150 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "L'Âme Perdue". Stopped at "3582505" ms
- [2025-09-16 11:06:55.530 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 11:10:41.647 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:10:55.466 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:12:52.492 +02:00] [ERR] Error in "Dynamic Image Provider"
- System.IO.IOException: No space left on device
- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
- at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
- at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
- at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
- at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
- [2025-09-16 11:12:52.562 +02:00] [INF] "Scanne Medien-Bibliothek" Cancelled after 226 minute(s) and 41 seconds
- [2025-09-16 11:13:24.278 +02:00] [INF] Watching directory "/media/Serien"
- [2025-09-16 11:13:35.871 +02:00] [INF] Watching directory "/media/Filme"
- [2025-09-16 11:26:42.651 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:26:56.468 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:42:43.653 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:42:57.470 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:46:11.448 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alouette". Stopped at "2354809" ms
- [2025-09-16 11:46:26.510 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 11:49:27.686 +02:00] [WRN] Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'.
- [2025-09-16 11:51:11.830 +02:00] [INF] WS "192.168.0.65" closed
- [2025-09-16 11:51:12.189 +02:00] [INF] WS "192.168.0.65" request
- [2025-09-16 11:54:59.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 11:58:44.649 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 11:58:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 11:58:58.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:03:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:06:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:09:02.456 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Malcolm, der Held". Stopped at "1355256" ms
- [2025-09-16 12:09:09.774 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 12:10:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:14:45.654 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:14:59.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:15:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:18:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:22:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:27:11.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:30:46.655 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:30:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:31:00.471 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:31:26.410 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Lois sieht rot". Stopped at "1336210" ms
- [2025-09-16 12:31:33.749 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 12:34:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:45:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:46:47.653 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:47:01.472 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 12:48:59.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:52:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:53:42.496 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Allein zu Haus". Stopped at "1328327" ms
- [2025-09-16 12:56:44.028 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 12:57:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 12:58:18.840 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alarmstufe Mitternacht". Stopped at "615479" ms
- [2025-09-16 12:58:31.820 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 12:59:15.361 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Wicked". Stopped at "3981148" ms
- [2025-09-16 12:59:26.318 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Drachenzaehmen leicht gemacht (2025)/Drachenzaehmen leicht gemacht (2025) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 13:00:01.401 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Filme/Drachenzaehmen leicht gemacht (2025)/Drachenzaehmen leicht gemacht (2025) 2160p EAC3.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 13:00:37.188 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:00:55.110 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:01:03.173 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:01:15.269 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Asterix & Obelix - Mission Kleopatra". Stopped at "10556" ms
- [2025-09-16 13:01:21.434 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:01:29.420 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Drachenzähmen leicht gemacht". Stopped at "6540" ms
- [2025-09-16 13:01:47.187 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:01:55.331 +02:00] [INF] WS "192.168.0.63" request
- [2025-09-16 13:01:59.184 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:01:59.489 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Wicked (2024)/Wicked (2024) 2160p AC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 43400212 -maxrate 43400212 -bufsize 86800424 -profile:v:0 high -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 fmp4 -hls_fmp4_init_filename \"ab2b09e5780d394c5cb6386815b6cdab-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8\""
- [2025-09-16 13:02:05.984 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
- [2025-09-16 13:02:07.427 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 13:02:07.438 +02:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -ss 01:06:21.000 -noaccurate_seek -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/Filme/Wicked (2024)/Wicked (2024) 2160p AC3.mkv\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset veryfast -b:v 43400212 -maxrate 43400212 -bufsize 86800424 -profile:v:0 high -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 fmp4 -hls_fmp4_init_filename \"ab2b09e5780d394c5cb6386815b6cdab-1.mp4\" -start_number 1327 -hls_segment_filename \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8\""
- [2025-09-16 13:02:48.662 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:03:02.473 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:03:47.425 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:04:35.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:05:23.427 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:06:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:06:55.862 +02:00] [INF] Transcoding kill timer stopped for JobId "3c14b7319dfe405dbfd233c90fbf6f76" PlaySessionId "446fbb23afa74ee6beea7f2a55c5db0f". Killing transcoding
- [2025-09-16 13:06:55.864 +02:00] [INF] Stopping ffmpeg process with q command for "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
- [2025-09-16 13:06:57.160 +02:00] [INF] FFmpeg exited with code 0
- [2025-09-16 13:06:57.162 +02:00] [INF] Deleting partial stream file(s) "/var/cache/jellyfin/transcodes/ab2b09e5780d394c5cb6386815b6cdab.m3u8"
- [2025-09-16 13:06:59.425 +02:00] [INF] Sending ForceKeepAlive message to 2 inactive WebSockets.
- [2025-09-16 13:07:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:07:50.425 +02:00] [WRN] WS "192.168.0.63" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2025-09-16 13:07:50.432 +02:00] [INF] WS "192.168.0.63" closed
- [2025-09-16 13:10:47.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:12:47.006 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Alarmstufe Mitternacht". Stopped at "1273549" ms
- [2025-09-16 13:12:54.621 +02:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/Serien/The Office (US) (2005)/Season 7/The Office (US) - S07E18 - Todd Packer.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
- [2025-09-16 13:13:04.168 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:13:04.619 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Todd Packer". Stopped at "0" ms
- [2025-09-16 13:13:04.645 +02:00] [INF] User policy for "roy". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
- [2025-09-16 13:15:11.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:18:49.660 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:18:59.424 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 13:19:03.476 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:21:46.753 +02:00] [INF] Playback stopped reported by app "Android TV" "0.18.11" playing "Todd Packer". Stopped at "521318" ms
- [2025-09-16 13:21:47.299 +02:00] [INF] Playback stopped reported by app "Jellyfin Android" "2.6.3" playing "Wicked". Stopped at "4014097" ms
- [2025-09-16 13:25:25.075 +02:00] [WRN] WS "192.168.0.22" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2025-09-16 13:25:25.084 +02:00] [INF] WS "192.168.0.22" closed
- [2025-09-16 13:26:16.993 +02:00] [WRN] WS "192.168.0.65" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
- [2025-09-16 13:26:16.997 +02:00] [INF] WS "192.168.0.65" closed
- [2025-09-16 13:34:50.659 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:35:04.482 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:50:51.667 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 13:51:05.484 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:06:52.663 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:07:06.488 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:22:53.663 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:23:07.545 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:31:06.460 +02:00] [INF] Authentication request for "roy" has succeeded.
- [2025-09-16 14:31:06.461 +02:00] [INF] Current/Max sessions for user "roy": 3/0
- [2025-09-16 14:31:06.461 +02:00] [INF] Creating new access token for user 1316fcbd-5fdb-4fda-b488-8426583b2bdf
- [2025-09-16 14:31:06.618 +02:00] [INF] WS "192.168.0.63" request
- [2025-09-16 14:31:22.282 +02:00] [INF] Stopping directory watching for path "/media/Filme"
- [2025-09-16 14:31:22.286 +02:00] [INF] Stopping directory watching for path "/media/Serien"
- [2025-09-16 14:31:22.287 +02:00] [INF] Validating media library
- [2025-09-16 14:33:40.826 +02:00] [INF] WS "192.168.0.63" closed
- [2025-09-16 14:33:41.528 +02:00] [INF] WS "192.168.0.63" request
- [2025-09-16 14:35:00.936 +02:00] [INF] Attempting to cancel Scheduled Task "Scanne Medien-Bibliothek"
- [2025-09-16 14:37:29.531 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 14:37:34.779 +02:00] [INF] WS "192.168.0.63" closed
- [2025-09-16 14:37:35.516 +02:00] [INF] WS "192.168.0.63" request
- [2025-09-16 14:38:54.668 +02:00] [INF] "Leere Zwischenspeicher" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:38:59.517 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 14:39:08.547 +02:00] [INF] "Räume Transkodierungs-Verzeichnis auf" Completed after 0 minute(s) and 0 seconds
- [2025-09-16 14:39:47.518 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 14:40:35.517 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
- [2025-09-16 14:41:00.147 +02:00] [INF] WS "192.168.0.72" request
Advertisement
Add Comment
Please, Sign In to add comment