mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix bug
This commit is contained in:
parent
7dcfd6b029
commit
a2d9f0a9ad
9 changed files with 13 additions and 6 deletions
|
@ -121,6 +121,9 @@ SrsRtmpConn::SrsRtmpConn(SrsServer* svr, srs_netfd_t c, string cip, int port) :
|
|||
send_min_interval = 0;
|
||||
tcp_nodelay = false;
|
||||
info = new SrsClientInfo();
|
||||
|
||||
publish_1stpkt_timeout = 0;
|
||||
publish_normal_timeout = 0;
|
||||
|
||||
_srs_config->subscribe(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue