Title of Invention

TRANSPORT NETWORK MULTIPLEXER BACKGROUND OF THE INVENTION

Abstract A system for multiplexing a transport packet and an Ethernet packet comprises a transport interface (101) for receiving a transport stream comprising the transport packet and a network interface (106) for receiving a network stream comprising the Ethernet packet. The system comprises a packet identifier (102) coupled to the transport interface (101) for filtering the transport stream and selecting the transport packet and a date formatter (107) coupled to the network interface (106) for creating a transport header appended to the Ethernet packet. The system further comprises a multiplexer (104) for receiving the transport packet from the packet identifier (102), for receiving the Ethernet packet from the data formatter (107), and for multiplexing the transport packet and the Ethernet packet comprising the transport header
Full Text Field of the Invention :
The present invention relates to network communications, and more particularly to a transport network multiplexer.
Discussion of the Related Art:
Low cost video decoder integrated circuits do not have the means to receive 100BaseT LAN data while simultaneously receiving broadcast data.
Therefore, a need exists for a transport network multiplexer. SUMMARY OF THE INVENTION
According to an embodiment of the present invention, a method for multiplexing a transport packet and an Ethernet packet comprises receiving a transport stream comprising the transport packet and a network stream comprising the Ethernet packet at a transport interface and a network interface, respectively and filtering the transport stream to select at least the transport packet. The method further comprises appending a transport header to the Ethernet packet, and selecting one of the transport packet and the Ethernet packet for output.
According to an embodiment of the present invention, a system for multiplexing a transport packet and an Ethernet packet comprises a transport interface for receiving a transport stream comprising the transport packet and a network interface for receiving a network stream comprising the Ethernet packet. The system comprises a packet identifier coupled to the transport interface for filtering the transport stream and selecting the transport packet and a data formatter coupled to the network interface for creating a transport header appended to the Ethernet packet. The system further comprises a multiplexer for receiving the transport packet from the packet identifier, for receiving the Ethernet packet from the data formatter, and for selecting one of the transport packet and the Ethernet packet comprising the transport header for output.
BRIEF DESCRIPTION OF DRAWINGS

Preferred embodiments of the present invention will be described below in more detail, with reference to the accompanying drawings : Figure 1 is a diagram of a transport network multiplexer according to an embodiment of the present invention; Figure 2 is an illustration of a network packet; Figure 3 is an illustration of an MPEG2 transport packet according to an embodiment of the present invention ; and Figure 4 is a flow chart of a method according to an embodiment of the present invention.
DETAILED DESCRIPTION
According to an embodiment of the present invention, a transport network multiplexer multiplexes network packets and broadcast packets together. Network packets can come from a LAN network and are typically an Internet Protocol (IP) packet. Broadcast packets are packets that come from a satellite, terrestrial cable, etc. Broadcast packets typically use an MPEG transport specification.
Since broadcast packets comprise timing information that is important for video system performance, they take precedence over network packets, although the priority can be programmable. In broadcast packets, an MPEG transport layer wraps the payload data and there is no need to add additional data to the packet as compared to network packets where a transport header is added.
It is to be understood that the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof. In one embodiment, the present invention may be implemented in software as an application program tangibly embodied on a program storage device. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture.
It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures may be implemented in software, the actual connections between the system components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the related art

will be able to contemplate these and similar implementations or configurations of the present invention.
Figure 1 shows a diagram of the functions that are provided by a transport network multiplexer according to an embodiment of the present invention. The transport interface 101 receives a transport stream. The packet identifier (PID) filter 102 filters the transport stream, selecting desired transport packets. The desired transport packets are stored in a buffer 103 to allow a transmission to be completed. The transport packet is sent through a multiplexer 104 and to the output formatter 105. The output formatter converts the data stream into an appropriate format needed to interface with an external hardware transport.
The network interface 106 receives packets from a network and forwards the data to the data formatter 107. The network data can be, for example, IP packets. The format of a typical IP packet is shown in Figure 2.
The data payload of some Ethernet packets may comprise MPEG2 transport packets for audio, video, and other real-time streaming data. These transport packets are preserved, and passed directly to the output formatter. In this case, the Ethernet, IP, and UDP headers can be discarded.
Other Ethernet packets may comprise other general-purpose data. Examples of general-purpose data include http (e. g., web) and email data. Because general-purpose data does not comprise transport packets, the header information needs to be preserved. The entire Ethernet network packet is encapsulated in multiple transport packets, so that the Ethernet packet can be transmitted efficiently to the system's CPU. The size of an Ethernet packet can be as large as 1500 bytes. The packets in an MPEG2 transport stream are fixed at 188 bytes in length and packets in a DirecTV transport stream are fixed at 130 bytes in length. The packets are reformatted for transmission to an external transport front- end. The data formatter 107 breaks the network packet into smaller transport packets and applies the appropriate transport headers to the network packet. The data formatter 107 creates a transport header. The parameters of the header are programmable from an external host. For an MPEG2 stream, a header is created as shown in Figure 3.

After the header has been created, the first 184 bytes of the network packet are appended to the header. A new header is created, and the network packet's next 184 bytes are appended.This continues until the data of a network is wrapped with a transport header. If there is not enough data to complete a transport packet, the transport packet is padded, for example, with zeros.
It should be noted that for DBS (Direct Broadcast Satellite) applications the header comprises the following fields: packet framing; bundle boundary; control flag; control sync; service channel IE); continuity counter; header designator; and payload. The DBS packet is 127 bytes long. Thus, for DBS network packets, 127 byte blocks are appended to the header until the data of the network is wrapped.
The start of a new Ethernet packet needs to be indicated in the newly created transport stream of general-purpose data. According to an embodiment of the present invention, an adaptation field that is available as an extension to the transport header can be used to indicate the start of a new Ethernet packet. Start and end indicators can be added in this way. According to another embodiment of the present invention, one of the bits already in the header, e. g., payload unit start indicator, can be used to indicate the start of a new Ethernet packet. The adaptation field is usable by any MPEG2 system.
The new packets are stored in a buffer 108 until ready to be transmitted (e. g. , until a complete packet is received).The system control inserts the new transport packets when there is a free slot between the transport packets from the upper path in Figure 1. The new packets are sent through the multiplexer 104, multiplexed with the transport packets, and sent to the output formatter 105.
The system controller 109 is configured by an external host to control the PID filter 102 and data formatter 107. The system controller 109 is signaled by the buffers 103 and 108 (e. g., FIFOs) upon a buffer receiving a complete a packet. The multiplexer 104 is controlled by the system controller 109 allowing data to flow from the buffers 103 and 108 to the output formatter 105. Since the system controller 109 is configured to know

which interface is carrying video packets, the system controller 109 configures the multiplexer 104 to give the video path's buffer priority over the other buffer.
Referring to Figure 4, according to an embodiment of the present invention, a method for multiplexing a transport packet and an Ethernet packet comprises receiving a transport stream comprising the transport packet and a network stream comprising the Ethernet packet at a transport interface and a network interface, respectively 401. The transport stream is filtered to select at least the transport packet 402. The method further comprises appending a transport header to the Ethernet packet 403, and selecting one of the transport packet and the Ethernet packet for output 404.
Having described embodiments for a transport network multiplexer, it is noted that modifications and variations can be made by persons skilled in the art in light of the above teachings. It is therefore to be understood that changes may be made in the particular embodiments of the invention disclosed which are within the scope and spirit of the invention as defined by the appended claims. Having thus described the invention with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.




WE CLAIM:
1. A method for multiplexing a transport packet and an Ethernet packet
comprising:
receiving a transport stream comprising the transport packet and a network stream comprising the Ethernet packet at a transport interface and a network interface, respectively (401);
filtering the transport stream to select at least the transport packet (402);
appending a transport header to the Ethernet packet to form a reformatted
Ethernet packet (403);;and
selecting one of the transport packet and the reformatted Ethernet packet for
output (404).
2. The method as claimed in claim 1, comprising formatting an output packet
(105).
3. The method as claimed in claim 1, comprising the step of buffering a portion of
the transport packet until a transmission of the transport packet is complete (103).
4. The method as claimed in claim 3, comprising:
signaling a system controller upon the receipt of a complete transport packet (102, 109).; and
transmitting the transport packet to a multiplexer (103, 109,104)..
5. The method as claimed in claim 1, comprising the step of buffering a portion of
the Ethernet packet until a transmission of the Ethernet packet is complete (108).
6. The method as claimed in claim 5, comprising:
signaling a system controller upon the receipt of a complete Ethernet packet (107,109); and transmitting the Ethernet packet to a multiplexer (104,108, 109).
7. The method as claimed in claim 1, wherein selecting comprises giving priority to the transport packet over the reformatted Ethernet packet (109).
8. A system for multiplexing a transport packet and an Ethernet packet, said system characterized in that system comprises:
a transport interface for receiving a transport stream comprising the transport packet (101);
a network interface for receiving a network stream comprising the Ethernet packet (106);
a packet identifier coupled to the transport interface for filtering the transport stream and selecting the transport packet (102);
a data formatter coupled to the network interface for creating a reformatted Ethernet packet by appending transport header to the Ethernet packet (107); and
a multiplexer for receiving the transport packet from the packet identifier, for receiving the reformatted Ethernet packet from the data formatter, and for selecting one of the transport packet and the reformatted Ethernet packet for output (103,104, 108,109).
9. The system as claimed in claim 8, comprising an output formatter coupled to
said multiplexer for formatting an output packet (105).
10. The system as claimed in claim 8, comprising a buffer disposed between the packet identifier and the multiplexer for storing the transport packet (103).
11. The system as claimed in claim 8, comprising a buffer disposed between the data formatter and the multiplexer for storing the reformatted Ethernet packet prior (108).
12. The system as claimed in claim 10 or 11, comprising a system controller
coupled at least to the buffer for controlling the buffer (109).
13. The system as claimed in claim 8, comprising a system controller coupled to said multiplexer for controlling the multiplexer to give priority to the transport packet over the network reformatted Ethernet packet (109).

Documents:

1493-delnp-2006-abstract.pdf

1493-delnp-2006-assignment.pdf

1493-DELNP-2006-Claims-(12-10-2009).pdf

1493-delnp-2006-claims.pdf

1493-DELNP-2006-Correspondence-Others (15-01-2010).pdf

1493-DELNP-2006-Correspondence-Others-(12-10-2009).pdf

1493-DELNP-2006-Correspondence-Others-(15-04-2010).pdf

1493-DELNP-2006-Correspondence-Others-(18-06-2009).pdf

1493-delnp-2006-correspondence-others-1.pdf

1493-delnp-2006-correspondence-others.pdf

1493-delnp-2006-description (complete).pdf

1493-delnp-2006-drawings.pdf

1493-delnp-2006-form-1.pdf

1493-delnp-2006-form-18.pdf

1493-delnp-2006-form-2.pdf

1493-DELNP-2006-Form-3-(18-06-2009).pdf

1493-delnp-2006-form-3.pdf

1493-delnp-2006-form-5.pdf

1493-delnp-2006-gpa.pdf

1493-DELNP-2006-Others-Documents-(18-06-2009).pdf

1493-delnp-2006-pct-101.pdf

1493-DELNP-2006-PCT-210-(18-06-2009).pdf

1493-delnp-2006-pct-210.pdf

1493-delnp-2006-pct-220.pdf

abstract.jpg


Patent Number 239911
Indian Patent Application Number 1493/DELNP/2006
PG Journal Number 16/2010
Publication Date 16-Apr-2010
Grant Date 09-Apr-2010
Date of Filing 21-Mar-2006
Name of Patentee THOMSON LICENSING
Applicant Address 46, QUAI A. LE GALLO, F-92100 BOULOGNE-BILLANCOURT, FRANCE
Inventors:
# Inventor's Name Inventor's Address
1 LOCKRIDGE, TERRY, WYNE 10350 RUCKLE STREET, INDIANAPOLIS, IN 46280 (US)
2 WETZEL, DANIEL, THOMAS 6312 JOSHUA TREE PLACE, INDIANAPOLIS, IN 46237 (US)
PCT International Classification Number H04J 3/16
PCT International Application Number PCT/US2003/026879
PCT International Filing date 2003-08-27
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 PCT/US2004/026879 2003-08-27 U.S.A.