summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d84fb76..b2e6aeb 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ Shitty service to proxy data from OBS into an HTTP Live Streaming (HLS) feed VRC
Environmental knobs:
- `OBS_STREAM_KEY` / `STREAM_PSK`: required PSK for the single ingest client.
+- `INGEST_THREAD_QUEUE_SIZE`: RTMP demux queue depth before frames are dropped (defaults to `4096`).
- `HLS_SEGMENT_TIME`: length (in seconds) of the `.ts` segments emitted by FFmpeg (defaults to `2`).
- `HLS_PLAYLIST_SIZE`: number of segments retained in the rolling playlist (defaults to `6`).
+- `HLS_DELETE_THRESHOLD`: additional historical HLS segments to keep on disk before pruning (defaults to `2`).
- `HOST`: interface Waitress binds to (defaults to `0.0.0.0`).
- `PORT`: TCP port Waitress listens on (defaults to `5000`).
- `FFMPEG_LOGLEVEL`: override the log verbosity passed to FFmpeg (defaults to `info`).