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

for bug #235, pass timeout to recv thread.

This commit is contained in:
winlin 2014-12-01 22:45:45 +08:00
parent 31eb9bf1c1
commit 0b631ee80d
3 changed files with 10 additions and 8 deletions

View file

@ -500,7 +500,7 @@ int SrsRtmpConn::playing(SrsSource* source)
// use isolate thread to recv,
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/217
SrsQueueRecvThread trd(rtmp);
SrsQueueRecvThread trd(rtmp, SRS_CONSTS_RTMP_PULSE_TIMEOUT_US);
// start isolate recv thread.
if ((ret = trd.start()) != ERROR_SUCCESS) {