Use a separate field for stream key in custom streaming

This commit is contained in:
dec05eba
2025-08-03 16:18:24 +02:00
parent b1e650c7ec
commit c1d76b5169
6 changed files with 21 additions and 5 deletions

View File

@@ -204,6 +204,7 @@ namespace gsr {
{"streaming.twitch.key", &config.streaming_config.twitch.stream_key},
{"streaming.rumble.key", &config.streaming_config.rumble.stream_key},
{"streaming.custom.url", &config.streaming_config.custom.url},
{"streaming.custom.key", &config.streaming_config.custom.key},
{"streaming.custom.container", &config.streaming_config.custom.container},
{"streaming.start_stop_hotkey", &config.streaming_config.start_stop_hotkey},