o Robert Szokovacs on 02/16/2012 03:38 PM:
jitter. We did not really push higher, because we were testing with the
default MAX_RTP_SESSIONS=2048. (Any particular reason for that value?)
not really, it's just the maximum size of the fd array passed to poll.
i suppose when it was set to that value, that was still considered as
a high value.
37abd537 core/AmRtpReceiver.cpp (Raphael Coeffic 2006-03-17 13:16:06
+0000 45) #define MAX_RTP_SESSIONS 2048
Is there any drawbacks to this approach?
I don't see any, if you don't need the audio, or in-band DTMF. The
DTMF event queue of the session is protected by its mutex, so it's
safe to post events there from the RTP receiver threads the same way
as the media processing thread. You have your sessions in the
MediaProcessor, I guess, so DTMF should be processed and passed to the
applicaiton.
So, shall I submit a proposed patch then?
yes, please.
Stefan
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev