diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-10 21:25:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-10 21:25:24 +0200 |
commit | ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c (patch) | |
tree | c3e7081a6b5ba458302c47567d397c705a52aa7d | |
parent | c720b4d55be805804e7f87099405922ff1b37253 (diff) | |
download | nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.gz nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.bz2 nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.tar.xz nixos-ac9bbbbe1ff7baeaff37f0c96e5bd55e9031c81c.zip |
selectively decrease framerate
-rw-r--r-- | odin.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |