正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -110,6 +110,8 @@ int SrsForwarder::on_publish(SrsRequest* req, std::string forward_server) | @@ -110,6 +110,8 @@ int SrsForwarder::on_publish(SrsRequest* req, std::string forward_server) | ||
110 | source_ep.c_str(), dest_ep.c_str(), tc_url.c_str(), | 110 | source_ep.c_str(), dest_ep.c_str(), tc_url.c_str(), |
111 | stream_name.c_str()); | 111 | stream_name.c_str()); |
112 | 112 | ||
113 | + // TODO: seems bug when republish and reforward. | ||
114 | + | ||
113 | // start forward | 115 | // start forward |
114 | if ((ret = open_socket()) != ERROR_SUCCESS) { | 116 | if ((ret = open_socket()) != ERROR_SUCCESS) { |
115 | return ret; | 117 | return ret; |
-
请 注册 或 登录 后发表评论