Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sending RTCP RR #377

Closed
pjsipbot opened this issue Sep 20, 2007 · 0 comments
Closed

Support for sending RTCP RR #377

pjsipbot opened this issue Sep 20, 2007 · 0 comments

Comments

@pjsipbot
Copy link
Collaborator

2007-09-20 12:29:36: @bennylp created the issue on trac ticket 377

This is duplicate of ticket #13 for trunk.

The RTCP framework should send RTCP RR when it's not transmitting anything.

Currently the transmission of RTCP was driven by transmission of RTP, so when an endpoint is only actively listening (and not sending anything, although stream direction is send-recv), then no RTCP packet is sent.


2007-09-20 12:32:59: @bennylp changed status from new to closed


2007-09-20 12:32:59: @bennylp set resolution to fixed


2007-09-20 12:32:59: @bennylp commented

Implemented in r1444.

The pjmedia_rtcp_build_rtcp() function now may create RTCP SR (Sender Report) or RR (Receiver Report) depending on whether the endpoint has been transmitting RTP packets since the last interval.


2007-09-20 13:09:51: @bennylp commented

In r1445:
Fixed bug in RTCP fraction_lost calculation: the first RTCP packet always shows positive fraction loss


2007-09-20 13:41:04: @bennylp commented

In r1446: Fixed bug in incoming RTCP RR handling because the RTCP packet structure has been changed in r1444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants