Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 970 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 970 Bytes

Plex-NVDEC

This patch is designed to enable NVDEC functions on Linux installations of Plex Media Server version 1.15.1.791 and later. This is a stopgap patch to enable the feature until Plex officially supports the feature natively.

Requirements

Installation

To install this patch perform the following:

  1. Copy the plex-nvdec-patch.sh to your Plex server in any convenient to use directory.
  2. Enable execution of the script by running: chmod +x ./plex-nvdec-patch.sh
  3. Execute the script with sudo: sudo bash -c ./plex-nvdec-patch.sh

Note that you must rerun this patch every time PMS is updated. If you need to remove the script, you can either manually reinstall PMS or run the script with the --uninstall parameter.