mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use kernel utility int2str and float2str
This commit is contained in:
parent
6efd2dd27e
commit
9ead08725d
14 changed files with 104 additions and 75 deletions
|
@ -89,6 +89,10 @@ extern std::string srs_generate_tc_url(
|
|||
std::string ip, std::string vhost, std::string app, std::string port,
|
||||
std::string param
|
||||
);
|
||||
extern std::string srs_generate_tc_url(
|
||||
std::string ip, std::string vhost, std::string app, int port,
|
||||
std::string param
|
||||
);
|
||||
|
||||
/**
|
||||
* compare the memory in bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue