summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-10 21:25:24 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-10 21:25:24 +0200
commitac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c (patch)
treec3e7081a6b5ba458302c47567d397c705a52aa7d
parentc720b4d55be805804e7f87099405922ff1b37253 (diff)
downloadnixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar
nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.gz
nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.bz2
nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.xz
nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.zip
selectively decrease framerate
-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