This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368 two-way audio limit 60s

I'm  realize the funtion of two-way audio .Now the audio from pc can play long time in LVC , but it just can play 60s in IPNC.My IPNC is OK.It can play audio long time.

I found the limit in live->audiorece->audio-receive.cpp.

	  // Also set a handler to be called if a RTCP "BYE" arrives
	  // for this subsession:
	  if (subsession->rtcpInstance() != NULL) {
	    subsession->rtcpInstance()->setByeHandler(subsessionByeHandler, subsession);
	  }

I 'm comment the code of limit ,but  when play the audio from pc it just can play 60s to.

How can I remove the limit ?