UI: Add Restream.io bandwidth test stream key param

Allows testing bandwidth via streaming without the stream activating
remotely for viewers.
This commit is contained in:
SoftArch 2019-07-21 22:11:56 -07:00 committed by jp9000
parent 484c57181c
commit f914b45c7a

View File

@ -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",