mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from allspace srs-librtmp for win vs2010. 2.0.36
This commit is contained in:
parent
14fca601f9
commit
7f121efd7a
6 changed files with 68 additions and 53 deletions
|
@ -31,6 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_core.hpp>
|
||||
|
||||
#include <srs_protocol_io.hpp>
|
||||
#include <srs_librtmp.hpp>
|
||||
|
||||
/**
|
||||
* simple socket stream,
|
||||
|
@ -43,7 +44,7 @@ private:
|
|||
int64_t send_timeout;
|
||||
int64_t recv_bytes;
|
||||
int64_t send_bytes;
|
||||
int fd;
|
||||
SOCKET fd;
|
||||
public:
|
||||
SimpleSocketStream();
|
||||
virtual ~SimpleSocketStream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue