##!/bin/bash

DELAY=300000

while true
do
        echo Start streaming
        raspivid -ex fixedfps -ss 20000 -fps 25 -n -l -t $DELAY -b 80000$
done