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
|
@ -178,7 +178,7 @@ public:
|
|||
SrsSslConnection(ISrsProtocolReadWriter* c);
|
||||
virtual ~SrsSslConnection();
|
||||
public:
|
||||
virtual srs_error_t handshake();
|
||||
virtual srs_error_t handshake(std::string key_file, std::string crt_file);
|
||||
// Interface ISrsProtocolReadWriter
|
||||
public:
|
||||
virtual void set_recv_timeout(srs_utime_t tm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue