mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-05 13:54:22 -04:00
@@ -746,9 +746,6 @@ QString OBSBasicSettings::FindProtocol()
|
||||
server.startsWith("rtmps://"))
|
||||
return QString("RTMPS");
|
||||
|
||||
if (server.startsWith("ftl://"))
|
||||
return QString("FTL");
|
||||
|
||||
if (server.startsWith("srt://"))
|
||||
return QString("SRT");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user