We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd7b0f commit b1e7294Copy full SHA for b1e7294
run.sh
@@ -6,7 +6,7 @@ set -e
6
#export SMTP_PORT="465"
7
#
8
if [ ! -f /db/ffplayout.db ]; then
9
- ffplayout -i -u admin -p admin -m contact@example.com --storage "/tv-media" --playlists "/playlists" --public "/public" --logs "/logging" --smtp-server "${SMTP_SERVER:-mail.example.org}" --smtp-user "${SMTP_USER:-admin@example.org}" --smtp-password "${SMTP_PASSWORD:-}" --smtp-port 465 --smtp-starttls false
+ ffplayout -i -u admin -p admin -m contact@example.com --storage "/tv-media" --playlists "/playlists" --public "/public" --logs "/logging"
10
fi
11
-
+#
12
/usr/bin/ffplayout -l "0.0.0.0:8787"
0 commit comments