Small fixes #74

Merged
Ark74 merged 2 commits from unstable into master 2022-02-08 01:33:49 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 777cb50590 - Show all commits

View File

@ -44,11 +44,11 @@ cd /opt
git clone https://github.com/jitsi/jitsi-meet-torture git clone https://github.com/jitsi/jitsi-meet-torture
cd jitsi-meet-torture/resources cd jitsi-meet-torture/resources
if [ -f FourPeople_1280x720_30.y4m ] ; then if [ -f FourPeople_1280x720_30.y4m ] ; then
echo "FourPeople_1280x720_30.y4m exists" echo "FourPeople_1280x720_30.y4m exists"
else else
echo "FourPeople_1280x720_30.y4m doesn't exists, getting a copy..." echo "FourPeople_1280x720_30.y4m doesn't exists, getting a copy..."
wget -c https://media.xiph.org/video/derf/y4m/FourPeople_1280x720_60.y4m wget -c https://media.xiph.org/video/derf/y4m/FourPeople_1280x720_60.y4m
cp FourPeople_1280x720_60.y4m FourPeople_1280x720_30.y4m cp FourPeople_1280x720_60.y4m FourPeople_1280x720_30.y4m
fi fi
cd .. cd ..