正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/core/srs_core_source.cpp
100644 → 100755
| @@ -683,6 +683,7 @@ void SrsSource::on_unpublish() | @@ -683,6 +683,7 @@ void SrsSource::on_unpublish() | ||
| 683 | encoder->on_unpublish(); | 683 | encoder->on_unpublish(); |
| 684 | #endif | 684 | #endif |
| 685 | 685 | ||
| 686 | + // TODO: HLS should continue previous sequence and stream. | ||
| 686 | #ifdef SRS_HLS | 687 | #ifdef SRS_HLS |
| 687 | hls->on_unpublish(); | 688 | hls->on_unpublish(); |
| 688 | #endif | 689 | #endif |
-
请 注册 或 登录 后发表评论