mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the cros of api for flv
This commit is contained in:
parent
3df8f11884
commit
f30b3073a2
4 changed files with 83 additions and 30 deletions
|
@ -211,9 +211,8 @@ class SrsHttpApi : virtual public SrsConnection, virtual public ISrsReloadHandle
|
|||
{
|
||||
private:
|
||||
SrsHttpParser* parser;
|
||||
SrsHttpCrosMux* cros;
|
||||
SrsHttpServeMux* mux;
|
||||
bool crossdomain_required;
|
||||
bool crossdomain_enabled;
|
||||
public:
|
||||
SrsHttpApi(IConnectionManager* cm, st_netfd_t fd, SrsHttpServeMux* m, std::string cip);
|
||||
virtual ~SrsHttpApi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue