Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

PMS container with Plex Relay removed and Nvidia HW decoding

License

Notifications You must be signed in to change notification settings

niXta1/plex-nvdec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!! NOT NEEDED ANYMORE, PLEX HAS ADDED NATIVE NVDEC+NVENC TO PLEX MEDIA SERVER 1.17.0.1709+ !!!

plex-nvdec

Based on Linuxserver.io Plex Media Server container with two added benefits.

  1. 'Plex Relay' binary removed (indirect connection disabled, portfowrarding/UPNP only).

  2. Support for hardware decoding with Nvidia GPU (NVDEC).

Enable GPU passthrough:

To get hardware acceleration for Nvidia GPU's you need to install the container runtime provided by Nvidia on the host, instructions can be found here: https://github.com/NVIDIA/nvidia-docker

Docker run example:

docker run \
-d \
--net=host \
--runtime=nvidia \
-e NVIDIA_VISIBLE_DEVICES=all \
-e NVIDIA_DRIVER_CAPABILITIES=compute,video,utility \
-e VERSION=latest \
-e TZ=Europe/Stockholm \
-e PUID=1000 \
-e PGID=1000 \
-v /home/plex/config:/config \
-v /media:/media \
--restart=unless-stopped \
--name=Plex \
nixta/plex-nvdec

More info about the base container:

linuxserver/plex

About

PMS container with Plex Relay removed and Nvidia HW decoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.3%
  • Dockerfile 6.7%