MyNixOS website logo

Global configuration options for streamlink. It will be written to $XDG_CONFIG_HOME/streamlink/config (linux) or Library/Application Support/streamlink/config (darwin).

Declarations
Type
attribute set of (boolean or signed integer or floating point number or string or list of (signed integer or floating point number or string))
Default
{ }
Example
{
  player = "${pkgs.mpv}/bin/mpv";
  player-args = "--cache 2048";
  player-no-close = true;
}