浏览代码

UI: Add Restream.io bandwidth test stream key param

Allows testing bandwidth via streaming without the stream activating
remotely for viewers.
SoftArch 6 年之前
父节点
当前提交
f914b45c7a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      UI/window-basic-auto-config-test.cpp

+ 3 - 0
UI/window-basic-auto-config-test.cpp

@@ -218,6 +218,9 @@ void AutoConfigTestPage::TestBandwidthThread()
 		   wiz->serviceName == "Restream.io - RTMP") {
 		   wiz->serviceName == "Restream.io - RTMP") {
 		string_depad_key(key);
 		string_depad_key(key);
 		key += "?test=true";
 		key += "?test=true";
+	} else if (wiz->serviceName == "Restream.io - FTL") {
+		string_depad_key(key);
+		key += "?test";
 	}
 	}
 
 
 	obs_data_set_string(service_settings, "service",
 	obs_data_set_string(service_settings, "service",