From 32f304df0f463c08c93a22d67da6335bec2b3fbe Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 14 Oct 2025 19:22:10 -0700 Subject: switch to rtmps --- etc/systemd/system/obsproxy.service | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/systemd') diff --git a/etc/systemd/system/obsproxy.service b/etc/systemd/system/obsproxy.service index f60177d..b145a17 100644 --- a/etc/systemd/system/obsproxy.service +++ b/etc/systemd/system/obsproxy.service @@ -21,6 +21,8 @@ Environment=STREAM_DIR=/var/www/streams Environment=PORT=5000 Environment=STREAM_PSK=your_pre_shared_key Environment=LOG_LEVEL=INFO +Environment=INGEST_RTMP_HOST=127.0.0.1 +Environment=INGEST_RTMP_PORT=1936 # Security settings NoNewPrivileges=true -- cgit v1.2.3