Skip to content

Commit

Permalink
Add request stream param to encoder output format parameters. (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvelic authored and winlinvip committed Oct 7, 2018
1 parent 36cebc4 commit 70ad16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/src/app/srs_app_encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ int SrsEncoder::initialize_ffmpeg(SrsFFMPEG* ffmpeg, SrsRequest* req, SrsConfDir
output = srs_string_replace(output, "[port]", 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());

std::string log_file = SRS_CONSTS_NULL_FILE; // disabled
Expand Down

0 comments on commit 70ad16f

Please sign in to comment.