mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
srs-librtmp: implements the publish and play.
This commit is contained in:
parent
fce26d6690
commit
c338eb3666
7 changed files with 242 additions and 6 deletions
|
@ -230,7 +230,8 @@ int SrsClient::stream_service_cycle()
|
|||
return ret;
|
||||
}
|
||||
req->strip();
|
||||
srs_trace("identify client success. type=%d, stream_name=%s", type, req->stream.c_str());
|
||||
srs_trace("identify client success. type=%s, stream_name=%s",
|
||||
srs_client_type_string(type).c_str(), req->stream.c_str());
|
||||
|
||||
// client is identified, set the timeout to service timeout.
|
||||
rtmp->set_recv_timeout(SRS_RECV_TIMEOUT_US);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue