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

Send RTCP RR if stream is not transmitting RTP packets #13

Closed
pjsipbot opened this issue Nov 24, 2006 · 0 comments
Closed

Send RTCP RR if stream is not transmitting RTP packets #13

pjsipbot opened this issue Nov 24, 2006 · 0 comments

Comments

@pjsipbot
Copy link
Collaborator

2006-11-24 12:09:46: @bennylp created the issue on trac ticket 13

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:27:21: @bennylp changed priority from minor to normal


2007-09-20 12:27:21: @bennylp changed milestone from unassigned to release-0.7.1


2007-09-20 12:28:46: @bennylp changed milestone from release-0.7.1 to release-0.6.0


2007-09-20 14:21:07: @bennylp changed status from new to closed


2007-09-20 14:21:07: @bennylp set resolution to fixed


2007-09-20 14:21:07: @bennylp changed title from Send RTCP RR correctly to Send RTCP RR if stream is not transmitting RTP packets


2007-09-20 14:21:07: @bennylp commented

Done in r1447.

The stream now will send RTCP SR or RR, depending on whether it has been transmitting RTP packets during the last interval. So even if the stream is sendrecv, it may transmit RR if it's not transmitting any RTP packets on the last interval. For recvonly
streams, only RR will be sent.

FYI, this ticket is duplicate of ticket #377.

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