svn commit: r515795 - in head/multimedia/plexmediaserver: . files

Mark Felder feld at FreeBSD.org
Sun Oct 27 13:27:13 UTC 2019


Author: feld
Date: Sun Oct 27 13:27:12 2019
New Revision: 515795
URL: https://svnweb.freebsd.org/changeset/ports/515795

Log:
  multimedia/plexmediaserver: Improve HWT instructions in pkg-message
  
  PR:		240709

Modified:
  head/multimedia/plexmediaserver/Makefile
  head/multimedia/plexmediaserver/files/pkg-message.in

Modified: head/multimedia/plexmediaserver/Makefile
==============================================================================
--- head/multimedia/plexmediaserver/Makefile	Sun Oct 27 12:51:35 2019	(r515794)
+++ head/multimedia/plexmediaserver/Makefile	Sun Oct 27 13:27:12 2019	(r515795)
@@ -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}

Modified: head/multimedia/plexmediaserver/files/pkg-message.in
==============================================================================
--- head/multimedia/plexmediaserver/files/pkg-message.in	Sun Oct 27 12:51:35 2019	(r515794)
+++ head/multimedia/plexmediaserver/files/pkg-message.in	Sun Oct 27 13:27:12 2019	(r515795)
@@ -16,22 +16,17 @@ 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
+* Load the kernel module now (although reboot is advised): kldload i915kms
 
-* 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
-
 * Add plex user to the video group: pw groupmod -n video -m plex
 
 * For jails, make a devfs ruleset to expose /dev/dri/* devices.
@@ -49,10 +44,12 @@ 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


More information about the svn-ports-head mailing list