diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-27 13:27:12 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-27 13:27:12 +0000 |
commit | 215b933cabbfc76b47a809d02098af718f985973 (patch) | |
tree | 4301afd22eafaa95638940d0f33fddc035c4de58 /multimedia | |
parent | 7b4451e52cb1b43cfd3e92934586188eaa14f655 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plexmediaserver/Makefile | 2 | ||||
-rw-r--r-- | multimedia/plexmediaserver/files/pkg-message.in | 15 |
2 files changed, 7 insertions, 10 deletions
diff --git a/multimedia/plexmediaserver/Makefile b/multimedia/plexmediaserver/Makefile index 34a22b847de1..56ffce691416 100644 --- a/multimedia/plexmediaserver/Makefile +++ b/multimedia/plexmediaserver/Makefile @@ -4,7 +4,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 1.18.1.1973 DISTVERSIONSUFFIX?=0f4abfbcc -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MASTER_SITES?= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ DISTNAME?= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH} diff --git a/multimedia/plexmediaserver/files/pkg-message.in b/multimedia/plexmediaserver/files/pkg-message.in index e5b177acf9e4..fa43dee6a077 100644 --- a/multimedia/plexmediaserver/files/pkg-message.in +++ b/multimedia/plexmediaserver/files/pkg-message.in @@ -16,21 +16,16 @@ http://localhost:32400/web @@@ INTEL GPU OFFLOAD NOTES @@@ If you have a supported Intel GPU, you can leverage hardware -accellerated encoding/decoding in Plex Media Server on FreeBSD 12.0+. +accelerated encoding/decoding in Plex Media Server on FreeBSD 12.0+. The requirements are as follows: * Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod -* Enable loading of kernel module on boot: sysrc kld_list+="drm" +* Enable loading of kernel module on boot: sysrc kld_list+="i915kms" ** If Plex will run in a jail, you must load the module outside the jail! -* Load the kernel module now: kldload drm - -* Install the supporting Intel VA support library for your GPU -** multimedia/libva-intel-driver: [LEGACY] Intel GMA 4500 or newer -** multimedia/libva-intel-media-driver: Intel HD 5000 (Gen8) or newer -*** This must be installed beside Plex. e.g., in the jail with Plex +* Load the kernel module now (although reboot is advised): kldload i915kms * Add plex user to the video group: pw groupmod -n video -m plex @@ -49,11 +44,13 @@ add path 'drm*' unhide add path 'drm/*' unhide * Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your -/etc/jail.conf or for iocage, iocage set devfs_ruleset="10" +/etc/jail.conf or for iocage, iocage set devfs_ruleset="10" Please refer to documentation for all other FreeBSD jail management utilities. +* Make sure hardware transcoding is enabled in the server settings + @@@ INTEL GPU OFFLOAD NOTES @@@ EOM } |