正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -860,8 +860,7 @@ int SrsRtmpConn::do_publishing(SrsSource* source, SrsPublishRecvThread* trd) | @@ -860,8 +860,7 @@ int SrsRtmpConn::do_publishing(SrsSource* source, SrsPublishRecvThread* trd) | ||
| 860 | return ret; | 860 | return ret; |
| 861 | } | 861 | } |
| 862 | srs_verbose("hls on_publish success."); | 862 | srs_verbose("hls on_publish success."); |
| 863 | - } | ||
| 864 | - else { | 863 | + } else { |
| 865 | if ((ret = source->on_edge_start_publish()) != ERROR_SUCCESS) { | 864 | if ((ret = source->on_edge_start_publish()) != ERROR_SUCCESS) { |
| 866 | srs_error("notice edge start publish stream failed. ret=%d", ret); | 865 | srs_error("notice edge start publish stream failed. ret=%d", ret); |
| 867 | return ret; | 866 | return ret; |
-
请 注册 或 登录 后发表评论