hello all, I want set fixed jitter buffer instead of adaptive so, i have done one change in /pjmedia/src/pjmedia/stream.c // pjmedia_jbuf_set_adaptive( stream->jb, jb_init, jb_min_pre, jb_max_pre); pjmedia_jbuf_s../src/pjmedia/jbuf.c:501: pjmedia_jbuf_set_fixed: Assertion `prefetch <= jb->jb_max_count' failed. Abortedet_fixed( stream->jb, 5000 ); but I am getting assertion as following: ../src/pjmedia/jbuf.c:501: pjmedia_jbuf_set_fixed: Assertion `prefetch <= jb->jb_max_count' failed. Aborted can anyone tell me how to set fixed jitter buffer??? seeking urgent help...... thanx and regards Satej -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130130/ae4d7bdc/attachment-0001.html>