mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1500, support push stream by GB28181. 4.0.18
This commit is contained in:
parent
d81cde695d
commit
608f3d0fae
11 changed files with 59 additions and 12 deletions
|
@ -233,6 +233,8 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#ifdef SRS_AUTO_GB28181
|
||||
|
||||
class SrsGoApiGb28181 : public ISrsHttpHandler
|
||||
{
|
||||
public:
|
||||
|
@ -242,6 +244,8 @@ public:
|
|||
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
class SrsHttpApi : virtual public SrsConnection, virtual public ISrsReloadHandler
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue