Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 35a4dd3

Browse files
obs-outputs: Update the FTL submodule and touched up a few last things.
1 parent fa380fd commit 35a4dd3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

UI/window-basic-main-outputs.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ bool SimpleOutput::StartStreaming(obs_service_t *service)
689689

690690
const char *codec =
691691
obs_output_get_supported_audio_codecs(streamOutput);
692+
if (!codec) {
693+
return false;
694+
}
692695

693696
if (strcmp(codec, "aac") != 0) {
694697
const char *id = FindAudioEncoderFromCodec(codec);

plugins/obs-outputs/ftl-sdk

plugins/rtmp-services/data/services.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
},
283283
{
284-
"name": "Mixer.com FTL",
284+
"name": "Mixer.com - FTL",
285285
"common": true,
286286
"servers": [
287287
{
@@ -375,7 +375,7 @@
375375
}
376376
},
377377
{
378-
"name": "Mixer.com RTMP",
378+
"name": "Mixer.com - RTMP",
379379
"common": true,
380380
"servers": [
381381
{

0 commit comments

Comments
 (0)