• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin deleted 2.5tb of my personal data without prompt or asking.

     
    • 0 Vote(s) - 0 Average

    Jellyfin deleted 2.5tb of my personal data without prompt or asking.

    Exactly what it says in the title.
    ric
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Mar
    Reputation: 0
    Country:United Kingdom
    #9
    2024-03-28, 10:12 PM (This post was last modified: 2024-03-29, 09:48 AM by ric. Edited 6 times in total.)
    I can only talk from a PI perspective, but caching not just the transcoding files but also the var and usr cache files on the SDcard is going kill performance and the Card eventually Smiling-face. Ive already linked the directories to a separate drive. Ive also redirected the transcoding FFMPEG to a shell script which strips out the key options and I pipes them through to ffmpeg the way which works best for me and keeps it simple... its a shame its caches the whole file, better would be just buffer a few seconds in real time and let the client do any video caching. Kodi does this well for TVHeadend.

    Im happy now!

    server log file injecting my options into the stream:

    0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset veryfast -crf 23 -maxrate 800000 -bufsize 1600000 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=trunc(min(max(iw\,ih*dar)\,640)/2)*2:trunc(ow/dar/2)*2" -flags -global_header -vsync -1 -codec:a:0 ac3 -ac 6 -ab 256000 -f segment -max_delay 5000000 -avoid_negative_ts disabled -start_at_zero -segment_time 3 -individual_header_trailer 0 -segment_format mpegts -segment_list_entry_prefix "hls/7978c224d6d58f6e311a5c45759ac528/" -segment_list_type m3u8 -segment_start_number 0 -segment_list "/MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528.m3u8" -y "/MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528%d.ts"
    .................
    ffmpeg version 4.9.10-1~deb9u1~bpo8+1 <-- FAKE V4 HEADER TO FOOL THE CHECKER

    Extract useful info and reform to ffmpeg

    Number of JF ffmpeg args: 60
    extract only the useful ones

    fileConfused-face112VIDEOS/--COMEDY--/VED/8-3 Front Page Story.mpg
    800000
    hls/7978c224d6d58f6e311a5c45759ac528/
    /MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528.m3u8
    /MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528%d.ts

    Now Send out..> >...

    /usr/bin/ffmpeg -i fileConfused-face112VIDEOS/--COMEDY--/VED/8-3 Front Page Story.mpg -f mpegts -c:a copy -c:v h264_omx -b:v 800000 ....hls/7978c224d6d58f6e311a5c45759ac528/ /MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528.m3u8 /MEDIADRV/TEMP_DIR_FOR_JELLYFIN/transcodes/7978c224d6d58f6e311a5c45759ac528%d.ts
    ....................

    [16:09:53] [WRN] HTTP Response 200 to 10
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by KidDeath76 - 2023-08-30, 02:18 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by skribe - 2023-08-30, 03:21 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by sevenrats - 2023-08-30, 03:58 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by bitmap - 2023-08-30, 06:54 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by Oddstr13 - 2023-09-01, 09:49 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by ric - 2024-03-27, 09:17 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by Efficient_Good_5784 - 2024-03-27, 11:12 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by TheDreadPirate - 2024-03-27, 12:39 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by ric - 2024-03-28, 10:12 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by killminusnine - 2024-04-04, 07:30 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by joseph - 2024-04-18, 06:39 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by toytown - 2024-05-05, 07:27 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by Kevin Nord - 2024-05-07, 01:49 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by Efficient_Good_5784 - 2024-04-18, 07:37 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by kagetsu - 2024-05-05, 07:22 PM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by HERIGROSIR - 2024-07-29, 12:41 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by HERIGROSIR - 2024-08-01, 12:14 AM
    RE: Jellyfin deleted 2.5tb of my personal data without prompt or asking. - by CenturyRelict - 2025-02-01, 05:24 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode