Discussion:
[SR-Users] OT: RTCP logging
Daniel-Constantin Mierla
2014-09-04 13:22:52 UTC
Permalink
Hello,
Slightly offtopic, but for QA reasons I'm interested in logging RTCP reports
from peers that send them. It looks like rtpproxy-ng might be used to do this
(I'm already using rtpproxy anyway). Is someone already doing this and willing
to share some pointers?
see:
- http://kamailio.org/docs/modules/stable/modules/rtpproxy.html#idp1673992

rtpengine (former rtpproxy-ng) should have it as well, I guess.

Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Next Kamailio Advanced Trainings 2014 - http://www.asipto.com
Sep 22-25, Berlin, Germany
Daniel Tryba
2014-09-04 16:01:48 UTC
Permalink
Post by Daniel-Constantin Mierla
- http://kamailio.org/docs/modules/stable/modules/rtpproxy.html#idp1673992
rtpengine (former rtpproxy-ng) should have it as well, I guess.
Found this before posting, but I could not make any sense of it, $rtpstat with
the old rtpproxy module contains:
60 A B A+B 0

Source didn't explain anything (to me). But now looking at the rtpproxy-ng
version (4.1.5), it appears to contain what I want to know:
"Input: %lli bytes, %lli packets, %lli errors; Output: %lli bytes, %lli
packets, %lli errors"

Now I need to know what peer is input/output. But first I have to update to
rtpproxy-ng/rtpengine.
Daniel-Constantin Mierla
2014-09-04 17:59:08 UTC
Permalink
Post by Daniel Tryba
Post by Daniel-Constantin Mierla
- http://kamailio.org/docs/modules/stable/modules/rtpproxy.html#idp1673992
rtpengine (former rtpproxy-ng) should have it as well, I guess.
Found this before posting, but I could not make any sense of it, $rtpstat with
60 A B A+B 0
Maybe it requires a patch to rtpproxy, I haven't used it actually, just
remembered it was a related commit some time ago.

Cheers,
Daniel
Post by Daniel Tryba
Source didn't explain anything (to me). But now looking at the rtpproxy-ng
"Input: %lli bytes, %lli packets, %lli errors; Output: %lli bytes, %lli
packets, %lli errors"
Now I need to know what peer is input/output. But first I have to update to
rtpproxy-ng/rtpengine.
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Next Kamailio Advanced Trainings 2014 - http://www.asipto.com
Sep 22-25, Berlin, Germany
Richard Fuchs
2014-09-04 23:54:36 UTC
Permalink
Post by Daniel Tryba
Post by Daniel-Constantin Mierla
- http://kamailio.org/docs/modules/stable/modules/rtpproxy.html#idp1673992
rtpengine (former rtpproxy-ng) should have it as well, I guess.
Found this before posting, but I could not make any sense of it, $rtpstat with
60 A B A+B 0
Source didn't explain anything (to me). But now looking at the rtpproxy-ng
"Input: %lli bytes, %lli packets, %lli errors; Output: %lli bytes, %lli
packets, %lli errors"
Note that these stats are from the RTP proxy's point of view and not
extracted from RTCP packets sent by the RTP endpoints.

cheers

Loading...