mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, Support HTTPS Streaming
This commit is contained in:
parent
faf53927e8
commit
30ba5a32ed
10 changed files with 211 additions and 112 deletions
|
@ -150,9 +150,10 @@ private:
|
|||
// The manager object to manage the connection.
|
||||
ISrsResourceManager* manager;
|
||||
SrsTcpConnection* skt;
|
||||
SrsSslConnection* ssl;
|
||||
SrsHttpConn* conn;
|
||||
public:
|
||||
SrsResponseOnlyHttpConn(ISrsResourceManager* cm, srs_netfd_t fd, ISrsHttpServeMux* m, std::string cip, int port);
|
||||
SrsResponseOnlyHttpConn(bool https, ISrsResourceManager* cm, srs_netfd_t fd, ISrsHttpServeMux* m, std::string cip, int port);
|
||||
virtual ~SrsResponseOnlyHttpConn();
|
||||
public:
|
||||
// Directly read a HTTP request message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue