Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve the usage of "transcode" in the "full.conf" file. v5.0.162, v6.0.56 #3596

Merged
merged 4 commits into from
Jun 29, 2023

Conversation

duiniuluantanqin
Copy link
Member

@duiniuluantanqin duiniuluantanqin commented Jun 21, 2023

Improve the usage of transcode in the full.conf file.

output = srs_string_replace(output, "[vhost]", req->vhost);
output = srs_string_replace(output, "[port]", srs_int2str(req->port));
output = srs_string_replace(output, "[app]", req->app);
output = srs_string_replace(output, "[stream]", req->stream);
output = srs_string_replace(output, "[param]", req->param);
output = srs_string_replace(output, "[engine]", engine->arg0());
output = srs_path_build_timestamp(output);

For #3548

@winlinvip winlinvip changed the title Improve the usage of "transcode" in the "full.conf" file. Improve the usage of "transcode" in the "full.conf" file. v5.0.162, v6.0.56 Jun 29, 2023
@winlinvip winlinvip merged commit 7ba59c3 into develop Jun 29, 2023
winlinvip pushed a commit that referenced this pull request Jun 29, 2023
…6.0.56 (#3596)

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
Co-authored-by: john <hondaxiao@tencent.com>
@winlinvip winlinvip deleted the fix_bug_issue_3548 branch July 28, 2023 08:40
@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Jul 29, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
EnglishNative This issue is conveyed exclusively in English.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The on_connect hook is firing more than one time when sending the transcoder output to another vhost.
4 participants