What is the sending interval of RTCP Receiver Report? In RFC 3550 I was only able to find computation the RTCP Transmission Interval for the server. But as a client I have no idea about members and senders (or do I?). So I'm a little bit confuse how to calculate the interval or should I send RTCP RR in periods or should I only send RR packet when SR is received?
RTCP receiver report sending interval
3.1k Views Asked by Teamol At
2
There are 2 best solutions below
2
Paul Gregoire
On
Per RFC 1885 (granted its older than 3550) states this:
The calculated interval between RTCP packets is required to be greater than a minimum of 5 seconds to avoid having bursts of RTCP packets exceed the allowed bandwidth when the number of participants is small and the traffic isn't smoothed according to the law of large numbers.
In practice with WebRTC, I generally see reports about every second for SR and RR.
Related Questions in SEND
- PHPMailer send mail with array ( $_POST['email'] )
- PHP/Java socket communication not working
- Php email send copy to sender
- Swift NSStream sending multiple distincts commands
- Calling methods a la Object#send, but not breaking when given a nonexistent method (Ruby)
- fopen multiple files to send mail with mail() php
- send variable from basic js to angular
- sending JSON response from HTTP server in python
- node.js sending ajax request using "request/request" package sends no data to server
- Sending input data to a javascript file
- Bad html code when I send mail with PHP
- Yii2 - mailer - send message to email rows in database
- Could not send email from android app
- Sending NSData over network to other computer/device
- Comparison of MPI_Send/Recv and MPI_Scatter/Gather
Related Questions in INTERVALS
- setInterval not repeating
- Custom Desktop Change Wallpaper Interval on Mac OS X Yosemite
- How to produce generic time interval views of PostgreSQL events table?
- jQuery - clearInterval seems not to work
- Select intervals / first and last occurrence of column combinations from PostgreSQL
- update function w/ multiple intervals (SWIFT)
- schedule after 0:00 hour not working before first interval
- Problems with translating MYSQL query using date_add function and time intervals for BQ
- How to stop $interval on leaving ui-state?
- angularjs background process for sending data from db and deleting this data from db
- watch command not running on a script
- Drawing an interval on the graph using vertical line in R ?
- create loop in R precipitation data defined interval start and end
- Translation of interval
- Javascript: Excuting 2 functions in desired interval
Related Questions in RTP
- Android receive RTP/UDP audio stream from VLC/ffmpeg
- Implementing VOIP over udp, what is the approach to take when the player cannot cope up with received packet's speed
- listen to RTP audio stream on iOS
- RTP server on embedded device and client on Android
- Android.net.rtp - AudioStream.join() - java.lang.NullPointerException
- I want to upload a camera video stream to Amazon S3 and download it to an Android phone. I'm completely new to this. How can I do this?
- VoIP RTP Streaming from/to server (in Java) to/from android
- GStreamer RTP packet size
- Stream an audio file to multiple android phones
- How to send PCM Raw Audio Data to server using socket and get back PCM Raw Audio Data and play audio file in iOS?
- how to find from RTP stream that it belong to which sip call?
- Merging multiple RTP using asterisk for conferences
- Does oRTP supports transmitting RTP over TCP?
- Is it kosher to send RTP audio and DTMF events at the same time?
- What would be the best strategy to take a RTP stream and send it to an RTMP server?
Related Questions in PERIOD
- How to compare two java.time.Period in java 8?
- Calculating highest high price during specific period using quantmod in R
- java.time.Period , dividing the period gives wrong results
- Why do I get wrong dates after the second year when use aggregate?
- Parsing the ISO-8601 duration values of the AMAZON.DURATION slot type
- SQL Count different timeframes over a known period
- RewriteRule .? only for one or more chars?
- R create multiple ranges of dates in tidyverse
- autocorrelation to detect periodicity
- Compare a date in a given period
- Binding to fields containing a period in DataTable in C#/WPF
- mysql difference in month as column in where clause
- Period in javascript variable throwing error I can't seem to squash
- Period in regex using java
- C++ Call Function Periodically in Microseconds Range
Related Questions in RTCP
- RTSP client sending $-delimited data before session has been completely set up (PLAY command issued) resulting in a 405 Method Not Allowed Error
- Problems in implementing responce for RTSP's SETUP request
- webRTC How to force PLI packet sent from javascript web app client?
- RTP: SSRC collision detection in unicast sessions
- Does Kurento support the function to send RTCP FIR packets when a key frame is needed?
- Why source device send RTCP packet to remote UDP port 0?
- RTP timestamp in data packets vs RTCP SR packets
- GStreamer: Calculate delay in received video frames/buffers to detect communication delay between Tx and Rx
- How to make a streaming relay using gstreamer?
- Is RTP suitable for delivery of data files to multiple recipients?
- RTSP Media player crash
- Using libVLCsharp to stream pw protected IP Camera Video but video not playing
- Understand tcpdump output for RTCP RR and SR
- Sending and Receiving custom RTCP packets/events with GStreamer
- Freeswitch sending empty RTP in time with receiving RTCP
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The RTP and RTCP protocols don't make a distinction between client and server. Both are members within the RTP session and both can send and receive RTP data. Members issue RTCP reports on an interval according to the algorithm in RFC 3550 Section 6.2.
Members issue a compound RTCP report that contains a Receiver Report and optionally a Sender Report if that member has sent any RTP data packets (other report types may be included in the compound report as well). RFC 3550 Section 6.4:
Both the client and server are RTP receivers even if your RTP data only flows in one direction. You should be able to observe a sender (your server) creating compound RTCP packets with SR and RR messages. Your client should be sending an RTCP packet with only a RR message