cosmicgre.blogg.se

Plex media server linux install directory
Plex media server linux install directory













plex media server linux install directory plex media server linux install directory

sudo apt install intel-media-va-driver-non-free libmfx1ĭownload and install the Intel Compute Runtimes needed for Plex. The non-free version is not installed by default, so install that to have full hardware decode/encode capabilities. The naming convention leaves something to be desired as it is free to the user. The difference between the two is that the non-free version includes some proprietary components and is also needed for hardware encoding. The Intel drivers are in the package intel-media-va-driver, but there is a non-free version of this called, intel-media-va-driver-non-free. sudo apt install ocl-icd-libopencl1 beignet-opencl-icd Install the components necessary to support HDR to SDR with hardware transcoding. Install intel-gpu-tools, a tool to provide performance metrics about the CPU/GPU which will be useful to help check performance when transcoding. Install ssh to allow remote ssh connections.

plex media server linux install directory

Install a collection of network tools, since I still use ifconfig. VAAPI is what is the API used for the hardware transcoding. Install vainfo, a tool to provide information about VAAPI. Install inxi, a tool to provide more system information. The only reason I picked the desktop version is to have a GUI to play around with, but I don't actually use the GUI for anything. You could use the server edition if you wanted. I used ZFS as the filesystem and did a minimal install. I used the Desktop edition of Ubuntu 21.10 and did a fresh installation. If you already have Ubuntu installed, skip ahead.

  • Plex Media Server not already installed.
  • Administrator access to the Ubuntu installation.
  • – Desktop or server edition, it doesn't make a difference, all the commands will be issued from a terminal session

    plex media server linux install directory

    This is my attempt to get Plex Media Server fully functional on Ubuntu 21.10 with full hardware transcoding support from the Intel 12th Gen CPU. In Ubuntu 21.10 support is mostly complete, so I went with that as my baseline system to start with. There are a number of things you can do to add in partial support, but the hardware is still too new. Intel CPU's also offer some of the best transcoding capabilities, via the Quick Sync Video capabilities built into the CPU.Īt the time of this posting, the Intel 12th Gen CPU's (Alder Lake) are not fully supported in the LTS version of Ubuntu (20.04). Ubuntu Linux is very stable, has a lot of online support, and is pretty easy to learn for those new to Linux. One of the best ways setups for Plex Media Server in my experience has been running it on an Intel based Ubuntu Linux installation. I also suggest using Docker instead of a native install. It exists for reference, but I don't recommend using Ubuntu 21.10 at all at this point. UPDATE 9/22/22 - THIS GUIDE IS DEPRECATED.















    Plex media server linux install directory