正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_source.cpp
100644 → 100755
| @@ -1036,7 +1036,7 @@ bool SrsSource::expired() | @@ -1036,7 +1036,7 @@ bool SrsSource::expired() | ||
| 1036 | } | 1036 | } |
| 1037 | 1037 | ||
| 1038 | // still publishing? | 1038 | // still publishing? |
| 1039 | - if (!_can_publish) { | 1039 | + if (!_can_publish || !publish_edge->can_publish()) { |
| 1040 | return false; | 1040 | return false; |
| 1041 | } | 1041 | } |
| 1042 | 1042 |
-
请 注册 或 登录 后发表评论