支持http-flv直播

This commit is contained in:
xiongziliang
2017-12-15 16:01:21 +08:00
parent 50f93cdc0b
commit 8f8e4abc39
5 changed files with 174 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ private:
#ifdef ENABLE_OPENSSL
virtual void onRecvBytes(const char *data,int size) override;
virtual int send(const string &str) override;
virtual int send(string &&str) override;
virtual int send(const char *str, int len) override;
std::shared_ptr<SSL_Box> _sslBox;
#endif //ENABLE_OPENSSL