mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
try
This commit is contained in:
parent
9736dc185d
commit
f0fd20e993
1 changed files with 1 additions and 4 deletions
|
|
@ -34,10 +34,7 @@ in
|
|||
# vaapiDriver = "i965"; # Haswell only supports H.264, not HEVC
|
||||
settings = {
|
||||
mqtt.enabled = false;
|
||||
ffmpeg = {
|
||||
hwaccel_args = "preset-cpu"; # Haswell can't decode HEVC
|
||||
input_args = "preset-rtsp-restream"; # TCP transport for go2rtc
|
||||
};
|
||||
ffmpeg.input_args = "preset-rtsp-restream"; # TCP transport for go2rtc
|
||||
|
||||
record = {
|
||||
enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue