From 935d19483de9180cc0c204fa875d8fd49ae5c3d8 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 21 Oct 2024 01:54:33 -0500 Subject: [PATCH] Added example env --- Windows DVR/example.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Windows DVR/example.env diff --git a/Windows DVR/example.env b/Windows DVR/example.env new file mode 100644 index 0000000..90eba41 --- /dev/null +++ b/Windows DVR/example.env @@ -0,0 +1,4 @@ +OUTPUT_PATH=./ +RTSP_URL=rtsp://USER:PASSWORD@192.168.1.108:554/example/url +CHUNK_SIZE=600 +MAX_AGE=1 \ No newline at end of file