2025-06-20, 01:01 PM
(This post was last modified: 2025-06-20, 01:02 PM by designingbeing. Edited 1 time in total.)
Is there a way to manage the size of the Live TV / DVR log files?
I have a bunch of files in the jellyfin logs folder named
etc.
Some output from the start of one of the logfiles is:
Jellyfin 10.10.6 - Native (non-docker) install on Debian 12.
TIA
I have a bunch of files in the jellyfin logs folder named
Code:
record-transcode-068729d6-49fd-4379-a39e-364c41ef6949.txt
record-transcode-18afe6d8-8b8b-4002-b043-b8a142b4c151.txt
etc.
- They're all written within the last 3 days
- There's about 10 files total
- They're occupying about 1GB of space total
Some output from the start of one of the logfiles is:
Code:
{"Protocol":"Http","Id":"81fb59260fb4596d77f42164f77ebd04","Path":"https://c.mjh.nz/abc-vic.m3u8","Type":"Default","Container":"hls","Size":1407,"IsRemote":true,"ReadAtNativeFramerate":false,"Ig>
/usr/lib/jellyfin-ffmpeg/ffmpeg -async 1 -fflags +igndts -analyzeduration 5000000 -i "https://c.mjh.nz/abc-vic.m3u8" -codec:v:0 copy -fflags +genpts -map_metadata -1 -threads 0 -codec:a:0 copy ->
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 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> libavutil 59. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100
mime type is not rfc8216 compliant
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-VERSION:3')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')
[hls @ 0x579fb1dc66c0] Can't support the subtitle(uri: hdntl=exp=1750349081~acl=%2f*~data=hdntl~hmac=5881ec465f3af987c859a5638f56b41eefd84bba5a9dba329fb258ac64d1191a/index_7_0.m3u8)
[hls @ 0x579fb1dc66c0] Opening 'https://abc-iview-mediapackagestreams-1.akamaized.net/out/v1/3198d7aadc42410abd6a68b1ac2f4e36/hdntl=exp=1750349081~acl=%2f*~data=hdntl~hmac=5881ec465f3af987c859a5>[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-VERSION:3')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:29.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:35.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:41.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:47.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:53.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:04:59.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:05.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:11.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:17.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:23.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:29.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:35.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:41.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:47.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:53.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:05:59.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:06:05.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:06:11.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:06:17.080Z')
[hls @ 0x579fb1dc66c0] Skip ('#EXT-X-PROGRAM-DATE-TIME:2025-06-18T15:06:23.080Z')
Jellyfin 10.10.6 - Native (non-docker) install on Debian 12.
TIA