summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 7f4d7eda..4a6918a3 100644
--- a/odin.nix
+++ b/odin.nix
@@ -307,6 +307,7 @@
307 307
308 stream_port 8081 308 stream_port 8081
309 stream_localhost on 309 stream_localhost on
310 stream_maxrate 1
310 311
311 despeckle_filter EedDl 312 despeckle_filter EedDl
312 threshold_tune on 313 threshold_tune on
@@ -339,7 +340,7 @@
339 stream_auth_method 1 340 stream_auth_method 1
340 341
341 stream_quality 80 342 stream_quality 80
342 stream_maxrate 10 343 stream_maxrate 100
343 stream_motion on 344 stream_motion on
344 345
345 webcontrol_port 0 346 webcontrol_port 0