diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-14 19:22:10 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-28 17:19:36 -0700 |
| commit | 32f304df0f463c08c93a22d67da6335bec2b3fbe (patch) | |
| tree | bf2f12d417734032ad5e3d733098411644674ec3 /etc/systemd/system | |
| parent | fdccac50e6740872ac5a6de881f39d660ced0c83 (diff) | |
switch to rtmps
Diffstat (limited to 'etc/systemd/system')
| -rw-r--r-- | etc/systemd/system/obsproxy.service | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
