Date: Sun, 28 Jul 2019 11:09:18 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507508 - head/multimedia/tvheadend Message-ID: <201907281109.x6SB9Iaq004383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Sun Jul 28 11:09:18 2019 New Revision: 507508 URL: https://svnweb.freebsd.org/changeset/ports/507508 Log: multimedia/tvheadend: Improve pkg-message to describe "-C" flag which is needed for setting the admin password. Also add a hint for IPTV users which might need a symlink for ffmpeg if they use one of the very popular channel lists. Modified: head/multimedia/tvheadend/Makefile head/multimedia/tvheadend/pkg-message Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Sun Jul 28 10:26:50 2019 (r507507) +++ head/multimedia/tvheadend/Makefile Sun Jul 28 11:09:18 2019 (r507508) @@ -3,7 +3,7 @@ PORTNAME= tvheadend PORTVERSION= 4.2.8 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= multimedia Modified: head/multimedia/tvheadend/pkg-message ============================================================================== --- head/multimedia/tvheadend/pkg-message Sun Jul 28 10:26:50 2019 (r507507) +++ head/multimedia/tvheadend/pkg-message Sun Jul 28 11:09:18 2019 (r507508) @@ -2,10 +2,17 @@ For the first start in your /etc/rc.conf: tvheadend_enable="YES" + tvheadend_flags="-C" +As soon as you have set an admin password the second line is not needed +anymore and should be removed. + If you plan to use webcamd you need to add tvheadend to the webcamd group. pw usermod tvheadend -G webcamd + +Some IPTV channel lists expect ffmpeg on a static path (/usr/bin/ffmpeg) +so either fix the m3u file or add an symlink. Patches, feedback and help are always welcome!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907281109.x6SB9Iaq004383>