debug server/rtp proxy problem

NE
nir elkayam
Tue, Jun 29, 2010 8:52 AM

hi,

is there anyway to find out about server/media relay problems?
are there some preformence counter that count number of send/recieved rtp
packet? number of bytes sent/recieved, etc?

thanks

hi, is there anyway to find out about server/media relay problems? are there some preformence counter that count number of send/recieved rtp packet? number of bytes sent/recieved, etc? thanks
KD
Klaus Darilion
Tue, Jun 29, 2010 9:21 AM

pjsua client cann dum call statistics. Thus just see how it is
implemented in pjsua.

regards
Klaus

Am 29.06.2010 10:52, schrieb nir elkayam:

hi,

is there anyway to find out about server/media relay problems?
are there some preformence counter that count number of send/recieved
rtp packet? number of bytes sent/recieved, etc?

thanks


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

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

pjsua client cann dum call statistics. Thus just see how it is implemented in pjsua. regards Klaus Am 29.06.2010 10:52, schrieb nir elkayam: > hi, > > is there anyway to find out about server/media relay problems? > are there some preformence counter that count number of send/recieved > rtp packet? number of bytes sent/recieved, etc? > > thanks > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
NE
nir elkayam
Tue, Jun 29, 2010 9:56 AM

hi,

thanks for the replay.
i didn't found in pjsua app any reference to statistics.

there is the RTCP/jitter buffer preformence counters, but this assume
recievign rtp packet...
i ment adding to the call state or stream state counter to count recieved
rtp packet/bytes and/or send rtp packet/bytes.

klaus, sorry the the second mail, i did replay before.. :)
nir

On Tue, Jun 29, 2010 at 11:21 AM, Klaus Darilion <
klaus.mailinglists@pernau.at> wrote:

pjsua client cann dum call statistics. Thus just see how it is implemented
in pjsua.

regards
Klaus

Am 29.06.2010 10:52, schrieb nir elkayam:

hi,

is there anyway to find out about server/media relay problems?
are there some preformence counter that count number of send/recieved
rtp packet? number of bytes sent/recieved, etc?

thanks


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

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

--
ניר אלקיים
טל: 050-3930056
nir.elkayam@gmail.com

hi, thanks for the replay. i didn't found in pjsua app any reference to statistics. there is the RTCP/jitter buffer preformence counters, but this assume recievign rtp packet... i ment adding to the call state or stream state counter to count recieved rtp packet/bytes and/or send rtp packet/bytes. klaus, sorry the the second mail, i did replay before.. :) nir On Tue, Jun 29, 2010 at 11:21 AM, Klaus Darilion < klaus.mailinglists@pernau.at> wrote: > pjsua client cann dum call statistics. Thus just see how it is implemented > in pjsua. > > regards > Klaus > > Am 29.06.2010 10:52, schrieb nir elkayam: > >> hi, >> >> is there anyway to find out about server/media relay problems? >> are there some preformence counter that count number of send/recieved >> rtp packet? number of bytes sent/recieved, etc? >> >> thanks >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > -- ניר אלקיים טל: 050-3930056 nir.elkayam@gmail.com
KD
Klaus Darilion
Tue, Jun 29, 2010 11:11 AM

Am 29.06.2010 11:56, schrieb nir elkayam:

hi,

thanks for the replay.
i didn't found in pjsua app any reference to statistics.

there is the RTCP/jitter buffer preformence counters, but this assume
recievign rtp packet...

you mean receiving RTCP? it depends. both is needed. pjsip know how many
packets itself has sent and how many packets itself has received. But if
you want to know how many packets the peer has received and how many
packets the peer has sent you need top receive RTCP.

i ment adding to the call state or stream state counter to count
recieved rtp packet/bytes and/or send rtp packet/bytes.

pjsua_call_dump() does not answer your questions?

regards
klaus

klaus, sorry the the second mail, i did replay before.. :)
nir

On Tue, Jun 29, 2010 at 11:21 AM, Klaus Darilion
<klaus.mailinglists@pernau.at mailto:klaus.mailinglists@pernau.at> wrote:

 pjsua client cann dum call statistics. Thus just see how it is
 implemented in pjsua.

 regards
 Klaus

 Am 29.06.2010 10:52, schrieb nir elkayam:

     hi,

     is there anyway to find out about server/media relay problems?
     are there some preformence counter that count number of
     send/recieved
     rtp packet? number of bytes sent/recieved, etc?

     thanks



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

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

--
ניר אלקיים
טל: 050-3930056
nir.elkayam@gmail.com mailto:nir.elkayam@gmail.com

Am 29.06.2010 11:56, schrieb nir elkayam: > hi, > > thanks for the replay. > i didn't found in pjsua app any reference to statistics. > > there is the RTCP/jitter buffer preformence counters, but this assume > recievign rtp packet... you mean receiving RTCP? it depends. both is needed. pjsip know how many packets itself has sent and how many packets itself has received. But if you want to know how many packets the peer has received and how many packets the peer has sent you need top receive RTCP. > i ment adding to the call state or stream state counter to count > recieved rtp packet/bytes and/or send rtp packet/bytes. pjsua_call_dump() does not answer your questions? regards klaus > > klaus, sorry the the second mail, i did replay before.. :) > nir > > On Tue, Jun 29, 2010 at 11:21 AM, Klaus Darilion > <klaus.mailinglists@pernau.at <mailto:klaus.mailinglists@pernau.at>> wrote: > > pjsua client cann dum call statistics. Thus just see how it is > implemented in pjsua. > > regards > Klaus > > Am 29.06.2010 10:52, schrieb nir elkayam: > > hi, > > is there anyway to find out about server/media relay problems? > are there some preformence counter that count number of > send/recieved > rtp packet? number of bytes sent/recieved, etc? > > thanks > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > -- > ניר אלקיים > טל: 050-3930056 > nir.elkayam@gmail.com <mailto:nir.elkayam@gmail.com> >