the max MTU is exceeded or the number of report blocks is greater than #GST_RTCP_MAX_RB_COUNT.
RTCPPacket.addRb
bool addRb(uint ssrc, ubyte fractionlost, int packetslost, uint exthighestseq, uint jitter, uint lsr, uint dlsr)Add a new report block to packet with the given values.
Parameters
ssrc | data source being reported |
fractionlost | fraction lost since last SR/RR |
packetslost | the cumululative number of packets lost |
exthighestseq | the extended last sequence number received |
jitter | the interarrival jitter |
lsr | the last SR packet from this source |
dlsr | the delay since last SR packet |
Returns
true if the packet was created. This function can return false if