mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 21:28:32 -05:00
UI: Remove FTL support
This commit is contained in:
@@ -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