From f914b45c7a28cee41729bbad8b8297cd3a7c0e40 Mon Sep 17 00:00:00 2001 From: SoftArch Date: Sun, 21 Jul 2019 22:11:56 -0700 Subject: [PATCH] UI: Add Restream.io bandwidth test stream key param Allows testing bandwidth via streaming without the stream activating remotely for viewers. --- UI/window-basic-auto-config-test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/window-basic-auto-config-test.cpp b/UI/window-basic-auto-config-test.cpp index 8e2ebac7b..e62acd36f 100644 --- a/UI/window-basic-auto-config-test.cpp +++ b/UI/window-basic-auto-config-test.cpp @@ -218,6 +218,9 @@ void AutoConfigTestPage::TestBandwidthThread() wiz->serviceName == "Restream.io - RTMP") { string_depad_key(key); key += "?test=true"; + } else if (wiz->serviceName == "Restream.io - FTL") { + string_depad_key(key); + key += "?test"; } obs_data_set_string(service_settings, "service",