sending own RTP packet when using PJSUA

CI
CalvIA IA
Wed, Oct 29, 2008 3:09 AM

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin

Hi, Is any way to send out my own rtp packets when using pjsua? for eg: inserting my own packets to the media transport. Regards, Calvin
NI
Nanang Izzuddin
Wed, Oct 29, 2008 3:40 PM

Hi,

AFAIK, basically there is no easy & proper way. However if you want to
force it using pjsua, perhaps you can use transport adapter (to
replace the packets) & disabling VAD may be necessary, there may be
waste of resources.

Regards,
nanang

On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA calvia08@gmail.com wrote:

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, AFAIK, basically there is no easy & proper way. However if you want to force it using pjsua, perhaps you can use transport adapter (to replace the packets) & disabling VAD may be necessary, there may be waste of resources. Regards, nanang On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA <calvia08@gmail.com> wrote: > Hi, > > Is any way to send out my own rtp packets when using pjsua? > > for eg: inserting my own packets to the media transport. > > Regards, > Calvin > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
CI
CalvIA IA
Wed, Oct 29, 2008 3:57 PM

Hi,

Yup was already using a transport adapter to send my own rtp packets, but
pjsua will crash when the PJ_CHECKSTACK() function is called.

I disabled it; though not a good way but it seems to be working fine now.

Thanks.

Regards,
Calvin

On Wed, Oct 29, 2008 at 11:40 PM, Nanang Izzuddin nanang@pjsip.org wrote:

Hi,

AFAIK, basically there is no easy & proper way. However if you want to
force it using pjsua, perhaps you can use transport adapter (to
replace the packets) & disabling VAD may be necessary, there may be
waste of resources.

Regards,
nanang

On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA calvia08@gmail.com wrote:

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, Yup was already using a transport adapter to send my own rtp packets, but pjsua will crash when the PJ_CHECKSTACK() function is called. I disabled it; though not a good way but it seems to be working fine now. Thanks. Regards, Calvin On Wed, Oct 29, 2008 at 11:40 PM, Nanang Izzuddin <nanang@pjsip.org> wrote: > Hi, > > AFAIK, basically there is no easy & proper way. However if you want to > force it using pjsua, perhaps you can use transport adapter (to > replace the packets) & disabling VAD may be necessary, there may be > waste of resources. > > Regards, > nanang > > > On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA <calvia08@gmail.com> wrote: > > Hi, > > > > Is any way to send out my own rtp packets when using pjsua? > > > > for eg: inserting my own packets to the media transport. > > > > Regards, > > Calvin > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
NH
Nigel Hsiung
Thu, Oct 30, 2008 2:19 AM

Hi Calvin,

This is from the 0.8 days - http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html
And as Nanang said, there will be waste of resource as well as having to sacrifice some of the features of PJMedia such as RTP log report, conference bridge etc.

best,
Nigel

Date: Wed, 29 Oct 2008 22:40:19 +0700
From: nanang@pjsip.org
To: pjsip@lists.pjsip.org
Subject: Re: [pjsip] sending own RTP packet when using PJSUA

Hi,

AFAIK, basically there is no easy & proper way. However if you want to
force it using pjsua, perhaps you can use transport adapter (to
replace the packets) & disabling VAD may be necessary, there may be
waste of resources.

Regards,
nanang

On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA calvia08@gmail.com wrote:

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Calvin, This is from the 0.8 days - http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html And as Nanang said, there will be waste of resource as well as having to sacrifice some of the features of PJMedia such as RTP log report, conference bridge etc. best, Nigel > Date: Wed, 29 Oct 2008 22:40:19 +0700 > From: nanang@pjsip.org > To: pjsip@lists.pjsip.org > Subject: Re: [pjsip] sending own RTP packet when using PJSUA > > Hi, > > AFAIK, basically there is no easy & proper way. However if you want to > force it using pjsua, perhaps you can use transport adapter (to > replace the packets) & disabling VAD may be necessary, there may be > waste of resources. > > Regards, > nanang > > > On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA <calvia08@gmail.com> wrote: > > Hi, > > > > Is any way to send out my own rtp packets when using pjsua? > > > > for eg: inserting my own packets to the media transport. > > > > Regards, > > Calvin > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
GL
Gang Liu
Fri, Oct 31, 2008 8:23 AM

Is there any docs for transport adapter implementation?

regards,
Gang

On Thu, Oct 30, 2008 at 10:19 AM, Nigel Hsiung nigelcz@hotmail.com wrote:

Hi Calvin,

This is from the 0.8 days -
http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html
And as Nanang said, there will be waste of resource as well as having to
sacrifice some of the features of PJMedia such as RTP log report, conference
bridge etc.

best,
Nigel

Date: Wed, 29 Oct 2008 22:40:19 +0700
From: nanang@pjsip.org
To: pjsip@lists.pjsip.org
Subject: Re: [pjsip] sending own RTP packet when using PJSUA

Hi,

AFAIK, basically there is no easy & proper way. However if you want to
force it using pjsua, perhaps you can use transport adapter (to
replace the packets) & disabling VAD may be necessary, there may be
waste of resources.

Regards,
nanang

On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA calvia08@gmail.com wrote:

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Is there any docs for transport adapter implementation? regards, Gang On Thu, Oct 30, 2008 at 10:19 AM, Nigel Hsiung <nigelcz@hotmail.com> wrote: > Hi Calvin, > > This is from the 0.8 days - > http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html > And as Nanang said, there will be waste of resource as well as having to > sacrifice some of the features of PJMedia such as RTP log report, conference > bridge etc. > > best, > Nigel > > > Date: Wed, 29 Oct 2008 22:40:19 +0700 > > From: nanang@pjsip.org > > To: pjsip@lists.pjsip.org > > Subject: Re: [pjsip] sending own RTP packet when using PJSUA > > > > > Hi, > > > > AFAIK, basically there is no easy & proper way. However if you want to > > force it using pjsua, perhaps you can use transport adapter (to > > replace the packets) & disabling VAD may be necessary, there may be > > waste of resources. > > > > Regards, > > nanang > > > > > > On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA <calvia08@gmail.com> wrote: > > > Hi, > > > > > > Is any way to send out my own rtp packets when using pjsua? > > > > > > for eg: inserting my own packets to the media transport. > > > > > > Regards, > > > Calvin > > > _______________________________________________ > > > Visit our blog: http://blog.pjsip.org > > > > > > pjsip mailing list > > > pjsip@lists.pjsip.org > > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > ------------------------------ > Discover the new Windows Vista Learn more!<http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
CI
CalvIA IA
Fri, Oct 31, 2008 3:33 PM

Try following the transport_srtp.c and transport_adapter_sample.c files.

Regards,
Calvin

On Fri, Oct 31, 2008 at 4:23 PM, Gang Liu gangban.lau@gmail.com wrote:

Is there any docs for transport adapter implementation?

regards,
Gang

On Thu, Oct 30, 2008 at 10:19 AM, Nigel Hsiung nigelcz@hotmail.comwrote:

Hi Calvin,

This is from the 0.8 days -
http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html
And as Nanang said, there will be waste of resource as well as having to
sacrifice some of the features of PJMedia such as RTP log report, conference
bridge etc.

best,
Nigel

Date: Wed, 29 Oct 2008 22:40:19 +0700
From: nanang@pjsip.org
To: pjsip@lists.pjsip.org
Subject: Re: [pjsip] sending own RTP packet when using PJSUA

Hi,

AFAIK, basically there is no easy & proper way. However if you want to
force it using pjsua, perhaps you can use transport adapter (to
replace the packets) & disabling VAD may be necessary, there may be
waste of resources.

Regards,
nanang

On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA calvia08@gmail.com wrote:

Hi,

Is any way to send out my own rtp packets when using pjsua?

for eg: inserting my own packets to the media transport.

Regards,
Calvin


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Try following the transport_srtp.c and transport_adapter_sample.c files. Regards, Calvin On Fri, Oct 31, 2008 at 4:23 PM, Gang Liu <gangban.lau@gmail.com> wrote: > Is there any docs for transport adapter implementation? > > regards, > Gang > > > On Thu, Oct 30, 2008 at 10:19 AM, Nigel Hsiung <nigelcz@hotmail.com>wrote: > >> Hi Calvin, >> >> This is from the 0.8 days - >> http://osdir.com/ml/voip.pjsip/2008-06/msg00092.html >> And as Nanang said, there will be waste of resource as well as having to >> sacrifice some of the features of PJMedia such as RTP log report, conference >> bridge etc. >> >> best, >> Nigel >> >> > Date: Wed, 29 Oct 2008 22:40:19 +0700 >> > From: nanang@pjsip.org >> > To: pjsip@lists.pjsip.org >> > Subject: Re: [pjsip] sending own RTP packet when using PJSUA >> >> > >> > Hi, >> > >> > AFAIK, basically there is no easy & proper way. However if you want to >> > force it using pjsua, perhaps you can use transport adapter (to >> > replace the packets) & disabling VAD may be necessary, there may be >> > waste of resources. >> > >> > Regards, >> > nanang >> > >> > >> > On Wed, Oct 29, 2008 at 10:09 AM, CalvIA IA <calvia08@gmail.com> wrote: >> > > Hi, >> > > >> > > Is any way to send out my own rtp packets when using pjsua? >> > > >> > > for eg: inserting my own packets to the media transport. >> > > >> > > Regards, >> > > Calvin >> > > _______________________________________________ >> > > Visit our blog: http://blog.pjsip.org >> > > >> > > pjsip mailing list >> > > pjsip@lists.pjsip.org >> > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > >> > > >> > >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> ------------------------------ >> Discover the new Windows Vista Learn more!<http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >