summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Schieli2020-04-12 15:18:46 +0200
committerCédric Schieli2020-04-12 18:35:14 +0200
commit2b8c031c02eec6d68c2c8cea85fe098b2ca818bf (patch)
tree95ed4930d772d15fed911406c47ec343e9606500
parent7ecf358d56a432752bc8bb47508fe9553af00ec8 (diff)
downloadaur-2b8c031c02eec6d68c2c8cea85fe098b2ca818bf.tar.gz
Disable HTSP port by default
-rw-r--r--PKGBUILD2
-rw-r--r--tvheadend.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d4e0bb32595..2eda3cbb6ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ source=(
)
md5sums=('SKIP'
'SKIP'
- '2dfcd6632de3862e79aa258f7f0f64fb')
+ '2e80ac965a4e730a79dec65db4f6e67d')
pkgver() {
cd "${srcdir}/${_gitname}"
diff --git a/tvheadend.conf b/tvheadend.conf
index de838759c988..08078841cadc 100644
--- a/tvheadend.conf
+++ b/tvheadend.conf
@@ -1,4 +1,4 @@
# Configuration file for the tvheadend service.
MALLOC_ARENA_MAX=4
-OPTIONS="-u hts -g video -6 --http_port 9981 --htsp_port 9982"
+OPTIONS="-u hts -g video -6 --http_port 9981 --htsp_port 0"