WO2007061786A1 - Maximum transmission unit tuning mechanism for a real-time transport protocol stream - Google Patents

Maximum transmission unit tuning mechanism for a real-time transport protocol stream Download PDF

Info

Publication number
WO2007061786A1
WO2007061786A1 PCT/US2006/044563 US2006044563W WO2007061786A1 WO 2007061786 A1 WO2007061786 A1 WO 2007061786A1 US 2006044563 W US2006044563 W US 2006044563W WO 2007061786 A1 WO2007061786 A1 WO 2007061786A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
size
rtcp
rtp
network
Prior art date
Application number
PCT/US2006/044563
Other languages
French (fr)
Inventor
Sravan Vadlakonda
Son D. Nguyen
Manjunath S. Bangalore
Vikram Khurana
Original Assignee
Cisco Technology, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cisco Technology, Inc. filed Critical Cisco Technology, Inc.
Publication of WO2007061786A1 publication Critical patent/WO2007061786A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2416Real-time traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/26Flow control; Congestion control using explicit feedback to the source, e.g. choke packets
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/26Flow control; Congestion control using explicit feedback to the source, e.g. choke packets
    • H04L47/267Flow control; Congestion control using explicit feedback to the source, e.g. choke packets sent by the destination endpoint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/65Network streaming protocols, e.g. real-time transport protocol [RTP] or real-time control protocol [RTCP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/60Network streaming of media packets
    • H04L65/75Media network packet handling
    • H04L65/752Media network packet handling adapting media to network capabilities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/80Responding to QoS

Definitions

  • the present invention relates generally to the field of audio/video data packet transmission over digital networks; more specifically, to mechanisms for minimizing or eliminating fragmentation in real-time data traffic over a network.
  • IP multicasting is defined as the transmission of an IP datagram (i.e., a data packet formatted according to the Internet Protocol) to a "host group", which is a set of hosts identified by a single IP destination address. A multicast datagram is asymmetrically delivered to all members of its destination host group.
  • IP datagram i.e., a data packet formatted according to the Internet Protocol
  • the Internet Group Management Protocol which is defined in RFC792, is used between IP hosts and their immediate neighbor multicast agents to support the creation of transient groups, the addition and deletion of members of a group, and the periodic confirmation of group membership.
  • Multicast data streams are typically sent using the User Datagram Protocol (UDP), which is implemented in the transport layer and provides a connectionless datagram service for the delivery of packets.
  • UDP User Datagram Protocol
  • U.S. Patent No. 6,771 ,644 teaches a system and method for supporting audio / video program insertion in real-time IP multicasts.
  • RTP Real-Time Protocol
  • RTCP RTP Control Protocol
  • RTP is a known protocol for transmitting real-time data such as audio or video streams. While it does not guarantee real-time delivery of data, RTP does provide mechanisms for sending and receiving applications to support data streaming.
  • RTCP relies on the periodic transmission of control packets from the endpoints to the originator of the data (media) stream using the same distribution mechanism - but not necessarily the same path - as the data packets.
  • VoIP voice over IP
  • U.S. Patent No. 6,947,417 A method and system for providing media services in voice over IP (VoIP) telephony in which audio is transmitted in packet streams such as RTP/RTCP packets is disclosed in U.S. Patent No. 6,947,417.
  • U.S. Patent No. 6,044,081 teaches a communications system and multimedia system that allows private network signaling to be routed over a packet network.
  • MPEG video streams comprise different types of frames that do not include all of the data to be displayed at any given time.
  • Inter-frames or I-frames
  • P-frames are coded predicatively from a previous I-frame or P-frame
  • B-frames are coded predicatively from I-frames and P-frames.
  • a B-frame associated with a group of pictures (“GOPs") may need to reference the I-frame of a next GOP. Due to their comprehensive nature, I-frames are generally much larger (e.g., 5 Kbytes or more) than either P-frames or B-frames.
  • I-frame is intended to broadly refer to an Inter-frame and its equivalents, e.g., an IDR frame in the case of H.264.
  • RTP streams are typically created between the media server and the endpoints.
  • the RTP packet sizes that include I-frames are often larger than the maximum transmission unit (MTU) size that the intermediate nodes in the network can process.
  • MTU maximum transmission unit
  • the packets usually are fragmented into smaller sized packets. Fragmentation of packets, however, adds latency that slows down video data transmissions and other time-sensitive applications. Therefore, fragmentation of RTP packets should be avoided as much as possible.
  • the packet header has the "Don't Fragment" (DF) bit marked
  • the packet is simply dropped.
  • an ICMP notification that the packet has been dropped may be sent back to the source node.
  • the RFC1191 mechanism provides no assurance that the resent packet will successfully traverse the network without being fragmented. For instance a large video packet containing an I-frame may be repeatedly re-sent by the source with the DF bit set, but never arrive at the destination. Obviously, this is a serious problem for video streaming traffic which usually must be delivered without delay or interruption.
  • marking video packets with the DF bit will result in. loss of packets for certain specifications, such as the H.26x codec standard, which lack a resend mechanism.
  • FIG. 1 shows the well- known Open System Interconnection (OSI) model for implementing protocols in seven layers.
  • OSI Open System Interconnection
  • the OSI model includes an application layer that supports application and end-user processes; a presentation layer that works to transform data into the form that the application can accept; a session layer that establishes, manages and terminates connections between applications; a transport layer that provides transparent transfer of data between end systems; a network layer that creates logical paths called virtual circuits for transmitting data from node to node; a data link layer responsible for encoding and decoding data packets into bits; and the physical layer that conveys the bit stream through the network at the electrical and mechanical level. Control is passed from one layer to the next, starting at the top (application) layer at the sending computer or node, and proceeding to the bottom (physical) layer, over the channel to the receiving computer or node, and back up the layer hierarchy.
  • Figure 1 is a diagram of the prior art OSI networking model.
  • Figure 2 is a network diagram illustrating RTP / RTCP transmissions in accordance with one embodiment of the present invention.
  • Figure 3 is a flowchart that illustrates an exemplary method of operation in accordance with one embodiment of the present invention.
  • FIG. 4 is a flowchart that illustrates an method of operation in accordance with another embodiment of the present invention.
  • Figure 5 illustrates a RTCP header format.
  • Figure 6 is a generalized circuit schematic block diagram of a network node.
  • a computer network is a geographically distributed collection of interconnected subnetworks for transporting data between nodes, such as intermediate nodes and end nodes.
  • a local area network is an example of such a subnetwork; a plurality of LANs may be further interconnected by an intermediate network node, such as a router, bridge, or switch, to extend the effective "size" of the computer network and increase the number of communicating nodes.
  • Examples of the end nodes may include servers and personal computers.
  • the nodes typically communicate by exchanging discrete frames or packets of data according to predefined protocols.
  • a protocol consists of a set of rules defining how the nodes interact with each other.
  • Each node typically comprises a number of basic subsystems including a processor, a main memory and an input/output (I/O) subsystem. Data is transferred between the main memory (“system memory”) and processor subsystem over a memory, bus, and between the processor and I/O subsystems over a system bus. Examples of the system bus may include the conventional lightning data transport (or hyper transport) bus and the conventional peripheral component interconnect (PCI) bus.
  • the processor subsystem may comprise a single-chip processor and system controller device that incorporates a set of functions including a system memory controller, support for one or more system buses and direct memory access (DMA) engines. In general, the single-chip device is designed for general-purpose use and is not heavily optimized for networking applications.
  • each node 40 typically comprises a number of basic subsystems including a processor subsystem 41 , a main memory 42 and an input/output (I/O) subsystem 45.
  • Data is transferred between main memory (“system memory”) 42 and processor subsystem 41 over a memory bus 43, and between the processor and I/O subsystems over a system bus 46.
  • system bus may include the conventional lightning data transport (or hyper transport) bus and the conventional peripheral component [computer] interconnect (PCI) bus.
  • Node 40 may also comprise other hardware units/modules 44 coupled to system bus 46 for performing additional functions.
  • Processor subsystem 41 may comprise one or more processors and a controller device that incorporates a set of functions including a system memory controller, support for one or more system buses and direct memory access (DMA) engines.
  • the single-chip device is designed for general- purpose use and is not heavily optimized for networking applications [0021]
  • packets are received from a framer, such as an Ethernet media access control (MAC) controller, of the I/O subsystem attached to the system bus.
  • MAC media access control
  • a DMA engine in the MAC controller is provided a list of addresses (e.g., in the form of a descriptor ring in a system memory) for buffers it may access in the system memory.
  • the DMA engine obtains ownership of ("masters") the system bus to access a next descriptor ring to obtain a next buffer address in the system memory at which it may, e.g., store ("write") data contained in the packet.
  • the DMA engine may need to issue many write operations over the system bus to transfer all of the packet data.
  • an extension to the RTCP is utilized to signal back to the RTP originating node the number of fragments received at the destination node (i.e., endpoint) and also the minimum size of the first fragmented packets (the first fragment is marked in the IP header of a fragment received).
  • the minimum size of the received packet (typically greater than 576 bytes) signifies the general preference of the network at that particular point in time to ensure that subsequently sent RTP packets in the data stream are not fragmented.
  • the information conveyed in the RTCP report is used by the RTP originating or source node to adjust / control the size of the RTP packets subsequently sent across the network.
  • the node that originates the RTP stream incrementally increases the packet size after a predetermined time or after receipt of a certain number of RTCP reports indicating no fragmentation. For example, in one implementation, after three RTCP reports are received with no packet fragmentation the sending node incrementally sends packets of a slightly larger size (e.g., ⁇ 10% larger) until a RTCP report is received indicating fragmentation. At that point, the sender again reduces the size of the packets being sent until RTCP reports are again received indicating no fragmentation.
  • This latter approach permits optimization or dynamic MTU tuning of the network to maximize the size of packets being sent over the network as conditions change (e.g., new routing paths) for the better.
  • RTP data packet stream 14 is shown being transmitted from a RTP originating (source) node 11 to a RTP destination (endpoint) node 12 through a path of network 10 that includes intermediate nodes 15-17.
  • RTP originating node 11 may comprise a provider edge (PE) node, a customer edge (CE) node, an endpoint, or any other network node / device that is capable of functioning as the source of a RTP data packet stream.
  • destination node 12 may comprise any type of node or network device capable of terminating or receiving an RTP stream.
  • both nodes 11 & 12 run software (or firmware) which implements an extension to RTCP that permits communication of the number of fragments received by the destination, as well as the minimum size of the first fragment greater than a predetermined size (e.g., 576 bytes).
  • a predetermined size e.g. 576 bytes.
  • the RTCP reports are indicated by dashed line 19 from destination node 19 to originating node 11 along the identical path taken by RTP stream 14. Practitioners in the arts will appreciate that the RTCP report path 19 through network 10 may differ from the path of RTP stream 14. That is, the RTCP reports may be communicated via a completely different network path as compared to that of the RTP data packet stream.
  • FIG. 2 is a flowchart that illustrates the operation of network 10 according to one embodiment of the present invention.
  • the MTUi of intermediate node 15 is indicated as being 850 bytes
  • the MTU 2 of intermediate node 16 is 900 bytes
  • the MTU 3 of intermediate node 17 is 1500 bytes.
  • the MTU limitations of the intermediate nodes caused fragmentation of the single, large 1500 byte packet into three smaller packets (block 22).
  • destination node 12 After receiving the three packet fragments, destination node 12 utilizes an extension to RTCP to send a report back to sending node 11 along path 19 indicating that three fragments were received, with the minimum size of the first fragment greater than 576 bytes being equal to 850 bytes (block 23).
  • the 576 byte number simply represents a predetermined threshold or minimum MTU that the network ordinarily should support. In other words, the threshold or minimum MTU number may vary substantially based on network type and/or configuration details.
  • the RTCP report may simply contain the size of the largest packet fragment received.
  • RTP originating node 11 responds to the RTCP report by reducing the size of the data packets it sends over the network.
  • RTP data stream e.g., audio and/or video data packets
  • Figure 4 is a flowchart that illustrates an alternative embodiment of the present invention in which the RTP data stream is gradually refined and dynamically optimized as network conditions change over time.
  • the illustration of Figure 4 begins at block 31 with the RTP stream being sent from the originating node to the destination node across a path of the network that includes one or more intermediate nodes.
  • the destination node responds by sending a RTCP report back to the source or originating node.
  • the RTCP report includes information that includes the number of fragments and fragment size (block 32).
  • the originating node responds to the information contained in the RTCP report by modifying the size of the packets sent over the network so as to insure no fragmentation occurs (block 33).
  • the process continues with the destination node continuing to send
  • RTCP reports back indicating fragmentation or no fragmentation (block 34). If there is no fragmentation, the sending node continues with the packet size previously sent. In the embodiment shown, the sending node incrementally increases the size of the data packets over time until a RTCP report is received indicating fragmentation. For example, the originating node may increase the data packet size by a factor of ⁇ 10% after three consecutive RTCP reports have been received indicating no fragmentation (block 35). In the case of streaming video, RTCP reports may be sent every five seconds, meaning that the originating node may adjust the RTP video stream approximately every 10 to 15 seconds.
  • the sending or originating node continues to increment the data packet size until an RTCP report is received from the destination node that indicates fragmentation has occurred (block 36). At that point, the sending node reduces the size of the packets being sent to eliminate fragmentation. That is, the datagram size is reduced to the largest size that does not require fragmentation anywhere along the current path across the network from source to destination. This entire process continues for the duration of the data stream. In other words, dynamic optimization of the packet size takes place on a per stream basis to reduce latency in the delivery of real time traffic regardless of the path the RTP traffic might traverse.
  • Figure 5 illustrates RTCP header fields of an RTCP packet containing report information in accordance with one embodiment of the present invention.
  • the header includes a two-bit version (V) field, a padding (P) bit, a count field that indicates the number of reception report blocks contained in the packet, a RTCP packet type field, and a 16-bit length field that indicates the length of the RTCP packet.
  • the type field may be set to specify and Extended Report (XR), i.e., RTCP extension, packet type.
  • XR Extended Report
  • the RTCP Extended Report packet type is defined in RFC3611 , which specifies how the extended reporting format may be used to convey information that supplements the standard RTCP reports.
  • the extended report capability is utilized to convey the number of fragments and the minimum fragment size (> a predetermined size) information back to the originating node.
  • a machine-readable medium may include any computer program product, apparatus and/or device (e.g., magnetic discs, optical disks, memory, Programmable Logic Devices (PLDs) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. Alternatively, the operations may be performed by a combination of hardware and software.
  • the machine-readable medium may include, but is not limited to, floppy diskettes, optical disks, CD-ROMs, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, magnet or optical cards, propagation media or other type of media/machine- readable medium suitable for storing electronic instructions.
  • elements of the present invention may be downloaded as a computer program product, wherein the program may be transferred from a remote computer or telephonic device to a requesting process by way of data signals embodied in a carrier wave or other propagation medium via a communication link (e.g., a modem or network connection).
  • a communication link e.g., a modem or network connection

Abstract

A Real-Time Protocol (RTP) source node of a network operates to send a first data packet of a first size to a destination node over a path of the network that includes a plurality of intermediate nodes, at least one of the intermediate nodes having a maximum transmission unit (MTU) size smaller than the first size such that fragmentation of the first data packet occurs. The destination node sends back to the source node a RTCP report that includes a number of fragments received and a largest minimum data packet size. In response, the source node sends subsequent data packets having a second size less than or equal to the largest data packet size of the fragments. It is emphasized that this abstract is provided to comply with the rules requiring an abstract that will allow a searcher or other reader to quickly ascertain the subject matter of the technical disclosure. It is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims. 37 CFR 1.72(b).

Description

MAXIMUM TRANSMISSION UNIT TUNING MECHANISM FOR A REAL-TIME TRANSPORT PROTOCOL STREAM
FIELD OF THE INVENTION
[0001] The present invention relates generally to the field of audio/video data packet transmission over digital networks; more specifically, to mechanisms for minimizing or eliminating fragmentation in real-time data traffic over a network.
BACKGROUND OF THE INVENTION
[0002] In the past few decades, advances in the related fields of video compression and video transmission systems have lead to the widespread availability of digital video programs transmitted over a variety of communication systems and networks. Most recently, new technologies have been developed that have allowed audio and video programs to be transmitted as multicast digital bitstreams of multiplexed video and audio signals delivered to users or client subscribers over packet switched Internet Protocol (IP) networks. [0003] IP multicasting is defined as the transmission of an IP datagram (i.e., a data packet formatted according to the Internet Protocol) to a "host group", which is a set of hosts identified by a single IP destination address. A multicast datagram is asymmetrically delivered to all members of its destination host group. The Internet Group Management Protocol (IGMP), which is defined in RFC792, is used between IP hosts and their immediate neighbor multicast agents to support the creation of transient groups, the addition and deletion of members of a group, and the periodic confirmation of group membership. Multicast data streams are typically sent using the User Datagram Protocol (UDP), which is implemented in the transport layer and provides a connectionless datagram service for the delivery of packets. [0004] By way of further background, U.S. Patent No. 6,771 ,644 teaches a system and method for supporting audio / video program insertion in real-time IP multicasts. Scheduling and control traffic occurs through a new protocol wherein smooth transitions occur by manipulation of the Real-Time Protocol (RTP) header in the packets and the associated RTP Control Protocol (RTCP) stream. RTP is a known protocol for transmitting real-time data such as audio or video streams. While it does not guarantee real-time delivery of data, RTP does provide mechanisms for sending and receiving applications to support data streaming. RTCP, on the other hand, relies on the periodic transmission of control packets from the endpoints to the originator of the data (media) stream using the same distribution mechanism - but not necessarily the same path - as the data packets. A method and system for providing media services in voice over IP (VoIP) telephony in which audio is transmitted in packet streams such as RTP/RTCP packets is disclosed in U.S. Patent No. 6,947,417. U.S. Patent No. 6,044,081 teaches a communications system and multimedia system that allows private network signaling to be routed over a packet network.
[0005] In video streaming applications, MPEG video streams comprise different types of frames that do not include all of the data to be displayed at any given time. For instance, Inter-frames, or I-frames, are the only type of frame that is not coded with reference to any other frame; P-frames are coded predicatively from a previous I-frame or P-frame; B-frames are coded predicatively from I-frames and P-frames. In order to be properly decoded, a B-frame associated with a group of pictures ("GOPs") may need to reference the I-frame of a next GOP. Due to their comprehensive nature, I-frames are generally much larger (e.g., 5 Kbytes or more) than either P-frames or B-frames. (It should be understood that a GOP is an optional structure of an elementary stream. Also, in the context of the present application, the term "I-frame" is intended to broadly refer to an Inter-frame and its equivalents, e.g., an IDR frame in the case of H.264.) [0006] For audio / video solutions, RTP streams are typically created between the media server and the endpoints. In the case of video, the RTP packet sizes that include I-frames are often larger than the maximum transmission unit (MTU) size that the intermediate nodes in the network can process. When the RTP packet size exceeds the MTU of a node, the packets usually are fragmented into smaller sized packets. Fragmentation of packets, however, adds latency that slows down video data transmissions and other time-sensitive applications. Therefore, fragmentation of RTP packets should be avoided as much as possible.
[0007] In the case where the packet header has the "Don't Fragment" (DF) bit marked, the packet is simply dropped. In accordance with RFC1191 , an ICMP notification that the packet has been dropped may be sent back to the source node. Although another attempt may be made to re-send the dropped packet, the RFC1191 mechanism provides no assurance that the resent packet will successfully traverse the network without being fragmented. For instance a large video packet containing an I-frame may be repeatedly re-sent by the source with the DF bit set, but never arrive at the destination. Obviously, this is a serious problem for video streaming traffic which usually must be delivered without delay or interruption. Furthermore, marking video packets with the DF bit will result in. loss of packets for certain specifications, such as the H.26x codec standard, which lack a resend mechanism.
[0008] In many cases, fragmentation occurs when data packets are passed from one networking layer to another. By way of example, Figure 1 shows the well- known Open System Interconnection (OSI) model for implementing protocols in seven layers. As can be seen, the OSI model includes an application layer that supports application and end-user processes; a presentation layer that works to transform data into the form that the application can accept; a session layer that establishes, manages and terminates connections between applications; a transport layer that provides transparent transfer of data between end systems; a network layer that creates logical paths called virtual circuits for transmitting data from node to node; a data link layer responsible for encoding and decoding data packets into bits; and the physical layer that conveys the bit stream through the network at the electrical and mechanical level. Control is passed from one layer to the next, starting at the top (application) layer at the sending computer or node, and proceeding to the bottom (physical) layer, over the channel to the receiving computer or node, and back up the layer hierarchy.
[0009] What is needed then is for a solution to the problem of fragmentation of large, time-sensitive data packets, such as audio and video data packets.
BRIEF DESCRIPTION OF THE DRAWINGS
[0010] The present invention will be understood more fully from the detailed description that follows and from the accompanying drawings, which however, should not be taken to limit the invention to the specific embodiments shown, but are for explanation and understanding only.
[0011] Figure 1 is a diagram of the prior art OSI networking model.
[0012] Figure 2 is a network diagram illustrating RTP / RTCP transmissions in accordance with one embodiment of the present invention.
[0013] Figure 3 is a flowchart that illustrates an exemplary method of operation in accordance with one embodiment of the present invention.
[0014] Figure 4 is a flowchart that illustrates an method of operation in accordance with another embodiment of the present invention.
[0015] Figure 5 illustrates a RTCP header format.
[0016] Figure 6 is a generalized circuit schematic block diagram of a network node.
DETAILED DESCRIPTION
[0017] A mechanism for optimizing the size of data packets in a stream so that fragmentation of packets does not occur is described. In the following description, numerous specific details are set forth, such as device types, protocols, data sizes, formats, etc., in order to provide a thorough understanding of the present invention. However, persons having ordinary skill in the networking arts will appreciate that these specific details may not be needed to practice the present invention.
[0018] A computer network is a geographically distributed collection of interconnected subnetworks for transporting data between nodes, such as intermediate nodes and end nodes. A local area network (LAN) is an example of such a subnetwork; a plurality of LANs may be further interconnected by an intermediate network node, such as a router, bridge, or switch, to extend the effective "size" of the computer network and increase the number of communicating nodes. Examples of the end nodes may include servers and personal computers. The nodes typically communicate by exchanging discrete frames or packets of data according to predefined protocols. In this context, a protocol consists of a set of rules defining how the nodes interact with each other.
[0019] Each node typically comprises a number of basic subsystems including a processor, a main memory and an input/output (I/O) subsystem. Data is transferred between the main memory ("system memory") and processor subsystem over a memory, bus, and between the processor and I/O subsystems over a system bus. Examples of the system bus may include the conventional lightning data transport (or hyper transport) bus and the conventional peripheral component interconnect (PCI) bus. The processor subsystem may comprise a single-chip processor and system controller device that incorporates a set of functions including a system memory controller, support for one or more system buses and direct memory access (DMA) engines. In general, the single-chip device is designed for general-purpose use and is not heavily optimized for networking applications. [0020] As shown in Figure 6, each node 40 typically comprises a number of basic subsystems including a processor subsystem 41 , a main memory 42 and an input/output (I/O) subsystem 45. Data is transferred between main memory ("system memory") 42 and processor subsystem 41 over a memory bus 43, and between the processor and I/O subsystems over a system bus 46. Examples of the system bus may include the conventional lightning data transport (or hyper transport) bus and the conventional peripheral component [computer] interconnect (PCI) bus. Node 40 may also comprise other hardware units/modules 44 coupled to system bus 46 for performing additional functions. Processor subsystem 41 may comprise one or more processors and a controller device that incorporates a set of functions including a system memory controller, support for one or more system buses and direct memory access (DMA) engines. In general, the single-chip device is designed for general- purpose use and is not heavily optimized for networking applications [0021] In a typical networking application, packets are received from a framer, such as an Ethernet media access control (MAC) controller, of the I/O subsystem attached to the system bus. A DMA engine in the MAC controller is provided a list of addresses (e.g., in the form of a descriptor ring in a system memory) for buffers it may access in the system memory. As each packet is received at the MAC controller, the DMA engine obtains ownership of ("masters") the system bus to access a next descriptor ring to obtain a next buffer address in the system memory at which it may, e.g., store ("write") data contained in the packet. The DMA engine may need to issue many write operations over the system bus to transfer all of the packet data.
[0022] According to one embodiment of the present invention, an extension to the RTCP is utilized to signal back to the RTP originating node the number of fragments received at the destination node (i.e., endpoint) and also the minimum size of the first fragmented packets (the first fragment is marked in the IP header of a fragment received). The minimum size of the received packet (typically greater than 576 bytes) signifies the general preference of the network at that particular point in time to ensure that subsequently sent RTP packets in the data stream are not fragmented. In other words, the information conveyed in the RTCP report is used by the RTP originating or source node to adjust / control the size of the RTP packets subsequently sent across the network. Once the source node has adjusted the packet size and then receives a RTCP report back from the destination node indicating no fragmentation occurred in the previous transmission, the source node continues sending RTP packets of that size.
[0023] In an alternative embodiment, the node that originates the RTP stream incrementally increases the packet size after a predetermined time or after receipt of a certain number of RTCP reports indicating no fragmentation. For example, in one implementation, after three RTCP reports are received with no packet fragmentation the sending node incrementally sends packets of a slightly larger size (e.g., ~10% larger) until a RTCP report is received indicating fragmentation. At that point, the sender again reduces the size of the packets being sent until RTCP reports are again received indicating no fragmentation. This latter approach permits optimization or dynamic MTU tuning of the network to maximize the size of packets being sent over the network as conditions change (e.g., new routing paths) for the better. [0024] With reference now to Figure 2, an RTP data packet stream 14 is shown being transmitted from a RTP originating (source) node 11 to a RTP destination (endpoint) node 12 through a path of network 10 that includes intermediate nodes 15-17. RTP originating node 11 may comprise a provider edge (PE) node, a customer edge (CE) node, an endpoint, or any other network node / device that is capable of functioning as the source of a RTP data packet stream. Similarly, destination node 12 may comprise any type of node or network device capable of terminating or receiving an RTP stream.
[0025] In one implementation, both nodes 11 & 12 run software (or firmware) which implements an extension to RTCP that permits communication of the number of fragments received by the destination, as well as the minimum size of the first fragment greater than a predetermined size (e.g., 576 bytes). In the example of Figure 2, the RTCP reports are indicated by dashed line 19 from destination node 19 to originating node 11 along the identical path taken by RTP stream 14. Practitioners in the arts will appreciate that the RTCP report path 19 through network 10 may differ from the path of RTP stream 14. That is, the RTCP reports may be communicated via a completely different network path as compared to that of the RTP data packet stream.
[0026] Figure 2 is a flowchart that illustrates the operation of network 10 according to one embodiment of the present invention. In the example of Figure 2, node 11 initially sends a packet of size = 1500 bytes (block 21 ) destined for node 12 over a network path that includes intermediate nodes 15-17. The MTUi of intermediate node 15 is indicated as being 850 bytes, the MTU2 of intermediate node 16 is 900 bytes, and the MTU3 of intermediate node 17 is 1500 bytes. Instead of receiving one packet of size = 1500 bytes, destination node 12 receives three packets: a first packet of size = 850 bytes, a second packet of size = 50 bytes, and a third packet of size = 600 bytes. In other words, the MTU limitations of the intermediate nodes caused fragmentation of the single, large 1500 byte packet into three smaller packets (block 22).
[0027] After receiving the three packet fragments, destination node 12 utilizes an extension to RTCP to send a report back to sending node 11 along path 19 indicating that three fragments were received, with the minimum size of the first fragment greater than 576 bytes being equal to 850 bytes (block 23). It should be understood that the 576 byte number simply represents a predetermined threshold or minimum MTU that the network ordinarily should support. In other words, the threshold or minimum MTU number may vary substantially based on network type and/or configuration details. In an alternative embodiment, the RTCP report may simply contain the size of the largest packet fragment received. [0028] RTP originating node 11 responds to the RTCP report by reducing the size of the data packets it sends over the network. In this example, originating node 11 responds to the RTCP report by subsequently sending data packets of size = 850 bytes (block 24). Since the 850 byte data packet size is less than or equal to the smallest MTU of intermediate nodes 15-17, no fragmentation occurs for this network path. Consequently, RTP destination node 12 sends RTCP reports back to RTP originating node 11 indicating no fragmentation (block 25). In other words, the mechanism of the present invention eliminates fragmentation in an RTP data stream (e.g., audio and/or video data packets).
[0029] Figure 4 is a flowchart that illustrates an alternative embodiment of the present invention in which the RTP data stream is gradually refined and dynamically optimized as network conditions change over time. The illustration of Figure 4 begins at block 31 with the RTP stream being sent from the originating node to the destination node across a path of the network that includes one or more intermediate nodes. When the data packets are received, the destination node responds by sending a RTCP report back to the source or originating node. As described above, the RTCP report includes information that includes the number of fragments and fragment size (block 32). The originating node responds to the information contained in the RTCP report by modifying the size of the packets sent over the network so as to insure no fragmentation occurs (block 33). [0030] The process continues with the destination node continuing to send
RTCP reports back indicating fragmentation or no fragmentation (block 34). If there is no fragmentation, the sending node continues with the packet size previously sent. In the embodiment shown, the sending node incrementally increases the size of the data packets over time until a RTCP report is received indicating fragmentation. For example, the originating node may increase the data packet size by a factor of ~10% after three consecutive RTCP reports have been received indicating no fragmentation (block 35). In the case of streaming video, RTCP reports may be sent every five seconds, meaning that the originating node may adjust the RTP video stream approximately every 10 to 15 seconds. [0031] The sending or originating node continues to increment the data packet size until an RTCP report is received from the destination node that indicates fragmentation has occurred (block 36). At that point, the sending node reduces the size of the packets being sent to eliminate fragmentation. That is, the datagram size is reduced to the largest size that does not require fragmentation anywhere along the current path across the network from source to destination. This entire process continues for the duration of the data stream. In other words, dynamic optimization of the packet size takes place on a per stream basis to reduce latency in the delivery of real time traffic regardless of the path the RTP traffic might traverse. [0032] Figure 5 illustrates RTCP header fields of an RTCP packet containing report information in accordance with one embodiment of the present invention. As can be seen, the header includes a two-bit version (V) field, a padding (P) bit, a count field that indicates the number of reception report blocks contained in the packet, a RTCP packet type field, and a 16-bit length field that indicates the length of the RTCP packet. The type field may be set to specify and Extended Report (XR), i.e., RTCP extension, packet type. The RTCP Extended Report packet type is defined in RFC3611 , which specifies how the extended reporting format may be used to convey information that supplements the standard RTCP reports. In accordance with one embodiment of the present invention, the extended report capability is utilized to convey the number of fragments and the minimum fragment size (> a predetermined size) information back to the originating node. [0033] Practitioners in the networking and multicasting arts will appreciate that the embodiments described above are transparent to the client devices. That is, no changes are required to existing client STBs in order to implement the system and methods of the present invention. The present invention is not limited to video applications but may also be useful to other communication technologies. [0034] It should be understood that elements of the present invention may also be provided as a computer program product which may include a "machine- readable medium" having stored thereon instructions which may be used to program a computer (e.g., a processor or other electronic device) to perform a sequence of operations. A machine-readable medium" may include any computer program product, apparatus and/or device (e.g., magnetic discs, optical disks, memory, Programmable Logic Devices (PLDs) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. Alternatively, the operations may be performed by a combination of hardware and software. The machine-readable medium may include, but is not limited to, floppy diskettes, optical disks, CD-ROMs, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, magnet or optical cards, propagation media or other type of media/machine- readable medium suitable for storing electronic instructions. For example, elements of the present invention may be downloaded as a computer program product, wherein the program may be transferred from a remote computer or telephonic device to a requesting process by way of data signals embodied in a carrier wave or other propagation medium via a communication link (e.g., a modem or network connection).
[0035] Furthermore, although the present invention has been described with reference to specific exemplary embodiments, it should be understood that numerous changes in the disclosed embodiments can be made in accordance with the disclosure herein without departing from the spirit and scope of the invention. The preceding description, therefore, is not meant to limit the scope of the invention. Rather, the scope of the invention is to be determined only by the appended claims and their equivalents.

Claims

CLAIMSWe claim:
1. A method of operation for a Real-Time Protocol (RTP) source node of a network, the method comprising: sending a first data packet of a first size to a destination node over a path of the network that includes a plurality of intermediate nodes, at least one of the intermediate nodes having a maximum transmission unit (MTU) size smaller than the first size such that fragmentation of the first data packet occurs; receiving a RTP Control Protocol (RTCP) report from the destination node, the RTCP report containing information that includes a number of fragments received and a largest data packet size; and sending subsequent data packets having a second size less than or equal to the largest data packet size.
2. The method of claim 1 wherein the RTCP report comprises an RTCP Extended Report data packet type.
3. The method of claim 1 wherein the largest data packet size is greater than a predetermined data packet size.
4. The method of claim 1 further comprising: incrementing the second size of the subsequent data packets.
5. A method of operation for a Real-Time Protocol (RTP) destination node of a network, the method comprising: receiving a first data packet of a first size as a plurality of data packets, each of the data packets having a size smaller than the first size due to fragmentation of the first data packet by one or more intermediate nodes of the network, the first data packet being sent over the network by a RTP source node; and sending a RTP Control Protocol (RTCP) report back to the RTP source node, the RTCP report containing information that includes a number of fragments received and a largest data packet size.
6. The method of claim 5 further comprising: receiving subsequent data packets having a second size less than or equal to the largest data packet size, the subsequent data packets being sent by the RTP source node.
7. The method of claim 5 wherein the RTCP report comprises an RTCP Extended Report data packet type.
8. The method of claim 1 wherein the largest data packet size is greater than a predetermined data packet size.
9. A node of a network for originating a Real-Time Protocol (RTP) data packet stream comprising: an interface coupled to the network; a processor operable to send via the interface a first data packet of a first size to a RTP destination node over the network, the processor being further operable to receive a RTP Control Protocol (RTCP) report from the destination node, the RTCP report containing information indicating that the first data packet was received as a plurality of fragments, the information including a number of the fragments received and a largest data packet size of the fragments, in response to the RTCP report the processor sending subsequent data packets to the RTP destination node over the network, the subsequent data packets having a second size less than or equal to the largest data packet size.
10. The node of claim 9 wherein the RTCP report comprises an RTCP Extended Report data packet type.
11. The node of claim 9 wherein the largest data packet size is greater than a predetermined data packet size.
12. The node of claim 9 wherein the processor is further operable to increment the second size of the subsequent data packets after a certain number of RTCP reports are received indicating no fragmentation.
13. A node of a network comprising: an interface coupled to the network; a processor operable to receive via the interface a first Real-Time Protocol (RTP) data packet sent by a RTP source node over the network, the processor being further operable to send a RTP Control Protocol (RTCP) report back to the RTP source node over the network, the RTCP report containing information indicating that the first data packet was received as a plurality of fragments, the information including a number of the fragments received and a largest data packet size of the fragments.
14. The node of claim 13 wherein the RTCP report comprises an RTCP Extended Report data packet type.
15. The node of claim 13 wherein the largest data packet size is greater than a predetermined data packet size.
16. A node of a network for originating a Real-Time Protocol (RTP) data packet stream comprising: an interface coupled to the network; means for sending via the interface a first data packet of a first size to a destination node, and for receiving a RTP Control Protocol (RTCP) report from the destination node, the RTCP report containing information that includes a number of the fragments received and a largest data packet size of the fragments, in response the means sending subsequent data packets to the destination node, the subsequent data packets having a second size less than or equal to the largest data packet size.
17. A node of a network comprising: means for receiving, a first Real-Time Protocol (RTP) data packet sent by a RTP source node over a path of the network that includes a plurality of intermediate nodes, at least one of the intermediate nodes having a maximum transmission unit (MTU) size smaller than the first size such that the first data packet is fragmented; means for sending a RTP Control Protocol (RTCP) report back to the RTP source node over the network, the RTCP report containing information indicating that the first data packet was received as a plurality of fragments, the information including a number of the fragments received and a largest data packet size of the fragments.
PCT/US2006/044563 2005-11-22 2006-11-17 Maximum transmission unit tuning mechanism for a real-time transport protocol stream WO2007061786A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/284,483 US7680047B2 (en) 2005-11-22 2005-11-22 Maximum transmission unit tuning mechanism for a real-time transport protocol stream
US11/284,483 2005-11-22

Publications (1)

Publication Number Publication Date
WO2007061786A1 true WO2007061786A1 (en) 2007-05-31

Family

ID=37847196

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/044563 WO2007061786A1 (en) 2005-11-22 2006-11-17 Maximum transmission unit tuning mechanism for a real-time transport protocol stream

Country Status (2)

Country Link
US (1) US7680047B2 (en)
WO (1) WO2007061786A1 (en)

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788933B2 (en) * 2005-12-01 2014-07-22 Nokia Corporation Time-shifted presentation of media streams
US7738495B2 (en) * 2006-01-23 2010-06-15 Cisco Technology, Inc. Method of determining a maximum transmission unit value of a network path using transport layer feedback
US8214535B2 (en) * 2006-03-28 2012-07-03 International Business Machines Corporation Changing Ethernet MTU size on demand with no data loss
US20080037518A1 (en) * 2006-07-26 2008-02-14 Parameswaran Kumarasamy Method and apparatus for voice over internet protocol call signaling and media tracing
US8539065B2 (en) 2006-07-26 2013-09-17 Cisco Technology, Inc. Method and apparatus for providing access to real time control protocol information for improved media quality control
US7672325B2 (en) * 2006-11-28 2010-03-02 Alcatel Lucent Method and apparatus for improved IGMP group membership messaging
US7995478B2 (en) * 2007-05-30 2011-08-09 Sony Computer Entertainment Inc. Network communication with path MTU size discovery
US20090063693A1 (en) * 2007-08-30 2009-03-05 International Business Machines Corporation System and method for active transcoding of content in a distributed system
US7908393B2 (en) 2007-12-04 2011-03-15 Sony Computer Entertainment Inc. Network bandwidth detection, distribution and traffic prioritization
US7782802B2 (en) * 2007-12-26 2010-08-24 Microsoft Corporation Optimizing conferencing performance
EP2242220A1 (en) * 2008-01-10 2010-10-20 Sumitomo Electric Networks, Inc. Network card and information processor
US7792031B2 (en) * 2008-07-03 2010-09-07 Telefonaktiebolaget Lm Ericsson (Publ) Optimal fragmentation of multicast packets
US8576847B2 (en) * 2010-08-26 2013-11-05 International Business Machines Corporation Mechanisms for discovering path maximum transmission unit
KR101357527B1 (en) * 2011-01-11 2014-02-11 주식회사 팬택 Apparatus and method for setting mtu in user terminal
US9356917B2 (en) 2012-03-23 2016-05-31 Avaya Inc. System and method for end-to-end encryption and security indication at an endpoint
US9860296B2 (en) 2012-03-23 2018-01-02 Avaya Inc. System and method for end-to-end call quality indication
US9178778B2 (en) * 2012-03-23 2015-11-03 Avaya Inc. System and method for end-to-end RTCP
US9356981B2 (en) * 2012-11-29 2016-05-31 Broadcom Corporation Streaming content over a network
US10425371B2 (en) * 2013-03-15 2019-09-24 Trane International Inc. Method for fragmented messaging between network devices
US9973596B2 (en) 2013-06-19 2018-05-15 Cisco Technology, Inc. Dynamically adjusting frame MTU to support low-latency communication
US9774522B2 (en) 2014-01-06 2017-09-26 Cisco Technology, Inc. Triggering reroutes using early learning machine-based prediction of failures
US9426040B2 (en) 2014-01-06 2016-08-23 Cisco Technology, Inc. Mixed distributed/centralized routing techniques based on closed-loop feedback from a learning machine to avoid dark zones
US9491076B2 (en) 2014-01-06 2016-11-08 Cisco Technology, Inc. Learning end-to-end delays in computer networks from sporadic round-trip delay probing
US9338065B2 (en) 2014-01-06 2016-05-10 Cisco Technology, Inc. Predictive learning machine-based approach to detect traffic outside of service level agreements
US10462065B2 (en) * 2014-06-29 2019-10-29 Vmware, Inc. Path maximum transmission unit discovery
WO2016048389A1 (en) * 2014-09-26 2016-03-31 Hewlett Packard Enterprise Development Lp Maximum transmission unit installation for network traffic along a datapath in a software defined network
CN105634977B (en) 2014-10-29 2019-06-04 新华三技术有限公司 It was found that the method and apparatus of Path Maximum Transmission Unit
US10992590B2 (en) 2018-04-09 2021-04-27 Nicira, Inc. Path maximum transmission unit (PMTU) discovery in software-defined networking (SDN) environments

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030076850A1 (en) * 2001-10-22 2003-04-24 Jason James L. Determining packet size in networking
US20040213152A1 (en) * 2003-03-12 2004-10-28 Makoto Matuoka Packet-relaying device
EP1553735A1 (en) * 2002-10-17 2005-07-13 Matsushita Electric Industrial Co., Ltd. Packet transmission/reception device

Family Cites Families (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729687A (en) * 1993-12-20 1998-03-17 Intel Corporation System for sending differences between joining meeting information and public meeting information between participants in computer conference upon comparing annotations of joining and public meeting information
US5483587A (en) * 1994-06-08 1996-01-09 Linkusa Corporation System and method for call conferencing
US5600366A (en) * 1995-03-22 1997-02-04 Npb Partners, Ltd. Methods and apparatus for digital advertisement insertion in video programming
US5673253A (en) * 1996-02-29 1997-09-30 Siemens Business Communication Systems Dynamic allocation of telecommunications resources
US6137834A (en) * 1996-05-29 2000-10-24 Sarnoff Corporation Method and apparatus for splicing compressed information streams
US6332153B1 (en) 1996-07-31 2001-12-18 Vocaltec Communications Ltd. Apparatus and method for multi-station conferencing
US5917830A (en) * 1996-10-18 1999-06-29 General Instrument Corporation Splicing compressed packetized digital video streams
US5963217A (en) * 1996-11-18 1999-10-05 7Thstreet.Com, Inc. Network conference system using limited bandwidth to generate locally animated displays
KR100232164B1 (en) * 1997-02-05 1999-12-01 구자홍 Trnsport stream demultiplexer
US6600733B2 (en) * 1997-02-06 2003-07-29 Verizon Laboratories Inc. System for interconnecting packet-switched and circuit-switched voice communications
FR2761562B1 (en) * 1997-03-27 2004-08-27 France Telecom VIDEO CONFERENCE SYSTEM
US6480667B1 (en) 1997-12-23 2002-11-12 Intel Corporation Method of time shifting to simultaneously record and play a data stream
US6351474B1 (en) * 1998-01-14 2002-02-26 Skystream Networks Inc. Network distributed remultiplexer for video program bearing transport streams
US6643496B1 (en) * 1998-03-31 2003-11-04 Canon Kabushiki Kaisha System, method, and apparatus for adjusting packet transmission rates based on dynamic evaluation of network characteristics
US6236854B1 (en) * 1998-08-17 2001-05-22 Nortel Networks Limited Method and apparatus for controlling a conference call
US6608820B1 (en) * 1998-08-17 2003-08-19 Nortel Networks Ltd. Method and apparatus for controlling a conference call
US6141324A (en) * 1998-09-01 2000-10-31 Utah State University System and method for low latency communication
WO2000019736A1 (en) 1998-09-25 2000-04-06 Soma Networks, Inc. Operating system for telecommunications
US6480537B1 (en) * 1999-02-25 2002-11-12 Telcordia Technologies, Inc. Active techniques for video transmission and playback
US6775247B1 (en) * 1999-03-22 2004-08-10 Siemens Information And Communication Networks, Inc. Reducing multipoint conferencing bandwidth
US6925068B1 (en) * 1999-05-21 2005-08-02 Wi-Lan, Inc. Method and apparatus for allocating bandwidth in a wireless communication system
US6675216B1 (en) 1999-07-06 2004-01-06 Cisco Technolgy, Inc. Copy server for collaboration and electronic commerce
US6650652B1 (en) * 1999-10-12 2003-11-18 Cisco Technology, Inc. Optimizing queuing of voice packet flows in a network
US6771657B1 (en) * 1999-12-09 2004-08-03 General Instrument Corporation Non real-time delivery of MPEG-2 programs via an MPEG-2 transport stream
US6816469B1 (en) * 1999-12-30 2004-11-09 At&T Corp. IP conference call waiting
US6671262B1 (en) * 1999-12-30 2003-12-30 At&T Corp. Conference server for automatic x-way call port expansion feature
US6505169B1 (en) * 2000-01-26 2003-01-07 At&T Corp. Method for adaptive ad insertion in streaming multimedia content
US6876734B1 (en) * 2000-02-29 2005-04-05 Emeeting.Net, Inc. Internet-enabled conferencing system and method accommodating PSTN and IP traffic
WO2001067674A2 (en) * 2000-03-03 2001-09-13 Qualcomm Incorporated Method and apparatus for participating in group communication services in an existing communication system
JP2001320440A (en) * 2000-05-02 2001-11-16 Sony Corp Communication apparatus and method
US6501739B1 (en) * 2000-05-25 2002-12-31 Remoteability, Inc. Participant-controlled conference calling system
TW519840B (en) * 2000-06-02 2003-02-01 Sony Corp Image coding apparatus and method, image decoding apparatus and method, and recording medium
SE520526C2 (en) * 2000-07-07 2003-07-22 Sandvik Ab Surface-modified stainless steel
US6865540B1 (en) * 2000-08-09 2005-03-08 Ingenio, Inc. Method and apparatus for providing group calls via the internet
US7007098B1 (en) * 2000-08-17 2006-02-28 Nortel Networks Limited Methods of controlling video signals in a video conference
US7844489B2 (en) * 2000-10-30 2010-11-30 Buyerleverage Buyer-driven targeting of purchasing entities
US20020087976A1 (en) * 2000-12-28 2002-07-04 Kaplan Marc P. System and method for distributing video with targeted advertising using switched communication networks
US6956828B2 (en) * 2000-12-29 2005-10-18 Nortel Networks Limited Apparatus and method for packet-based media communications
US6976055B1 (en) 2001-01-18 2005-12-13 Cisco Technology, Inc. Apparatus and method for conducting a transfer of a conference call
US7003086B1 (en) 2001-01-18 2006-02-21 Cisco Technology, Inc. Apparatus and method for allocating call resources during a conference call
WO2002091202A1 (en) * 2001-05-04 2002-11-14 Globespan Virata Incorporated System and method for distributed processing of packet data containing audio information
US6937569B1 (en) 2001-05-21 2005-08-30 Cisco Technology, Inc. Method and system for determining a relative position of a device on a network
AU2002314941A1 (en) * 2001-06-06 2002-12-16 Complete Tv, Llc Centralized aggregation of broadcast television programming and multi-market digital delivery thereof over interconnected terrestrial fiber optic networks
US6982961B2 (en) * 2001-07-19 2006-01-03 Telefonaktiebolaget Lm Ericsson (Publ) Push-to-talk and push-to-conference in a CDMA wireless communications system
US20030025786A1 (en) * 2001-07-31 2003-02-06 Vtel Corporation Method and system for saving and applying a video address from a video conference
US8218829B2 (en) * 2001-08-20 2012-07-10 Polycom, Inc. System and method for using biometrics technology in conferencing
US6956600B1 (en) * 2001-09-19 2005-10-18 Bellsouth Intellectual Property Corporation Minimal decoding method for spatially multiplexing digital video pictures
US7127487B1 (en) * 2001-10-15 2006-10-24 3Com Corporation System and method for sidebar functionality in a regular conference system
US7379653B2 (en) * 2002-02-20 2008-05-27 The Directv Group, Inc. Audio-video synchronization for digital systems
US7292543B2 (en) * 2002-04-17 2007-11-06 Texas Instruments Incorporated Speaker tracking on a multi-core in a packet based conferencing system
US8411594B2 (en) * 2002-09-20 2013-04-02 Qualcomm Incorporated Communication manager for providing multimedia in a group communication network
US6931113B2 (en) * 2002-11-08 2005-08-16 Verizon Services Corp. Facilitation of a conference call
EP1432196A1 (en) * 2002-12-20 2004-06-23 Matsushita Electric Industrial Co., Ltd. Control traffic compression method in media data transmission
JP3769752B2 (en) * 2002-12-24 2006-04-26 ソニー株式会社 Information processing apparatus and information processing method, data communication system, and program
US7010108B2 (en) 2003-02-21 2006-03-07 Magicsoft Corporation Method for scheduling videoconferences
EP1453269A1 (en) * 2003-02-25 2004-09-01 Matsushita Electric Industrial Co., Ltd. A method of reporting quality metrics for packet switched streaming
US6959075B2 (en) 2003-03-24 2005-10-25 Cisco Technology, Inc. Replay of conference audio
EP1623588B1 (en) * 2003-05-13 2011-06-29 TELEFONAKTIEBOLAGET LM ERICSSON (publ) Method of reducing connection set-up delay
US7257769B2 (en) * 2003-06-05 2007-08-14 Siemens Communications, Inc. System and method for indicating an annotation for a document
US7603689B2 (en) * 2003-06-13 2009-10-13 Microsoft Corporation Fast start-up for digital video streams
US20060189337A1 (en) * 2003-07-18 2006-08-24 Farrill Craig F Premium voice services for wireless communications systems
US7460652B2 (en) 2003-09-26 2008-12-02 At&T Intellectual Property I, L.P. VoiceXML and rule engine based switchboard for interactive voice response (IVR) services
US8659636B2 (en) * 2003-10-08 2014-02-25 Cisco Technology, Inc. System and method for performing distributed video conferencing
US7562375B2 (en) * 2003-10-10 2009-07-14 Microsoft Corporation Fast channel change
SE0302920D0 (en) * 2003-11-03 2003-11-03 Ericsson Telefon Ab L M Improvements in or relating to group calls
US7084898B1 (en) 2003-11-18 2006-08-01 Cisco Technology, Inc. System and method for providing video conferencing synchronization
JP2005184640A (en) * 2003-12-22 2005-07-07 Fujitsu Ltd Information distribution device and information distribution method
KR20060134976A (en) 2004-03-09 2006-12-28 톰슨 리서치 펀딩 코포레이션 Reduced resolution update mode for advanced video coding
US20050259803A1 (en) * 2004-05-19 2005-11-24 Nokia Corporation Managing a conference session
US20060020995A1 (en) * 2004-07-20 2006-01-26 Comcast Cable Communications, Llc Fast channel change in digital media systems
US7209763B2 (en) * 2004-09-17 2007-04-24 Nextel Communications, Inc. System and method for conducting a dispatch multi-party call and sidebar session
US9071847B2 (en) * 2004-10-06 2015-06-30 Microsoft Technology Licensing, Llc Variable coding resolution in video codec
US7667728B2 (en) * 2004-10-15 2010-02-23 Lifesize Communications, Inc. Video and audio conferencing system with spatial audio
EP1667448A1 (en) * 2004-12-02 2006-06-07 Deutsche Thomson-Brandt Gmbh Method and apparatus for encoding and for decoding a main video signal and one or more auxiliary video signals
US20060146734A1 (en) * 2005-01-04 2006-07-06 Nokia Corporation Method and system for low-delay video mixing
US20070110029A1 (en) * 2005-11-12 2007-05-17 Motorola, Inc. Method for linking communication channels of disparate access technologies in a selective call unit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030076850A1 (en) * 2001-10-22 2003-04-24 Jason James L. Determining packet size in networking
EP1553735A1 (en) * 2002-10-17 2005-07-13 Matsushita Electric Industrial Co., Ltd. Packet transmission/reception device
US20040213152A1 (en) * 2003-03-12 2004-10-28 Makoto Matuoka Packet-relaying device

Also Published As

Publication number Publication date
US20070115963A1 (en) 2007-05-24
US7680047B2 (en) 2010-03-16

Similar Documents

Publication Publication Date Title
US7680047B2 (en) Maximum transmission unit tuning mechanism for a real-time transport protocol stream
US8495688B2 (en) System and method for fast start-up of live multicast streams transmitted over a packet network
US9887938B1 (en) Enhanced audio video bridging (AVB) methods and apparatus
CN102265553B (en) Method and apparatus for reliable multicast streaming
US20130010794A1 (en) Generating Multiple Data Steams From a Single Data Source
US7409474B2 (en) Method and system for rate adaptation
CN110474721B (en) Video data transmission method, device and computer readable storage medium
US7298745B2 (en) Method and apparatus to manage packet fragmentation with address translation
WO2008125029A1 (en) A method, system and device for controlling the code rate of the stream media
US20080151775A1 (en) Retransmission scheme for lossy media
Handley et al. Guidelines for writers of RTP payload format specifications
US20120201237A9 (en) Generating multiple data streams from a single data source
WO2002035847A2 (en) Apparatus and method for improving the quality of video communication over a packet-based network
Liang et al. TCP-RTM: Using TCP for real time multimedia applications
WO2020199929A1 (en) Data distribution method and network device
Lehman et al. Experiments with delivery of HDTV over IP networks
Ge et al. Comparisons of error control techniques for wireless video multicasting
Matsuzono et al. NRTS: Content name-based real-time streaming
EP2348730B1 (en) Method, device and system for video stream transmission
KR102302772B1 (en) Apparatus and method for managing buffers for rate pacing
CN101645903A (en) Method and device for transmitting multimedia data
Sripanidkulchai et al. Network-adaptive video coding and transmission
JP2005086496A (en) Method for transmitting packet
Chhangte et al. Index coding at the WiFi edge: An implementation study for video delivery
JP2005167458A (en) Voice/image transmission method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06837824

Country of ref document: EP

Kind code of ref document: A1