2010/10/1 Kabil Akp?nar <kabilakpinar at gmail.com>: > On Fri, Oct 1, 2010 at 7:27 PM, P.Muge Ersoy <muge.ersoy at gmail.com> wrote: >> May be it is better to think about what you really need??Modifying?pjsips >> rtp and media management would not be an answer for your application since >> pjsips rtp and audio media bounds are really tight as far as ?i see.. > > As you said, stream, codecs, jitter is really very tightly bound. But I > already modified upper levels (pjmedia, pjnath, pjsip...) on 1.6 and will > migrate to 1.8. So the latest step is to decide on either removing > encoder/decoder, jitter or introduce dummy encoder/decoder and circular > buffer. But first is rather easier than the latter, just bypassing codec > things. I preferred this way because I will use all pjsua features. What you should do probably is to scrap the stream altogether and work directly with the media transport (which already provides you with the means to send/receive packets), for your m=application media. -Benny