this repo has no description
1WEBSITE_URL=https://example.com
2
3# Option A: full output URL
4OUTPUT=rtmp://live.example.com/app/mystream
5
6# Option B: split URL + key (used when OUTPUT is empty)
7RTMP_URL=rtmp://live.example.com/app
8STREAM_KEY=mystream
9
10WIDTH=1920
11HEIGHT=1080
12FPS=30
13BITRATE_KBPS=4500
14KEYINT_SEC=1
15X264_OPTS=bframes=0
16RETRIES=5
17RETRY_BACKOFF_MS=1000
18STARTUP_DELAY_MS=2000
19FRAME_TIMEOUT_MS=30000
20NO_AUDIO=0
21VERBOSE=0