1
0
Fork 0
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:
xiaozhihong 2020-02-23 23:19:40 +08:00
parent bc22ebe949
commit 51abb0844e
10 changed files with 356 additions and 19 deletions

View file

@ -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);