summaryrefslogtreecommitdiffstats
path: root/roles/stream/templates/restream.sh
diff options
context:
space:
mode:
Diffstat (limited to 'roles/stream/templates/restream.sh')
-rwxr-xr-xroles/stream/templates/restream.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/stream/templates/restream.sh b/roles/stream/templates/restream.sh
index e1d0a7f..81970c7 100755
--- a/roles/stream/templates/restream.sh
+++ b/roles/stream/templates/restream.sh
@@ -1,5 +1,6 @@
#!/bin/bash
# {{ ansible_managed }}
+# echo $$ > /tmp/restream-{{ item[1].key }}.pid
MOUNT={{ item[0].stream_url }}/{{ item[1].key }} # rtmp://..../stream_key
LOGLEVEL="${LOGLEVEL:-24}"
for i in 1 2 3 4 5; do