echo"Streaming a loop of ${FILE_COUNT} videos to $DESTINATION_HOST... ctl+c to exit"
function finish {
rm list.txt
}
trap finish EXIT
echo"Streaming a loop of ${FILE_COUNT} videos to $DESTINATION_HOST. Warning: If these files differ greatly in formats transitioning from one to another may not always work correctly... ctl+c to exit"