mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine hijack io for srslibrtmp
This commit is contained in:
parent
e8c48ac8f8
commit
7acc3aca16
6 changed files with 14 additions and 13 deletions
|
@ -29,6 +29,9 @@
|
|||
*/
|
||||
#include <srs_core.hpp>
|
||||
|
||||
// default http listen port.
|
||||
#define SRS_DEFAULT_HTTP_PORT 80
|
||||
|
||||
#if !defined(SRS_EXPORT_LIBRTMP)
|
||||
|
||||
#include <map>
|
||||
|
@ -68,9 +71,6 @@ class ISrsHttpResponseWriter;
|
|||
// for ead all of http body, read each time.
|
||||
#define SRS_HTTP_READ_CACHE_BYTES 4096
|
||||
|
||||
// default http listen port.
|
||||
#define SRS_DEFAULT_HTTP_PORT 80
|
||||
|
||||
// for http parser macros
|
||||
#define SRS_CONSTS_HTTP_OPTIONS HTTP_OPTIONS
|
||||
#define SRS_CONSTS_HTTP_GET HTTP_GET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue