mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
支持websocket(ssl)-flv 直播
This commit is contained in:
@@ -959,7 +959,7 @@ void HttpSession::onWrite(const Buffer::Ptr &buffer) {
|
||||
|
||||
void HttpSession::onWebSocketEncodeData(const uint8_t *ptr,uint64_t len){
|
||||
_ui64TotalBytes += len;
|
||||
SocketHelper::send((char *)ptr,len);
|
||||
send((char *)ptr,len);
|
||||
}
|
||||
|
||||
void HttpSession::onDetach() {
|
||||
|
||||
Reference in New Issue
Block a user