From 7f7f3ab66d234c99b5259e48b409949d15518f4a Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Thu, 3 Dec 2020 18:14:03 +0100 Subject: [PATCH] Add helper for 4h stream in 720p --- stream_pattern_720p_4h.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 stream_pattern_720p_4h.sh diff --git a/stream_pattern_720p_4h.sh b/stream_pattern_720p_4h.sh new file mode 100755 index 0000000..f05429d --- /dev/null +++ b/stream_pattern_720p_4h.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if [[ $# -lt 2 ]] ; then + echo "Not enough arguments supplied" >&2 + echo "you need to pass the peertubeserver name as the fisrt argument" >&2 + echo "and the streaming key as the second argument" >&2 + echo "expl: `basename $0` sub.domain.tld 69ac2d29-eba4-4d5f-a3a6-6047e6768ffb" >&2 + exit 1 +fi + +./stream_pattern_sine.sh $1 $2 14400 1280x720 2048 160