diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..8db35e8 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +#install nginx rtmp module with all dependencies +apt install libnginx-mod-rtmp + +#if Port 80 is in use configure ngnix +#editor /etc/nginx/sites-enabled/default + +apt install ffmpeg \ No newline at end of file