Ensure URL and key are valid if trying to stream
This commit is contained in:
parent
5288467aeb
commit
03fc5b92b3
@ -791,6 +791,9 @@ void OBSBasic::on_streamButton_clicked()
|
||||
int aBitrate = config_get_uint(basicConfig, "OutputTemp",
|
||||
"ABitrate");
|
||||
|
||||
if (!url || !key)
|
||||
return;
|
||||
|
||||
string fullURL = url;
|
||||
fullURL = fullURL + "/" + key;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user