mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine forwarder, add tracable debug info. 0.9.202
This commit is contained in:
parent
e9e0cd757c
commit
ab965655aa
9 changed files with 146 additions and 55 deletions
|
@ -434,7 +434,8 @@ int SrsRtmpClient::complex_handshake()
|
|||
return ret;
|
||||
}
|
||||
|
||||
int SrsRtmpClient::connect_app(string app, string tc_url, SrsRequest* req, bool debug_srs_upnode)
|
||||
int SrsRtmpClient::connect_app(string app, string tc_url,
|
||||
SrsRequest* req, bool debug_srs_upnode)
|
||||
{
|
||||
std::string srs_server_ip;
|
||||
std::string srs_server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue