正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source) | @@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source) | ||
| 528 | // collect elapse for pithy print. | 528 | // collect elapse for pithy print. |
| 529 | pithy_print.elapse(); | 529 | pithy_print.elapse(); |
| 530 | 530 | ||
| 531 | - // read message when no data to send. | ||
| 532 | - // @see: https://github.com/winlinvip/simple-rtmp-server/issues/194 | 531 | + // to use isolate thread to recv, can improve about 5% performance. |
| 532 | + // @see: https://github.com/winlinvip/simple-rtmp-server/issues/196 | ||
| 533 | // read from client. | 533 | // read from client. |
| 534 | if (true) { | 534 | if (true) { |
| 535 | SrsMessage* msg = NULL; | 535 | SrsMessage* msg = NULL; |
-
请 注册 或 登录 后发表评论