Merge pull request #10019 from derrod/remove-ftl

Remove FTL.
This commit is contained in:
Ryan Foster
2024-07-29 16:41:31 -04:00
committed by GitHub
23 changed files with 10 additions and 1494 deletions

View File

@@ -1499,9 +1499,8 @@ bool OBSBasic::LoadService()
if (!service)
return false;
/* Enforce Opus on FTL if needed */
if (strcmp(obs_service_get_protocol(service), "FTL") == 0 ||
strcmp(obs_service_get_protocol(service), "WHIP") == 0) {
/* Enforce Opus on WHIP if needed */
if (strcmp(obs_service_get_protocol(service), "WHIP") == 0) {
const char *option = config_get_string(
basicConfig, "SimpleOutput", "StreamAudioEncoder");
if (strcmp(option, "opus") != 0)