mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug, use system utility
This commit is contained in:
parent
69cc01b696
commit
20fcfb3eee
8 changed files with 41 additions and 13 deletions
|
@ -104,7 +104,7 @@ private:
|
|||
// connect to rtmp output url.
|
||||
// @remark ignore when not connected, reconnect when disconnected.
|
||||
virtual int connect();
|
||||
virtual int connect_app(std::string ep_server, std::string ep_port);
|
||||
virtual int connect_app(std::string ep_server, int ep_port);
|
||||
// close the connected io and rtmp to ready to be re-connect.
|
||||
virtual void close();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue