arturovf

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by arturovf

  1. 56 minutes ago, TexasUnraid said:

    To be honest I am shocked that snapshots are not a core component of unraid already. This is a basic feature of storage based OS's for many years at this point. Heck even windows has snapshots lol.

     

    A GUI to manage snapshots would be amazing, I have scripts that do it now but I will take a GUI option over CLI any day.

    +1

  2. 3 hours ago, cracyfloyd said:

    ok. i have do. 

    1st i have installed the gvt-g app then

    i have insert the needed part (i915.force_probe=4c8b) in the file /boot/syslinux/syslinux.cfg and remove the i915.conf in /etc/modprobe.d/ and make a reboot.

    is this right ?

    After that the hw transcoding in plex worked.

     

    What about 4k HDR to SDR transcoding?? 

  3. 14 minutes ago, ich777 said:

    I can only tell you when you do light Desktop work (Internet, Youtube, Word,...) it will do pretty much nothing to the transcoding.

     I just tried it and everything is running great, no more lag when dragging windows and there is no dropped frames when playing videos inside the VM.

     

    Will try it when I have the usual transcodes running (7 transcodes, 2 of those 4k HDR).  

     

    I have an i3 7100 and have an i5 11400 in a corner waiting for HDR transcode support on unraid/plex.

     

    Thank you for this

    • Like 1
  4. On 9/19/2020 at 6:22 AM, mgutt said:

    By this guide Plex uses your RAM while transcoding which prevents wearing out your SSD.

     

    Edit the Plex Container and enable the "Advanced View":

    1340471342_2021-02-0111_29_39.png.01cb772114f1375fe10164c69e11a197.png

     

    Add this to "Extra Parameters" and hit "Apply":

    
    --mount type=tmpfs,destination=/tmp,tmpfs-size=4000000000

    Result:

    2090760801_2021-02-0116_53_16.png.d6593aa0dab6835b74a5fb8ffc3a89ee.png

     

    Side note: If you dislike permanent writes to your SSD add " --no-healthcheck ", too.

     

    Now open Plex -> Settings -> Transcoder and change the path to "/tmp":

    1892807613_2021-02-0116_56_03.png.17c3c525c5cfa3218220dba587764d61.png

     

    If you like to verify it's working, you can open the Plex containers Console:

    341988375_2021-02-0111_38_32.png.5a59b24c54fc18f7d7681a2686c7ad6f.png

     

    Now enter this command while a transcoding is running:

    
    df -h

     

    Transcoding to RAM-Disk works if "Use%" of /tmp is not "0%":

    
    Filesystem      Size  Used Avail Use% Mounted on
    tmpfs           3.8G  193M  3.7G   5% /tmp

     

    After some time it fills up to nearly 100%:

    
    tmpfs           3.8G  3.7G  164M  97% /tmp

     

    And then Plex purges the folder automatically:

    
    tmpfs           3.8G  1.3G  3.5G  33% /tmp

     

    If you stop the movie Plex will delete everything:

    
    tmpfs           3.8G  3.8G  0  0% /tmp

     

    By this method Plex never uses more than 4GB RAM, which is important, as fully utilizing your RAM can cause an unexpected server behaviour.

     

    Thank you for this, it seems to work in a quick test with 6 transcodes (3 4k and 3 1080p), will leave it this way for a while and see if everything keeps running smoothly

  5. On 4/25/2021 at 1:07 PM, Ziggfreed said:

     

    Hey, going to pull the trigger on an 11th Gen soon. Just wanted to confirm that you were able to get the iGPU working? Ill be using it for Plex server most likely.

     

    Thanks!

    My understanding is, that it works but HDR to SDR tone mapping don't... 

    • Like 1
  6. 3 hours ago, Squid said:

    No.  Caching on a spinner is used so that commonly used small files will stay in the cache and not be read again from the platters.  It's why the drive manufacturers all state up to 6gbs transfer rate, and yet the sustained rate is much, much less.

     

    With an OS installed on the drive, where they are tons and tons of small files read over and over again, it makes a measurable difference.  With media, not so much.

    TIL thank you