1
0
Fork 0
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:
winlin 2014-11-12 10:05:42 +08:00
parent 4f21e92ae0
commit bc1b5f4bbf
4 changed files with 10 additions and 179 deletions

View file

@ -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;
}