1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine rtmp client/server, add comments.

This commit is contained in:
winlin 2014-07-12 09:01:34 +08:00
parent 88c94193a3
commit 047fb74889
3 changed files with 179 additions and 16 deletions

View file

@ -708,11 +708,6 @@ SrsRtmpServer::~SrsRtmpServer()
srs_freep(hs_bytes);
}
SrsProtocol* SrsRtmpServer::get_protocol()
{
return protocol;
}
void SrsRtmpServer::set_recv_timeout(int64_t timeout_us)
{
protocol->set_recv_timeout(timeout_us);