Skip to content

Commit

Permalink
SEND SRT stream directly to SLS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-leites committed May 19, 2024
1 parent c231945 commit b95d451
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions files/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b95d451

Please sign in to comment.