A No-Op Payload Format for RTP Cisco Systems, Inc.
499 Thornall Street, 8th Floor Edison NJ 08837 USA fandreas@cisco.com
Cisco Systems, Inc.
7 Ladyslipper Lane Acton MA 01720 USA oran@cisco.com
Cisco Systems, Inc.
170 West Tasman Drive San Jose CA 95134 USA dwing@cisco.com
Transport AVT I-D Internet-Draft RTP No-Op Null Operation early RTCP NAT firewall This document defines an no-op payload format for the Real-time Transport Protocol (RTP), and a mechanism to request transmission of an early RTCP report. This can be used to verify RTP connectivity and to keep Network Address Translator (NAT) bindings and Firewall pinholes open.
This memo defines a new RTP payload format called "no-op". This payload behaves like a normal RTP payload, except the RTP packet is not used to play out media. It is also explicitly designed to interact constructively with the RTCP feedback profile. This new payload format is useful for: media session reception quality assessment, such as at the beginning of a session; keepalives to keep NAT bindings and/or firewall pinholes open when RTP media traffic is not otherwise being transmitted. In addition it has a number of uses whose utility is speculative but for which it is easy pressed into service: measurement-based admission control by probing available bandwidth, and synthetic load generation for performance testing and other minimally-intrusive instrumentation. When an endpoint mas a media stream marked as 'recvonly' or 'inactive' the endpoint is not supposed to send any media (i.e. RTP packets). However, to keep a NAT binding alive, the endpoint will need to send packets over the RTP and RTCP ports. RTP No-Op is ideally suited to this. In comparison, if one participant in an audio multicast conference has a 'recvonly' or 'inactive' media stream yet occasionally sends comfort noise packets in order to keep its NAT binding open, these comfort noise packets are interpreted as audio packets by receivers and mixers which can cause undesirable behavior -- such as selection of the primary speaker or the playout of comfort noise when no audio should be played. Unlike Comfort noise, which is specific to voice RTP streams, RTP No-Op is applicable to any kind of RTP stream including video, audio, realtime text, or any other media type that would benefit from the capabilities listed above. This gives RTP No-Op an advantage as a NAT keepalive mechanism. Certain functions and RTP payload types can use RTP No-Op without re-inventing their own payload-specific NAT keepalive mechanism -- such as video muting, Clearmode, and text. Some audio codecs have their own 'silence' packets. However, some codecs only send such 'silence' packets if the noise floor changes; G.729b is an example of such a codec. RTP No-Op allows the RTP stack itself, rather than the codec, to send periodic packets as a keepalive mechanism. The key words "MUST", "MUST NOT" "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
The RTP payload format is designated as "no-op" and the MIME types are "audio/no-op", "video/no-op", and "text/no-op". The default clock rate is 8000 Hz, but other rates MAY be used. In accordance with current practice, this payload format does not have a static payload type number, but uses a RTP payload type number established dynamically out-of-band, e.g. through SDP.
The RTP timestamp reflects the measurement point for the current packet. The receiver calculates jitter for RTCP receiver reports based on all packets with a given timestamp. Note: The jitter value should primarily be used as a means for comparing the reception quality between two users or two time-periods, not as an absolute measure. The RTP marker bit has no special significance for this payload type.
The payload format is shown below.
The payload contains at least 4 bytes. The first 32 bits are defined as follows: "R", "Request Early RTCP", is used to request invocation of RTCP feedback by timely transmission of an RTCP report (see ). Reserved; contents are ignored. Additional padding bytes MAY be appended up to the ptime value in SDP (see ). These bytes are ignored. Padding may be useful to generate RTP packets that are the same size as a normal media payload.
As discussed in the introduction, endpoints MUST occasionally send a packet to their RTP and RTCP peer to keep NAT and firewall bindings active, even if the media stream is marked 'recvonly' or 'inactive'. If no other RTP packet has been sent for approximately 30 seconds, an RTP No-Op packet SHOULD be sent. It is permissible to send a No-Op packet even for media streams marked 'recvonly' or 'inactive'.
An RTP mixer or unicast-to-unicast RTP translator SHOULD forward RTP No-Op payload packets normally. A unicast-to-multicast RTP translator SHOULD replicate RTP No-Op payload packets normally. A multicast-to-unicast RTP translator SHOULD NOT replicate an RTP No-Op packet with the Request Early RTCP bit set unless: all receivers are known to be operating under the bandwidth limitations rules of , and the restriction of applicability to "small groups" in is observed Otherwise the sender may be flooded with RTCP reports.
Upon receipt of an RTP packet with the No-Op payload format and the 'Request Early RTCP Report' bit set to 0, the receiver performs normal RTP receive operations on it -- incrementing the RTP receive counter, calculating jitter, and so on. The receiver then discards the packet -- it is not used to play out media. Upon receipt of an RTP packet with the No-Op payload format and the 'Request Early RTCP Report' bit set to 1, the receiver adjusts counters as described above and then also performs the following steps (with reference to the definitions and procedures of the AVPF profile): ascertains whether the associated RTP session is operating under the AVPF RTP profile (or one derived from it via combination with another RTP profile). If not the receiver takes no further action on this packet - specifically, if the RTP/AVPF profile (or one derived from it) is not used the receiver MUST NOT send an early RTCP report. If so, it continues as follows. generates a feedback "Event" which in turn may trigger the generation of a "FB message". sends the FB message as an "early RTCP packet" assuming the bandwidth constraints for feedback messages are satisfied. Otherwise, takes no further action
Senders and receivers may indicate support for the No-Op payload format, for example, by using the Session Description Protocol SDP. If the payload format is being used for connectivity verification (e.g. in conjunction with ) senders and receivers MUST advertise the AVPF profile (or a profile used in combination with it). The default packetization interval for this payload type is 20ms (ptime:20) but alternate values can be advertised in SDP using the ptime attribute value .
Offer:
Answer:
This section registers MIME types for audio/no-op, video/no-op, and text/no-op.
MIME media type name: audio MIME subtype name: no-op Required parameters: none Optional parameters: none Encoding considerations: This type is only defined for transfer via RTP and Secure RTP. Security considerations: See , "Security Considerations", in this document. Interoperability considerations: none Published specification: This document. Applications which use this media: The "no-op" application subtype is used to maintain network state or verify network connectivity, when a more traditional RTP payload type cannot be used. Additional information: Magic number(s): N/A File extension(s): N/A Macintosh file type code: N/A
MIME media type name: video MIME subtype name: no-op Required parameters: none Optional parameters: none Encoding considerations: This type is only defined for transfer via RTP and Secure RTP. Security considerations: See , "Security Considerations", in this document. Interoperability considerations: none Published specification: This document. Applications which use this media: The "no-op" application subtype is used to maintain network state or verify network connectivity, when a more traditional RTP payload type cannot be used. Additional information: Magic number(s): N/A File extension(s): N/A Macintosh file type code: N/A
MIME media type name: text MIME subtype name: no-op Required parameters: none Optional parameters: none Encoding considerations: This type is only defined for transfer via RTP and Secure RTP. Security considerations: See , "Security Considerations", in this document. Interoperability considerations: none Published specification: This document. Applications which use this media: The "no-op" application subtype is used to maintain network state or verify network connectivity, when a more traditional RTP payload type cannot be used. Additional information: Magic number(s): N/A File extension(s): N/A Macintosh file type code: N/A
Without security of the RTP stream (via SRTP, IPsec, or other means), it is possible for an attacker to spoof RTP packets, including this new packet type. As this new RTP payload type includes a method to request early transmission of RTCP, this could be used to cause endpoints to flood the network with RTCP reports. Thus, the RTCP transmissions MUST NOT exceed the bandwidth recommendations described in section 6.3 of RFC3550.
IANA is requested to make MIME type registrations as specified above in
Thanks to Henning Schulzrinne for suggesting using RTCP as a feedback mechanism.
G.729 Annex B International Telecommunications Union