[pjsip] enabling no vad
anass kartit
anassk at gmail.com
Thu Mar 5 09:56:13 EST 2009
Hi Gang,
Thanks for the update, just what I needed.
On Sun, Mar 1, 2009 at 5:45 PM, anass kartit <anassk at gmail.com> wrote:
> Hi,
> I checked the website, any samples on how to use the OpenMediaEngine ?
> Thanks in advance
> Anass Kartit
>
>
>
> On Fri, Feb 27, 2009 at 7:12 AM, Gang Liu <gangban.lau at gmail.com> wrote:
>
>> take a look my sample code at http://code.google.com/p/openmediaengine/
>>
>> there is a function demo how to enable VAD, payload, RFC 2833 when
>> creating stream.
>>
>> On Fri, Feb 27, 2009 at 6:17 AM, anass kartit <anassk at gmail.com> wrote:
>> > Hi,
>> > Thanks for your answer, when should I call the function
>> > pjmedia_codec_mgr_get_default_param?
>> > Anass Kartit
>> >
>> >
>> >
>> > On Wed, Feb 25, 2009 at 9:14 AM, yyy <yyypublic at googlemail.com> wrote:
>> >>
>> >> anass kartit <anassk <at> gmail.com> writes:
>> >>
>> >> >
>> >> >
>> >> > Hi,
>> >> > how can I add no_vad to streamutil.c , if I understand correctly it
>> is
>> >> controlled at the level of codecs? any example please. ThanksAnass
>> Kartit
>> >> >
>> >> >
>> >>
>> >> Hello,
>> >>
>> >> In create_stream do something like:
>> >> pjmedia_codec_param codec_param;
>> >>
>> >> info.param = &codec_param;
>> >> status =
>> >>
>> >>
>> pjmedia_codec_mgr_get_default_param(pjmedia_endpt_get_codec_mgr(med_endpt),
>> >> &info.fmt,
>> >> info.param);
>> >> if (status != PJ_SUCCESS)
>> >> return status;
>> >>
>> >> info.param->setting.vad = 0;
>> >>
>> >> Cheers,
>> >> Yann
>> >>
>> >>
>> >>
>> >> _______________________________________________
>> >> Visit our blog: http://blog.pjsip.org
>> >>
>> >> pjsip mailing list
>> >> pjsip at lists.pjsip.org
>> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>> >
>> >
>> > _______________________________________________
>> > Visit our blog: http://blog.pjsip.org
>> >
>> > pjsip mailing list
>> > pjsip at lists.pjsip.org
>> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>> >
>> >
>>
>> _______________________________________________
>> Visit our blog: http://blog.pjsip.org
>>
>> pjsip mailing list
>> pjsip at lists.pjsip.org
>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>>
>
>
--
Anass Kartit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090305/62ae477e/attachment.html>
More information about the pjsip
mailing list