Fix video file name in stream_pattern_sine.sh
This commit is contained in:
parent
7f7f3ab66d
commit
8731946332
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ then
|
|||
ABITRATE="$6"
|
||||
fi
|
||||
|
||||
FILENAME=live-random-${1}-${RESOLUTION}p-${DURATION}s-${VBITRATE}kbps-${ABITRATE}kbps-${2}.mkv
|
||||
FILENAME=live-pattern-${1}-${RESOLUTION}p-${DURATION}s-${VBITRATE}kbps-${ABITRATE}kbps-${2}.mkv
|
||||
echo " "
|
||||
echo Will stream to $URL for $DURATION seconds
|
||||
echo and save a copy of the data sent to the peertube server to file :
|
||||
|
|
Loading…
Reference in a new issue