mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine fast id tracer
This commit is contained in:
parent
978e985519
commit
6de81fdb1c
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// to query the swf anti cache.
|
||||
function srs_get_version_code() { return "1.21"; }
|
||||
function srs_get_version_code() { return "1.23"; }
|
||||
|
||||
/**
|
||||
* player specified size.
|
||||
|
|
Binary file not shown.
|
@ -517,7 +517,7 @@ int SrsRtmpClient::connect_app(string app, string tc_url)
|
|||
srs_pid = (int)prop->to_number();
|
||||
}
|
||||
}
|
||||
srs_trace("connected, version=%s, ip=%s, identity=[%d][%d]",
|
||||
srs_trace("connected, version=%s, ip=%s, pid=%d, id=%d",
|
||||
srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue