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

Commit

Permalink
Fix invalid stream key error message
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Casadevall <[email protected]>
  • Loading branch information
Michael Casadevall committed Apr 11, 2016
1 parent 2c77f96 commit df95067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/obs-ffmpeg/obs-ffmpeg-output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ static int try_connect(struct ffmpeg_output *output)
blog(LOG_WARNING, "got channel id: %d", config.channel_id);
} else {
blog(LOG_WARNING, "unable to parse streamkey: %s", full_streamkey);
return OBS_OUTPUT_ERROR;
return OBS_OUTPUT_FTL_BAD_STREAM_KEY;
}


Expand Down

0 comments on commit df95067

Please sign in to comment.