winlin

add todo for forward

@@ -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;