Merge pull request #4281 from catalinii/zzz

Update minisatip version
This commit is contained in:
CvH 2020-04-05 08:49:33 +02:00 committed by GitHub
commit 656a0e2f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
102
- upgrade to minisatip 1.0.3
- optimize writing RTSP and TCP data
- CA module improvements
101 101
- update to 0.7.18 - update to 0.7.18

View File

@ -2,10 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="minisatip" PKG_NAME="minisatip"
PKG_VERSION="a3af6dd93c4fd9dbbb62073f3642a289826d84bb" PKG_VERSION="1.0.3"
PKG_SHA256="32d17edab044f9fdba9e39bb4a8332aa087951695c1629d81687ff957c8d601d" PKG_SHA256="04d208369331ef0ee165766438a80ed826bb6a6552bbc56a38a6f2dd04603da3"
PKG_VERSION_NUMBER="0.7.18" PKG_REV="102"
PKG_REV="101"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/catalinii/minisatip" PKG_SITE="https://github.com/catalinii/minisatip"

View File

@ -32,7 +32,7 @@ fi
# debug log # debug log
if [ "$MINISATIP_DEBUG" = "true" ]; then if [ "$MINISATIP_DEBUG" = "true" ]; then
MINISATIP_ARG="-l -l -l" MINISATIP_ARG="-l http"
fi fi
# RTSP over TCP instead UDP # RTSP over TCP instead UDP