This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
fix RTCP content output
fixes
#185
Change-Id: I77677ffc3f09ae75a8f72bfcc275d298ba6aac28
changes/96/4596/1
Richard Fuchs
10 years ago
parent
59cfb4fb1d
commit
5b33498291
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
daemon/rtcp.c
+ 3
- 3
daemon/rtcp.c
View File
@ -480,7 +480,7 @@ void print_rtcp_common(char** cdrbufcur, const pjmedia_rtcp_common *common) {
common
-
>
p
,
common
-
>
count
,
common
-
>
pt
,
common
-
>
length
,
ntohl
(
common
-
>
length
)
,
ntohl
(
common
-
>
ssrc
)
)
;
}
@ -502,8 +502,8 @@ void print_rtcp_rr(char** cdrbufcur, const pjmedia_rtcp_rr* rr) {
*
cdrbufcur
+
=
sprintf
(
*
cdrbufcur
,
"
ssrc=%u, fraction_lost=%u, packet_loss=%u, last_seq=%u, jitter=%u, last_sr=%u, delay_since_last_sr=%u,
"
,
ntohl
(
rr
-
>
ssrc
)
,
ntohl
(
rr
-
>
fract_lost
)
,
ntohl
(
packet_loss
)
,
rr
-
>
fract_lost
,
packet_loss
,
ntohl
(
rr
-
>
last_seq
)
,
ntohl
(
rr
-
>
jitter
)
,
ntohl
(
rr
-
>
lsr
)
,
Write
Preview
Loading…
Cancel
Save