From b95d4517074ba6ad3e827cf9fcc2ef9738e393c9 Mon Sep 17 00:00:00 2001 From: Alexandre Leites <1256013+alexandre-leites@users.noreply.github.com> Date: Sun, 19 May 2024 05:31:17 +0200 Subject: [PATCH] SEND SRT stream directly to SLS --- files/supervisord.conf | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/files/supervisord.conf b/files/supervisord.conf index c0fba80..ebbe324 100644 --- a/files/supervisord.conf +++ b/files/supervisord.conf @@ -22,21 +22,9 @@ stderr_logfile_maxbytes=0 stdout_events_enabled=true stderr_events_enabled=true -[program:srt-live-transmit] -priority=120 -command=/bin/bash -c "sleep 5 && /usr/local/bin/logprefix /usr/local/bin/srt-live-transmit -st:yes 'srt://127.0.0.1:5002?mode=listener&lossmaxttl=%(ENV_SLT_SRT_LOSSMAXTTL)s&latency=%(ENV_SLT_SRT_LATENCY)s' 'srt://127.0.0.1:%(ENV_SLS_SRT_PORT)s'" -autostart=true -autorestart=true -stdout_logfile=/dev/stdout -stderr_logfile=/dev/stderr -stdout_logfile_maxbytes=0 -stderr_logfile_maxbytes=0 -stdout_events_enabled=true -stderr_events_enabled=true - [program:srtla_rec] priority=130 -command=/bin/bash -c "sleep 10 && /usr/local/bin/logprefix /usr/local/bin/srtla_rec %(ENV_SRTLA_PORT)s 127.0.0.1 5002" +command=/bin/bash -c "sleep 10 && /usr/local/bin/logprefix /usr/local/bin/srtla_rec %(ENV_SRTLA_PORT)s 127.0.0.1 %(ENV_SLS_SRT_PORT)s" autostart=true autorestart=true stdout_logfile=/dev/stdout