On 10/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > sorry, I tried with the following instruction in MpJitterBuffer.h: > static const int JbQueueSize = (8*(2*960)) > and I received the access violation at any time. Hum, may be this string cause this: int outSamples = decoder->getInfo()->getNumSamplesPerFrame(); For G.711 (I suppose you use it) it will always return 160, while in your case it should return 480.
Try sipXtapi-media-update branch - it calculate number of samples dynamically depending on packet data. Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
