1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix #1059, support vhost in stream parameters. 2.0.246

This commit is contained in:
winlin 2018-02-13 08:31:25 +08:00
parent 366309ce2d
commit 1721e4ea4b
13 changed files with 161 additions and 69 deletions

View file

@ -482,7 +482,7 @@ int srs_librtmp_context_parse_uri(Context* context)
std::string schema;
srs_discovery_tc_url(context->tcUrl,
schema, context->host, context->vhost, context->app, context->port,
schema, context->host, context->vhost, context->app, context->stream, context->port,
context->param);
return ret;