mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
d2036455ac
commit
3f6a2871b0
2 changed files with 32 additions and 17 deletions
|
@ -32,6 +32,7 @@ class SrsHttpParser;
|
|||
class SrsHttpHandler;
|
||||
class SrsServer;
|
||||
class SrsRtcServer;
|
||||
class SrsJsonObject;
|
||||
|
||||
#include <srs_app_st.hpp>
|
||||
#include <srs_app_conn.hpp>
|
||||
|
@ -174,6 +175,8 @@ public:
|
|||
virtual ~SrsGoApiSdp();
|
||||
public:
|
||||
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
private:
|
||||
virtual srs_error_t do_serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r, SrsJsonObject* res);
|
||||
};
|
||||
|
||||
class SrsGoApiClients : public ISrsHttpHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue