mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add todo for forward
This commit is contained in:
parent
09f9811a97
commit
2b0bef18ed
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ int SrsForwarder::on_publish(SrsRequest* req, std::string forward_server)
|
||||||
source_ep.c_str(), dest_ep.c_str(), tc_url.c_str(),
|
source_ep.c_str(), dest_ep.c_str(), tc_url.c_str(),
|
||||||
stream_name.c_str());
|
stream_name.c_str());
|
||||||
|
|
||||||
|
// TODO: seems bug when republish and reforward.
|
||||||
|
|
||||||
// start forward
|
// start forward
|
||||||
if ((ret = open_socket()) != ERROR_SUCCESS) {
|
if ((ret = open_socket()) != ERROR_SUCCESS) {
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue