mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #502, transcoder support snapshot.
This commit is contained in:
parent
2bae6e09d3
commit
29122b6e70
6 changed files with 28 additions and 18 deletions
|
@ -262,7 +262,7 @@ int SrsEncoder::initialize_ffmpeg(SrsFFMPEG* ffmpeg, SrsRequest* req, SrsConfDir
|
|||
input = "rtmp://";
|
||||
input += SRS_CONSTS_LOCALHOST;
|
||||
input += ":";
|
||||
input += req->port;
|
||||
input += srs_int2str(req->port);
|
||||
input += "/";
|
||||
input += req->app;
|
||||
input += "?vhost=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue