mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add todo for the bug of forwarder
This commit is contained in:
parent
7baa53a8d6
commit
6329284b39
2 changed files with 1130 additions and 1125 deletions
|
@ -255,6 +255,9 @@ int SrsForwarder::cycle()
|
|||
srs_error("connect with server failed, stream_id=%d. ret=%d", stream_id, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
// TODO: FIXME: need to cache the metadata and sequence header when reconnect.
|
||||
|
||||
if ((ret = client->publish(stream_name, stream_id)) != ERROR_SUCCESS) {
|
||||
srs_error("connect with server failed, stream_name=%s, stream_id=%d. ret=%d",
|
||||
stream_name.c_str(), stream_id, ret);
|
||||
|
|
2252
trunk/src/core/srs_core_rtmp.cpp
Normal file → Executable file
2252
trunk/src/core/srs_core_rtmp.cpp
Normal file → Executable file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue