#!/bin/bash
# Called when a stream starts publishing
STREAM_NAME=$1
echo "[$(date)] Stream started: $STREAM_NAME" >> /tmp/hls/stream.log