winlin

refine fast id tracer

... ... @@ -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.
... ...
... ... @@ -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;
... ...