diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..24ad43c --- /dev/null +++ b/backend/.env.example @@ -0,0 +1,7 @@ +FFMPEG_PATH=/usr/bin/ffmpeg +RECORDING_DIR=/recordings +DELTACAST_PORT_COUNT=4 +SRT_ENABLED=true +SRT_LATENCY=5000 +PORT=8000 +LOG_LEVEL=INFO