正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -582,7 +582,7 @@ int SrsHlsMuxer::segment_close(string log_desc) | @@ -582,7 +582,7 @@ int SrsHlsMuxer::segment_close(string log_desc) | ||
| 582 | } | 582 | } |
| 583 | 583 | ||
| 584 | // use async to call the http hooks, for it will cause thread switch. | 584 | // use async to call the http hooks, for it will cause thread switch. |
| 585 | - if ((ret = async->call(new SrsDvrAsyncCallOnHls(req, current->full_path, current->sequence_no))) != ERROR_SUCCESS) { | 585 | + if ((ret = async->call(new SrsDvrAsyncCallOnHls(req, current->full_path, current->sequence_no, current->duration))) != ERROR_SUCCESS) { |
| 586 | return ret; | 586 | return ret; |
| 587 | } | 587 | } |
| 588 | 588 |
-
请 注册 或 登录 后发表评论