-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
RTCP improvements #674
Labels
Comments
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Jan 30, 2024
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Jan 31, 2024
If receiver RTCP endpoint is bound to multicast address, it now uses Report_ToAddress instead of Report_Back mode.
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Feb 5, 2024
- packet_count: On receiver, derive it from packet_count in SR, and handle 32-bit wraps. On sender, derive it from ext_first_sn and ext_last_sn, and also handle 32-bit wraps - fract_loss: automatically calculate loss ratio since last report based on packet_count and cum_loss
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Feb 5, 2024
- packet_count: On receiver, derive it from packet_count in SR, and handle 32-bit wraps. On sender, derive it from ext_first_sn and ext_last_sn, and also handle 32-bit wraps - fract_loss: automatically calculate loss ratio since last report based on packet_count and cum_loss
baranovmv
added a commit
to baranovmv/roc-toolkit
that referenced
this issue
Dec 4, 2024
In order to be able to tune receiver's latency relying on timestamp mapping that we get from RTCP feedback, and UDP::Receive_timestamp, adding these features: * roc-streaminggh-674: Use receive timestamp (RTS) as report time when processing RTCP report; * RTT dumping for debugging (csvplotter ts_offset branch); * SCHED_RR for network io thread (run with root privs).
baranovmv
added a commit
to baranovmv/roc-toolkit
that referenced
this issue
Dec 4, 2024
In order to be able to tune receiver's latency relying on timestamp mapping that we get from RTCP feedback, and UDP::Receive_timestamp, adding these features: * roc-streaminggh-674: Use receive timestamp (RTS) as report time when processing RTCP report; * RTT dumping for debugging (csvplotter ts_offset branch); * SCHED_RR for network io thread (run with root privs).
baranovmv
added a commit
to baranovmv/roc-toolkit
that referenced
this issue
Dec 19, 2024
In order to be able to tune receiver's latency relying on timestamp mapping that we get from RTCP feedback, and UDP::Receive_timestamp, adding these features: * roc-streaminggh-674: Use receive timestamp (RTS) as report time when processing RTCP report; * RTT dumping for debugging (csvplotter ts_offset branch); * SCHED_RR for network io thread (run with root privs).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up for #14 and #675.
The text was updated successfully, but these errors were encountered: