mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #194, disable the srs fd poll.
This commit is contained in:
parent
4f21e92ae0
commit
bc1b5f4bbf
4 changed files with 10 additions and 179 deletions
|
@ -518,7 +518,7 @@ int SrsRtmpConn::playing(SrsSource* source)
|
|||
srs_verbose("consumer created success.");
|
||||
|
||||
// use poll fd to manage the connection, read when active.
|
||||
SrsPollFD poll_fd;
|
||||
SrsPoll poll_fd;
|
||||
if ((ret = poll_fd.initialize(stfd)) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue