mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
implements the http api/stream framework
This commit is contained in:
parent
ab3c6c92a0
commit
6913efe127
9 changed files with 107 additions and 47 deletions
|
@ -30,11 +30,16 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_core.hpp>
|
||||
|
||||
class SrsHttpApi
|
||||
#include <srs_app_st.hpp>
|
||||
#include <srs_app_conn.hpp>
|
||||
|
||||
class SrsHttpApi : public SrsConnection
|
||||
{
|
||||
public:
|
||||
SrsHttpApi();
|
||||
SrsHttpApi(SrsServer* srs_server, st_netfd_t client_stfd);
|
||||
virtual ~SrsHttpApi();
|
||||
protected:
|
||||
virtual int do_cycle();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue