Skip to content

Commit

Permalink
fixup! rtmp-services: Add eRTMP multitrack video disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
palana committed Apr 25, 2024
1 parent 42a0c83 commit d76bdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/rtmp-services/rtmp-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@ static void copy_info_to_settings(json_t *service, obs_data_t *settings)
get_string_val(service, "ertmp_configuration_learn_more_link");
struct dstr learn_more_link = {0};
if (learn_more_link_url) {
dstr_init_copy(&learn_more_link, obs_module_text);
dstr_init_copy(
&learn_more_link,
obs_module_text("MultitrackVideo.LearnMoreLink"));
dstr_replace(&learn_more_link, "%1", learn_more_link_url);
}

Expand Down

0 comments on commit d76bdbf

Please sign in to comment.