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?
Hello,
On 04/09/14 11:05, Daniel Tryba wrote:
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
On Thursday 04 September 2014 15:22:52 Daniel-Constantin Mierla wrote:
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.
On 04/09/14 18:01, Daniel Tryba wrote:
On Thursday 04 September 2014 15:22:52 Daniel-Constantin Mierla wrote:
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
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
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.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 09/04/14 12:01, Daniel Tryba wrote:
On Thursday 04 September 2014 15:22:52 Daniel-Constantin Mierla wrote:
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"
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