@bnhf I love this project. I found another way to delay the stream!
A shell script:
delay-script.sh
#!/bin/bash
sleep 3
exec curl -sN "$1"
Then in the .env
CMD1=/opt/scripts/path/to/delay-stream.sh ${ENCODER1_URL}
CMD2=/opt/scripts/path/to/delay-stream.sh ${ENCODER2_URL}
CMD3=/opt/scripts/path/to/delay-stream.sh ${ENCODER3_URL}
CMD4=/opt/scripts/path/to/delay-stream.sh ${ENCODER4_URL}
CMD5=/opt/scripts/path/to/delay-stream.sh ${ENCODER5_URL}
CMD6=/opt/scripts/path/to/delay-stream.sh ${ENCODER6_URL}
I also wrote a Python script inspired by the OliveTin action to generate DirecTV m3u files.