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

Merge #1077 from 2.0release

This commit is contained in:
winlin 2018-02-28 14:10:09 +08:00
commit 459272b94c
5 changed files with 12 additions and 10 deletions

View file

@ -643,7 +643,7 @@ srs_error_t SrsRtspConn::connect()
std::string schema, host, vhost, app, param;
int port;
srs_discovery_tc_url(rtsp_tcUrl, schema, host, vhost, app, rtsp_stream, port, param);
// generate output by template.
std::string output = output_template;
output = srs_string_replace(output, "[app]", app);