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 ?