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:
parent
366309ce2d
commit
1721e4ea4b
13 changed files with 161 additions and 69 deletions
|
@ -2515,7 +2515,7 @@ int SrsRtmpServer::connect_app(SrsRequest* req)
|
|||
srs_info("get connect app message params success.");
|
||||
|
||||
srs_discovery_tc_url(req->tcUrl,
|
||||
req->schema, req->host, req->vhost, req->app, req->port,
|
||||
req->schema, req->host, req->vhost, req->app, req->stream, req->port,
|
||||
req->param);
|
||||
req->strip();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue