Hi all; I am trying to give m=application support in pjsip, and close to the end. But before I proceed, I need to double check the "stream" issue. For m=audio stream has encoder and decoder attached and a jitter buffer. In m=application case, incoming data does not need any encoder or decoder for the moment, so incoming/outgoing must just pass without any modification. In this case I need to either remove enc/dec parts for m=application and modify get_frame/put_frame or I should introduce a dummy encoder/decoder, but removing seems easier, latter is not that hard in fact. Also the buffer used for storing incoming/outgoing data is not necessary, simply the data can be immediately passed to upper level by callback mechanism.. So what would be your very valuable suggestions? -- Kabil Akp?nar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101001/90820dd1/attachment.html>