1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

multimedia/plexmediaserver-plexpass: Improve HWT instructions in pkg-message

PR:		240709
This commit is contained in:
Mark Felder 2019-10-27 13:30:17 +00:00
parent 215b933cab
commit 5cebd7b70f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515796
2 changed files with 7 additions and 13 deletions

View File

@ -3,7 +3,7 @@
PORTVERSION= 1.18.1.1973
DISTVERSIONSUFFIX=0f4abfbcc
PORTREVISION= 0
PORTREVISION= 1
MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
PKGNAMESUFFIX= -plexpass
DISTNAME= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}

View File

@ -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,15 +44,14 @@ 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.
@@@ INTEL GPU OFFLOAD NOTES @@@
* Make sure hardware transcoding is enabled in the server settings
This is the PlexPass release channel of Plex. It is bleeding edge and
new features may not function without an active PlexPass account.
@@@ INTEL GPU OFFLOAD NOTES @@@
EOM
}
]