mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Make custom streaming url backwards compatible
This commit is contained in:
@@ -2876,7 +2876,7 @@ namespace gsr {
|
||||
else
|
||||
url = "rtmp://" + url;
|
||||
|
||||
if(!url.empty() && url.back() != '/' && url.back() != '=')
|
||||
if(!url.empty() && url.back() != '/' && url.back() != '=' && !config.streaming_config.custom.key.empty())
|
||||
url += "/";
|
||||
|
||||
url += config.streaming_config.custom.key;
|
||||
|
||||
Reference in New Issue
Block a user