mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rtp session manager, stun codding
This commit is contained in:
parent
bc22ebe949
commit
51abb0844e
10 changed files with 356 additions and 19 deletions
|
@ -166,8 +166,10 @@ public:
|
|||
|
||||
class SrsGoApiSdp : public ISrsHttpHandler
|
||||
{
|
||||
private:
|
||||
SrsServer* server;
|
||||
public:
|
||||
SrsGoApiSdp();
|
||||
SrsGoApiSdp(SrsServer* svr);
|
||||
virtual ~SrsGoApiSdp();
|
||||
public:
|
||||
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue