streamlink
This commit is contained in:
@@ -207,7 +207,7 @@ in {
|
||||
"external": {
|
||||
"streamlink": {
|
||||
"quality": "",
|
||||
"options": "--config ${hyper.home}/.config/streamlink/config"
|
||||
"options": "--config ${hyper.home}.config/streamlink/config"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -329,10 +329,9 @@ in {
|
||||
]
|
||||
}
|
||||
'';
|
||||
".config/streamlink/config".text = ''
|
||||
twitch-api-header=Authorization=OAuth='$(cat ${config.sops.secrets."streamlink/twitch-oauth".path})'
|
||||
".config/streamlink/config".text = /* ini */ ''
|
||||
twitch-api-header=Authorization=OAuth ${secrets.streamlink.twitch-oauth}
|
||||
player=mpv
|
||||
player-args='--no-terminal'
|
||||
twitch-low-latency
|
||||
default-stream=best
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user