From e97f98e5e27a6df3827564cce594f27f18c89267 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 14 Jun 2023 14:06:26 +0300 Subject: wip --- bin/ipcam_rtsp2hls.sh | 127 -------------------------------------------------- 1 file changed, 127 deletions(-) delete mode 100755 bin/ipcam_rtsp2hls.sh (limited to 'bin/ipcam_rtsp2hls.sh') diff --git a/bin/ipcam_rtsp2hls.sh b/bin/ipcam_rtsp2hls.sh deleted file mode 100755 index c321820..0000000 --- a/bin/ipcam_rtsp2hls.sh +++ /dev/null @@ -1,127 +0,0 @@ -#!/bin/bash - -PROGNAME="$0" -OUTDIR=/var/ipcamfs # should be tmpfs -PORT=554 -NAME= -IP= -USER= -PASSWORD= -DEBUG=0 -CHANNEL=1 -FORCE_UDP=0 -FORCE_TCP=0 -CUSTOM_PATH= - -die() { - echo >&2 "error: $@" - exit 1 -} - -usage() { - cat <