services.go2rtc.settings.streams

NixOS option

Stream source configuration. Multiple source types are supported. Check the configuration reference for possible options.

type: attribute set of (string or list of string)
Default
{ }
Example
{
  cam1 = "onvif://admin:password@192.168.1.123:2020";
  cam2 = "tcp://192.168.1.123:12345";
}
declared in: nixos/modules/services/video/go2rtc/default.nixView source on NixOS/nixpkgs →