WO2013115121A1 - 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体 - Google Patents

生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体 Download PDF

Info

Publication number
WO2013115121A1
WO2013115121A1 PCT/JP2013/051708 JP2013051708W WO2013115121A1 WO 2013115121 A1 WO2013115121 A1 WO 2013115121A1 JP 2013051708 W JP2013051708 W JP 2013051708W WO 2013115121 A1 WO2013115121 A1 WO 2013115121A1
Authority
WO
WIPO (PCT)
Prior art keywords
transmission order
packet
unit
units
transmission
Prior art date
Application number
PCT/JP2013/051708
Other languages
English (en)
French (fr)
Inventor
徳毛 靖昭
渡部 秀一
琢也 岩波
Original Assignee
シャープ株式会社
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 シャープ株式会社 filed Critical シャープ株式会社
Priority to CN201380007329.4A priority Critical patent/CN104106247B/zh
Priority to JP2013556382A priority patent/JP5661206B2/ja
Priority to EP13743705.9A priority patent/EP2811705B1/en
Priority to US14/375,352 priority patent/US9813350B2/en
Publication of WO2013115121A1 publication Critical patent/WO2013115121A1/ja
Priority to US15/722,809 priority patent/US10637791B2/en
Priority to US16/827,962 priority patent/US20200228456A1/en

Links

Images

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/34Flow control; Congestion control ensuring sequence integrity, e.g. using sequence numbers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/324Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the data link layer [OSI layer 2], e.g. HDLC

Definitions

  • the present invention relates to a data structure or the like for distributing content composed of one or more components.
  • MPEG MMT MPEG Media Transport: MPEG media transmission protocol
  • MPEG ⁇ ⁇ ⁇ ⁇ ⁇ MMT are stored as a package (MMT Package), and in addition to a plurality of components (MMT Asset), composition information (Composition Information) indicating the playback conditions such as the layout of each component and the layout and combination availability : CI), and at least data related to transmission characteristic information (Transport Characteristics: TC) such as necessary bandwidth and allowable delay of each component for determining the optimum delivery route.
  • MMT Package a package
  • Composition Information Composition Information
  • CI the layout of each component and the layout and combination availability
  • TC Transmission Characteristics
  • FIG. 14A and 14B are diagrams illustrating a content transmission mode.
  • FIG. 14A illustrates an example of transmission through a single network
  • FIG. 14B illustrates an example of hybrid transmission through a plurality of networks.
  • one transmission packet is described as one block.
  • a plurality of transmission packets (A 1,1 , A 2,1 ,...)
  • the configuration information transmission packet CI and the transmission characteristic information transmission packet TC.
  • these transmission packets are all delivered from the transmitter to the receiver through one route via one network.
  • the hybrid transmission is also described in Patent Document 1 below.
  • JP 10-173612 A Japanese Patent Publication “JP 10-173612 A” (published June 26, 1998)
  • the order information (sequence number: sequence number) is assigned to each of the plurality of transmission packets as described above.
  • the receiver needs to identify the order relation of each packet constituting the component on the receiving side in order to reconfigure the component or detect packet loss.
  • one component assert
  • sub-assets subsets
  • the packet order between the sub-assets cannot be determined on the receiving side.
  • the receiving side cannot determine whether or not there is a missing packet in the sub-asset.
  • FIG. 15 is a diagram illustrating an example of a transmission packet according to the related art
  • FIG. 15A illustrates an example of a transmission packet when a sequence number is assigned to each transmission packet in units of sub-assets.
  • (B) shows an example of a transmission packet when a sequence number is assigned to each transmission packet throughout the asset.
  • an asset is composed of a sub asset 1 and a sub asset 2. Further, it is assumed that sub-asset 1 and sub-asset 2 are transmitted through different networks.
  • each transmission packet of sub-asset 1 and sub-asset 2 is in the form of a transmission packet (Transport Packet) in which a header is added to the payload (Payload).
  • Transport Packet a transmission packet
  • Payload Payload
  • Each header is given a sequence number (16 bits) for each sub-asset. As shown in (a) of FIG. 15, sequence numbers 0x0000, 0x0001, 0x0002,... Are assigned to the transmission packets of the sub-asset 1 in the order of transmission. Similarly, sequence numbers of 0x0000, 0x0001, 0x0002,... Are assigned to the transmission packets of the sub asset 2 in the order of transmission.
  • the receiver receives a transmission packet to which the same sequence number is assigned. Specifically, for example, the receiver receives sub-asset 1 and sub-asset 2 including a transmission packet assigned a sequence number of 0x0001. At this time, the receiver recognizes that the transmission packet of the sub-asset 1 assigned with the sequence number of 0x0001 is the second packet of the sub-asset 1, and transmits the transmission packet of the sub-asset 2 assigned with the sequence number of 0x0001. Is the second packet of sub-asset 2.
  • the receiver that has received such a transmission packet determines the packet order of the transmission packet of the sub-asset 1 assigned the sequence number of 0x0001 and the transmission packet of the sub-asset 2 assigned the sequence number of 0x0001. Can not.
  • the receiver can determine the packet order for each sub-asset of the received transmission packet, but cannot determine the packet order between the sub-assets.
  • the asset in FIG. 15B is composed of sub-assets 1 and 2 as in the asset in FIG. 15A.
  • Each header is given a sequence number to each transmission packet throughout the asset.
  • the sequence numbers are assigned throughout the asset, and therefore do not have the same sequence numbers.
  • Sequence numbers 0x0000, 0x0002, 0x0004,... are assigned to the transmission packets of sub-asset 1 in the order of transmission, and 0x0001, 0x0003, 0x0005,. The sequence number is given.
  • the receiver When such sub asset 1 and sub asset 2 are transmitted in different networks and the receiver receives only the sub asset from one network, for example, when only the sub asset 1 is received, the receiver receives 0x0000, A transmission packet to which sequence numbers 0x0002, 0x0004,... Are assigned is received. At this time, the receiver cannot determine whether the transmission packet to which the sequence numbers 0x0001, 0x0003, 0x0005,... Are included in other sub-assets or packet loss has occurred.
  • the present invention has been made in view of the above-mentioned problems, and its purpose is to notify the playback device on the receiving side of the proper transmission order of each packet, and to reduce the packet loss when a packet loss occurs. It is an object of the present invention to provide a generation device that generates a packet group that can be easily detected.
  • the generation apparatus of the present invention generates a packet including one of a plurality of units constituting the component in order to transmit content composed of one or more components.
  • a first transmission order allocating means for allocating, to each of the plurality of units, first transmission order information indicating a transmission order of the units in the component to a packet including the units;
  • second transmission order allocating means for allocating second transmission order information indicating the transmission order of the unit for each unit to be configured to a packet including the unit, The first assigned to the packet by the first transmission order assigning means.
  • transmission order information is characterized in that it comprises a packet generating means for generating a packet including the second transmission order information allocated to the packet by the second transmission order allocation means.
  • the generation apparatus of the present invention is a generation apparatus that generates a packet including one of a plurality of units generated by dividing the component in order to transmit content composed of one or more components.
  • Dividing means for dividing the set composed of the plurality of units into a plurality of subsets, and for each of the plurality of units, first transmission order information indicating the transmission order of the units in the component, A first transmission order allocating unit that allocates a packet including the unit; and a unit that indicates a transmission order of the unit in the subset for each unit that forms the subset for each of the subsets divided by the dividing unit.
  • 2 transmission order allocating means for allocating 2 transmission order information to a packet including the unit; For each of the units, the first transmission order information assigned to the packet by the first transmission order assignment unit and the second transmission order assignment unit assigned to the packet as a packet including the unit.
  • Packet generating means for generating a packet including the second transmission order information.
  • the generation method of the present invention includes one of a plurality of units generated by dividing the component in order to transmit content composed of one or more components.
  • a packet generation method by a generation device for generating a packet, the division step of dividing a set composed of the plurality of units into a plurality of subsets, and for each of the plurality of units, the component in the component A first transmission order assignment step for assigning first transmission order information indicating a transmission order of units to a packet including the unit; and each unit constituting the subset for each of the subsets divided in the division step Second transmission order information indicating the transmission order of the unit in the subset.
  • the first transmission order information indicating the transmission order of the unit in the component, and the transmission order of the unit in the subset for each unit constituting the subset.
  • a packet including the second transmission order information shown is generated.
  • the playback apparatus that has received this packet can recognize the transmission order of the unit in component units and subset units from the transmission order of the units in the component and the transmission order of the units in the subset. it can. Therefore, it is possible to easily determine which packet is not transmitted, and it is possible to easily detect a packet loss.
  • the playback device of the present invention is a playback device that receives and plays back a content including one or more components as a packet included as a unit into which the component is divided.
  • the received packet includes first transmission order information indicating the transmission order of the units in the component and second transmission order information indicating the transmission order of the units in a subset composed of a plurality of units including the unit.
  • a unit in the transmission order of the unit in the component and in the subset Is characterized by comprising a reproducing means for processing according to the transmission order of the unit.
  • the playback method of the present invention plays back a content constituted by one or more components as a packet included as a unit into which the component is divided and played back by the playback device.
  • the method includes: a first transmission order information indicating a transmission order of units in the component; and a second transmission order indicating a transmission order of the units in a subset composed of a plurality of units including the unit.
  • a detection step for detecting that information is included; and in the detection step, when it is detected that the first transmission order information and the second transmission order information are included in the packet,
  • the units included in the transmission order of the units in the component It is characterized and a reproduction step of processing according to the transmission order of the unit in the subset, that it contains.
  • the received packet when the received packet includes the transmission order of the unit in the component and the transmission order of the unit in the subset, it is easy to determine whether there is a packet that has not been received. Transmission delay due to a retransmission request for lost packets can be reduced.
  • the data structure of the present invention is a data structure of a packet for transmitting content composed of one or more components, and is a unit generated by dividing the components. And first transmission order information indicating the transmission order of the unit in the component, and second transmission order information indicating the transmission order of the unit in a subset composed of a plurality of units including the unit. It is a feature.
  • the packet having the data structure includes a unit generated by dividing the component, first transmission order information indicating the transmission order of the unit in the component, and a subset composed of a plurality of units including the unit. Second transmission order information indicating the transmission order of the units. For this reason, the playback apparatus that has received a packet having this data structure can specify the transmission order in the component of the unit and the transmission order in the subset by the first transmission order information and the second transmission order information.
  • the transmission order of the units can be recognized in component units and subset units. Therefore, it is possible to easily determine which packet is not transmitted, and it is possible to easily detect a packet loss.
  • the generation device and the playback device may be realized by a computer.
  • the generation device and the playback device are operated by causing the computer to operate as each unit of the generation device and the playback device.
  • a control program realized by a computer and a computer-readable recording medium on which the control program is recorded also fall within the scope of the present invention.
  • the generation apparatus includes a dividing unit that divides a set composed of a plurality of units into a plurality of subsets, and a transmission order of the units in the component for each of the plurality of units.
  • a first transmission order allocating means for assigning first transmission order information indicating the unit to a packet including the unit, and for each of the subsets divided by the dividing means, the subset of the units constituting the subset
  • the second transmission order information indicating the transmission order of the units in the second transmission order allocating means for allocating the second transmission order information to the packet including the unit, and the first unit as a packet including the unit for each of the plurality of units.
  • the first transmission order information assigned to the packet by the transmission order assignment means, and the second And a a packet generator for generating a packet including the second transmission order information allocated to the packet by the sending order allocation means.
  • the generation method of the present invention includes a dividing step of dividing a set composed of a plurality of units into a plurality of subsets, and a transmission order of the units in the component for each of the plurality of units.
  • a first transmission order assignment step for assigning one transmission order information to a packet including the unit; and for each of the subsets divided in the division step, the unit in the subset for each unit constituting the subset
  • a second transmission order assignment step for assigning second transmission order information indicating a transmission order of the second transmission order information to a packet including the unit, and for each of the plurality of units, the first transmission order assignment as a packet including the unit.
  • the first transmission order information assigned to the packet in the step Includes a packet generation step of generating a packet including a second transmission order information allocated to the packet, the in the second transmission order allocation step.
  • the playback device of the present invention indicates, in the received packet, the first transmission order information indicating the transmission order of the units in the component and the transmission order of the units in a subset composed of a plurality of units including the unit.
  • the reproduction method of the present invention indicates, in the received packet, the first transmission order information indicating the transmission order of the units in the component and the transmission order of the units in a subset composed of a plurality of units including the unit.
  • a detecting step for detecting that the second transmission order information is included; and in the detecting step, when detecting that the packet includes the first transmission order information and the second transmission order information.
  • the data structure of the present invention is a subset composed of a unit generated by dividing a component, first transmission order information indicating the transmission order of the unit in the component, and a plurality of units including the unit. Second transmission order information indicating the transmission order of the unit.
  • FIG. 5 is a diagram illustrating an example of a structure (syntax) of a transmission packet header of the transmission packet in FIG. 4. It is a figure which shows the other example of the transmission packet containing packet order information. It is a figure which shows an example of the structure (syntax) of the transmission packet header of the transmission packet of FIG. It is a figure which shows an example of structure information.
  • FIG. 1 It is a figure which shows an example of the transmission packet which concerns on a prior art
  • the figure (a) shows the example of the transmission packet when a sequence number is provided to each transmission packet in a sub asset unit, and the figure (b) is an asset.
  • An example of a transmission packet when a sequence number is assigned to each transmission packet is shown throughout.
  • FIG. 1 is a block diagram showing a main configuration of a transmitter (generating device) 1 and a receiver (reproducing device) 2 that constitute a content transmitting / receiving system 3.
  • the content transmission / reception system 3 has a configuration in which a transmitter 1 and a receiver 2 are connected via a network.
  • the receiver 2 receives the content transmitted by the transmitter 1. And play it.
  • the transmitter 1 and the receiver 2 communicate directly, but the present invention is not limited to this.
  • the communication between the transmitter 1 and the receiver 2 may be relayed by a relay machine, or the content is distributed from the transmitter 1 to another distribution server, and the content is distributed from the distribution server to the receiver 2. Also good.
  • this network may be any network that allows the transmitter 1 and the receiver 2 to transmit and receive content. It is not limited to this.
  • a broadcast network may be applied as the network, or hybrid distribution using both the Internet and the broadcast network may be employed.
  • the transmitter 1 is a device for distributing content, and includes a transmitter control unit 10 that controls the functions of the transmitter 1 in an integrated manner, a transmitter storage unit 11 that stores data transmitted by the transmitter 1, and the transmitter 1. Includes a transmitter communication unit 12 for communicating with an external device.
  • the transmitter control unit 10 includes a content dividing unit (dividing unit) 13, a header generating unit (packet generating unit) 14, and a transmission order allocating unit (first transmission order allocating unit, second transmission order allocating unit). 15, content 16 is stored in the transmitter storage unit 11.
  • the content dividing unit 13 divides the content 16 for distribution. Specifically, a content unit is divided into, for example, media units, and a media unit is generated. The content dividing unit 13 divides the component into a plurality of subsets. Specifically, the content dividing unit 13 divides a set (asset) composed of a plurality of media units into a plurality of subsets (sub-assets). Also, configuration information (Composition Information: CI, information for reproduction), transmission characteristic information (Transport Characteristics: TC), and the like are specified and extracted from the content 16. Details of the media unit, configuration information, and transmission characteristic information will be described later.
  • the transmission order allocating unit 15 transmits, to each of the plurality of media units generated by the content dividing unit 13, information indicating the transmission order of the media units in the component (first transmission order information) and a packet including the media units. Assign to.
  • the transmission order allocating unit 15 provides information (second transmission order information) indicating the transmission order of the media units in the sub-assets for each media unit constituting the sub-assets. Assign to the containing packet.
  • the transmission order assignment unit 15 supplies the first transmission order information and the second transmission order information assigned to each packet to the header generation unit.
  • the header generation unit 14 generates a header to be added to the data generated by the content division unit 13. Specifically, a payload format header (PayloadayFormat Header) including at least information indicating the payload type (payload type) is generated, and this is added to each of the media unit, configuration information, and transmission characteristic information to generate a payload. To do.
  • a payload format header (PayloadayFormat Header) including at least information indicating the payload type (payload type) is generated, and this is added to each of the media unit, configuration information, and transmission characteristic information to generate a payload.
  • a transmission packet header (Transport) Packet Header) is generated, and this is added to the payload to generate a transmission packet.
  • the transmission packet header includes first transmission order information and second transmission order information supplied from the transmission order assignment unit 15.
  • the first transmission order information and the second transmission order information are referred to as packet order information.
  • Content 16 is content distributed by the transmitter 1. As described above, the content 16 is divided by the content dividing unit 13, the header is added to the header generating unit 14, and distributed as a transmission packet.
  • the receiver 2 is a device that receives and reproduces content, and includes a receiver control unit 20 that controls the functions of the receiver 2 in an integrated manner, and a receiver storage unit 21 that stores data received by the receiver 2.
  • the receiver 2 includes a receiver communication unit 22 for communicating with an external device, a display unit 23 for displaying an image, and an audio output unit 24 for outputting sound.
  • the receiver control unit 20 includes a header analysis unit (detection unit) 25, a decoder 26, and a reproduction control unit (reproduction unit) 27.
  • the header analysis unit 25 analyzes the header of the received transmission packet and executes processing according to the analysis result. Specifically, the header analysis unit 25 sends a retransmission request to the receiver communication when packet loss is detected, such as when there is discontinuity in packet sequence information (intra-sequence number and / or inter-sequence number described later). The unit 22 is instructed. In addition, when the analyzed header indicates that the analyzed header includes a media unit, the header analysis unit 25 transmits the payload to the decoder 26 for decoding. On the other hand, when the analyzed header indicates that the configuration information is included as a payload, the payload is transmitted to the reproduction control unit 27.
  • the decoder 26 decodes the media unit included in the received transmission packet.
  • the decoded data is output from the display unit 23 and the audio output unit 24 under the control of the reproduction control unit 27.
  • the reproduction control unit 27 reproduces the component according to the configuration information. Specifically, the playback control unit 27 causes the display unit 23 and the audio output unit 24 to output the media unit decoded by the decoder 26 according to the configuration information.
  • FIG. 2 is a diagram illustrating an example of the data structure of the content 16.
  • the content 16 is stored in the transmitter storage unit 11 as a package including a header, configuration information (CI), transmission characteristic information (TC), and a plurality of assets (Asset).
  • CI configuration information
  • TC transmission characteristic information
  • Asset a plurality of assets
  • Assets are components such as video, audio and text, and are composed of a header and a plurality of media units (M-Unit: MU).
  • the media unit is a unit that is a unit for random access and time stamping, and is composed of a header and a plurality of media fragment units (Media Fragment Unit: MFU).
  • the configuration information indicates the playback mode of the component. Specifically, the configuration information indicates a layout such as a display position and a display size of each component, whether or not the components can be combined (whether or not simultaneous reproduction with other components), and the like. Each media unit is reproduced with reference to the configuration information.
  • Transmission characteristic information indicates the transmission characteristic of each component. Specifically, the transmission characteristic information indicates a necessary bandwidth and an allowable delay of each component for determining the optimum delivery route.
  • FIG. 3 is a diagram illustrating an example of the transmission format of the content 16.
  • the content 16 When the content 16 is transmitted by TCP / IP, UDP / IP, etc., it is in the form of a transmission packet (Transport packet) in which a header is added to the payload.
  • Transmission packet Transmission packet
  • the packet order information described above is described in the header of this payload.
  • the payload format for distributing the package of the content 16 is a format in which a header is added to each of the media unit (MU), configuration information (CI), and transmission characteristic information (TC) as shown in the figure.
  • one media unit is used as one payload, but the present invention is not limited to this.
  • the media unit may be further divided and transmitted as different payloads, or a plurality of media units may be transmitted together as one payload.
  • the payload format header describes a flag indicating whether or not the first media fragment unit constituting the media unit is included, a flag indicating whether or not the last media fragment unit constituting the media unit is included, and the like. It is good.
  • FIG. 4 is a diagram illustrating an example of a transmission packet including packet order information.
  • FIG. 4 shows a transmission packet included in an asset composed of sub asset 1 and sub asset 2.
  • Each transmission packet has a 16-bit header added to the payload.
  • an 8-bit intra sequence number (second transmission order information) indicating the transmission order of each transmission packet in the sub-asset for each sub-asset, and each transmission in the asset
  • An 8-bit inter sequence number (Inter sequence number, first transmission order information) indicating the packet transmission order is included.
  • the sub-asset 1 includes transmission packets having intra sequence numbers of 0x00, 0x01, 0x02,. Further, the sub asset 2 includes transmission packets having intra sequence numbers of 0x00, 0x01, 0x02,.
  • the receiver 2 can detect the missing number (packet missing) in the sub-assets by analyzing the intra sequence number.
  • Sub-asset 1 includes transmission packets with even numbers (0x00, 0x02, 0x04,%) Of inter-sequence numbers, and sub-asset 2 has odd numbers (0x01, 0x03) of inter-sequence numbers. , 0x05,...) Is included.
  • the receiver 2 can determine in which order each transmission packet of the asset should be transmitted by analyzing such an intersequence number.
  • FIG. 5 is a diagram illustrating an example of a structure (syntax) of a transmission packet header of the transmission packet in FIG.
  • the header generation unit 14 can generate a transmission packet including the intra sequence number and the inter sequence number independently.
  • the receiver 2 that has received the transmission packet can recognize the transmission order of the transmission packet in the asset and the transmission order of the sub-asset.
  • FIG. 6 is a diagram illustrating another example of a transmission packet including packet order information.
  • the transmission packet contained in the asset comprised from the sub asset 1 and the sub asset 2 is shown.
  • Each transmission packet has a 16-bit header added to the payload.
  • a 16-bit concatenated sequence number is described as packet order information.
  • the lower 8 bits of the concatenated sequence number include an intra sequence number indicating the transmission order of each transmission packet in the sub asset for each sub asset.
  • the upper 8 bits of the concatenated sequence number include an inter sequence number indicating the transmission order of each transmission packet in the asset.
  • the sub-asset 1 includes transmission packets whose lower 8 bits (intra sequence number) of the concatenated sequence number are 00, 01, 02,.
  • the sub-asset 2 includes transmission packets whose lower 8 bits (intra sequence number) of the concatenated sequence number are 00, 01, 02,.
  • the receiver 2 can detect missing number (packet missing) in the sub-assets by analyzing the lower 8 bits (intra sequence number) of the concatenated sequence number.
  • the sub asset 1 includes a transmission packet in which the upper 8 bits (inter sequence number) of the concatenated sequence number are even numbers (0x00, 0x02, 0x04,).
  • a transmission packet having an odd number (0x01, 0x03, 0x05,...) Is included in the upper 8 bits (intersequence number) of the concatenated sequence number.
  • the receiver 2 can determine in which order each transmission packet of the asset should be transmitted by analyzing such an intersequence number.
  • FIG. 7 is a diagram illustrating an example of a structure (syntax) of a transmission packet header of the transmission packet in FIG.
  • a 16-bit value sequence_number indicating a sequence number similar to the conventional one follows.
  • the header generation unit 14 can generate a transmission packet including a concatenated sequence number obtained by combining an intra sequence number and an inter sequence number.
  • the receiver 2 that has received the transmission packet can recognize the transmission order of the transmission packet in the asset and the transmission order of the sub-asset.
  • FIG. 8 is a diagram illustrating an example of configuration information.
  • a region r1 (corresponding to full screen display) and a region r2 (corresponding to the upper left region obtained by dividing the display screen into four vertically and horizontally) are defined by the ⁇ layout> tag.
  • the sub-asset a11 and the sub-asset a12 are associated with the region r1 by the ⁇ union> tag that specifies that the sub-assets constituting the asset are integrated.
  • the ⁇ excl> tag that specifies the mutual exclusive (Mutually Exclusive) display of assets can either display sub-asset a21 in area r2 or display sub-asset a22 in area r2. It is defined.
  • a description (start "0s") indicating that this layout is applied from time 0s is included.
  • the receiver 2 integrates the sub-assets a11 and a12 and displays them in full screen as shown in the figure simultaneously with the start of playback of the content including the sub-assets a11, a12, a21 and a22 (from 0s)
  • Sub asset a21 or a22 is reduced to 1/4 and displayed at the upper left of the screen.
  • FIG. 8 shows an example in which configuration information is described by SMIL (Synchronized Multimedia Integration Language), the configuration information is not particularly limited as long as it indicates an asset display mode.
  • SMIL Synchronized Multimedia Integration Language
  • FIG. 9 is a flowchart illustrating an example of a transmission packet generation process.
  • the timing for performing the transmission packet generation process is not particularly limited. For example, in on-demand distribution, when a content transmission request is received from the receiver 2, live distribution may be performed when the content is encoded.
  • the content dividing unit 13 reads the content 16 stored in the transmitter storage unit 11, and generates a payload (strictly, data stored in the payload portion of the transmission packet in FIG. 3). Specifically, the content dividing unit 13 acquires assets from the content 16 stored as a package as shown in FIG. 2, and divides the acquired assets to generate a plurality of payloads (S91). Then, the content division unit 13 outputs the plurality of payloads generated as described above to the header generation unit 14.
  • the unit for dividing the payload is not limited to the media unit.
  • the media unit further divided by a predetermined size may be used as the payload.
  • a plurality of media units may be combined into one payload.
  • the content dividing unit 13 also extracts configuration information (CI) and transmission characteristic information (TC) included in the package from the content 16 and outputs them to the header generation unit 14.
  • the content dividing unit 13 divides the acquired asset into sub-assets (subsets). Specifically, each of the plurality of payloads generated in S91 is divided into a plurality of sub-assets (S93, division step).
  • the transmission order assigning unit 15 assigns information (intersequence number) indicating the transmission order in the content (asset) of the payload to each of the plurality of payloads divided by the content dividing unit 13 (S94, No. 1). 1 transmission order assignment step).
  • the transmission order assigning unit 15 assigns information (intra sequence number) indicating the transmission order in the sub-assets of the payload to each of the plurality of payloads divided by the content dividing unit 13 (S95, second transmission). Sequence assignment step).
  • the header generation unit 14 After that, the header generation unit 14 generates a transmission packet header including the inter sequence number and intra sequence number assigned to each payload in S94 and S95, and adds this to the payload format generated in S92, as shown in FIG. (S96, packet generation step).
  • the header generation unit 14 outputs the generated transmission packet to the transmitter communication unit 12 (S97), and the transmission packet generation process ends. Thereby, the transmission packet generated as described above is transmitted to the receiver 2 via the network.
  • the transmitter 1 includes, for each of a plurality of payloads, an inter sequence number indicating the transmission order of the payload in the asset and an intra sequence number indicating the transmission order of the payload in the sub asset. Generate a transmission packet.
  • the receiver 2 that has received this transmission packet can recognize the transmission order of the payload in units of assets and subassets from the transmission order of payloads in assets and the transmission order of the payloads in sub-assets. . Therefore, it is possible to easily determine which transmission packet is not transmitted, and it is possible to easily detect a packet loss.
  • FIG. 10 is a flowchart showing an example of the reproduction process.
  • FIG. 10 shows processing from reception to output for one transmission packet.
  • the transmission packet header structure shown in FIG. 5 is used.
  • the presence / absence of packet loss is detected based on the sequence number acquired in S103 or S104 and the sequence number of the transmission packet received in the past (S105, detection step).
  • the header analysis unit 25 instructs the receiver communication unit 22 to request retransmission of the lost packet (S106).
  • the media unit is decoded and output from the display unit 23 and / or the audio output unit 24 according to the configuration information under the control of the playback control unit 27 (playback step), and the playback process ends.
  • the receiver 2 determines whether or not there is an unreceived transmission packet when the received transmission packet includes the payload transmission order in the asset and the payload transmission order in the sub-asset. This makes it possible to easily determine and reduce transmission delay due to a retransmission request for lost packets.
  • more bits than the intra sequence number may be assigned to the inter sequence number. For example, 10 bits may be assigned to the inter sequence number and 6 bits may be assigned to the intra sequence number.
  • the number of bits may be dynamically changed by adding information indicating an allocation pattern of an inter sequence number and an intra sequence number to a transmission packet header or the like.
  • the receiver 2 side can confirm how many bits are allocated to the inter sequence number and the intra sequence number by analyzing the transmission packet header to which the information indicating the allocation pattern is added.
  • FIG. 11 is a diagram illustrating an example of a transmission packet when the same transmission packet is included in a plurality of sub-assets.
  • the asset is composed of a sub asset 1 and a sub asset 2.
  • Sub-asset 1 includes transmission packets having intra sequence numbers of 0x00, 0x01, 0x02,... And inter sequence numbers of 0x00, 0x02, 0x04,.
  • the sub asset 2 includes transmission packets having intra sequence numbers of 0x00, 0x01, 0x02, 0x03,... And inter sequence numbers of 0x01, 0x02, 0x03, 0x05,.
  • sub-asset 1 and sub-asset 2 include transmission packets assigned the same intersequence number (0x02 in the example of FIG. 11). Since the inter sequence number indicates the transmission order of each transmission packet in the asset, it can be seen that transmission packets having the same inter sequence number are the same packet.
  • the content dividing unit 13 divides the content into intra-encoded data (intra-frame compression-encoded data) and inter-encoded data (inter-frame compression-encoded data), which are included in different sub-assets and transmitted. May be. This will be described with reference to FIG.
  • FIG. 12 is a diagram illustrating an example of a transmission packet when encoded data is included as a transmission packet in a plurality of sub-assets.
  • the asset is composed of a sub asset 1 and a sub asset 2.
  • Sub-asset 1 includes a transmission packet of intra-coded data.
  • the sub asset 2 includes a transmission packet of inter-coded data.
  • the transmission packets included in the sub asset 1 and the sub asset 2 are transmission packets including the above-described inter sequence number and intra sequence number.
  • the example in FIG. 12 shows an example in which the inter sequence number and the intra sequence number are independently added to the payload. However, the inter sequence number and the intra sequence number are combined as shown in FIG. The concatenated sequence number may be added to the payload.
  • the transmitter 1 transmits such an asset.
  • the receiver 2 When the user performs trick play such as fast-forwarding when viewing the content, the receiver 2 only needs to receive the sub-asset 1, and even if a packet loss is detected in the transmission packet of the sub-asset 2, The packet retransmission request may not be performed. In addition, when the user views the content in normal playback, the receiver 2 needs to receive both the sub-asset 1 and the sub-asset 2. However, when the packet loss is detected, the transmission packet of the sub-asset 1 is given priority. Therefore, it is possible to suppress the overall quality degradation.
  • the receiver 2 can easily confirm which packet is not transmitted.
  • the asset in the present modification is an asset that has been predictively encoded using a plurality of prediction methods (for example, intra encoding and inter encoding).
  • the content dividing unit 13 can divide each sub asset into a plurality of sub assets composed of units encoded using the same prediction method.
  • the content dividing unit 13 hierarchically encodes the content (for example, temporal scalability), and includes base layer data (low frame rate video) and enhancement layer data (high frame rate differential video) in different sub-assets. , May be transmitted.
  • the sub asset 1 includes a transmission packet of base layer data
  • the sub asset 2 includes a transmission packet of enhancement layer data.
  • the transmission packets included in the sub asset 1 and the sub asset 2 are transmission packets including the above-described inter sequence number and intra sequence number.
  • the example in FIG. 12 shows an example in which the inter sequence number and the intra sequence number are independently added to the payload. However, the inter sequence number and the intra sequence number are combined as shown in FIG. The concatenated sequence number may be added to the payload.
  • the transmitter 1 transmits such an asset.
  • the receiver 2 When the user views the content, when the content is played back with a low frame rate video, the receiver 2 only needs to receive the sub-asset 1, even if a packet loss is detected in the transmission packet of the sub-asset 2. The retransmission request for the packet may not be performed. In addition, when the user reproduces the content with the high frame rate video, the receiver 2 needs to receive both the sub asset 1 and the sub asset 2. However, when the packet loss is detected, the transmission packet of the sub asset 1 is received. By preferentially making a retransmission request, it is possible to suppress the overall quality degradation.
  • the receiver 2 can easily confirm which packet is not transmitted.
  • the plurality of payloads in the present modification are composed of payloads of a plurality of layers having different qualities such as frame rate.
  • the content dividing unit 13 can divide each sub asset into a plurality of sub assets composed of payloads of the same hierarchy.
  • the transmitter 1 that generates a packet including one of a plurality of media units generated by dividing one asset that configures content has been described.
  • the transmitter 1 includes a plurality of components that configure content.
  • a packet including one of a plurality of media units generated by dividing each of the assets may be generated. This will be described with reference to FIG.
  • FIG. 13 is a diagram illustrating an example of a transmission packet when a plurality of assets are divided into a plurality of sub-assets.
  • a concatenated sequence number is given to the payload.
  • the upper 8 bits of the concatenated sequence number indicate an inter sequence number, the next 6 bits indicate an intra sequence number, and the lower 2 bits indicate an asset ID (Asset ID, component information).
  • sub-asset 1 includes video data (V) of asset 1
  • sub-asset 2 includes English audio data (A) of asset 1 and Japanese subtitle data (T) of asset 2. ing.
  • the transmitter 1 transmits such an asset.
  • the receiver 2 needs to receive the sub asset 1 and the sub asset 2 in the case of normal reproduction (reproduction using video data and audio data).
  • the caption is not displayed, that is, when the packet of asset 2 is not used, the packet including the caption data is discarded by referring to the lower 2 bits of the concatenated sequence number.
  • the upper 8 bits (intersequence number) of the concatenated sequence number are 0x01, 0x03,..., And packets of 0x00 and 0x02 are not received.
  • the receiver 2 since the asset 2 is data that is not used, the receiver 2 does not need to request the transmitter 1 to retransmit the transmission packet even when a packet loss of the asset 2 data is detected.
  • the sub-assets (for example, sub-asset 2) are divided so that a plurality of payloads of a plurality of assets are included.
  • the divided payload includes information (intersequence number) indicating the transmission order of the payload in a plurality of assets, information (intra sequence number) indicating the transmission order of the payload in the sub-asset 2, and a plurality of assets.
  • a transmission packet including an asset ID indicating the asset of the payload is generated.
  • the receiver 2 that has received this transmission packet needs to receive only the transmission packet of the necessary asset (for example, asset 1) by referring to the asset ID, and other assets (for example, asset 2).
  • asset 1 for example, asset 1
  • asset 2 for example, asset 2
  • a process of requesting the transmitter 1 to retransmit the transmission packet can be omitted.
  • the transmitter 1 performs both generation and distribution of transmission packets.
  • another apparatus may perform generation and distribution of transmission packets.
  • a plurality of devices may perform transmission packet generation and distribution, respectively.
  • a transmission packet for content for broadcast distribution may be generated in a certain device
  • a transmission packet for content for on-demand distribution (for example, for communication distribution) may be generated in another device.
  • a transmission packet including the packet order information may be generated in either one device or another device.
  • each block of the transmitter 1 and the receiver 2, particularly the transmitter control unit 10 and the receiver control unit 20, can be realized in hardware by a logic circuit formed on an integrated circuit (IC chip). Alternatively, it may be realized by software using a CPU (Central Processing Unit).
  • IC chip integrated circuit
  • CPU Central Processing Unit
  • the transmitter 1 and the receiver 2 include a CPU that executes instructions of a program that realizes each function, a ROM (Read Only Memory) that stores the program, a RAM (Random Access Memory) that expands the program,
  • a storage device such as a memory for storing the program and various data is provided.
  • the object of the present invention is to record the program code (execution format program, intermediate code program, source program) of the control program of the transmitter 1 and the receiver 2, which is software that realizes the above-described functions, in a computer-readable manner. This can also be achieved by supplying the recording medium to the transmitter 1 and the receiver 2, and the computer (or CPU or MPU) reading and executing the program code recorded on the recording medium.
  • Examples of the recording medium include tapes such as magnetic tapes and cassette tapes, magnetic disks such as floppy (registered trademark) disks / hard disks, and disks including optical disks such as CD-ROM / MO / MD / DVD / CD-R.
  • IC cards including memory cards
  • semiconductor memories such as mask ROM / EPROM / EEPROM / flash ROM, PLD (Programmable logic device) and FPGA (Field Programmable Gate Array) Logic circuits can be used.
  • the transmitter 1 and the receiver 2 may be configured to be connectable to a communication network, and the program code may be supplied via the communication network.
  • the communication network is not particularly limited as long as it can transmit the program code.
  • the Internet, intranet, extranet, LAN, ISDN, VAN, CATV communication network, virtual private network, telephone line network, mobile communication network, satellite communication network, and the like can be used.
  • the transmission medium constituting the communication network may be any medium that can transmit the program code, and is not limited to a specific configuration or type.
  • wired lines such as IEEE 1394, USB, power line carrier, cable TV line, telephone line, and ADSL (Asymmetric Digital Subscriber Line) line
  • infrared rays such as IrDA and remote control
  • Bluetooth registered trademark
  • IEEE 802.11 wireless HDR ( It can also be used by radio such as High Data Rate (NFC), Near Field Communication (NFC), Digital Living Network Alliance (DLNA), mobile phone network, satellite line, and digital terrestrial network.
  • the present invention can also be realized in the form of a computer data signal embedded in a carrier wave in which the program code is embodied by electronic transmission.
  • the packet generation means of the generation apparatus of the present invention includes the first transmission order information and the second transmission order information independently in the packet.
  • the packet generation means of the generation apparatus of the present invention may include the first transmission order information and the second transmission order information together in the packet.
  • the generation device generates the packet included in the packet by the first transmission order information and the second transmission order information independently or collectively included in the packet. Can do.
  • the playback device that has received the packet may be a packet that includes the first transmission order information and the second transmission order information independently, or the first transmission order information and the first transmission order information. Even in a packet including two transmission order information collectively, it is possible to recognize the transmission order of the unit in the component of the unit and the transmission order of the unit in the subset.
  • the component of the generation device of the present invention is a component that is predictively encoded using a plurality of prediction schemes, and the dividing unit is configured such that a set composed of the plurality of units is identical in each subset. It may be configured to divide into a plurality of subsets composed of units that are predictively encoded using the prediction method.
  • the generation apparatus divides the data subjected to the intraframe compression encoding and the data subjected to the interframe compression encoding into different subsets.
  • the playback apparatus can select whether to receive only one of the data with different prediction methods or to receive both.
  • the plurality of units of the generation apparatus of the present invention are configured by units of a plurality of layers having different qualities, and the dividing unit is configured such that the subsets are the same as each subset. You may comprise so that it may divide
  • the generation apparatus divides base layer data and enhancement layer data encoded by hierarchical encoding into different subsets.
  • the playback device can select whether to receive only one or both of the data with different layers.
  • the generation device of the generation device of the present invention is a generation device that generates a packet including one of a plurality of units generated by dividing each of a plurality of components constituting the content, the first device
  • the transmission order allocating means allocates, as the first transmission order information, information indicating the transmission order of the units in the plurality of components to each of the plurality of units to a packet including the unit, and the packet generation means May generate a packet including the first transmission order information, the second transmission order information, and component information indicating a component including the unit.
  • a certain subset is divided so that a plurality of component units are included.
  • the divided unit generates a packet including the transmission order of the unit in a plurality of components, the transmission order of the unit in the subset, and component information indicating the component of the unit among the plurality of components.
  • the playback device that has received this packet needs to receive only the packet of the necessary component by referring to the component information, and generates a retransmission of the packet when no other component packet is received. Can be omitted.
  • the present invention can be used for a transmitter that transmits content via a network and a receiver that receives content via a network.
  • Transmitter (Generator) DESCRIPTION OF SYMBOLS 10 Transmitter control part 11 Transmitter memory
  • storage part 12 Transmitter communication part 13 Content division part (division means) 14 Header generator (packet generator) 15 Transmission order assignment unit (first transmission order assignment means, second transmission order assignment means) 16 Content 2 Receiver (Playback device) 20 receiver control unit 21 receiver storage unit 23 display unit 24 audio output unit 25 header analysis unit (detection means) 26 Decoder 27 Reproduction control unit (reproduction means) 3 Content transmission / reception system

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Communication Control (AREA)
  • Telephonic Communication Services (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

 受信側に伝送パケットのパケットロスを容易に検出する送信機を提供する。送信機(1)は、複数のユニットから構成される集合を、複数の部分集合に分割するコンテンツ分割部(13)と、コンポーネントにおける当該ユニットの伝送順序および部分集合における当該ユニットの伝送順序を当該パケットに割り当てる伝送順序割当部(15)と、上記伝送順序を含むパケットを生成するヘッダ生成部(14)とを備えている。

Description

生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体
 本発明は、1つ以上のコンポーネントで構成されるコンテンツを配信するためのデータ構造等に関する。
 近年、映像、音声、テキストなどの様々なコンテンツの配信が行われており、このようなコンテンツを配信するための伝送フォーマットの規格化も進められている。特に、MPEG MMT(MPEG Media Transport:MPEGメディア伝送プロトコル)の標準化は、注目を集めている。
 このMPEG MMTでは、映像、音声、テキストなどの複数のコンポーネントをそれぞれ異なる経路で配信(ハイブリッド配信)するのに効率的な伝送フォーマット等の標準化が進められている。
 MPEG MMTのコンテンツは、パッケージ(MMT Package)として格納され、複数のコンポーネント(MMT Asset)に加え、各コンポーネントの表示位置、大きさなどのレイアウトや組み合わせ可否などの再生条件を示す構成情報(Composition Information:CI)、および最適配信経路を判断するための各コンポーネントの必要帯域や許容遅延などの伝送特性情報(Transport Characteristics:TC)に関するデータを少なくとも含む。
 このようなコンテンツに含まれるコンポーネントは、パケットに分割して単一のネットワークで伝送することができ、また複数のネットワークで(ハイブリッド)伝送することもできる。これについて、図14に基づいて説明する。図14は、コンテンツの伝送態様を示す図であり、図14の(a)は単一ネットワークによる伝送の例を示し、図14の(b)は複数ネットワークによるハイブリッド伝送の例を示している。なお、同図では、1つの伝送パケットを1つのブロックとして記載している。
 図14の(a)の例では、構成情報の伝送パケットCIと、伝送特性情報の伝送パケットTCの後に、複数の伝送パケット(A1,1、A2,1、…)が続いている。このA1,1以降の伝送パケット(Ai,j:i=1,2,…、j=1,2,…)には、アセットを構成するメディアユニットがそれぞれ含まれている。これらのメディアユニットは、TCに基づいて決定したネットワークを介して受信機に送信され、受信機はこれらのメディアユニットをCIに基づいて再生する。
 図14の(a)の例では、これらの伝送パケットは、何れも1つのネットワークを介し、1つの経路で送信機から受信機に配信される。
 一方、図14の(b)の例では、2番目のアセットを構成するメディアユニットを含む伝送パケットA2,jを二つに分割した伝送パケット(A2,1、A2,3、…)および(A2,2、A2,4、…)と、1番目のアセットを構成するメディアユニットを含む伝送パケット(A1,1、A1,2、…)とは、それぞれ別のネットワークを介して別の経路で伝送される。なお、ハイブリッド伝送については、下記の特許文献1にも記載されている。
日本国公開特許公報「特開平10-173612号公報」(1998年6月26日公開)
 上記のような複数の伝送パケットのそれぞれには、順序情報(シーケンス番号:sequence number)が付与される。このとき、受信機は、コンポーネントの再構成またはパケットロス検出等のため、コンポーネントを構成する各パケットの順序関係を受信側で識別する必要がある。しかしながら、1つのコンポーネント(アセット)を複数の部分集合(サブアセット)に分割して、それぞれ異なるネットワークで伝送する場合、受信側でサブアセット間のパケット順序が判断できないという問題があった。また、受信側でサブアセット内のパケット抜けの有無が判断できないといった問題もあった。
 これを、図15を参照して説明する。図15は、従来技術に係る伝送パケットの一例を示す図であり、図15の(a)はサブアセット単位で、各伝送パケットにシーケンス番号を付与したときの伝送パケットの例を示し、図15の(b)はアセット全体を通して、各伝送パケットにシーケンス番号を付与したときの伝送パケットの例を示している。
 図15の(a)に示すように、アセットは、サブアセット1およびサブアセット2から構成されている。また、サブアセット1とサブアセット2とは異なるネットワークで伝送されるとする。
 また、サブアセット1およびサブアセット2の各伝送パケットは、ペイロード(Payload)にヘッダを付加した伝送パケット(Transport Packet)の形式とする。各ヘッダには、サブアセット毎にシーケンス番号(16ビット)が付与されている。図15の(a)に示すように、サブアセット1の各伝送パケットには、伝送順に、0x0000、0x0001、0x0002、・・・のシーケンス番号が付与されている。同様に、サブアセット2の各伝送パケットには、伝送順に、0x0000、0x0001、0x0002、・・・のシーケンス番号が付与されている。
 このようなアセットが伝送された場合、受信機は、同じシーケンス番号を付与された伝送パケットを受信することになる。具体的には、受信機は、例えば、0x0001のシーケンス番号を付与された伝送パケットが含まれるサブアセット1とサブアセット2を受信する。このとき、受信機は、0x0001のシーケンス番号を付与されたサブアセット1の伝送パケットが、サブアセット1の2番目のパケットであるとわかり、0x0001のシーケンス番号を付与されたサブアセット2の伝送パケットが、サブアセット2の2番目のパケットであるとわかる。しかし、このような伝送パケットを受信した受信機は、0x0001のシーケンス番号を付与されたサブアセット1の伝送パケットと、0x0001のシーケンス番号を付与されたサブアセット2の伝送パケットとのパケット順序が判断できない。このように、図15の(a)に示す伝送パケットでは、受信機は、受信した伝送パケットのサブアセット毎のパケット順序は判断できるが、サブアセット間のパケット順序の判断ができない。
 また、図15の(b)のアセットは、図15の(a)のアセットと同様に、サブアセット1およびサブアセット2から構成されている。各ヘッダには、アセット全体を通して、各伝送パケットにシーケンス番号が付与されている。図15の(b)に示すように、シーケンス番号は、アセット全体を通して付与されているため、同じシーケンス番号がない。サブアセット1の各伝送パケットには、伝送順に、0x0000、0x0002、0x0004、・・・のシーケンス番号が付与されており、サブアセット2の各伝送パケットには、伝送順に、0x0001、0x0003、0x0005、・・・のシーケンス番号が付与されている。
 このようなサブアセット1およびサブアセット2が異なるネットワークで伝送され、受信機が一方のネットワークからのサブアセットのみを受信した場合、例えば、サブアセット1のみを受信した場合、受信機は、0x0000、0x0002、0x0004、・・・のシーケンス番号が付与された伝送パケットを受信する。このとき、受信機は、0x0001、0x0003、0x0005、・・・のシーケンス番号が付与された伝送パケットが、他のサブアセットに含まれるのか、パケットロスが発生したのか判断できない。
 本発明は、上記の問題点に鑑みてなされたものであり、その目的は、受信側の再生装置に、各パケットの適切な伝送順序を通知しつつ、パケットロスが発生した場合にパケットロスを容易に検出させることが可能なパケット群を生成する生成装置等を提供することにある。
 上記の課題を解決するために、本発明の生成装置は、1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを構成する複数のユニットの1つを含むパケットを生成する生成装置であって、前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当手段と、前記コンテンツを構成する各ユニットについて当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当手段と、前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当手段によって当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当手段によって当該パケットに割り当てられた前記第2伝送順序情報とを含むパケットを生成するパケット生成手段と、を備えていることを特徴としている。
また、本発明の生成装置は、1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを分割して生成された複数のユニットの1つを含むパケットを生成する生成装置であって、前記複数のユニットから構成される集合を、複数の部分集合に分割する分割手段と、前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当手段と、前記分割手段によって分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当手段と、前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当手段によって当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当手段によって当該パケットに割り当てられた前記第2伝送順序情報とを含むパケットを生成するパケット生成手段と、を備えていることを特徴としている。
 また、上記課題を解決するために、本発明の生成方法は、1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを分割して生成された複数のユニットの1つを含むパケットを生成する生成装置によるパケットの生成方法であって、前記複数のユニットから構成される集合を、複数の部分集合に分割する分割ステップと、前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当ステップと、前記分割ステップにおいて分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当ステップと、前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第2伝送順序情報と、を含むパケットを生成するパケット生成ステップと、を含んでいることを特徴としている。
 上記の構成によれば、複数のユニットのそれぞれに対し、コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報と、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報とを含むパケットを生成する。
 したがって、このパケットを受信した再生装置では、上記コンポーネントにおける当該ユニットの伝送順序と、上記部分集合における当該ユニットの伝送順序とから、コンポーネント単位および部分集合単位で当該ユニットの伝送順序を認識することができる。そのため、どのパケットが伝送されていないのかを容易に判断することができ、パケットロスを容易に検出することができるという効果を奏する。
 また、上記課題を解決するために、本発明の再生装置は、1つ以上のコンポーネントで構成されるコンテンツを、前記コンポーネントが分割されたユニットとして含まれるパケットとして受信し、再生する再生装置であって、受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出手段と、前記検出手段が、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生手段と、を備えていることを特徴としている。
 また、上記課題を解決するために、本発明の再生方法は、1つ以上のコンポーネントで構成されるコンテンツを、前記コンポーネントが分割されたユニットとして含まれるパケットとして受信し、再生する再生装置による再生方法であって、受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出ステップと、前記検出ステップにおいて、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生ステップと、を含んでいることを特徴としている。
 上記構成によれば、受信したパケットに上記コンポーネントにおける当該ユニットの伝送順序と、上記部分集合における当該ユニットの伝送順序とが含まれている場合、受信していないパケットの有無を容易に判断することができるとともに、消失したパケットの再送要求による伝送遅延を低減することができる。
 また、本発明のデータ構造は、上記課題を解決するために、1つ以上のコンポーネントで構成されるコンテンツを送信するためのパケットのデータ構造であって、前記コンポーネントを分割して生成されたユニットと、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報と、を含むことを特徴としている。
 上記データ構造のパケットは、前記コンポーネントを分割して生成されたユニットと、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報と、を含む。このため、このデータ構造のパケットを受信した再生装置では、第1伝送順序情報および第2伝送順序情報によって、そのユニットのコンポーネントにおける伝送順序と、部分集合における伝送順序とを特定することができる。
 したがって、再生装置において、コンポーネント単位および部分集合単位で当該ユニットの伝送順序を認識することができる。そのため、どのパケットが伝送されていないのかを容易に判断することができ、パケットロスを容易に検出することができる。
 なお、上記生成装置および上記再生装置は、コンピュータによって実現してもよく、この場合には、コンピュータを上記生成装置および上記再生装置の各手段として動作させることにより、上記生成装置および上記再生装置をコンピュータにて実現させる制御プログラム、及びそれを記録したコンピュータ読み取り可能な記録媒体も本発明の範疇に入る。
 以上のように、本発明の生成装置は、複数のユニットから構成される集合を、複数の部分集合に分割する分割手段と、前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当手段と、前記分割手段によって分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当手段と、前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当手段によって当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当手段によって当該パケットに割り当てられた前記第2伝送順序情報とを含むパケットを生成するパケット生成手段と、を備えている。
 また、本発明の生成方法は、複数のユニットから構成される集合を、複数の部分集合に分割する分割ステップと、前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当ステップと、前記分割ステップにおいて分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当ステップと、前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第2伝送順序情報と、を含むパケットを生成するパケット生成ステップと、を含んでいる。
 また、本発明の再生装置は、受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出手段と、前記検出手段が、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生手段と、を備えている。
 また、本発明の再生方法は、受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出ステップと、前記検出ステップにおいて、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生ステップと、を含んでいる。
 また、本発明のデータ構造は、コンポーネントを分割して生成されたユニットと、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報と、を含んでいる。
 したがって、再生装置において、どのパケットが伝送されていないのかを容易に判断することができ、パケットロスを容易に検出することができるという効果を奏する。
本発明の一実施形態にかかるコンテンツ送信システムを構成する送信機および受信機の要部構成を示すブロック図である。 上記コンテンツ送信システムで取り扱うコンテンツのデータ構造の一例を示す図である。 上記コンテンツの伝送形式の一例を示す図である。 パケット順序情報を含む伝送パケットの一例を示す図である。 図4の伝送パケットの伝送パケットヘッダの構造(シンタックス)の一例を示す図である。 パケット順序情報を含む伝送パケットの他の例を示す図である。 図6の伝送パケットの伝送パケットヘッダの構造(シンタックス)の一例を示す図である。 構成情報の一例を示す図である。 上記送信機が実行する伝送パケット生成処理の一例を示すフローチャートである。 上記受信機が実行する再生処理の一例を示すフローチャートである。 複数のサブアセットに同一の伝送パケットが含まれる場合の伝送パケットの一例を示す図である。 複数のサブアセットに、伝送パケットとして符号化データが含まれる場合の伝送パケットの一例を示す図である。 複数のアセットを複数のサブアセットに分割した際の伝送パケットの一例を示す図である。 従来から用いられているコンテンツの伝送態様を示す図であり、同図(a)は単一ネットワークによる伝送の例を示し、同図(b)は複数ネットワークによるハイブリッド伝送の例を示している。 従来技術に係る伝送パケットの一例を示す図であり、同図(a)はサブアセット単位で、各伝送パケットにシーケンス番号を付与したときの伝送パケットの例を示し、同図(b)はアセット全体を通して、各伝送パケットにシーケンス番号を付与したときの伝送パケットの例を示している。
 以下、本発明の実施の形態について、図1~図13に基づいて詳細に説明する。
 〔システム構成〕
 まず、本実施形態にかかるコンテンツ送受信システムの構成を図1に基づいて説明する。図1は、コンテンツ送受信システム3を構成する送信機(生成装置)1および受信機(再生装置)2の要部構成を示すブロック図である。
 図示のように、コンテンツ送受信システム3は、送信機1と受信機2とがネットワークを介して接続された構成であり、コンテンツ送受信システム3では、送信機1が送信するコンテンツを受信機2が受信して再生する。
 なお、図示の例では、送信機1と受信機2とが直接通信しているが、これに限られない。例えば、送信機1と受信機2との通信は中継機が中継してもよいし、送信機1から他の配信サーバにコンテンツを配信し、この配信サーバから受信機2にコンテンツを配信してもよい。
 また、ここでは、送信機1と受信機2とを接続するネットワークがインターネットである例を説明するが、このネットワークは送信機1と受信機2とがコンテンツを送受信可能なものであればよく、これに限定されない。例えば、上記ネットワークとして、放送網を適用してもよいし、インターネットと放送網とを併用するハイブリッド配信を採用してもよい。
 送信機1は、コンテンツを配信する装置であり、送信機1の機能を統括して制御する送信機制御部10、送信機1が送信するデータを格納する送信機記憶部11、および送信機1が外部の装置と通信を行うための送信機通信部12を備えている。
 また、送信機制御部10は、コンテンツ分割部(分割手段)13、ヘッダ生成部(パケット生成手段)14、および伝送順序割当部(第1の伝送順序割当手段、第2の伝送順序割当手段)15を含み、送信機記憶部11にはコンテンツ16が格納されている。
 コンテンツ分割部13は、コンテンツ16を配信するために分割する。具体的には、コンテンツのコンポーネントを、例えばメディアユニット単位で分割してメディアユニットを生成する。また、コンテンツ分割部13は、コンポーネントを複数の部分集合に分割する。具体的には、コンテンツ分割部13は、複数のメディアユニットから構成される集合(アセット)を、複数の部分集合(サブアセット)に分割する。また、コンテンツ16から構成情報(Composition Information:CI、再生用情報)や伝送特性情報(Transport Characteristics:TC)等を特定し抽出する。なお、メディアユニット、構成情報、および伝送特性情報の詳細については後述する。
 伝送順序割当部15は、コンテンツ分割部13によって生成された複数のメディアユニットのそれぞれに対し、コンポーネントにおける当該メディアユニットの伝送順序を示す情報(第1伝送順序情報)を、当該メディアユニットを含むパケットに割り当てる。
 また、伝送順序割当部15は、サブアセット毎に、当該サブアセットを構成する各メディアユニットについて当該サブアセットにおける当該メディアユニットの伝送順序を示す情報(第2伝送順序情報)を、当該メディアユニットを含むパケットに割り当てる。
 伝送順序割当部15は、各パケットに割り当てた第1伝送順序情報と第2伝送順序情報とをヘッダ生成部に供給する。
 ヘッダ生成部14は、コンテンツ分割部13が生成したデータに付加するヘッダを生成する。具体的には、少なくともペイロードタイプ(payload type)を示す情報を含むペイロードフォーマットヘッダ(Payload Format Header)を生成し、これをメディアユニット、構成情報、および伝送特性情報のそれぞれに付加してペイロードを生成する。
 また、配信するパケットのそれぞれについて、伝送パケットヘッダ(Transport Packet Header)を生成し、ペイロードにこれを付加して伝送パケットを生成する。伝送パケットヘッダには、伝送順序割当部15から供給された第1伝送順序情報と第2伝送順序情報とが含まれる。なお、以下では、第1伝送順序情報と第2伝送順序情報とをパケット順序情報と称す。
 コンテンツ16は、送信機1が配信するコンテンツである。上述のように、コンテンツ16は、コンテンツ分割部13によって分割され、ヘッダ生成部14にヘッダを付加されて、伝送パケットとして配信される。
 一方、受信機2は、コンテンツを受信して再生する装置であり、受信機2の機能を統括して制御する受信機制御部20、受信機2が受信するデータを格納する受信機記憶部21、受信機2が外部の装置と通信を行うための受信機通信部22、画像を表示する表示部23、および音声を出力する音声出力部24を備えている。
 また、受信機制御部20は、ヘッダ解析部(検出手段)25、デコーダ26、および再生制御部(再生手段)27を含んでいる。
 ヘッダ解析部25は、受信した伝送パケットのヘッダを解析し、その解析結果に応じた処理を実行する。具体的には、ヘッダ解析部25は、パケット順序情報(後述のイントラシーケンス番号、及び/又はインターシーケンス番号)に不連続がある等、パケットロスを検出した場合には、再送要求を受信機通信部22に指示する。また、ヘッダ解析部25は、解析したヘッダが、ペイロードとしてメディアユニットを含むことを示している場合には、このペイロードをデコーダ26に送信してデコードさせる。一方、解析したヘッダが、ペイロードとして構成情報を含むことを示している場合には、このペイロードを再生制御部27に送信する。
 デコーダ26は、受信した伝送パケットに含まれるメディアユニットをデコードする。デコードしたデータは再生制御部27の制御に従って、表示部23および音声出力部24から出力される。
 再生制御部27は、構成情報に従ってコンポーネントを再生する。具体的には、再生制御部27は、デコーダ26がデコードしたメディアユニットを、構成情報に従って、表示部23および音声出力部24から出力させる。
 〔コンテンツのデータ構造〕
 次に、コンテンツ16のデータ構造を図2に基づいて説明する。図2は、コンテンツ16のデータ構造の一例を示す図である。
 コンテンツ16は、ヘッダ、構成情報(CI)、伝送特性情報(TC)、および複数のアセット(Asset)を含むパッケージ(Package)として送信機記憶部11に格納されている。
 アセットは、映像、音声、テキスト等のコンポーネントであり、ヘッダと複数のメディアユニット(M-Unit:MU)とで構成されている。また、メディアユニットは、ランダムアクセスやタイムスタンプ付与の単位となるユニットであり、ヘッダと複数のメディアフラグメントユニット(Media Fragment Unit:MFU)とで構成されている。
 構成情報は、コンポーネントの再生態様を示す。具体的には、構成情報は、各コンポーネントの表示位置、表示サイズなどのレイアウトや、コンポーネント間の組み合わせ可否(他のコンポーネントとの同時再生の可否)などを示す。各メディアユニットは、構成情報を参照して再生される。
 伝送特性情報は、各コンポーネントの伝送特性を示す。具体的には、伝送特性情報は、最適配信経路を判断するための各コンポーネントの必要帯域や許容遅延などを示す。
 〔コンテンツの伝送形式〕
 続いて、コンテンツ16の伝送形式を図3に基づいて説明する。図3は、コンテンツ16の伝送形式の一例を示す図である。
 コンテンツ16をTCP/IP、UDP/IP等で伝送する場合、ペイロード(Payload)にヘッダを付加した伝送パケット(Transport Packet)の形式とする。このペイロードのヘッダに、上述のパケット順序情報が記述される。
 また、コンテンツ16のパッケージを配信する際のペイロードフォーマットは、図示のように、メディアユニット(MU)、構成情報(CI)、および伝送特性情報(TC)のそれぞれにヘッダを付加した形式である。
 なお、図3のペイロードフォーマットでは、1つのメディアユニットを1つのペイロードとしているが、これに限定されない。例えば、伝送パケットのサイズに制約がある場合には、メディアユニットをさらに分割してそれぞれを異なるペイロードとして伝送してもよいし、複数のメディアユニットをまとめて1つのペイロードとして伝送してもよい。この場合、ペイロードフォーマットヘッダに、メディアユニットを構成する最初のメディアフラグメントユニットを含むか否かを示すフラグ、メディアユニットを構成する最後のメディアフラグメントユニットを含むか否かを示すフラグ等を記述する構成としてもよい。
 〔パケット順序情報の詳細〕
 続いて、パケット順序情報の詳細について、図4~図7に基づいて説明する。
 (パケット順序情報の具体例1)
 図4は、パケット順序情報を含む伝送パケットの一例を示す図である。図4では、サブアセット1およびサブアセット2から構成されるアセットに含まれる伝送パケットを示している。各伝送パケットは、ペイロードに16ビットのヘッダが付与されている。ヘッダには、パケット順序情報として、サブアセット毎に当該サブアセット内の各伝送パケットの伝送順序を示す8ビットのイントラシーケンス番号(Intra sequence number、第2伝送順序情報)と、アセット内の各伝送パケットの伝送順序を示す8ビットのインターシーケンス番号(Inter sequence number、第1伝送順序情報)とが含まれている。
 図4に示すように、サブアセット1には、イントラシーケンス番号が0x00、0x01、0x02、・・・の伝送パケットが含まれる。また、サブアセット2には、イントラシーケンス番号が、0x00、0x01、0x02、・・・の伝送パケットが含まれる。受信機2は、イントラシーケンス番号を解析することにより、サブアセット内での番号の抜け(パケット抜け)を検出することができる。
 また、サブアセット1には、インターシーケンス番号が偶数番号(0x00、0x02、0x04、・・・)の伝送パケットが含まれており、サブアセット2には、インターシーケンス番号が奇数番号(0x01、0x03、0x05、・・・)の伝送パケットが含まれている。受信機2は、このようなインターシーケンス番号を解析することにより、当該アセットの各伝送パケットがどの順序で伝送されるべきかを判断することができる。
 図5は、図4の伝送パケットの伝送パケットヘッダの構造(シンタックス)の一例を示す図である。
 図5の伝送パケットヘッダ構造では、1ビットのフラグinter_flagの後、inter_flag==‘1’の場合に、イントラシーケンス番号を示す8ビットの値intra_sequence_numberと、インターシーケンス番号を示す8ビットの値inter_sequence_numberとが続く。また、inter_flag==‘1’ではない場合に、従来と同様のシーケンス番号を示す16ビットの値sequence_numberが続く。
 このように、ヘッダ生成部14は、イントラシーケンス番号と、インターシーケンス番号とをそれぞれ独立して含めた伝送パケットを生成することができる。
 これにより、この伝送パケットを受信した受信機2は、当該伝送パケットのアセットにおける伝送順序と、サブアセットにおける伝送順序とを認識することができる。
 (パケット順序情報の具体例2)
 図6は、パケット順序情報を含む伝送パケットの他の一例を示す図である。図6では、サブアセット1およびサブアセット2から構成されるアセットに含まれる伝送パケットを示している。各伝送パケットは、ペイロードに16ビットのヘッダが付与されている。ヘッダには、パケット順序情報として、16ビットの連結シーケンス番号(Concatenated sequence number)が記載されている。連結シーケンス番号の下位8ビットには、サブアセット毎に当該サブアセット内の各伝送パケットの伝送順序を示すイントラシーケンス番号(Intra sequence number)が含まれている。また、連結シーケンス番号の上位8ビットには、アセット内の各伝送パケットの伝送順序を示すインターシーケンス番号(Inter sequence number)が含まれている。
 図6に示すように、サブアセット1には、連結シーケンス番号の下位8ビット(イントラシーケンス番号)が00、01、02、・・・の伝送パケットが含まれる。また、サブアセット2には、連結シーケンス番号の下位8ビット(イントラシーケンス番号)が00、01、02、・・・の伝送パケットが含まれる。受信機2は、連結シーケンス番号の下位8ビット(イントラシーケンス番号)を解析することにより、サブアセット内での番号の抜け(パケット抜け)を検出することができる。
 また、サブアセット1には、連結シーケンス番号の上位8ビット(インターシーケンス番号)が、偶数番号(0x00、0x02、0x04、・・・)の伝送パケットが含まれており、サブアセット2には、連結シーケンス番号の上位8ビット(インターシーケンス番号)が、奇数番号(0x01、0x03、0x05、・・・)の伝送パケットが含まれている。受信機2は、このようなインターシーケンス番号を解析することにより、当該アセットの各伝送パケットがどの順序で伝送されるべきかを判断することができる。
 図7は、図6の伝送パケットの伝送パケットヘッダの構造(シンタックス)の一例を示す図である。
 図7の伝送パケットヘッダ構造では、1ビットのフラグconcatenated_flagの後、concatenated_flag==‘1’の場合に、連結シーケンス番号を示す16ビットの値concatenated_sequence_numberが続く。また、concatenated_flag==‘1’ではない場合に、従来と同様のシーケンス番号を示す16ビットの値sequence_numberが続く。
 このように、ヘッダ生成部14は、イントラシーケンス番号と、インターシーケンス番号とをまとめた連結シーケンス番号を含めた伝送パケットを生成することができる。
 これにより、この伝送パケットを受信した受信機2は、当該伝送パケットのアセットにおける伝送順序と、サブアセットにおける伝送順序とを認識することができる。
 なお、上記では、インターシーケンス番号が偶数番号である伝送パケットをサブアセット1に含ませ、インターシーケンス番号が奇数番号である伝送パケットをサブアセット2に含ませることについて説明を行ったが、伝送パケットがどのサブアセットに含まれるのかはこれに限定されず、任意である。
 〔構成情報の具体例〕
 次に、構成情報の具体例を図8に基づいて説明する。図8は、構成情報の一例を示す図である。
 図8に示す構成情報では、<layout>タグによって、領域r1(全画面表示に対応)および領域r2(表示画面を縦横に4分割した左上領域に対応)が定義されている。そして、アセットを構成するサブアセットを統合することを指定する<union>タグによって、領域r1に対してサブアセットa11とサブアセットa12とが対応付けられている。また、アセットの相互排他的(Mutually Exclusive)表示を指定する<excl>タグにより、サブアセットa21を領域r2に表示するか、サブアセットa22を領域r2に表示するかの何れか一方が可能であることが定義されている。また、このレイアウトを時刻0sから適用することを示す記述(start="0s")が含まれている。
 このため、受信機2は、サブアセットa11、a12、a21およびa22を含むコンテンツの再生開始と同時に(0sから)、同図に示すように、サブアセットa11およびa12を統合して全画面表示し、サブアセットa21またはa22を1/4に縮小して画面の左上に表示する。
 なお、図8ではSMIL(Synchronized Multimedia Integration Language)によって構成情報を記述した例を示しているが、構成情報はアセットの表示態様を示すものであればよく、その記述形式は特に限定されない。
 〔伝送パケット生成処理の流れ〕
 次に、送信機1が実行する伝送パケット生成処理(パケット生成方法)の流れを図9に基づいて説明する。図9は、伝送パケット生成処理の一例を示すフローチャートである。なお、伝送パケット生成処理を行うタイミングは特に限定されない。例えばオンデマンド配信では、受信機2からコンテンツの送信要求を受信したとき、ライブ配信ではコンテンツをエンコードする際に行えばよい。
 まず、コンテンツ分割部13は、送信機記憶部11に格納されているコンテンツ16を読み出して、ペイロード(厳密には図3における伝送パケットのペイロード部分に格納するデータ)を生成する。具体的には、コンテンツ分割部13は、図2に示したようにパッケージとして格納されているコンテンツ16からアセットを取得し、取得したアセットを分割して複数のペイロードを生成する(S91)。そして、コンテンツ分割部13は、上記のようにして生成した複数のペイロードをヘッダ生成部14に出力する。
 なお、ペイロードへの分割単位はメディアユニットに限定されない。例えば、ペイロードのサイズに制約がある場合、メディアユニットを所定のサイズでさらに分割したものをペイロードとしてもよい。また、分割のオーバーヘッドをできるだけ小さくしたい場合等には、複数のメディアユニットをまとめて1つのペイロードとしてもよい。また、コンテンツ分割部13は、パッケージに含まれる構成情報(CI)や伝送特性情報(TC)についてもコンテンツ16より抽出して、ヘッダ生成部14に出力する。
 次に、ヘッダ生成部14は、入力された複数のペイロードから、ペイロードタイプを示す情報を含むペイロードフォーマットを生成する(S92)。具体的には、ヘッダ生成部14は、ペイロードタイプがメディアユニットであることを示す情報(payload_type=MU)を記述したペイロードフォーマットヘッダを生成し、これを各メディアユニットに付加して、図3に示したようなペイロードフォーマットを生成する。
 なお、ペイロードフォーマットのペイロードタイプは、コンテンツ分割部13から受信したデータに応じたものとする。例えば、コンテンツ分割部13から構成情報が入力された場合には、ペイロードタイプが構成情報であることを示す情報(payload_type=CI)を記述したペイロードフォーマットヘッダを生成する。同様に、伝送特性情報(TC)が入力された場合には、伝送特性情報であることを示す情報(payload_type=TC)を記述したペイロードフォーマットヘッダを生成する。
 次に、コンテンツ分割部13は、取得したアセットをサブアセット(部分集合)に分割する。具体的には、S91にて生成した複数のペイロードのそれぞれを複数のサブアセットに分割する(S93、分割ステップ)。
 次に、伝送順序割当部15は、コンテンツ分割部13が分割した複数のペイロードのそれぞれに対し、当該ペイロードのコンテンツ(アセット)内の伝送順序を示す情報(インターシーケンス番号)を割り当てる(S94、第1の伝送順序割当ステップ)。また、伝送順序割当部15は、コンテンツ分割部13が分割した複数のペイロードのそれぞれに対し、当該ペイロードのサブアセット内の伝送順序を示す情報(イントラシーケンス番号)を割り当てる(S95、第2の伝送順序割当ステップ)。
 その後、ヘッダ生成部14は、S94およびS95で各ペイロードに割り当てたインターシーケンス番号およびイントラシーケンス番号を含む伝送パケットヘッダを生成し、これをS92で生成したペイロードフォーマットに付加して、図3に示したような伝送パケットを生成する(S96、パケット生成ステップ)。
 そして、ヘッダ生成部14は、生成した伝送パケットを送信機通信部12に出力し(S97)、伝送パケット生成処理は終了する。これにより、上記のようにして生成された伝送パケットは、ネットワークを介して受信機2に送信される。
 このように、本発明における送信機1は、複数のペイロードのそれぞれに対し、アセットにおける当該ペイロードの伝送順序を示すインターシーケンス番号と、サブアセットにおける当該ペイロードの伝送順序を示すイントラシーケンス番号とを含む伝送パケットを生成する。
 したがって、この伝送パケットを受信した受信機2では、アセットにおけるペイロードの伝送順序と、サブアセットにおける当該ペイロードの伝送順序とから、アセット単位およびサブアセット単位で当該ペイロードの伝送順序を認識することができる。そのため、どの伝送パケットが伝送されていないのかを容易に判断することができ、パケットロスを容易に検出することができるという効果を奏する。
 〔再生処理の流れ〕
 続いて、受信機2が実行する再生処理(再生方法)の流れを図10に基づいて説明する。図10は再生処理の一例を示すフローチャートである。なお、図10では、1つの伝送パケットについて、その受信から出力までの処理を示している。伝送パケットヘッダ構造は図5に示したものを用いる。
 受信機通信部22は、送信機1の送信機通信部12から送信された伝送パケットを、ネットワーク経由で受信し(S100)、この伝送パケットをヘッダ解析部25に出力する。そして、ヘッダ解析部25は、受信した伝送パケットのヘッダ(伝送パケットヘッダ)を解析し(S101)、inter_flag==‘1’であるか判断する(S102、検出ステップ)。
 この解析の結果、inter_flag==‘1’であることが確認された場合(S102にてYes)、ヘッダ解析部25は、伝送パケットヘッダに含まれるインターシーケンス番号およびイントラシーケンス番号を取得する(S103)。一方、inter_flag==‘1’でない場合(S102にてNo)、ヘッダ解析部25は、伝送パケットヘッダに含まれるシーケンス番号を取得する(S104)。
 次に、S103またはS104で取得したシーケンス番号と、過去に受信した伝送パケットのシーケンス番号をもとに、パケットロスの有無を検出する(S105、検出ステップ)。パケットロスを検出した場合(S105にてYes)、ヘッダ解析部25は、消失したパケットの再送要求を受信機通信部22に指示する(S106)。特に、inter_flag==‘1’の場合において、複数のパケットの消失を検出した場合には、インターシーケンス番号の小さいパケットから先に再送要求を行う。これにより、再送による伝送遅延を低減することができる。
 S105またはS106終了後、ヘッダ解析部25は、ペイロードフォーマットヘッダを解析し(S107)、payload_type==MUであるか判断する(S108)。payload_type==MUである場合(S108にてYes)、このペイロードフォーマットヘッダが付加されている伝送パケットに含まれるメディアユニットをデコーダ26に出力する(S109)。
 これにより、このメディアユニットがデコードされて、再生制御部27の制御により、構成情報に従って、表示部23および/または音声出力部24から出力され(再生ステップ)、再生処理は終了する。
 一方、S107の解析の結果、payload_type==MUではない場合(S108にてNo)、payload_typeに従ってペイロードを各処理部に出力する(S110)。例えば、payload_type==CIであれば、ペイロードは構成情報を含むため、これを再生制御部27に送信して設定を行わせる。これにより、再生処理は終了する。
 このように、本発明における受信機2は、受信した伝送パケットにアセットにおけるペイロードの伝送順序と、サブアセットにおける当該ペイロードの伝送順序とが含まれている場合、受信していない伝送パケットの有無を容易に判断することができるとともに、消失したパケットの再送要求による伝送遅延を低減することができる。
 〔変形例:インターシーケンス番号およびイントラシーケンス番号の割り当てビットについて〕
 上記では、インターシーケンス番号とイントラシーケンス番号とは、8ビットずつ付与されることについて説明を行ったが、インターシーケンス番号およびイントラシーケンス番号のビット割り当てはこれに限定されない。インターシーケンス番号およびイントラシーケンス番号のビット割り当ては、均等であってもよいし、どちらか一方のビット数を大きく割り当ててもよい。
 例えば、サブアセットの分割数が増えた場合、インターシーケンス番号にイントラシーケンス番号より多くのビットを割り当ててもよい。例えば、インターシーケンス番号に10ビットを割り当て、イントラシーケンス番号に6ビットを割り当ててもよい。
 または、インターシーケンス番号およびイントラシーケンス番号の割り当てパターンを示す情報を伝送パケットヘッダ等に付加することによって、動的にビット数を変化させてもよい。このとき受信機2側は、割り当てパターンを示す情報が付加された伝送パケットヘッダを解析することにより、インターシーケンス番号およびイントラシーケンス番号に何ビットが割り当てられているのかを確認することができる。
 〔変形例:伝送パケットのサブアセットへの分割について〕
 上記では、アセットを2つのサブアセットに分割することについて説明を行ったが、アセットが分割可能なサブアセットの数は2つに限らず、任意である。また、伝送パケットは、サブアセットの何れか1つに含まれていることについて説明を行ったが、伝送パケットは、複数のサブアセットに含まれていてもよい。これについて、図11を参照して説明を行う。
 図11は、複数のサブアセットに同一の伝送パケットが含まれる場合の伝送パケットの一例を示す図である。図11に示すように、アセットはサブアセット1とサブアセット2とから構成される。サブアセット1には、イントラシーケンス番号が0x00、0x01、0x02、・・・であり、インターシーケンス番号が0x00、0x02、0x04、・・・の伝送パケットが含まれる。また、サブアセット2には、イントラシーケンス番号が、0x00、0x01、0x02、0x03、・・・であり、インターシーケンス番号が、0x01、0x02、0x03、0x05、・・・の伝送パケットが含まれる。
 図11に示すように、サブアセット1およびサブアセット2には、同じインターシーケンス番号(図11の例では、0x02)が付与された伝送パケットが含まれている。インターシーケンス番号は、アセット内の各伝送パケットの伝送順序を示しているため、インターシーケンス番号が同じ番号の伝送パケットは、同一のパケットであることがわかる。
 このように、同一の伝送パケットを複数のサブアセットに含めるといった伝送パケットの冗長性を持たせることにより、パケットロスへの耐性が高まるという効果を奏する。
 〔変形例:サブアセット分割のバリエーションについて1〕
 コンテンツ分割部13がコンテンツをイントラ符号化データ(フレーム内圧縮符号化されたデータ)とインター符号化データ(フレーム間圧縮符号化されたデータ)に分割し、それぞれ異なるサブアセットに含ませて、伝送してもよい。これについて、図12を参照して説明を行う。
 図12は、複数のサブアセットに、伝送パケットとして符号化データが含まれる場合の伝送パケットの一例を示す図である。図12に示すように、アセットは、サブアセット1とサブアセット2とから構成される。サブアセット1には、イントラ符号化データの伝送パケットが含まれる。また、サブアセット2には、インター符号化データの伝送パケットが含まれる。サブアセット1およびサブアセット2に含まれる伝送パケットは、上述したインターシーケンス番号およびイントラシーケンス番号を含んだ伝送パケットである。なお、図12の例では、インターシーケンス番号とイントラシーケンス番号とがそれぞれ独立にペイロードに付加されている例を示しているが、図6に示したようにインターシーケンス番号とイントラシーケンス番号とをまとめた連結シーケンス番号がペイロードに付加されていてもよい。送信機1はこのようなアセットを送信する。
 ユーザがコンテンツを視聴する際、早送り等のトリックプレイを行った場合、受信機2はサブアセット1のみを受信すればよく、サブアセット2の伝送パケットにパケットロスを検出した場合であっても該パケットの再送要求は行わなくてもよい。また、ユーザがコンテンツを通常再生で視聴する場合、受信機2はサブアセット1およびサブアセット2の両方を受信する必要があるが、パケットロスを検出した場合、サブアセット1の伝送パケットを優先的に再送要求することで、全体の品質低下を抑えることができる。
 また、イントラシーケンス番号およびインターシーケンス番号を解析することにより、受信機2は、どのパケットが伝送されていないのかを容易に確認することができる。
 このように、本変形例におけるアセットは、複数の予測方式(例えば、イントラ符号化およびインター符号化)を併用して予測符号化されたアセットである。コンテンツ分割部13は、各サブアセットが同一の予測方式を用いて符号化されたユニットで構成される複数のサブアセットに分割することができる。
 〔変形例:サブアセット分割のバリエーションについて2〕
 コンテンツ分割部13がコンテンツを階層符号化(例えば、時間スケーラビリティ)し、ベースレイヤデータ(低フレームレート映像)とエンハンスメントレイヤデータ(高フレームレート用差分映像)とを、それぞれ異なるサブアセットに含ませて、伝送してもよい。
 例えば、図12に示すように、サブアセット1には、ベースレイヤデータの伝送パケットが含まれ、サブアセット2には、エンハンスメントレイヤデータの伝送パケットが含まれる。サブアセット1およびサブアセット2に含まれる伝送パケットは、上述したインターシーケンス番号およびイントラシーケンス番号を含んだ伝送パケットである。なお、図12の例では、インターシーケンス番号とイントラシーケンス番号とがそれぞれ独立にペイロードに付加されている例を示しているが、図6に示したようにインターシーケンス番号とイントラシーケンス番号とをまとめた連結シーケンス番号がペイロードに付加されていてもよい。送信機1はこのようなアセットを送信する。
 ユーザがコンテンツを視聴する際、低フレームレート映像でコンテンツを再生する場合、受信機2はサブアセット1のみを受信すればよく、サブアセット2の伝送パケットにパケットロスを検出した場合であっても該パケットの再送要求は行わなくてもよい。また、ユーザが高フレームレート映像でコンテンツを再生する場合、受信機2はサブアセット1およびサブアセット2の両方を受信する必要があるが、パケットロスを検出した場合、サブアセット1の伝送パケットを優先的に再送要求することで、全体の品質低下を抑えることができる。
 また、イントラシーケンス番号およびインターシーケンス番号を解析することにより、受信機2は、どのパケットが伝送されていないのかを容易に確認することができる。
 このように、本変形例における複数のペイロードは、フレームレート等の品質が相異なる複数の階層のペイロードで構成されている。コンテンツ分割部13は、各サブアセットが同一階層のペイロードから構成される複数のサブアセットに分割することができる。
 〔変形例:サブアセット分割のバリエーションについて3〕
 上記では、コンテンツを構成する1つのアセットを分割して生成された複数のメディアユニットの1つを含むパケットを生成する送信機1について説明を行ったが、送信機1は、コンテンツを構成する複数のアセットの各々を分割して生成された複数のメディアユニットの1つを含むパケットを生成してもよい。これについて、図13を参照して説明を行う。
 図13は、複数のアセットを複数のサブアセットに分割した際の伝送パケットの一例を示す図である。図13に示すように、ペイロードには、連結シーケンス番号が付与されている。連結シーケンス番号の上位8ビットはインターシーケンス番号を示し、次の6ビットは、イントラシーケンス番号を示し、下位2ビットはアセットID(Asset ID、コンポーネント情報)を示す。アセット1(Asset ID=1)は、映像データと音声データとが多重化されたコンポーネントである。具体的には、アセット1には、映像データ(V)と英語音声データ(A)とが含まれている。また、アセット2(Asset ID=2)は、日本語字幕データ(T)を含む複数言語の字幕データからなるコンポーネントである。また、サブアセット1には、アセット1の映像データ(V)が含まれ、サブアセット2には、アセット1の英語音声データ(A)と、アセット2の日本語字幕データ(T)が含まれている。送信機1は、このようなアセットを送信する。
 受信機2は、通常の再生(映像データと音声データとを用いた再生)の場合、サブアセット1とサブアセット2とを受信する必要がある。しかし、字幕を表示しない場合、つまり、アセット2のパケットを使用しない場合、連結シーケンス番号の下位2ビットを参照することにより、字幕データを含むパケットを破棄する。なお、図13に示したアセット2のデータは、連結シーケンス番号の上位8ビット(インターシーケンス番号)が0x01、0x03、・・・となっており、0x00、0x02のパケットを受信していない。しかし、アセット2は使用しないデータであるため、アセット2のデータのパケットロスを検出した場合であっても、受信機2は、送信機1に上記伝送パケットの再送を要求しなくてもよい。
 このように、本変形例では、あるサブアセット(例えば、サブアセット2)に複数のアセットのペイロードが複数含まれるように分割される。分割されたペイロードは、複数のアセットにおける当該ペイロードの伝送順序を示す情報(インターシーケンス番号)と、サブアセット2における当該ペイロードの伝送順序を示す情報(イントラシーケンス番号)と、複数のアセットのうち、当該ペイロードのアセットを示すアセットIDとを含む伝送パケットを生成する。
 したがって、この伝送パケットを受信した受信機2では、アセットIDを参照することにより、必要なアセット(例えば、アセット1)の伝送パケットのみを受信すればよく、その他のアセット(例えば、アセット2)の伝送パケットを受信していないとき当該伝送パケットの再送を送信機1に要求するという処理を省くことができる。
 〔伝送パケットの配信を行う主体について〕
 上記では、伝送パケットの生成と配信とを何れも送信機1が行う例を説明したが、伝送パケットの生成と配信とを別の装置が行うようにしてもよい。また、伝送パケットの生成と配信とをそれぞれ複数の装置が行うようにしてもよい。例えば、ある装置において放送配信用コンテンツの伝送パケットを生成し、他の装置においてオンデマンド配信用(例えば通信配信用)コンテンツの伝送パケットを生成してもよい。この場合、ある装置と他の装置の何れかにおいて、パケット順序情報を含む伝送パケットを生成すればよい。
 本発明は上述した実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能である。すなわち、請求項に示した範囲で適宜変更した技術的手段を組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。
 〔ソフトウェアによる実現例について〕
 最後に、送信機1および受信機2の各ブロック、特に送信機制御部10および受信機制御部20は、集積回路(ICチップ)上に形成された論理回路によってハードウェア的に実現してもよいし、CPU(Central Processing Unit)を用いてソフトウェア的に実現してもよい。
 後者の場合、送信機1および受信機2は、各機能を実現するプログラムの命令を実行するCPU、上記プログラムを格納したROM(Read Only Memory)、上記プログラムを展開するRAM(Random Access Memory)、上記プログラムおよび各種データを格納するメモリ等の記憶装置(記録媒体)などを備えている。そして、本発明の目的は、上述した機能を実現するソフトウェアである送信機1および受信機2の制御プログラムのプログラムコード(実行形式プログラム、中間コードプログラム、ソースプログラム)をコンピュータで読み取り可能に記録した記録媒体を、送信機1および受信機2に供給し、そのコンピュータ(またはCPUやMPU)が記録媒体に記録されているプログラムコードを読み出し実行することによっても、達成可能である。
 上記記録媒体としては、例えば、磁気テープやカセットテープ等のテープ類、フロッピー(登録商標)ディスク/ハードディスク等の磁気ディスクやCD-ROM/MO/MD/DVD/CD-R等の光ディスクを含むディスク類、ICカード(メモリカードを含む)/光カード等のカード類、マスクROM/EPROM/EEPROM/フラッシュROM等の半導体メモリ類、あるいはPLD(Programmable logic device)やFPGA(Field Programmable Gate Array)等の論理回路類などを用いることができる。
 また、送信機1および受信機2を通信ネットワークと接続可能に構成し、上記プログラムコードを通信ネットワークを介して供給してもよい。この通信ネットワークは、プログラムコードを伝送可能であればよく、特に限定されない。例えば、インターネット、イントラネット、エキストラネット、LAN、ISDN、VAN、CATV通信網、仮想専用網(Virtual Private Network)、電話回線網、移動体通信網、衛星通信網等が利用可能である。また、この通信ネットワークを構成する伝送媒体も、プログラムコードを伝送可能な媒体であればよく、特定の構成または種類のものに限定されない。例えば、IEEE1394、USB、電力線搬送、ケーブルTV回線、電話線、ADSL(Asymmetric Digital Subscriber Line)回線等の有線でも、IrDAやリモコンのような赤外線、Bluetooth(登録商標)、IEEE802.11無線、HDR(High Data Rate)、NFC(Near Field Communication)、DLNA(Digital Living Network Alliance)、携帯電話網、衛星回線、地上波デジタル網等の無線でも利用可能である。なお、本発明は、上記プログラムコードが電子的な伝送で具現化された、搬送波に埋め込まれたコンピュータデータ信号の形態でも実現され得る。
〔本発明に関する付記〕
 本発明の生成装置の前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報とをそれぞれ独立して前記パケットに含めることが好ましい。また、本発明の生成装置の前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報とをまとめて前記パケットに含めてもよい。
 上記構成によれば、生成装置は、上記第1伝送順序情報と上記第2伝送順序情報とがそれぞれ独立して当該パケットに含めたパケット、または、まとめて当該パケットに含めたパケットを生成することができる。
 したがって、このパケットを受信した再生装置は、上記第1伝送順序情報と上記第2伝送順序情報とがそれぞれ独立して含まれたパケットであっても、または、上記第1伝送順序情報と上記第2伝送順序情報とがまとめて含まれたパケットであっても、当該ユニットの上記コンポーネントにおける当該ユニットの伝送順序と、上記部分集合における当該ユニットの伝送順序とを認識することができる。
 また、本発明の生成装置の前記コンポーネントは、複数の予測方式を併用して予測符号化されたコンポーネントであり、前記分割手段は、前記複数のユニットから構成される集合を、各部分集合が同一の予測方式を用いて予測符号化されたユニットで構成される複数の部分集合に分割するように構成されてもよい。
 上記構成によれば、生成装置は、例えば、フレーム内圧縮符号化されたデータと、フレーム間圧縮符号化されたデータとを異なる部分集合に分割する。
 したがって、再生装置は、予測方式が異なるデータの一方のみを受信するか、両方を受信するかを選択することができる。
 また、本発明の生成装置の前記複数のユニットは、品質が相異なる複数の階層のユニットで構成されており、前記分割手段は、前記複数のユニットから構成される集合を、各部分集合が同一階層のユニットから構成される複数の部分集合に分割するように構成されてもよい。
 上記構成によれば、生成装置は、例えば、階層符号化により符号化されたベースレイヤデータとエンハンスメントレイヤデータとを異なる部分集合に分割する。
 したがって、再生装置は、このように階層が異なるデータの一方のみを受信するか、両方を受信するかを選択することができる。
 また、本発明の生成装置の前記生成装置は、コンテンツを構成する複数のコンポーネントの各々を分割して生成された複数のユニットの1つを含むパケットを生成する生成装置であり、前記第1の伝送順序割当手段は、前記第1伝送順序情報として、前記複数のユニットのそれぞれに対し、前記複数のコンポーネントにおける当該ユニットの伝送順序を示す情報を、当該ユニットを含むパケットに割り当て、前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報と、当該ユニットが含まれるコンポーネントを示すコンポーネント情報とを含むパケットを生成してもよい。
 上記構成によれば、ある部分集合に複数のコンポーネントのユニットが複数含まれるように分割される。分割されたユニットは、複数のコンポーネントにおける当該ユニットの伝送順序と、上記部分集合における当該ユニットの伝送順序と、複数のコンポーネントのうち、当該ユニットのコンポーネントを示すコンポーネント情報とを含むパケットを生成する。
 したがって、このパケットを受信した再生装置では、前記コンポーネント情報を参照することにより、必要なコンポーネントのパケットのみを受信すればよく、その他のコンポーネントのパケットを受信していないとき当該パケットの再送を生成装置に要求するという処理を省くことができる。
 本発明は、ネットワークを介してコンテンツを送信する送信機、およびネットワークを介してコンテンツを受信する受信機に利用することができる。
 1   送信機(生成装置)
 10  送信機制御部
 11  送信機記憶部
 12  送信機通信部
 13  コンテンツ分割部(分割手段)
 14  ヘッダ生成部(パケット生成手段)
 15  伝送順序割当部(第1の伝送順序割当手段、第2の伝送順序割当手段)
 16  コンテンツ
 2   受信機(再生装置)
 20  受信機制御部
 21  受信機記憶部
 23  表示部
 24  音声出力部
 25  ヘッダ解析部(検出手段)
 26  デコーダ
 27  再生制御部(再生手段)
 3   コンテンツ送受信システム

Claims (14)

  1. 1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを構成する複数のユニットの1つを含むパケットを生成する生成装置であって、
     前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当手段と、
     前記コンテンツを構成する各ユニットについて当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当手段と、
    前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当手段によって当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当手段によって当該パケットに割り当てられた前記第2伝送順序情報とを含むパケットを生成するパケット生成手段と、を備えていることを特徴とする生成装置。
  2.  1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを分割して生成された複数のユニットの1つを含むパケットを生成する生成装置であって、
     前記複数のユニットから構成される集合を、複数の部分集合に分割する分割手段と、
     前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当手段と、
     前記分割手段によって分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当手段と、
     前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当手段によって当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当手段によって当該パケットに割り当てられた前記第2伝送順序情報とを含むパケットを生成するパケット生成手段と、を備えていることを特徴とする生成装置。
  3.  前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報とをそれぞれ独立して前記パケットに含めることを特徴とする請求項1または2に記載の生成装置。
  4.  前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報とをまとめて前記パケットに含めることを特徴とする請求項1または2に記載の生成装置。
  5.  前記コンポーネントは、複数の予測方式を併用して予測符号化されたコンポーネントであり、
     前記分割手段は、前記複数のユニットから構成される集合を、各部分集合が同一の予測方式を用いて予測符号化されたユニットで構成される複数の部分集合に分割するように構成されていることを特徴とする請求項1から4の何れか1項に記載の生成装置。
  6.  前記複数のユニットは、品質が相異なる複数の階層のユニットで構成されており、
     前記分割手段は、前記複数のユニットから構成される集合を、各部分集合が同一階層のユニットから構成される複数の部分集合に分割するように構成されていることを特徴とする請求項1から4の何れか1項に記載の生成装置。
  7.  前記生成装置は、コンテンツを構成する複数のコンポーネントの各々を分割して生成された複数のユニットの1つを含むパケットを生成する生成装置であり、
     前記第1の伝送順序割当手段は、前記第1伝送順序情報として、前記複数のユニットのそれぞれに対し、前記複数のコンポーネントにおける当該ユニットの伝送順序を示す情報を、当該ユニットを含むパケットに割り当て、
     前記パケット生成手段は、前記第1伝送順序情報と、前記第2伝送順序情報と、当該ユニットが含まれるコンポーネントを示すコンポーネント情報とを含むパケットを生成することを特徴とする請求項1から6の何れか1項に記載の生成装置。
  8.  1つ以上のコンポーネントで構成されるコンテンツを、前記コンポーネントが分割されたユニットとして含まれるパケットとして受信し、再生する再生装置であって、
     受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出手段と、
     前記検出手段が、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生手段と、を備えていることを特徴とする再生装置。
  9.  1つ以上のコンポーネントで構成されるコンテンツを送信するためのパケットのデータ構造であって、
     前記コンポーネントを分割して生成されたユニットと、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報と、を含むことを特徴とするデータ構造。
  10.  1つ以上のコンポーネントで構成されるコンテンツを送信するために、前記コンポーネントを分割して生成された複数のユニットの1つを含むパケットを生成する生成装置によるパケットの生成方法であって、
     前記複数のユニットから構成される集合を、複数の部分集合に分割する分割ステップと、
     前記複数のユニットのそれぞれに対し、前記コンポーネントにおける当該ユニットの伝送順序を示す第1伝送順序情報を、当該ユニットを含むパケットに割り当てる第1の伝送順序割当ステップと、
     前記分割ステップにおいて分割された前記部分集合毎に、当該部分集合を構成する各ユニットについて当該部分集合における当該ユニットの伝送順序を示す第2伝送順序情報を、当該ユニットを含むパケットに割り当てる第2の伝送順序割当ステップと、
     前記複数のユニットの各々について、当該ユニットを含むパケットとして、前記第1の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第1伝送順序情報と、前記第2の伝送順序割当ステップにおいて当該パケットに割り当てられた前記第2伝送順序情報と、を含むパケットを生成するパケット生成ステップと、を含んでいることを特徴とする生成方法。
  11.  1つ以上のコンポーネントで構成されるコンテンツを、前記コンポーネントが分割されたユニットとして含まれるパケットとして受信し、再生する再生装置による再生方法であって、
     受信したパケットに、前記コンポーネントにおけるユニットの伝送順序を示す第1伝送順序情報および当該ユニットを含む複数のユニットから構成される部分集合における当該ユニットの伝送順序を示す第2伝送順序情報が含まれていることを検出する検出ステップと、
     前記検出ステップにおいて、前記パケットに前記第1伝送順序情報および前記第2伝送順序情報が含まれていることを検出したときに、当該パケットに含まれる前記ユニットを、前記コンポーネントにおける当該ユニットの伝送順序および前記部分集合における当該ユニットの伝送順序に従って処理する再生ステップと、を含んでいることを特徴とする再生方法。
  12.  請求項1から7の何れか1項に記載の生成装置を動作させるための制御プログラムであって、コンピュータを上記各手段として機能させるための制御プログラム。
  13.  請求項8に記載の再生装置を動作させるための制御プログラムであって、コンピュータを上記各手段として機能させるための制御プログラム。
  14.  請求項12または13に記載の制御プログラムを記録したコンピュータ読み取り可能な記録媒体。
     
PCT/JP2013/051708 2012-01-31 2013-01-28 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体 WO2013115121A1 (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN201380007329.4A CN104106247B (zh) 2012-01-31 2013-01-28 再现装置、生成装置及系统
JP2013556382A JP5661206B2 (ja) 2012-01-31 2013-01-28 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体
EP13743705.9A EP2811705B1 (en) 2012-01-31 2013-01-28 Generation device and generation method for data packets
US14/375,352 US9813350B2 (en) 2012-01-31 2013-01-28 Generation device, reproduction device, data structure, generation method, reproduction method, control program, and recording medium
US15/722,809 US10637791B2 (en) 2012-01-31 2017-10-02 Reproduction device and generation device
US16/827,962 US20200228456A1 (en) 2012-01-31 2020-03-24 Generation device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012019155 2012-01-31
JP2012-019155 2012-01-31

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US14/375,352 A-371-Of-International US9813350B2 (en) 2012-01-31 2013-01-28 Generation device, reproduction device, data structure, generation method, reproduction method, control program, and recording medium
US15/722,809 Continuation US10637791B2 (en) 2012-01-31 2017-10-02 Reproduction device and generation device

Publications (1)

Publication Number Publication Date
WO2013115121A1 true WO2013115121A1 (ja) 2013-08-08

Family

ID=48905160

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/051708 WO2013115121A1 (ja) 2012-01-31 2013-01-28 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体

Country Status (5)

Country Link
US (3) US9813350B2 (ja)
EP (1) EP2811705B1 (ja)
JP (5) JP5661206B2 (ja)
CN (3) CN108347491A (ja)
WO (1) WO2013115121A1 (ja)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634229A (zh) * 2013-11-26 2014-03-12 华为技术有限公司 一种片间通讯方法及控制装置
WO2014196189A1 (ja) * 2013-06-05 2014-12-11 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ データ復号方法、データ復号装置及びデータ送信方法
KR20150053036A (ko) * 2013-11-07 2015-05-15 삼성전자주식회사 컨텐츠 송신기 및 컨텐츠 수신기와, 컨텐츠 송신 방법 및 컨텐츠 수신 방법
WO2016181685A1 (ja) * 2015-05-08 2016-11-17 ソニー株式会社 送信制御装置、送信制御方法、受信制御装置及び受信制御方法
KR20170107580A (ko) * 2015-02-13 2017-09-25 삼성전자주식회사 미디어 데이터를 송수신하는 방법 및 장치
JP2018067932A (ja) * 2012-01-31 2018-04-26 シャープ株式会社 表示装置および表示方法
JP7453266B2 (ja) 2013-08-29 2024-03-19 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 送信装置

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160004858A (ko) * 2014-07-04 2016-01-13 삼성전자주식회사 멀티미디어 통신 시스템에서 패킷 송/수신 장치 및 방법
CN112118479A (zh) * 2015-02-02 2020-12-22 麦克赛尔株式会社 广播接收装置和内容输出方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10173612A (ja) 1996-12-13 1998-06-26 Hitachi Ltd メディア融合システム
JP2003152626A (ja) * 2001-11-14 2003-05-23 Nippon Telegr & Teleph Corp <Ntt> マルチキャストされたストリームコンテンツを受信する端末装置
JP2005507569A (ja) * 2001-02-16 2005-03-17 ヒューレット・パッカード・カンパニー 複数状態符号化および経路ダイバーシティを使用するビデオ通信方法およびシステム
JP2009239444A (ja) * 2008-03-26 2009-10-15 Mitsubishi Electric Corp パケット順序制御方法、受信装置、送信装置および通信システム
US20120185907A1 (en) * 2011-01-19 2012-07-19 Samsung Electronics Co. Ltd. Apparatus and method for transmitting multimedia frame in broadcast system

Family Cites Families (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63306740A (ja) * 1987-06-08 1988-12-14 Nippon Telegr & Teleph Corp <Ntt> パケット通信方式
JPH11215192A (ja) 1998-01-29 1999-08-06 Matsushita Electric Ind Co Ltd 可変長パケット通信方法およびパケット通信装置
US20060117340A1 (en) * 2000-05-05 2006-06-01 Ictv, Inc. Interactive cable television system without a return path
JP3600189B2 (ja) * 2001-06-19 2004-12-08 松下電器産業株式会社 パケット送受信装置及びパケット伝送方法
JP3931595B2 (ja) * 2001-07-10 2007-06-20 株式会社日立製作所 データ修正装置及びデータ修正方法
US20060059531A1 (en) * 2002-03-22 2006-03-16 Yasuko Fukuda Information recording medium, information recording device and method, information reproduction device and method, information recording reproduction device and method, recording or reproduction control computer program, and data structure containing control signal
MY136056A (en) * 2003-02-18 2008-08-29 Nokia Corp Picture decoding method
KR20080079313A (ko) * 2003-11-21 2008-08-29 닛본 덴끼 가부시끼가이샤 콘텐츠 배신 및 수신 장치, 콘텐츠 송수신 시스템, 콘텐츠배신 및 수신 방법, 콘텐츠 배신 및 수신용 프로그램을수록한 컴퓨터 판독가능 기록매체
KR100710290B1 (ko) * 2003-11-29 2007-04-23 엘지전자 주식회사 비디오 디코딩 장치 및 방법
KR100556911B1 (ko) * 2003-12-05 2006-03-03 엘지전자 주식회사 무선 동영상 스트리밍 서비스를 위한 동영상 데이터의 구조
US7567584B2 (en) * 2004-01-15 2009-07-28 Panasonic Corporation Multiplex scheme conversion apparatus
US8018850B2 (en) * 2004-02-23 2011-09-13 Sharp Laboratories Of America, Inc. Wireless video transmission system
JP4007331B2 (ja) * 2004-02-24 2007-11-14 ソニー株式会社 再生装置および方法
US8356327B2 (en) * 2004-10-30 2013-01-15 Sharp Laboratories Of America, Inc. Wireless video transmission system
KR100651486B1 (ko) * 2004-12-07 2006-11-29 삼성전자주식회사 네트워크를 통해 멀티미디어 컨텐츠를 전송하는 장치 및방법
US8291273B2 (en) * 2005-01-28 2012-10-16 Sharp Kabushiki Kaisha Communication device, non-transitory computer-readable medium storing a communication program
JP4430597B2 (ja) * 2005-08-26 2010-03-10 日本電信電話株式会社 ネットワークシステム、送信側振分装置、パケット通信方法、および、パケット通信プログラム
KR20070052650A (ko) * 2005-11-17 2007-05-22 엘지전자 주식회사 기록매체 재생방법 및 재생장치, 기록매체와 기록매체기록방법 및 기록장치
KR100747575B1 (ko) * 2005-12-12 2007-08-08 엘지전자 주식회사 방송신호 재생방법 및 장치
JP4720543B2 (ja) * 2006-03-01 2011-07-13 ソニー株式会社 データ処理装置、データ処理方法およびデータ処理プログラム、記録媒体、ならびに、再生装置、再生方法および再生プログラム
TW200742356A (en) * 2006-04-27 2007-11-01 Asustek Comp Inc Method and apparatus for handling segmentation and numbering of SDU in wireless communications system
JP4142068B2 (ja) * 2006-06-16 2008-08-27 株式会社ソニー・コンピュータエンタテインメント 情報処理装置およびアクセス制御方法
JP4352079B2 (ja) * 2007-03-28 2009-10-28 株式会社東芝 分散データベースから情報を検索するシステム、装置、および方法
WO2008126051A2 (en) * 2007-04-17 2008-10-23 Koninklijke Philips Electronics N.V. Packet header structure
WO2008156257A2 (en) * 2007-06-18 2008-12-24 Samsung Electronics Co., Ltd. Method and apparatus for transporting mobile broadcasting service, and method and apparatus for receiving mobile broadcasting service
JP2009004444A (ja) 2007-06-19 2009-01-08 Panasonic Corp 半導体装置及びその製造方法
CN101459598B (zh) * 2007-12-14 2011-03-16 华为技术有限公司 实现分组交换的方法及其系统
MX2011002880A (es) 2008-09-23 2011-04-12 Ericsson Telefon Ab L M Segmentacion de rlc para agregacion de vehiculo.
CN101686236B (zh) * 2008-09-27 2012-07-25 中国移动通信集团公司 并发关联类业务的同步方法及其装置
KR20110132546A (ko) * 2009-02-27 2011-12-08 파나소닉 주식회사 기록매체, 재생장치 및 집적회로
EP2242273A1 (en) * 2009-04-14 2010-10-20 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Transmission scheme for text-based information
JP2011060338A (ja) * 2009-09-04 2011-03-24 Sony Corp 情報処理装置、および情報処理方法、並びにプログラム
US9729939B2 (en) 2009-09-14 2017-08-08 Thomson Licensing Distribution of MPEG-2 TS multiplexed multimedia stream with selection of elementary packets of the stream
KR101750049B1 (ko) * 2009-11-13 2017-06-22 삼성전자주식회사 적응적인 스트리밍 방법 및 장치
KR20120083820A (ko) * 2011-01-18 2012-07-26 삼성전자주식회사 컨텐츠 전송 시스템에서 컨텐츠 전송 방법 및 장치
KR20120084237A (ko) * 2011-01-19 2012-07-27 삼성전자주식회사 엠엠티(mmt)에서 엠엠티 인캡슐레이터를 전송하는 방법
US9553912B2 (en) * 2011-01-19 2017-01-24 Electronics And Telecommunications Research Institute Method and apparatus for transmitting media content via a single port or multiple ports
US9386125B2 (en) * 2011-06-13 2016-07-05 Electronic And Telecommunications Research Institute Method for transmitting packet-based media data having header in which overhead is minimized
KR20120138604A (ko) * 2011-06-14 2012-12-26 삼성전자주식회사 멀티미디어 시스템에서 복합 미디어 컨텐츠를 송수신하는 방법 및 장치
KR101946861B1 (ko) * 2011-09-21 2019-02-13 삼성전자주식회사 멀티미디어 방송 서비스의 미디어 데이터 동기화 방법 및 장치
US9319721B2 (en) * 2011-10-13 2016-04-19 Electronics And Telecommunications Research Institute Method of configuring and transmitting an MMT transport packet
KR20130040090A (ko) * 2011-10-13 2013-04-23 삼성전자주식회사 복합 네트워크에서 멀티미디어 데이터를 전송하기 위한 장치 및 그 방법
KR20130040132A (ko) * 2011-10-13 2013-04-23 한국전자통신연구원 이종 ip 네트워크를 통한 미디어 코덱에 독립적인 미디어 데이터 전송 방법
KR101933465B1 (ko) * 2011-10-13 2019-01-11 삼성전자주식회사 이동 통신 시스템에서 패킷 송수신 장치 및 방법
KR20130040151A (ko) * 2011-10-13 2013-04-23 한국전자통신연구원 콤포지션 정보 및 전송 특성 정보가 연동된 미디어 데이터를 이종 ip 네트워크를 통하여 전송하는 방법
US20140344470A1 (en) * 2011-11-23 2014-11-20 Electronics And Telecommunications Research Institute Method and apparatus for streaming service for providing scalability and view information
KR101995221B1 (ko) * 2011-11-24 2019-07-16 삼성전자주식회사 통신 시스템에서 패킷 송수신 장치 및 방법
EP2784954A4 (en) * 2011-11-25 2015-05-27 Humax Holdings Co Ltd METHOD FOR CONNECTING MMT MEDIA AND DASH MEDIA
US9414123B2 (en) * 2011-11-25 2016-08-09 Humax Co., Ltd. Method for hybrid delivery of MMT package and content and method for receiving content
CN108600786A (zh) * 2011-11-30 2018-09-28 三星电子株式会社 用于发送/接收广播数据的装置和方法
KR20130085987A (ko) * 2012-01-20 2013-07-30 한국전자통신연구원 이종망 네트워크에서 미디어 프래그먼트 유닛으로 나누어진 액세스 유닛을 가지는 미디어 데이터를 전송하는 방법
US9848217B2 (en) * 2012-01-20 2017-12-19 Korea Electronics Technology Institute Method for transmitting and receiving program configuration information for scalable ultra high definition video service in hybrid transmission environment, and method and apparatus for effectively transmitting scalar layer information
US20140369222A1 (en) * 2012-01-26 2014-12-18 Electronics And Telecommunications Research Institute Method for estimating network jitter in apparatus for transmitting coded media data
JP5661206B2 (ja) 2012-01-31 2015-01-28 シャープ株式会社 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10173612A (ja) 1996-12-13 1998-06-26 Hitachi Ltd メディア融合システム
JP2005507569A (ja) * 2001-02-16 2005-03-17 ヒューレット・パッカード・カンパニー 複数状態符号化および経路ダイバーシティを使用するビデオ通信方法およびシステム
JP2003152626A (ja) * 2001-11-14 2003-05-23 Nippon Telegr & Teleph Corp <Ntt> マルチキャストされたストリームコンテンツを受信する端末装置
JP2009239444A (ja) * 2008-03-26 2009-10-15 Mitsubishi Electric Corp パケット順序制御方法、受信装置、送信装置および通信システム
US20120185907A1 (en) * 2011-01-19 2012-07-19 Samsung Electronics Co. Ltd. Apparatus and method for transmitting multimedia frame in broadcast system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
RICHMEDIA TEAM ET AL.: "MPEG Media Transport", TERMS AND DEFINITIONS, 13 November 2011 (2011-11-13), XP055139935, Retrieved from the Internet <URL:http://edu.tta.or.kr/sub3/down.php?No=97&file=1-1_MMT_111113.pdf> *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018067932A (ja) * 2012-01-31 2018-04-26 シャープ株式会社 表示装置および表示方法
US10637791B2 (en) 2012-01-31 2020-04-28 Sharp Kabushiki Kaisha Reproduction device and generation device
WO2014196189A1 (ja) * 2013-06-05 2014-12-11 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ データ復号方法、データ復号装置及びデータ送信方法
JP7453266B2 (ja) 2013-08-29 2024-03-19 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ 送信装置
KR102131699B1 (ko) * 2013-11-07 2020-07-08 삼성전자주식회사 컨텐츠 송신기 및 컨텐츠 수신기와, 컨텐츠 송신 방법 및 컨텐츠 수신 방법
KR20150053036A (ko) * 2013-11-07 2015-05-15 삼성전자주식회사 컨텐츠 송신기 및 컨텐츠 수신기와, 컨텐츠 송신 방법 및 컨텐츠 수신 방법
CN103634229A (zh) * 2013-11-26 2014-03-12 华为技术有限公司 一种片间通讯方法及控制装置
CN103634229B (zh) * 2013-11-26 2017-09-29 华为技术有限公司 一种片间通讯方法及控制装置
KR20170107580A (ko) * 2015-02-13 2017-09-25 삼성전자주식회사 미디어 데이터를 송수신하는 방법 및 장치
KR102464061B1 (ko) * 2015-02-13 2022-11-08 삼성전자주식회사 미디어 데이터를 송수신하는 방법 및 장치
WO2016181685A1 (ja) * 2015-05-08 2016-11-17 ソニー株式会社 送信制御装置、送信制御方法、受信制御装置及び受信制御方法
US10812404B2 (en) 2015-05-08 2020-10-20 Sony Corporation Transmission control device, transmission control method, reception control device, and reception control method
US11388102B2 (en) 2015-05-08 2022-07-12 Sony Corporation Transmission control device, transmission control method, reception control device, and reception control method
US10439949B2 (en) 2015-05-08 2019-10-08 Sony Corporation Transmission control device, transmission control method, reception control device, and reception control method
JPWO2016181685A1 (ja) * 2015-05-08 2018-03-01 ソニー株式会社 送信制御装置、送信制御方法、受信制御装置及び受信制御方法

Also Published As

Publication number Publication date
US20150023355A1 (en) 2015-01-22
EP2811705B1 (en) 2019-06-26
JP2018067932A (ja) 2018-04-26
EP2811705A4 (en) 2015-07-22
JP6078046B2 (ja) 2017-02-08
JP5661206B2 (ja) 2015-01-28
CN104106247A (zh) 2014-10-15
CN108347492B (zh) 2021-03-05
CN108347491A (zh) 2018-07-31
CN104106247B (zh) 2018-06-15
EP2811705A1 (en) 2014-12-10
US10637791B2 (en) 2020-04-28
JP2017103789A (ja) 2017-06-08
US9813350B2 (en) 2017-11-07
US20180041441A1 (en) 2018-02-08
JP2015109649A (ja) 2015-06-11
US20200228456A1 (en) 2020-07-16
JPWO2013115121A1 (ja) 2015-05-11
JP2017098987A (ja) 2017-06-01
JP6247376B2 (ja) 2017-12-13
CN108347492A (zh) 2018-07-31

Similar Documents

Publication Publication Date Title
JP6247376B2 (ja) 再生装置および再生方法
US10728591B2 (en) Method of configuring and transmitting an MMT transport packet
EP2987330B1 (en) Method and apparatus for transmitting media data in multimedia transport system
US9043849B2 (en) Method for linking MMT media and DASH media
KR102634779B1 (ko) 수신 장치, 송신 장치 및 데이터 처리 방법
US10587852B2 (en) Broadcast signal transmission device, broadcast signal reception device, broadcast signal transmission method, and broadcast signal reception method
JP6456009B2 (ja) 受信装置、送信装置、及び受信プログラム
WO2015012063A1 (ja) 情報処理装置
CN101232613B (zh) 发送/接收数字内容的方法和接收数字内容的装置
RU2668549C2 (ru) Устройство сервера, устройство клиент, способ распределения содержания и компьютерная программа
WO2013114939A1 (ja) 生成装置、再生装置、データ構造、生成方法、再生方法、制御プログラム、および記録媒体
JP2013157820A (ja) 生成装置、再生装置、生成方法、再生方法、データ構造、制御プログラム、および記録媒体
US20110088069A1 (en) Network device, information processing apparatus, stream switching method, information processing method, program, and content distribution system
KR101697385B1 (ko) 채널 적응형 계층적 방송 장치 및 방법
TWI673999B (zh) 供視聽內容及/或資料傳輸的方法
WO2021151376A1 (zh) 收发方法、收发装置
KR20100118822A (ko) 아이피티브이 단말 시스템
JP2016171358A (ja) 情報処理装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13743705

Country of ref document: EP

Kind code of ref document: A1

DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
ENP Entry into the national phase

Ref document number: 2013556382

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14375352

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2013743705

Country of ref document: EP