yum/3ner

A toon shader for Unity's BIRP.

git clone https://git.yummers.dev/yum/3ner

yumImpostors: begin optimization work50e4514

master
710 B34 linesraw
1[Unit]
2Description=OBS to HLS streaming proxy
3After=network.target
4
5[Service]
6User=www-data
7Group=www-data
8WorkingDirectory=/opt/obsproxy
9ExecStart=/opt/obsproxy/venv/bin/python /opt/obsproxy/server.py
10Restart=on-failure
11RestartSec=5s
12
13# Logging
14StandardOutput=journal
15StandardError=journal
16SyslogIdentifier=obsproxy
17
18# Environment variables
19Environment=PYTHONUNBUFFERED=1
20Environment=STREAM_DIR=/var/www/streams
21Environment=PORT=5000
22Environment=STREAM_PSK=your_pre_shared_key
23Environment=LOG_LEVEL=INFO
24Environment=INGEST_RTMP_HOST=127.0.0.1
25Environment=INGEST_RTMP_PORT=1936
26
27# Security settings
28NoNewPrivileges=true
29PrivateTmp=true
30ProtectSystem=full
31ProtectHome=true
32
33[Install]
34WantedBy=multi-user.target