mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #160, support forward/edge to flussonic, disable debug_srs_upnode to make flussonic happy. 0.9.201.
This commit is contained in:
parent
c24e68dd70
commit
e9e0cd757c
14 changed files with 207 additions and 36 deletions
|
@ -53,6 +53,7 @@ class SrsForwarder : public ISrsThreadHandler
|
|||
private:
|
||||
std::string app;
|
||||
std::string tc_url;
|
||||
std::string vhost;
|
||||
std::string stream_name;
|
||||
int stream_id;
|
||||
std::string server;
|
||||
|
@ -83,6 +84,7 @@ public:
|
|||
virtual int cycle();
|
||||
private:
|
||||
virtual void close_underlayer_socket();
|
||||
// TODO: FIXME: take debug info for srs, @see SrsEdgeForwarder.connect_server.
|
||||
virtual int connect_server();
|
||||
virtual int forward();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue