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