ffmpeg enables interaction on stdin by default, which may have
undesirable consequences when running ffmpeg in the background.
adding `-nostdin` disables interaction via the stdin stream.
In livestream.sh logging is set to 52 which seems excessive
a value of 32 (the default):
'Show informative messages during processing. This is in addition to warnings and errors.'
would seem to be more appropriate.