WO2012046487A1 - Content reproduction device, content delivery system, synchronization method for content reproduction device, control program, and recording medium - Google Patents

Content reproduction device, content delivery system, synchronization method for content reproduction device, control program, and recording medium Download PDF

Info

Publication number
WO2012046487A1
WO2012046487A1 PCT/JP2011/066270 JP2011066270W WO2012046487A1 WO 2012046487 A1 WO2012046487 A1 WO 2012046487A1 JP 2011066270 W JP2011066270 W JP 2011066270W WO 2012046487 A1 WO2012046487 A1 WO 2012046487A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
request
clock
response
server
Prior art date
Application number
PCT/JP2011/066270
Other languages
French (fr)
Japanese (ja)
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 シャープ株式会社
Publication of WO2012046487A1 publication Critical patent/WO2012046487A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content
    • H04N21/47202End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content for requesting content on demand, e.g. video on demand
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/242Synchronization processes, e.g. processing of PCR [Program Clock References]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/65Transmission of management data between client and server
    • H04N21/654Transmission by server directed to the client
    • H04N21/6543Transmission by server directed to the client for forcing some client operations, e.g. recording
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/65Transmission of management data between client and server
    • H04N21/658Transmission by the client directed to the server

Definitions

  • the present invention includes a content reproduction apparatus that acquires and reproduces content, a synchronization method of the content reproduction apparatus, a control program for the content reproduction apparatus, a recording medium that records the control program, and the content reproduction apparatus
  • the present invention relates to a content distribution system.
  • VOD video on demand
  • content is provided to clients by a streaming method, a download method, or a progressive download method.
  • a clock drift countermeasure for correcting a clock shift between the content providing device and the content acquisition device is taken in order to avoid a streaming failure.
  • the above problem is solved by clock synchronization by PCR (Program Clock Reference), RTP (Real-Time Protocol), NTP (Network Time Protocol) / SNTP (Simple Network Time Protocol), and the like.
  • PCR Program Clock Reference
  • RTP Real-Time Protocol
  • NTP Network Time Protocol
  • SNTP Simple Network Time Protocol
  • FIG. 14 is a schematic diagram showing a transmission method in the MPEG-2 System.
  • MPEG-2 System is a standard used in, for example, terrestrial digital broadcasting.
  • the transmitter transmits video signals and audio signals to the receiver in units of TS packets (188 bytes). Further, the transmitter transmits the PCR to the receiver at a predetermined interval (about 100 msec), and the receiver performs clock synchronization based on the received PCR.
  • Clock synchronization by PCR is a technique for countering clock drift that is useful for broadcasting networks and the like that have almost no fluctuation (jitter) in the transmission delay time of TS packets.
  • RTP (see Non-Patent Document 2) used in IPTV or the like having a transmission packet delay time jitter but relatively small
  • a transmission time is assigned to each RTP packet.
  • the transmitter transmits the system time of the transmitter to the receiver about every 1 msec.
  • the receiver receives the RTP packet and measures the error between the internal clock and the reception clock (time in the Timestamp field of the RTP header). When this measurement is repeated, the measured error basically has a distribution as shown in FIG. 16 with respect to the occurrence frequency. Based on this distribution, the receiver performs statistical processing on a plurality of measurement results (errors) to obtain a correction value of the internal clock (for example, an error value with the highest occurrence frequency).
  • RTP increases the frequency of transmitting the system time of the transmitter compared to the PCR transmission frequency in MPEG-2 System, so that jitter is relatively small even when there is fluctuation (jitter) in the transmission delay of TS packets. In some cases, it can be removed or reduced by statistical processing. Therefore, clock synchronization between the transmitter and the receiver can be executed with high accuracy.
  • NTP / SNTP is a protocol dedicated to clock synchronization and can be operated independently of video transmission. Also, NTP / SNTP normally operates on UDP, and the UDP port number 123 is used.
  • FIG. 17 is a diagram showing a request / response transmission / reception sequence in the clock synchronization of the client and the server (NTP server) in NTP / SNTP.
  • RTC Real Time Clock
  • Tc a clock unique to the client device
  • Ts RTC of the server
  • the client transmits a request including the request transmission time Tc0 to the server (S1001).
  • the server receives the request and transmits a response including the request reception time Ts0, the response transmission time Ts1, and Tc0 to the client (S1002).
  • the client receives the response, and sets the time when the response is received as Tc1. In this way, the client knows Tc0, Tc1, Ts0, and Ts1.
  • Japanese Published Patent Publication Japanese Patent Laid-Open No. 2001-148712 (Publication Date: May 29, 2001)”
  • Japanese Patent Publication Japanese Patent Laid-Open No. 2002-55890 (Publication Date: Published on February 20, 2002)”
  • FIG. 18 is a diagram illustrating a data structure of content transmitted using DASH.
  • DASH is a video transmission method based on the 3GPP streaming method (TS 26.234 ver 9.3.0), and realizes adaptive streaming led by clients.
  • MP4 or MPEG-2TS is used as a content transmission format
  • HTTP is used as a content transmission protocol.
  • the content transmission format is MP4.
  • DASH content (MP4 file) is divided into a plurality of Media segments.
  • the content is divided, for example, in units of GOP (Group Of Picture) in image coding.
  • DASH includes a plurality of MP4 files having different quality types (reproduction quality such as bit rate and type such as data format) for one content.
  • the content is transmitted, and the quality type of each content and the MPD file (control data) that controls each Media ⁇ Segment are transmitted.
  • the MPD file is a metafile for adaptive streaming.
  • one Media1Segment is transmitted by one HTTP request / response.
  • the conventional clock drift countermeasure is an effective method for a transmission method in which the jitter of the IP packet transmission delay time is relatively small, and cannot be applied as it is to a DASH having a large jitter of the IP packet transmission delay time. .
  • the clock can be corrected with sufficient accuracy even if the PCR transmission frequency is relatively low.
  • DASH when the transmission frequency of information indicating the time corresponding to PCR is increased, the accuracy of clock correction is improved, but the load of clock correction processing is increased.
  • DASH handles MP4 in addition to TS, but since MP4 does not have information corresponding to PCR, the MPEG-2 System method cannot be applied as it is.
  • an MP4 / MPEG-2TS file is divided into Media segments of a unit of about 0.5 to several seconds, and a plurality of Media segments are divided. create.
  • an HTTP header is generated by adding an HTTP header to each Media Segment.
  • an HTTP message in which an HTTP header is added to one Media Segment is further divided, and one IP packet is about 1500 bytes.
  • An IP packet is created so that Then, a TCP / IP header is added to each IP packet. Since data is transmitted in this manner in DASH, the first IP packet of the HTTP message includes the HTTP header, but the second and subsequent IP packets do not include the HTTP header. The transmission time cannot be stored for every IP packet.
  • Patent Document 1 describes that a client acquires time data from a header portion of a response packet received as an access response to a WWW server, and adjusts the client's RTC to the time indicated by the acquired time data. Further, in Patent Document 2, when the communication device is activated, the communication device accesses the WWW server, acquires the Japanese standard time from the home page information of the WWW server, and adjusts the RTC of the communication device to the Japanese standard time. Are listed.
  • Patent Documents 1 and 2 the client performs clock synchronization when downloading data such as an HTML file from the server. For this reason, when receiving time information for clock correction, resources that may cause jitter are acquired simultaneously or successively. Since Patent Documents 1 and 2 assume Web browsing and the like rather than streaming playback of video content, even if jitter occurs during clock synchronization, there is no significant effect on server service provision. Therefore, the inventions described in Patent Documents 1 and 2 do not perform clock synchronization in consideration of the influence of jitter inherent to TCP / IP.
  • the present invention has been made in view of the above-described problems, and an object of the present invention is to remove or reduce a jitter factor in TCP / IP and perform a content synchronization apparatus that performs clock synchronization with high accuracy of clock correction, and the content reproduction.
  • a content playback apparatus acquires content from a content distribution apparatus using HTTP (HyperText ⁇ Transfer Protocol), and plays back the acquired content. Included in the HTTP header in the response received by the request execution unit, and the request execution unit that transmits a request requesting transmission of the request to the content distribution device and receives a response to the request that does not include a resource. And a clock correction means for correcting the clock of the own apparatus based on the time information.
  • HTTP HyperText ⁇ Transfer Protocol
  • the content reproducing apparatus synchronization method is a content reproducing apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and reproducing the acquired content, wherein A request transmission step of transmitting a request for requesting transmission of information to the content distribution device, a response reception step of receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource, and the response And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response received in the reception step.
  • the request execution means transmits a request for requesting transmission of meta information related to a resource to the content distribution apparatus, and receives a response that does not include a resource, in response to the transmitted request.
  • amendment means correct
  • the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • the content playback apparatus is a content playback apparatus that acquires content from a content distribution apparatus by HTTP (HyperText Transfer Protocol) and plays back the acquired content, and transmits meta information related to resources.
  • a request execution unit that transmits a request to the content distribution device and receives a response that is a response to the request and does not include a resource, and time information included in an HTTP header in the response received by the request execution unit. Based on this, the clock correction means for correcting the clock of the device itself is provided.
  • the content playback apparatus synchronization method is a content playback apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and playing back the acquired content, and requests transmission of meta information related to a resource.
  • a request transmission step for transmitting a request to the content distribution device; a response reception step for receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource; and received in the response reception step And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response.
  • the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • FIG. 1 illustrates a first embodiment of the present invention, and is a block diagram illustrating an outline of a content distribution system and a configuration of main parts of devices included in the content distribution system. It is a figure which shows an example of the data stored in a clock correction data storage part. It is a sequence diagram of a request / response between a client and a server in clock synchronization during content transmission.
  • 4A is a diagram illustrating an example of a request message transmitted from the client to the server
  • FIG. 4B is a diagram illustrating an example of a response message transmitted from the server to the client.
  • It is a flowchart which shows an example of the clock synchronization process which a client performs.
  • FIG. 6A is a diagram illustrating an example of a request message transmitted from the client to the server
  • FIG. 6B is a diagram illustrating an example of a response message transmitted from the server to the client.
  • It is a figure which shows the example which expanded the description of the MPD file.
  • It is a flowchart which shows an example of the procedure of a Date field precision insufficient countermeasure.
  • It is a graph which shows the relationship between response time and occurrence frequency. It is the graph which plotted the time of the client clock, the time of the server clock, and the Date field value with respect to real time.
  • It is the graph which plotted the difference value of the time of a server clock and a Date field value, and the difference value of the time of a client clock and a Date field value with respect to real time.
  • FIG. 1 is a diagram illustrating an overview of the content distribution system 1 according to the first embodiment and a configuration of main parts of each device constituting the content distribution system 1.
  • the content distribution system 1 includes a server (content distribution device) 2 and a client (content reproduction device) 3.
  • the content distribution system 1 includes a content storage unit 5 connected to the server 2 and a clock correction data storage unit 6 connected to the client 3.
  • the server 2 and the client 3 are connected via a network 4.
  • the network 4 may be any network as long as the server 2 and the client 3 can communicate with each other, and may be a wired communication network or a wireless communication network.
  • the content distribution system 1 includes one server 2 and one client 3, but the present invention is not limited to this.
  • the content distribution system 1 may include a plurality of servers 2 and may include a plurality of clients 3. In other words, the content distribution system 1 only needs to include at least one server 2 and one client 3.
  • the transmission protocol on the network 4 in the content distribution system 1 is HTTP, which is widely used as a general-purpose file transmission protocol.
  • the content distributed by the server 2 is video content, and the content is segmented MP4 data. That is, in the present embodiment, the content distribution system 1 transmits and receives content using DASH. Specifically, when the content is requested from the client 3, the server 2 transmits segmented MP4 data or MPD file to the client 3.
  • the server 2 is a content distribution device that receives a request message (request) requesting transmission of content from the client 3 and transmits a response message (response) to the received request message. As described above, both the request message and the response message are HTTP messages.
  • the server 2 is connected to a content storage unit 5 that stores content such as moving images, and manages the content stored in the content storage unit 5.
  • the content storage unit 5 may be built in the server 2. Alternatively, a configuration including an encoder that generates content in real time instead of the content storage unit 5 may be used.
  • the server 2 may simultaneously distribute the same content to an unspecified number of devices, may distribute the content to a single device, or may simultaneously distribute the same content to a plurality of determined devices. May be delivered.
  • the server 2 counts the server control unit 11 that controls and controls the operation of the server 2, the server communication unit 12 for the server 2 to communicate with an external device, and the RTC of the server 2.
  • the server clock 13 is provided.
  • the server control unit 11 includes a response execution unit 14.
  • the response execution unit 14 When the response execution unit 14 receives a request message from the client 3 via the server communication unit 12, the response execution unit 14 transmits a response message to the received request message to the client 3. For example, when receiving a request message for requesting content transmission from the client 3, the response execution unit 14 reads the content requested by the client from the content storage unit 5 and transmits the read content to the client 3.
  • the client 3 is a device that requests and acquires content and reproduces the acquired content. As described above, the client 3 is connected to the clock correction data storage unit 6 that stores information about clock correction executed by the client 3 (details will be described later), and the information stored in the clock correction data storage unit 6 Manage.
  • the clock correction data storage unit 6 may be built in the client 3.
  • the client 3 includes an input unit that receives a user operation, and requests content based on the input operation received by the input unit.
  • the client 3 includes a client control unit 21 that controls and controls the operation of the client 3, a client communication unit 22 for the client 3 to communicate with an external device, and a client that counts the RTC of the client 3. And a clock (clock) 23.
  • the client control unit 21 includes a request execution unit (request execution unit) 31, a content reproduction unit 32, a transmission / reception time acquisition unit 33, a server clock acquisition unit 34, an error calculation unit 35, and a clock correction unit (clock correction unit) 36. It is included.
  • the request execution unit 31 transmits a TCP synchronization request (SYN) for establishing a TCP session with the server 2 to the server 2 and establishes a TCP session with the server 2.
  • SYN TCP synchronization request
  • the request execution unit 31 generates a request message for requesting transmission of content, transmits the request message to the server 2 via the client communication unit 22, and sends a response message including the segmented content and the MPD file as a response thereto.
  • Receive As described above, the content transmitted from the server 2 is transmitted after being divided into a plurality of segments.
  • the content playback unit 32 restores and plays back content from the segmented content acquired together according to the acquired MPD file acquired by the request execution unit 31. For example, when the acquired content is a moving image content, the content reproduction unit 32 decodes the acquired content, and the video and audio obtained thereby are displayed on the external display device based on the client clock 23. (Not shown).
  • the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits a request for executing clock correction as Tc0. Further, the time when the request execution unit 31 receives a response to the request for executing the clock correction is recorded as Tc1. Note that a request transmitted by the request execution unit 31 to execute clock correction will be described later with reference to another drawing.
  • the transmission / reception time acquisition unit 33 may hold the recorded times Tc0 and Tc1 internally or may store them in the clock correction data storage unit 6 connected to the client 3.
  • the transmission / reception time acquisition unit 33 outputs the recorded Tc0 and Tc1 to the error calculation unit 35.
  • the server clock acquisition unit 34 extracts a Date field value (time information) indicating the time when the server 2 transmits the response, which is included in the HTTP header of the response received by the request execution unit 31, and the Date field value indicates The time is recorded as Ts.
  • the server clock acquisition unit 34 may internally store the recorded time Ts or may store it in the clock correction data storage unit 6 connected to the client 3.
  • the error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33 and Ts from the server clock acquisition unit 34, respectively, and based on Tc0, Tc1 and Ts, the error between the RTC of the client 3 and the RTC of the server 2 Td is calculated.
  • the clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35.
  • the clock correction data storage unit 6 stores information related to clock correction. Specifically, the clock correction data storage unit 6 stores Tc0 and Tc1 acquired by the transmission / reception time acquisition unit 33, Ts acquired by the server clock acquisition unit 34, and the error Td calculated by the error calculation unit 35. .
  • the information stored in the clock correction data storage unit 6 may be data as shown in FIG. 2, for example.
  • FIG. 2 shows data in which Tc0, Tc1, Ts, and Td are arranged as a set for each request. In the example illustrated in FIG. 2, the times of Tc0, Tc1, and Ts are indicated by “hour: minute: second”.
  • the unit of Td is microseconds.
  • FIG. 3 is a sequence diagram of a request / response between a client and a server in clock synchronization during content transmission.
  • the client 3 transmits a TCP synchronization request (SYN) to the server 2 (S101), and establishes a TCP session (SS1) for acquiring content (S102). Then, the client 3 acquires content from the server 2 using HTTP and performs streaming playback of the moving image (S103).
  • SYN TCP synchronization request
  • SS1 TCP session
  • Client 3 performs clock synchronization with server 2 in order to prevent streaming failure while performing streaming playback.
  • the client 3 establishes a TCP session (SS2) for performing clock synchronization separately from the TCP session (SS1) for acquiring the currently established content.
  • the client 3 transmits a TCP synchronization request (SYN) to the server 2 (S104).
  • the server 2 that has received the TCP synchronization request (SYN) returns a TCP synchronization request (SYN) and a response (ACK) to the client 3 (S105).
  • the client 3 that has received the TCP synchronization request (SYN) and the response (ACK) transmits a response (ACK) to the server 2 and newly establishes a TCP session (SS2) (S106).
  • the client 3 transmits a request using the HTTP Head method to the server 2 in the newly established TCP session (SS2) for performing clock synchronization (S107).
  • the server 2 that has received the request transmits a response to the request to the client 3 (S108).
  • the client 3 that has received the response performs clock correction based on the request transmission time Tc0, the response reception time Tc1, and the response transmission time Ts indicated by the Date field value included in the response.
  • the TCP session (SS1) for acquiring content and the TCP session (SS2) for executing clock synchronization are logically independent TCP sessions (communication paths).
  • FIG. 4 shows an example of a request / response message exchanged between a client and a server in a TCP session (SS2) for executing clock synchronization.
  • FIG. 4A is a diagram illustrating an example of a request message transmitted from the client 3 to the server 2.
  • FIG. 4B is a diagram illustrating an example of a response message transmitted from the server 2 to the client 3.
  • FIG. 5 is a flowchart illustrating an example of the clock synchronization process executed by the client 3. Note that the flow chat in FIG. 5 shows a processing example of the client 3 from the establishment of the TCP session (SS2) for performing clock synchronization until the clock correction is performed.
  • SS2 TCP session
  • the request execution unit 31 of the client 3 transmits a request to the server 2 using the HTTP Head method (S201).
  • the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits the request as Tc0 (S202).
  • the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 receives the response as Tc1 (S204). Further, the server clock acquisition unit 34 extracts the Date field value included in the response received by the request execution unit 31, and records the time indicated by the Date field value as Ts (S205).
  • the error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33, and Ts from the server clock acquisition unit 34, respectively.
  • Td (Tc1 + Tc0) / 2 ⁇ Ts (3)
  • an error Td between the RTC of the client 3 and the RTC of the server 2 is calculated (S206).
  • the error calculation unit 35 outputs the calculated error Td to the clock correction unit 36.
  • the clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35 (S207).
  • the client 3 periodically executes S201 to S207 to synchronize the client clock 23 with the server clock 13 so that the streaming does not fail.
  • the server 2 since the Date field value of the HTTP response is used as the server clock, the server 2 does not need to synchronize with another external server and does not require clock correction. Further, since the Date field value of the HTTP response is used, the server 2 does not need to have a special function and can use a conventional device as it is. That is, the transmission protocol used by the server 2 and the file format of the content managed by the server 2 can be used as they are.
  • a request / response for clock synchronization is exchanged using a TCP session (SS2) for executing clock synchronization independently of a TCP session (SS1) for acquiring content. Therefore, the client 3 can acquire the required number of times and the server clock Ts at any timing without being affected by the content transmission / reception status, transmission / reception speed, and the like. Specifically, the client 3 can perform clock correction at an arbitrary timing even when waiting for retransmission of a packet or waiting for completion of reception in content transmission occurs.
  • the HTTP Head method since the HTTP Head method is used in S201, the response received by the client 3 in S203 includes only the HTTP header and the resource meta information, and does not include the resource entity. . For this reason, the amount of response data received by the client 3 in S203 is very small, and is normally included and transmitted in a single IP packet (even if not included in a single IP packet, 2 to It can be composed of 3 IP packets). Therefore, in a clock-synchronized TCP session, the amount of data transmitted and received at a time is small, and a large number of server clocks can be acquired in a short period of time.
  • the HTTP response can be contained in one packet (or several packets), and the occurrence of waiting for retransmission of the preceding packet and waiting for completion of reception can be suppressed.
  • the request that the client 3 transmits to the server 2 may be a request that requests transmission of meta information related to the resource, and is not limited to a request that uses the Head method.
  • a request that uses the Head method For example, an Options method may be used (this modification will be described later). It will be apparent that the response data size can be kept extremely small for any request that does not include the resource entity in the response.
  • the influence of jitter caused by TCP can be removed or reduced, so that clock correction can be performed with high accuracy.
  • the client 3 acquires the RTC of the server 2 by an HTTP message using the Head method, but the method of acquiring the RTC of the server 2 is not limited to this.
  • the Options method may be used instead of the Head method.
  • the client 3 may transmit a request message illustrated in FIG. 6A to the server 2, and the server 2 may transmit a response message illustrated in FIG. 6B to the client 3.
  • the server 2 transmits a response in the HTTP header of the response to the request transmitted by the server 2, as shown in FIG. Since the Date field value indicating the time is included, the client 3 can acquire the server clock time Ts.
  • the HTTP message using the Options method has a small amount of data transmitted and received at a time, so that an HTTP response can be accommodated within several packets, waiting for retransmission of the preceding packet, and receiving The occurrence of waiting for completion can be suppressed.
  • the request execution unit 31 when acquiring the RTC of the server 2, transmits a request to the server 2 using a method for requesting transmission of meta information related to the resource, and receives a response to the transmitted request. do it.
  • the client 3 transmits a request for requesting transmission of an MPD file using the Get method instead of the Head method.
  • the Date field value included in the response to the request may be acquired.
  • the HTTP response can be accommodated within several packets. Therefore, even when a request for requesting transmission of an MPD file is transmitted using the Get method, the influence of jitter can be removed or reduced. Alternatively, even when a request that requests transmission of a part of content is transmitted using the Get method to which the Range request header is added, the influence of jitter can be removed or reduced.
  • the MPD file generation time (time information) included in the MPD file is used instead of the Date field value.
  • the acquired MPD file generation time may be used as the server clock Ts.
  • the client 3 may acquire the MPD file generation time in the MPD file included in the response to the request by transmitting a request for requesting transmission of the MPD file using the Get method.
  • Fig. 7 shows an example of extending the description of the MPD file.
  • the MPD file generation time is described in the MPD file.
  • the server 2 manages a plurality of content files having different quality types for one content, divides the one content file in a predetermined unit, and manages the content file in Media Segment (segment) unit. Furthermore, it manages the MPD file (control data) that controls the content quality type and each Media Segment.
  • FIG. 8 is a flowchart showing an example of a procedure for measures against date field inaccuracy.
  • the client 3 acquires the server clock Ts repeatedly at regular intervals in a short time (S211). Specifically, the influence (average error: 0.5 second, minimum 0 second to maximum 1 second error) of the Date field included in the measurement result (acquired Ts) is determined for each sample (hereinafter acquired Ts, Tc0). 5 are repeatedly executed at intervals of M / N (M and N are relatively prime integers) seconds so that Ts of Tc1 and Tc1 is referred to as a sample is uniformly distributed. Acquire (measure). For example, the client 3 measures for 10 seconds at 100 msec intervals.
  • the measurement interval may be reset according to the response time.
  • a separate TCP session may be established for each measurement sample.
  • the influence of the Date field is uniformly distributed over the Ts of each sample regardless of the measurement interval. Therefore, a configuration in which the measurement interval is not constant may be used.
  • the error calculation unit 35 calculates the response time (Tc1-Tc0) of each sample, and excludes (discards) samples having a long response time as shown in FIG. 9 (S212).
  • FIG. 9 is a graph showing the relationship between response time and occurrence frequency (number of samples). The horizontal axis in FIG. 9 indicates the response time, and the vertical axis indicates the occurrence frequency.
  • a predetermined threshold value e.g., 1 second
  • all samples may be arranged in the order of the length of response time, and samples included in a predetermined ratio (for example, 5%) from those having a long response time may be discarded.
  • the average value ⁇ and the standard deviation ⁇ of the response time may be obtained, and samples that are slower than the average ⁇ by a predetermined value (eg, 6 ⁇ ) or more may be discarded. Since samples with a short response time are considered to be reliable data (not affected by jitter), the effects of jitter can be eliminated or reduced by excluding samples with a long response time. Since the influence of jitter appears in the response time, it can be processed regardless of the accuracy of the Date field.
  • a predetermined value eg, 6 ⁇
  • the error calculation unit 35 calculates each error Td for the sample remaining in the process of S212 (S213). Then, an average value Ta of the error Td of each sample calculated by the clock correction unit 36 is calculated (S214).
  • FIG. 10 is a graph in which the time Tc of the client clock 23, the time Ts of the server clock 13 and the Date field value are plotted with respect to real time.
  • the horizontal axis indicates the real time (actual elapsed time), and the vertical axis indicates the clock value (time).
  • the client clock 23 moves faster than the server clock 13 by a predetermined time. It is ideal to calculate the time lag between the two as the clock correction amount Td '.
  • the time indicated by the Date field value is the time when the server clock 13 is rounded down to the second accuracy.
  • the difference value between the time Ts of the server clock 13 and the Date field value and the difference value between the time Tc of the client clock 23 and the Date field value are plotted with respect to real time in FIG. is there.
  • the horizontal axis in FIG. 11 indicates real time (actual elapsed time), and the vertical axis indicates the difference value of the clock (time).
  • the error Td of each sample calculated in S213 is the vicinity of the graph indicating the difference value between the time Tc of the client clock 23 and the Date field value shown in FIG. Distributed uniformly (ideally coincides with the graph). Therefore, in S214, Td 'can be estimated by calculating the average value Ta of the errors Td.
  • FIGS. 12 and 13 A second embodiment of the present invention will be described with reference to FIGS. 12 and 13 as follows.
  • the server configuration and the clock synchronization processing executed by the client are different from those in the first embodiment in order to reduce the load on the server that provides the content.
  • differences from the first embodiment will be mainly described.
  • FIG. 12 is a diagram illustrating an overview of the content distribution system 10 according to the second embodiment and a configuration of main parts of each device configuring the content distribution system 10.
  • the content distribution system 10 includes an MPD distribution server (control data distribution device) 7, an MP4 distribution server (content distribution device) 8, and a client (content reproduction device) 9.
  • the content distribution system 10 includes an MPD file storage unit 75 connected to the MPD distribution server 7, an MP4 file storage unit 85 connected to the MP4 distribution server 8, and clock correction data connected to the client 9. And a storage unit 6.
  • the content distribution system 10 includes one MPD distribution server 7, one MP4 distribution server 8, and one client 9, but the present invention is not limited to this.
  • the content distribution system 10 may include a plurality of MPD distribution servers 7, MP4 distribution servers 8, and clients 9.
  • the content distribution system 10 may include at least one MPD distribution server 7, MP4 distribution server 8, and client 9.
  • contents are distributed from the MPD distribution server 7 and the MP4 distribution server 8 to the client 9 using DASH.
  • the content format is the MP4 file format.
  • the content format distributed by the MP4 distribution server 8 is not limited to this.
  • the content distribution system 10 divides the functions of the server 2 of the first embodiment, and manages the MPD file and the MPD file 7 respectively.
  • an MP4 distribution server 8 that manages That is, the MPD distribution server 7 manages the MPD file shown in FIG. 18, while the MP4 distribution server 8 manages each MP4 file having different quality types, which is composed of Media Segment, shown in FIG. .
  • the client 9 requests content from the MPD distribution server 7.
  • the MPD distribution server 7 Upon receiving the request, the MPD distribution server 7 returns an MPD file including information (for example, URL) indicating the content acquisition destination MP4 distribution server 8 to the client, and the client 9 transmits the designated MP4 distribution.
  • MP4 is acquired from the server 8.
  • the MPD distribution server 7 is a content distribution apparatus that receives a request message (request) requesting transmission of content from the client 9 and transmits a response message (response) to the received request message.
  • the MPD distribution server 7 manages the content quality type managed by the MP4 distribution server 8 and the MPD file (control data) that controls each segment. Further, as described above, the MPD distribution server 7 transmits an MPD file including information (for example, URL) indicating the content acquisition destination MP4 distribution server 8 as a response message.
  • the MPD file storage unit 75 may be built in the MPD distribution server 7.
  • the MPD distribution server 7 includes an MPD distribution server control unit 71 that controls the operation of the MPD distribution server 7 and MPD distribution server communication for allowing the MPD distribution server 7 to communicate with an external device. And an MPD distribution server clock 73 that counts the RTC of the MPD distribution server 7.
  • the MPD distribution server control unit 71 includes a response execution unit 74.
  • the response execution unit 74 When the response execution unit 74 receives a request message from the client 9 via the MPD distribution server communication unit 72, the response execution unit 74 transmits a response message to the received request message to the client 9. For example, when receiving a request message for requesting content transmission from the client 9, the response execution unit 74 transmits an MPD file including information indicating the MP4 distribution server 8 from which the content is acquired to the client 9. When a request message requesting an MPD file is received from the client 9, the MPD file is read from the MPD file storage unit 75 and the read MPD file is transmitted to the client 9.
  • the MP4 distribution server 8 is a content distribution apparatus that receives a request message (request) requesting transmission of content from the client 9 and transmits a response message (response) to the received request message. Also, the MP4 distribution server 8 manages a plurality of content files having different quality types for one content, divides the one content file in a predetermined unit, and manages the content file in a Media Segment (segment) unit. Note that the MP4 file storage unit 85 may be built in the MP4 distribution server 8.
  • the MP4 distribution server 8 includes an MP4 distribution server control unit 81 that controls the operation of the MP4 distribution server 8 and MP4 distribution server communication for the MP4 distribution server 8 to communicate with an external device.
  • the MP4 distribution server control unit 81 includes a response execution unit 84. Note that the MP4 distribution server clock 83 is assumed to be synchronized with the MPD distribution server clock 73 using means such as NTP.
  • the response execution unit 84 When the response execution unit 84 receives a request message from the client 9 via the MP4 distribution server communication unit 82, the response execution unit 84 transmits a response message to the received request message to the client 9. For example, when receiving a request message for requesting content transmission from the client 9, the response execution unit 84 reads the MP4 file from the MP4 file storage unit 85 and transmits the read MP4 file to the client 9.
  • the client 9 is a device that requests and acquires content and reproduces the acquired content.
  • the client 9 is different in the configuration of the client 3 and the client control unit 24 of the first embodiment.
  • the client control unit 24 further includes a server clock acquisition count setting unit 37 and a determination unit 38 in addition to the configuration of the client control unit 21 of the first embodiment.
  • the request execution unit 31 acquires the MPD file shown in FIG. 7 from the MPD distribution server 7 before establishing a TCP session (SS2) for executing clock synchronization (for example, at the time of content acquisition). It is assumed that the server that receives and performs clock synchronization is designated. Specifically, the request execution unit 31 refers to the clock source (clock synchronization target designation information) included in the MPD file shown in FIG. 7, and the MPD distribution server (server device) of the URL described in the clock source. 7 or the server clock Ts is acquired from the MP4 distribution server (server device) 8. In the example shown in FIG. 7, only one URL is described in the clock source, but a plurality of URLs may be described. In this case, the request execution unit 31 selects at least one from a plurality of URLs, and determines a server that is a target for clock synchronization.
  • SS2 TCP session
  • a dedicated server that performs clock synchronization with the client 9 is set, and the dedicated server and the client 9 are instructed to perform clock synchronization. can do. Therefore, the load on the server can be flexibly distributed, and clock correction can be performed stably.
  • the server clock acquisition count setting section 37 sets / updates the acquisition count of the server clock used for one clock correction executed by the clock correction section 36.
  • the server clock acquisition count setting unit 37 determines whether or not the error Td calculated by the error calculation unit 35 is greater than a predetermined value. If the error Td is greater than the predetermined value, the server clock acquisition count setting unit 37 is set to a predetermined server clock acquisition count. Add a value to update the set value of the server clock acquisition count. In the present embodiment, it is assumed that the server clock acquisition count is set to a predetermined value in advance by user input or default. The set value of the number of server clock acquisition times may be stored in the clock correction data storage unit 6.
  • the determination unit 38 determines whether or not the client 9 should execute the clock synchronization process. The determination unit 38 determines whether or not a predetermined condition is satisfied. If the predetermined condition is satisfied, the determination unit 38 transmits a request for clock synchronization to the request execution unit 31. Instruct.
  • the determination unit 38 may determine, for example, whether or not the data occupation amount in the content reception buffer (not shown) of the client 9 is within a predetermined range (less than a predetermined value or more than a predetermined value). In addition, the determination unit 38 obtains the time indicated by the Date field value (other time information) of the HTTP header (additional data) when acquiring the MPD file and / or MP4 file (Media (Segment) and the time indicated by the client clock 23. It may be determined whether or not the difference is equal to or greater than a predetermined value, or whether or not a state where the difference is equal to or greater than the predetermined value continues for a predetermined period.
  • the determination unit 38 determines that the difference between the time indicated by the PCR included in the MPEG-2TS (Media Segment) and the time indicated by the client clock 23 is equal to or greater than a predetermined value. Or whether or not the difference is equal to or greater than a predetermined value continues for a predetermined period. Note that threshold values, predetermined values, and the like used by the determination unit 38 for determination may be stored in the clock correction data storage unit 6.
  • FIG. 13 is a flowchart illustrating an example of a clock synchronization process executed by the client 9.
  • the flow chat in FIG. 13 shows a processing example of the client 9 from the establishment of the TCP session (SS2) for performing clock synchronization until the clock correction is performed.
  • the target for clock synchronization is designated in the MPD distribution server 7 before the TCP session (SS2) is established.
  • the server on which the client 9 performs clock synchronization may be a server whose clock is synchronized with the MP4 distribution server 8 from which the client 9 acquires content.
  • the determination unit 38 determines whether or not a predetermined condition is satisfied (S301). When determining that the predetermined condition is satisfied (YES in S301), the determination unit 38 instructs the request execution unit 31 to execute transmission of a request for clock synchronization.
  • the request execution unit 31 Upon receiving the instruction, the request execution unit 31 uses the Get method to transmit a request for requesting transmission of the MPD file to the MPD distribution server 7 (S302). When the request execution unit 31 transmits a request, the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits the request as Tc0 (S303).
  • the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 received the response as Tc1 (S305). Further, the server clock acquisition unit 34 extracts the MPD file generation time from the MPD file included in the response received by the request execution unit 31, and records the time indicated by the MPD file generation time as Ts (S306).
  • the error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33, and Ts from the server clock acquisition unit 34, respectively.
  • Td (Tc1 + Tc0) / 2 ⁇ Ts (3)
  • an error Td between the RTC of the client 9 and the RTC of the MPD distribution server 7 is calculated (S307).
  • the error calculation unit 35 outputs the calculated error Td to the clock correction unit 36 and the server clock acquisition count setting unit 37.
  • the server clock acquisition count setting unit 37 determines whether or not the error Td calculated by the error calculation unit 35 is larger than a predetermined value (S308). If the error Td is not greater than the predetermined value (NO in S308), the server clock acquisition count setting unit 37 does not perform processing and proceeds to S310. On the other hand, when the error Td is larger than the predetermined value (YES in S308), the server clock acquisition count setting unit 37 adds the predetermined value to the set server clock acquisition count and updates the set value of the server clock acquisition count. (S309).
  • the clock correction unit 36 refers to the set value of the server clock acquisition count and determines whether Ts has been acquired for the set server clock acquisition count (S310). If Ts has not been acquired for the set number of server clock acquisition times (NO in S310), the request execution unit 31 subsequently transmits a request for transmission of the MPD file to the MPD distribution server 7, and S302 to S309. Execute the process. On the other hand, if Ts has been acquired for the set number of server clock acquisition times (YES in S310), the clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35. (S311).
  • the server clock acquisition count setting unit 37 adds a predetermined value to the set server clock acquisition count to calculate the server clock acquisition count. Update the setting value. As a result, the number of samples is increased only when the variation in clock error is large. Therefore, even if the clock error may be large, the clock correction can be executed with stable accuracy.
  • a content playback device acquires content from a content distribution device using HTTP (HyperText Transfer Protocol), and plays back the acquired content. Included in the HTTP header in the response received by the request execution unit, and the request execution unit that transmits a request requesting transmission of the request to the content distribution device and receives a response to the request that does not include a resource. And a clock correction means for correcting the clock of the own apparatus based on the time information.
  • HTTP HyperText Transfer Protocol
  • the content reproducing apparatus synchronization method is a content reproducing apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and reproducing the acquired content, wherein A request transmission step of transmitting a request for requesting transmission of information to the content distribution device, a response reception step of receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource, and the response And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response received in the reception step.
  • the request execution means transmits a request for requesting transmission of meta information related to a resource to the content distribution apparatus, and receives a response that does not include a resource, in response to the transmitted request.
  • amendment means correct
  • the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • the clock correction unit receives the time when the request execution unit transmits a request and the response in addition to the time information included in the HTTP header of the response. It is preferable to correct the clock of the own device based on the time.
  • the clock correction unit corrects the clock of its own device based on the time information, the time when the request is transmitted, and the time when the response is received.
  • the clock correction means calculates the clock of its own device based on the difference between the time when the request is transmitted and the time when the response is received and the time indicated by the time information. to correct. Thereby, the clock correction means can execute clock correction with higher accuracy.
  • the request execution means transmits a request for requesting transmission of meta information related to the resource in a TCP session independent of the TCP session for acquiring the content, It is preferable to receive a response to the request.
  • the request execution unit transmits a response including time information used by the clock correction unit to correct the clock of its own device to a TCP independent of the TCP session for acquiring the content. Receive in session.
  • the request execution unit repeats transmission of the request and reception of the response, and the clock correction unit is included in an HTTP header of each response received by the request execution unit. It is preferable to correct the clock of the own device based on the time information.
  • the clock correction unit corrects its own clock based on the time information included in the HTTP header of each response received by the request execution unit. Therefore, for example, even when the time indicated by the time information is truncated to the second system, the clock correction unit statistically processes the times indicated by the plurality of time information, and rounds down to the actual time and the second system. By considering an error from the time indicated by the time information, the clock of the own device can be corrected at a time less than a second.
  • the clock correction means can remove or reduce the influence of jitter caused by TCP by statistically processing the time indicated by the plurality of time information. Therefore, the clock correction means can perform clock correction with higher accuracy.
  • the request execution unit transmits the next request after transmitting the request and receiving a response to the request.
  • the request execution unit transmits the request, receives a response to the request, and then transmits the next request.
  • the request execution means transmits a request without using the HTTP request pipeline. That is, the request execution means transmits a request so that waiting for retransmission of the preceding packet and waiting for completion of reception do not occur. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the request execution means includes a time indicated by other time information included in the HTTP header in a response to the request for acquiring the content, and a time indicated by the clock of the own device. It is preferable to transmit the request when the difference between the two is equal to or greater than a predetermined value.
  • the request execution means has a predetermined difference between the time indicated by the other time information included in the HTTP header in the response to the request for acquiring the content and the time indicated by the clock of the own device. If the value is greater than or equal to the value, send the above request.
  • the difference between the time indicated by the other time information and the time indicated by the clock of the content reproduction apparatus is a predetermined value. In the above case, it is assumed that streaming fails and normal streaming reproduction cannot be performed. On the other hand, when the time difference between the two is less than a predetermined value, streaming reproduction can be normally performed.
  • the predetermined value is set in a range in which the content reproduction apparatus can normally perform streaming reproduction.
  • the content reproduction apparatus does not perform clock correction when the streaming reproduction can be normally performed, and performs the clock correction when the streaming reproduction cannot be performed normally.
  • the clock correction is performed only when the content reproduction device needs the clock correction, the processing (load) of the content reproduction device and the content distribution device can be reduced. Moreover, since useless communication between the content reproduction apparatus and the content distribution apparatus can be reduced, resources on the network between the two can be used effectively.
  • the request execution unit transmits a request for requesting transmission of meta information related to the resource by using a Head method.
  • the request transmitted by the request execution unit is a request using the Head method with a small amount of data
  • the response received by the request execution unit is a response with only an HTTP header. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the request execution means transmits a request for requesting transmission of meta information related to the resource using an Options method.
  • the request transmitted by the request execution unit is a request using the Options method with a small amount of data
  • the response received by the request execution unit is supported by the HTTP header and the content distribution device.
  • This response contains information indicating the method that Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the content reproduction apparatus is a content reproduction apparatus that acquires content from a content distribution apparatus by HTTP and reproduces the acquired content, and requests a request for transmission of meta information related to a resource to the content distribution apparatus.
  • a request execution unit that receives a response that is a response to the request and does not include a resource, and a time included in an HTTP header in the response received by the request execution unit It is characterized by comprising clock correction means for correcting the clock of its own device based on the information.
  • the said request execution means transmits the request which requests
  • amendment means correct
  • the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the request execution means transmits the request to a server device whose clock is synchronized with the content distribution device. Therefore, even if a packet transmission delay occurs in the transmission / reception of content between the content reproduction device and the content distribution device, the transmission / reception of the request and the response executed by the request execution unit is not affected. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the content reproduction apparatus has an effect of improving the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • the content reproduction apparatus acquires a plurality of segments obtained by dividing the content together with control data from the content distribution apparatus, and the plurality of segments based on the control data.
  • the clock correction unit corrects the clock of its own device based on the time information included in the control data. For example, by acquiring only control data including time information used by the clock correction unit from the content distribution device, it is possible to transmit control data with a small data amount without transmitting / receiving entity data (segments) of content with a large data amount.
  • the clock correction means can correct the clock of its own device only by transmitting / receiving a request including transmission and a response including control data.
  • the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • the content reproduction device acquires a plurality of segments obtained by dividing content from the content distribution device and acquires control data from the control data distribution device.
  • the content reproduction apparatus that reproduces the content from the plurality of segments based on the control data, wherein the control data is transmitted to the apparatus indicated by the clock synchronization target designation information included in the control data acquired at the time of the segment acquisition.
  • a request execution unit that transmits a request for requesting and receives control data requested from the device, and a clock correction that corrects the clock of the own device based on time information included in the control data received by the request execution unit. Means.
  • the said request execution means transmits the request which requests
  • the clock correction means corrects the clock of the own apparatus based on the time information included in the control data received by the request execution means. That is, the request execution means transmits / receives a request for requesting transmission of control data having a small data amount and a response including control data without transmitting / receiving actual data of a resource having a large data amount.
  • the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the request execution means transmits the request for clock correction to the device indicated by the clock synchronization target designation information included in the control data acquired at the time of the segment acquisition. Therefore, even if a packet transmission delay occurs in the transmission / reception of content between the content reproduction device and the content distribution device, the transmission / reception of the request and the response executed by the request execution unit is not affected. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
  • the content reproduction apparatus has an effect of improving the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
  • the content distribution system preferably includes the content reproduction device and a content distribution device that distributes content to the content reproduction device.
  • the content distribution system has the same effect as the content reproduction device.
  • the content reproduction apparatus may be realized by a computer.
  • a control program for realizing the content reproduction apparatus by a computer by causing the computer to operate as each unit of the content reproduction apparatus, and A computer-readable recording medium on which it is recorded also falls within the scope of the present invention.
  • each block of the client 3 and the client 9, particularly the client control unit 21 and the client control unit 24, may be configured by hardware logic, or may be realized by software using a CPU as follows. .
  • the client 3 and the client 9 include a CPU (central processing unit) that executes instructions of a control program that realizes each function, a ROM (read only memory) that stores the program, and a RAM (random access memory that expands the program). ),
  • a storage device such as a memory for storing the program and various data.
  • An object of the present invention is a recording medium in which program codes (execution format program, intermediate code program, source program) of control programs of the client 3 and the client 9 which are software for realizing the above-described functions are recorded so as to be readable by a computer. Can also be achieved by reading the program code recorded on the recording medium and executing it by the computer (or CPU or MPU).
  • 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.
  • Card system such as IC card, IC card (including memory card) / optical card, or semiconductor memory system such as mask ROM / EPROM / EEPROM / flash ROM.
  • the client 3 and the client 9 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.
  • the Internet intranet, extranet, LAN, ISDN, VAN, CATV communication network, virtual private network, telephone line network, mobile communication network, satellite communication. A net or the like is available.
  • the transmission medium constituting the communication network is not particularly limited.
  • infrared rays such as IrDA and remote control, Bluetooth (Registered trademark), 802.11 wireless, HDR, mobile phone network, satellite line, terrestrial digital network, and the like can also be used.
  • the present invention can be used for an apparatus that acquires content such as a moving image via a communication network.
  • it can be suitably used for an apparatus that acquires content by a streaming method.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Synchronisation In Digital Transmission Systems (AREA)

Abstract

This client (3) is a client (3) which acquires a content from a server (2) by the HTTP and reproduces the acquired content, and is provided with a request execution unit (31) which transmits a request asking the transmission of meta-information relating to resources to a server (2) and receives a response to the transmitted request, the response including no resource, and a clock correction unit (36) which corrects a client clock (23) on the basis of a Date field value included in an HTTP header of the response received by the request execution unit (31).

Description

コンテンツ再生装置、コンテンツ配信システム、コンテンツ再生装置の同期方法、制御プログラム、および、記録媒体CONTENT REPRODUCTION DEVICE, CONTENT DISTRIBUTION SYSTEM, CONTENT REPRODUCTION DEVICE SYNCHRONIZATION METHOD, CONTROL PROGRAM, AND RECORDING MEDIUM
 本発明は、コンテンツを取得して再生するコンテンツ再生装置、当該コンテンツ再生装置の同期方法、当該コンテンツ再生装置の制御プログラム、および、当該制御プログラムを記録した記録媒体、並びに、当該コンテンツ再生装置を含むコンテンツ配信システムに関するものである。 The present invention includes a content reproduction apparatus that acquires and reproduces content, a synchronization method of the content reproduction apparatus, a control program for the content reproduction apparatus, a recording medium that records the control program, and the content reproduction apparatus The present invention relates to a content distribution system.
 従来から、通信ネットワークを介した動画などのコンテンツの提供を行う技術が広く用いられている。例えば、コンテンツを再生するクライアントからの要求に応じて、コンテンツを管理するサーバからクライアントにコンテンツを配信するビデオ・オン・デマンド(VOD)サービス等がある。VOD等のコンテンツ配信サービスでは、ストリーミング方式、ダウンロード方式またはプログレッシブダウンロード方式によって、クライアントにコンテンツを提供している。 Conventionally, techniques for providing content such as moving images via a communication network have been widely used. For example, there is a video on demand (VOD) service that distributes content from a server that manages the content to the client in response to a request from the client that reproduces the content. In content distribution services such as VOD, content is provided to clients by a streaming method, a download method, or a progressive download method.
 ストリーミング方式、特にライブストリーミングでは、ストリーミングの破綻を避けるため、コンテンツ提供装置とコンテンツ取得装置とのクロックのずれを補正するクロックドリフト対策が行われている。従来の通信システムでは、PCR(Program Clock Reference)によるクロック同期、RTP(Real-Time Protocol)、NTP(Network Time Protocol)/SNTP(Simple Network Time Protocol)等で上記の問題を解決していた。以下に、それぞれの具体的なクロックドリフト対策の手法を説明する。 In the streaming method, particularly live streaming, a clock drift countermeasure for correcting a clock shift between the content providing device and the content acquisition device is taken in order to avoid a streaming failure. In the conventional communication system, the above problem is solved by clock synchronization by PCR (Program Clock Reference), RTP (Real-Time Protocol), NTP (Network Time Protocol) / SNTP (Simple Network Time Protocol), and the like. Hereinafter, specific methods for countering clock drift will be described.
 まず、MPEG-2 System(非特許文献1を参照)について、図14に基づいて説明する。図14は、MPEG-2 Systemにおける伝送方式を示す模式図である。MPEG-2 Systemは、例えば、地上デジタル放送等で使用されている規格である。MPEG-2 Systemでは、送信機は、映像信号や音声信号をTSパケット(188バイト)単位で受信機に送信する。さらに、送信機は、所定の間隔(100msec程度)でPCRを受信機に送信し、受信機は、受信したPCRを基にクロック同期を行う。PCRによるクロック同期は、TSパケットの伝送遅延時間の揺らぎ(ジッタ)が殆どない放送網等に対して有用なクロックドリフト対策の手法である。 First, the MPEG-2 system (see Non-Patent Document 1) will be described with reference to FIG. FIG. 14 is a schematic diagram showing a transmission method in the MPEG-2 System. MPEG-2 System is a standard used in, for example, terrestrial digital broadcasting. In MPEG-2 System, the transmitter transmits video signals and audio signals to the receiver in units of TS packets (188 bytes). Further, the transmitter transmits the PCR to the receiver at a predetermined interval (about 100 msec), and the receiver performs clock synchronization based on the received PCR. Clock synchronization by PCR is a technique for countering clock drift that is useful for broadcasting networks and the like that have almost no fluctuation (jitter) in the transmission delay time of TS packets.
 次に、TSパケットの伝送遅延時間のジッタがあるが比較的小さいIPTV等で用いられるRTP(非特許文献2を参照)について説明する。RTPでは、図15に示すように、RTPパケット毎に送出時刻を付与する。具体的には、RTPヘッダのTimestampフィールドに、RTPパケット内の先頭TSパケットの送出時刻を格納する(Timestampフィールドは、本来は表示時刻を格納する)。RTPパケットは1356バイトであるため、例えば、10Mbpsで伝送を行う場合、下記式(1)によると、
 10M(bps) ÷(1356 x 8) = 921.8 (packets/sec)  ・・・(1)
送信機は、約1msec毎に送信機のシステム時刻を受信機に送信する。
Next, RTP (see Non-Patent Document 2) used in IPTV or the like having a transmission packet delay time jitter but relatively small will be described. In RTP, as shown in FIG. 15, a transmission time is assigned to each RTP packet. Specifically, the transmission time of the first TS packet in the RTP packet is stored in the Timestamp field of the RTP header (the Timestamp field originally stores the display time). Since the RTP packet is 1356 bytes, for example, when transmitting at 10 Mbps, according to the following equation (1):
10M (bps) ÷ (1356 x 8) = 921.8 (packets / sec) (1)
The transmitter transmits the system time of the transmitter to the receiver about every 1 msec.
 受信機では、RTPパケットを受信し、内部クロックと受信クロック(RTPヘッダのTimestampフィールドの時刻)との誤差を測定する。この測定を繰り返すと、測定した誤差は、基本的には、発生頻度に対して、図16に示すような分布をとる。受信機は、この分布に基づいて、複数の測定結果(誤差)に対して統計処理を行って、内部クロックの補正値(例えば、最も発生頻度が高い誤差の値)を求める。RTPでは、MPEG-2 SystemにおけるPCRの送信頻度に比べて、送信機のシステム時刻を送信する頻度を増やすことにより、TSパケットの伝送遅延の揺らぎ(ジッタ)があっても、ジッタが比較的小さい場合、統計処理によって除去もしくは軽減することができる。そのため、送信機と受信機とのクロック同期を精度良く実行することができる。 The receiver receives the RTP packet and measures the error between the internal clock and the reception clock (time in the Timestamp field of the RTP header). When this measurement is repeated, the measured error basically has a distribution as shown in FIG. 16 with respect to the occurrence frequency. Based on this distribution, the receiver performs statistical processing on a plurality of measurement results (errors) to obtain a correction value of the internal clock (for example, an error value with the highest occurrence frequency). RTP increases the frequency of transmitting the system time of the transmitter compared to the PCR transmission frequency in MPEG-2 System, so that jitter is relatively small even when there is fluctuation (jitter) in the transmission delay of TS packets. In some cases, it can be removed or reduced by statistical processing. Therefore, clock synchronization between the transmitter and the receiver can be executed with high accuracy.
 次に、NTP/SNTP(非特許文献3および4を参照)について、図17に基づいて説明する。NTP/SNTPは、クロック同期専用のプロトコルであり、映像伝送とは独立して運用可能である。また、NTP/SNTPは、通常、UDP上で動作し、UDPのポートは123番を使用する。 Next, NTP / SNTP (see Non-Patent Documents 3 and 4) will be described with reference to FIG. NTP / SNTP is a protocol dedicated to clock synchronization and can be operated independently of video transmission. Also, NTP / SNTP normally operates on UDP, and the UDP port number 123 is used.
 図17は、NTP/SNTPにおける、クライアント、およびサーバ(NTPサーバ)のクロック同期におけるリクエスト/レスポンスの送受信のシーケンスを示す図である。ここでは、クライアントの装置固有のクロックであるRTC(Real Time Clock)をTcとし、サーバのRTCをTsとする。図17に示すように、クライアントは、リクエストの送信時刻Tc0を含むリクエストをサーバに送信する(S1001)。サーバは、リクエストを受信し、リクエストの受信時刻Ts0、レスポンスの送信時刻Ts1、および、Tc0を含むレスポンスをクライアントに送信する(S1002)。そして、クライアントは、レスポンスを受信し、レスポンスを受信した時刻をTc1とする。このようにして、クライアントは、Tc0、Tc1、Ts0およびTs1を把握する。 FIG. 17 is a diagram showing a request / response transmission / reception sequence in the clock synchronization of the client and the server (NTP server) in NTP / SNTP. Here, RTC (Real Time Clock), which is a clock unique to the client device, is Tc, and RTC of the server is Ts. As shown in FIG. 17, the client transmits a request including the request transmission time Tc0 to the server (S1001). The server receives the request and transmits a response including the request reception time Ts0, the response transmission time Ts1, and Tc0 to the client (S1002). Then, the client receives the response, and sets the time when the response is received as Tc1. In this way, the client knows Tc0, Tc1, Ts0, and Ts1.
 図17において、クライアントからサーバへのリクエストの送信時間と、サーバからクライアントへのレスポンスの送信時間とが同じであると仮定すると、Tc0とTc1との中点の時刻と、Ts0とTs1との中点の時刻が一致する。この仮定に基づくと、サーバのRTCに対するクライアントのRTCの遅延時間θは、
 θ=(Ts0 + Ts1)/2 - (Tc0 + Tc1)/2  ・・・(2)
で表される。クライアントは、算出した遅延時間θに基づいて、クライアントのRTCを補正する。
In FIG. 17, if it is assumed that the transmission time of the request from the client to the server and the transmission time of the response from the server to the client are the same, the time at the midpoint between Tc0 and Tc1 and the time between Ts0 and Ts1 The point times match. Based on this assumption, the delay time θ of the client RTC relative to the server RTC is
θ = (Ts0 + Ts1) / 2-(Tc0 + Tc1) / 2 (2)
It is represented by The client corrects the RTC of the client based on the calculated delay time θ.
 なお、NTPでは、実運用上ではUTC(協定世界時)が基準クロックとして用いられているため、クライアントおよびクライアントにコンテンツを配信するコンテンツ配信サーバが共にNTPサーバとクロック同期を行い、UTCを基準としたクロック補正が行われる。また、リクエスト/レスポンスを繰り返して複数のθの値を算出し、統計処理を施すことによって、より高精度にクロック補正を行うことができる。 In NTP, in actual operation, UTC (Coordinated Universal Time) is used as a reference clock. Therefore, both the client and the content distribution server that distributes content to the client synchronize with the NTP server and use UTC as a reference. Clock correction is performed. Further, it is possible to perform clock correction with higher accuracy by calculating a plurality of values of θ by repeating the request / response and performing statistical processing.
日本国公開特許公報「特開2001-148712号公報(公開日:2001年5月29日)」Japanese Published Patent Publication “Japanese Patent Laid-Open No. 2001-148712 (Publication Date: May 29, 2001)” 日本国公開特許公報「特開2002-55890号公報(公開日:2002年2月20日公開)」Japanese Patent Publication “Japanese Patent Laid-Open No. 2002-55890 (Publication Date: Published on February 20, 2002)”
 本発明では、現在MPEGにて規格策定中のDASH(Dynamic Adaptive Streaming over HTTP)などHTTPによる映像伝送方式を用いて、コンテンツを伝送することを想定している。ここで、そのDASHについて図18に基づいて説明する。図18は、DASHを用いて伝送されるコンテンツのデータ構造を示す図である。 In the present invention, it is assumed that content is transmitted using a video transmission method based on HTTP, such as DASH (Dynamic Adaptive Streaming over HTTP) currently being developed by MPEG. Here, the DASH will be described with reference to FIG. FIG. 18 is a diagram illustrating a data structure of content transmitted using DASH.
 DASHは、3GPPのストリーミング方式(TS 26.234 ver 9.3.0)をベースにした映像伝送方式であり、クライアント主導で適応ストリーミングを実現するものである。DASHでは、コンテンツの伝送フォーマットとしてMP4またはMPEG-2TSを用い、コンテンツの伝送プロトコルとしてHTTPを利用する。図18に示す例では、コンテンツの伝送フォーマットがMP4である。 DASH is a video transmission method based on the 3GPP streaming method (TS 26.234 ver 9.3.0), and realizes adaptive streaming led by clients. In DASH, MP4 or MPEG-2TS is used as a content transmission format, and HTTP is used as a content transmission protocol. In the example shown in FIG. 18, the content transmission format is MP4.
 図18に示すように、DASHでは、コンテンツ(MP4ファイル)を、複数のMedia Segmentに分割する。コンテンツは、例えば、画像符号化におけるGOP(Group Of Picture)単位等で分割される。また、DASHでは、1つのコンテンツに対して品質種別(ビットレート等の再生品質や、データフォーマット等の種別)が異なる複数のMP4ファイルを備える。そして、DASHでは、コンテンツを伝送すると共に、各コンテンツの品質種別や、各Media Segmentを統括するMPDファイル(制御データ)を伝送する。MPDファイルは、適応ストリーミングのためのメタファイルである。また、DASHでは、1度のHTTPリクエスト/レスポンスで1つのMedia Segmentを伝送する。 As shown in FIG. 18, in DASH, content (MP4 file) is divided into a plurality of Media segments. The content is divided, for example, in units of GOP (Group Of Picture) in image coding. In addition, DASH includes a plurality of MP4 files having different quality types (reproduction quality such as bit rate and type such as data format) for one content. In DASH, the content is transmitted, and the quality type of each content and the MPD file (control data) that controls each Media 各 Segment are transmitted. The MPD file is a metafile for adaptive streaming. In DASH, one Media1Segment is transmitted by one HTTP request / response.
 このDASHの映像伝送方式でストリーミングを行う場合にも、当然クロックドリフト対策を行う必要がある。しかしながら、DASHでは従来のクロックドリフト対策を単純に適用することができない。あるいは、DASHにおいて利用されるTCP/IPの制約から、IPパケットの伝送遅延時間のジッタが大きく、クロック補正の精度が十分保てない。従来のクロックドリフト対策は、IPパケットの伝送遅延時間のジッタが比較的小さい伝送方式に対して有効な手法であり、IPパケットの伝送遅延時間のジッタが大きいDASHには、そのまま適用することができない。 Even when streaming using this DASH video transmission method, it is necessary to take measures against clock drift. However, DASH cannot simply apply a conventional clock drift countermeasure. Alternatively, due to the limitations of TCP / IP used in DASH, the jitter of the IP packet transmission delay time is large, and the accuracy of clock correction cannot be maintained sufficiently. The conventional clock drift countermeasure is an effective method for a transmission method in which the jitter of the IP packet transmission delay time is relatively small, and cannot be applied as it is to a DASH having a large jitter of the IP packet transmission delay time. .
 具体的には、MPEG-2 Systemでは、TSパケットの伝送遅延時間のジッタが殆どないため、PCRの送信頻度が比較的低くても、十分な精度をもってクロックを補正することができる。しかしながら、DASHでは、TCPに起因するジッタがあるため、MPEG-2 SystemにおけるPCRによるクロック同期の手法を利用しても、クロック補正の精度が十分保てない。DASHにおいて、PCRに相当する時刻を示す情報の送信頻度を上げた場合、クロック補正の精度は向上するが、クロック補正処理の負荷が増加する。さらに、DASHではTS以外にMP4も扱うが、MP4にはPCRに相当する情報を持っていないため、MPEG-2 Systemの手法をそのまま適用することができない。 Specifically, in the MPEG-2 system, since there is almost no jitter in the transmission delay time of TS packets, the clock can be corrected with sufficient accuracy even if the PCR transmission frequency is relatively low. However, in DASH, there is jitter due to TCP. Therefore, even if a clock synchronization method using PCR in the MPEG-2 System is used, the accuracy of clock correction cannot be sufficiently maintained. In DASH, when the transmission frequency of information indicating the time corresponding to PCR is increased, the accuracy of clock correction is improved, but the load of clock correction processing is increased. In addition, DASH handles MP4 in addition to TS, but since MP4 does not have information corresponding to PCR, the MPEG-2 System method cannot be applied as it is.
 また、HTTPではIPパケット毎に送出時刻を格納するフィールドが用意されておらずRTPの方法を応用することが困難である。より詳細には、図19に示すように、DASHでデータを伝送する場合、まず、MP4/MPEG-2TSファイルを0.5~数秒程度の単位のMedia Segmentに分割して、複数のMedia Segmentを作成する。そして、各Media SegmentにHTTPヘッダを付与してHTTPメッセージを生成する。基本的に、1つのMedia Segmentは、IPパケットの送信単位のデータサイズに比べてデータが大きいため、1つのMedia SegmentにHTTPヘッダを付与したHTTPメッセージをさらに分割し、1つのIPパケットが1500Bytes程度になるようにIPパケットを作成する。そして各IPパケットにTCP/IPヘッダを付与する。DASHではこのようにデータが伝送されるため、HTTPメッセージの1つ目のIPパケットにはHTTPヘッダが含まれているが、2つ目以降のIPパケットにはHTTPヘッダが含まれていないため、全てのIPパケット毎に送出時刻を格納することができない。 Also, in HTTP, there is no field for storing the transmission time for each IP packet, and it is difficult to apply the RTP method. More specifically, as shown in FIG. 19, when data is transmitted by DASH, first, an MP4 / MPEG-2TS file is divided into Media segments of a unit of about 0.5 to several seconds, and a plurality of Media segments are divided. create. Then, an HTTP header is generated by adding an HTTP header to each Media Segment. Basically, since one Media Segment is larger than the data size of the transmission unit of an IP packet, an HTTP message in which an HTTP header is added to one Media Segment is further divided, and one IP packet is about 1500 bytes. An IP packet is created so that Then, a TCP / IP header is added to each IP packet. Since data is transmitted in this manner in DASH, the first IP packet of the HTTP message includes the HTTP header, but the second and subsequent IP packets do not include the HTTP header. The transmission time cannot be stored for every IP packet.
 また、NTP/SNTPを利用する場合、UDP123番ポートがルータ等の中継機器で遮断されていると利用できないという問題がある。 In addition, when using NTP / SNTP, there is a problem that the UDP port 123 cannot be used if it is blocked by a relay device such as a router.
 このように、従来技術をジッタの大きいTCP/IPでの伝送に応用すると、サーバクロックの送信頻度が少ない(従来と同程度の)場合、TCP/IP伝送におけるジッタの影響が除去しきれず、クロック補正の精度が低下する。一方、サーバクロックの送信頻度を上げる場合、クロック補正処理の負荷が増加するという問題がある。 As described above, when the prior art is applied to TCP / IP transmission with large jitter, when the server clock transmission frequency is low (similar to the conventional one), the influence of jitter in TCP / IP transmission cannot be completely removed. The accuracy of correction decreases. On the other hand, when the server clock transmission frequency is increased, there is a problem that the load of clock correction processing increases.
 また、HTTPを用いたクロック同期の手法が特許文献1および2に開示されているが、これらの技術もDASHによるライブストリーミングでのクロックドリフト対策としては不十分である。特許文献1には、クライアントが、WWWサーバに対するアクセスの応答として受信した応答パケットのヘッダ部から時刻データを取得し、取得した時刻データの示す時刻にクライアントのRTCを合わせることが記載されている。また、特許文献2には、通信装置の起動時に、通信装置がWWWサーバにアクセスして、WWWサーバのホームページ情報から日本標準時を取得して、通信装置のRTCを取得した日本標準時に合わせることが記載されている。 Further, although a clock synchronization method using HTTP is disclosed in Patent Documents 1 and 2, these techniques are also insufficient as a measure against clock drift in live streaming by DASH. Patent Document 1 describes that a client acquires time data from a header portion of a response packet received as an access response to a WWW server, and adjusts the client's RTC to the time indicated by the acquired time data. Further, in Patent Document 2, when the communication device is activated, the communication device accesses the WWW server, acquires the Japanese standard time from the home page information of the WWW server, and adjusts the RTC of the communication device to the Japanese standard time. Are listed.
 特許文献1および2に記載の発明では、クライアントがサーバからHTMLファイル等のデータをダウンロード時にクロック同期を行っている。そのため、クロック補正を行うための時刻情報を受信する際に、ジッタが発生する虞のあるリソースを同時に、もしくは続けて取得している。特許文献1および2では、映像コンテンツのストリーミング再生ではなく、Webの閲覧等を想定しているため、クロック同期の際にジッタが発生したとしても、サーバのサービス提供に重大な影響を与えない。それゆえ、特許文献1および2に記載の発明は、TCP/IP固有のジッタの影響を考慮したクロック同期を行っていない。一方、DASHによるライブストリーミングでは、TCP/IP固有のジッタが大きく影響するため、特許文献1および2に記載の発明をそのまま適用しても、クロック補正の精度をライブストリーミングが実行可能な程度に保てない。 In the inventions described in Patent Documents 1 and 2, the client performs clock synchronization when downloading data such as an HTML file from the server. For this reason, when receiving time information for clock correction, resources that may cause jitter are acquired simultaneously or successively. Since Patent Documents 1 and 2 assume Web browsing and the like rather than streaming playback of video content, even if jitter occurs during clock synchronization, there is no significant effect on server service provision. Therefore, the inventions described in Patent Documents 1 and 2 do not perform clock synchronization in consideration of the influence of jitter inherent to TCP / IP. On the other hand, in DASH live streaming, jitter inherent to TCP / IP has a large effect, so even if the inventions described in Patent Documents 1 and 2 are applied as they are, the accuracy of clock correction is maintained to the extent that live streaming can be performed. Not.
 本発明は、上記の問題点に鑑みてなされたものであり、その目的は、TCP/IPにおけるジッタ要因を除去または軽減し、クロック補正の精度が高いクロック同期を行うコンテンツ再生装置、当該コンテンツ再生装置の同期方法、当該コンテンツ再生装置の制御プログラム、および、当該制御プログラムを記録した記録媒体、並びに、当該コンテンツ再生装置を含むコンテンツ配信システムを実現することにある。 The present invention has been made in view of the above-described problems, and an object of the present invention is to remove or reduce a jitter factor in TCP / IP and perform a content synchronization apparatus that performs clock synchronization with high accuracy of clock correction, and the content reproduction. An apparatus synchronization method, a control program for the content reproduction device, a recording medium on which the control program is recorded, and a content distribution system including the content reproduction device.
 本発明に係るコンテンツ再生装置は、上記課題を解決するために、HTTP(HyperText Transfer Protocol)によりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴としている。 In order to solve the above problems, a content playback apparatus according to the present invention acquires content from a content distribution apparatus using HTTP (HyperText 装置 Transfer Protocol), and plays back the acquired content. Included in the HTTP header in the response received by the request execution unit, and the request execution unit that transmits a request requesting transmission of the request to the content distribution device and receives a response to the request that does not include a resource. And a clock correction means for correcting the clock of the own apparatus based on the time information.
 本発明に係るコンテンツ再生装置の同期方法は、上記課題を解決するために、HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置の同期方法であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信するリクエスト送信ステップと、上記リクエスト送信ステップにおいて送信されたリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するレスポンス受信ステップと、上記レスポンス受信ステップにおいて受信されたレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正ステップとを含むことを特徴としている。 In order to solve the above-described problem, the content reproducing apparatus synchronization method according to the present invention is a content reproducing apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and reproducing the acquired content, wherein A request transmission step of transmitting a request for requesting transmission of information to the content distribution device, a response reception step of receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource, and the response And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response received in the reception step.
 上記の構成によれば、上記リクエスト実行手段は、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、送信したリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信する。そして、上記クロック補正手段が、レスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正する。すなわち、上記リクエスト実行手段は、データ量の大きいリソースの実体データを送受信することなく、データ量の小さいリソースに関するメタ情報の送信を要求するリクエストおよびリソースに関するメタ情報を含み、リソースの実体データを含まないレスポンスを送受信する。 According to the above configuration, the request execution means transmits a request for requesting transmission of meta information related to a resource to the content distribution apparatus, and receives a response that does not include a resource, in response to the transmitted request. And the said clock correction | amendment means correct | amends the clock of an own apparatus based on the time information contained in the HTTP header in a response. That is, the request execution means includes a request for transmitting meta information related to a resource having a small amount of data and meta information related to the resource without transmitting / receiving entity data of the resource having a large amount of data, and includes the entity data of the resource. Send and receive no response.
 そのため、上記リクエスト実行手段は、データ量の小さいリクエストおよびレスポンスを送受信することにより、上記クロック補正手段が自装置のクロックを補正するために使用する時間情報を含むレスポンスを受信する。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 以上のように、本発明に係るコンテンツ再生装置は、HTTP(HyperText Transfer Protocol)によりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えている構成である。 As described above, the content playback apparatus according to the present invention is a content playback apparatus that acquires content from a content distribution apparatus by HTTP (HyperText Transfer Protocol) and plays back the acquired content, and transmits meta information related to resources. A request execution unit that transmits a request to the content distribution device and receives a response that is a response to the request and does not include a resource, and time information included in an HTTP header in the response received by the request execution unit. Based on this, the clock correction means for correcting the clock of the device itself is provided.
 また、本発明に係るコンテンツ再生装置の同期方法は、HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置の同期方法であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信するリクエスト送信ステップと、上記リクエスト送信ステップにおいて送信されたリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するレスポンス受信ステップと、上記レスポンス受信ステップにおいて受信されたレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正ステップとを含むことを特徴としている。 The content playback apparatus synchronization method according to the present invention is a content playback apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and playing back the acquired content, and requests transmission of meta information related to a resource. A request transmission step for transmitting a request to the content distribution device; a response reception step for receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource; and received in the response reception step And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response.
 よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of a preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 本発明のさらに他の目的、特徴、及び優れた点は、以下に示す記載によって十分わかるであろう。また、本発明の利益は、添付図面を参照した次の説明で明白になるであろう。 Further objects, features, and superior points of the present invention will be fully understood from the following description. The benefits of the present invention will become apparent from the following description with reference to the accompanying drawings.
本発明の第1の実施形態を示すものであり、コンテンツ配信システムの概要およびコンテンツ配信システムを構成する各装置の要部構成を示すブロック図である。BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 illustrates a first embodiment of the present invention, and is a block diagram illustrating an outline of a content distribution system and a configuration of main parts of devices included in the content distribution system. クロック補正データ記憶部に格納されるデータの一例を示す図である。It is a figure which shows an example of the data stored in a clock correction data storage part. コンテンツ伝送中のクロック同期におけるクライアント-サーバ間のリクエスト/レスポンスのシーケンス図である。It is a sequence diagram of a request / response between a client and a server in clock synchronization during content transmission. 図4の(a)は、クライアントからサーバへ送信されるリクエストメッセージの一例を示す図であり、図4の(b)は、サーバからクライアントへ送信されるレスポンスメッセージの一例を示す図である。4A is a diagram illustrating an example of a request message transmitted from the client to the server, and FIG. 4B is a diagram illustrating an example of a response message transmitted from the server to the client. クライアントが実行するクロック同期処理の一例を示すフローチャートである。It is a flowchart which shows an example of the clock synchronization process which a client performs. 図6の(a)は、クライアントからサーバへ送信されるリクエストメッセージの一例を示す図であり、図6の(b)は、サーバからクライアントへ送信されるレスポンスメッセージの一例を示す図である。6A is a diagram illustrating an example of a request message transmitted from the client to the server, and FIG. 6B is a diagram illustrating an example of a response message transmitted from the server to the client. MPDファイルの記述を拡張した例を示す図である。It is a figure which shows the example which expanded the description of the MPD file. Dateフィールド精度不足対策の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a Date field precision insufficient countermeasure. 応答時間と発生頻度との関係を示すグラフである。It is a graph which shows the relationship between response time and occurrence frequency. クライアントクロックの時刻、サーバクロックの時刻およびDateフィールド値を実時間に対してプロットしたグラフである。It is the graph which plotted the time of the client clock, the time of the server clock, and the Date field value with respect to real time. サーバクロックの時刻とDateフィールド値との差分値、および、クライアントクロックの時刻とDateフィールド値との差分値を実時間に対してプロットしたグラフである。It is the graph which plotted the difference value of the time of a server clock and a Date field value, and the difference value of the time of a client clock and a Date field value with respect to real time. 本発明の第2の実施形態を示すものであり、コンテンツ配信システムの概要およびコンテンツ配信システムを構成する各装置の要部構成を示すブロック図である。It is a block diagram which shows the 2nd Embodiment of this invention and shows the principal part structure of each apparatus which comprises the outline | summary of a content delivery system, and a content delivery system. クライアントが実行するクロック同期処理の一例を示すフローチャートである。It is a flowchart which shows an example of the clock synchronization process which a client performs. MPEG-2 Systemにおける伝送方式を示す模式図である。It is a schematic diagram which shows the transmission system in MPEG-2 IV System. RTPパケットのデータ構造を示す図である。It is a figure which shows the data structure of a RTP packet. RTPにおいて、内部クロックと受信クロックとの誤差と発生頻度との関係を示すグラフである。5 is a graph showing a relationship between an error between an internal clock and a reception clock and an occurrence frequency in RTP. NTP/SNTPにおける、クライアントおよびサーバのリクエスト/レスポンスの送受信のシーケンスを示す図である。It is a figure which shows the sequence of transmission / reception of the request / response of a client and a server in NTP / SNTP. DASHを用いて伝送されるコンテンツのデータ構造を示す図である。It is a figure which shows the data structure of the content transmitted using DASH. DASHでの伝送時におけるコンテンツのデータ構造を示す図である。It is a figure which shows the data structure of the content at the time of transmission by DASH.
 <第1の実施形態>
 本発明の第1の実施形態について図1から図11に基づいて説明すると以下の通りである。まず、本実施形態のコンテンツ配信システム1の概要について、図1に基づいて説明する。
<First Embodiment>
The first embodiment of the present invention will be described with reference to FIGS. 1 to 11 as follows. First, an outline of the content distribution system 1 of the present embodiment will be described based on FIG.
 〔コンテンツ配信システム1の概要〕
 図1は、第1の実施形態に係るコンテンツ配信システム1の概要およびコンテンツ配信システム1を構成する各装置の要部構成を示す図である。図1に示すように、コンテンツ配信システム1は、サーバ(コンテンツ配信装置)2、および、クライアント(コンテンツ再生装置)3を含む。また、コンテンツ配信システム1は、サーバ2と接続しているコンテンツ格納部5と、クライアント3と接続しているクロック補正データ記憶部6とを含む。
[Outline of content distribution system 1]
FIG. 1 is a diagram illustrating an overview of the content distribution system 1 according to the first embodiment and a configuration of main parts of each device constituting the content distribution system 1. As shown in FIG. 1, the content distribution system 1 includes a server (content distribution device) 2 and a client (content reproduction device) 3. In addition, the content distribution system 1 includes a content storage unit 5 connected to the server 2 and a clock correction data storage unit 6 connected to the client 3.
 図1に示すように、サーバ2、および、クライアント3は、ネットワーク4を介して接続されている。なお、ネットワーク4は、サーバ2、および、クライアント3が相互に通信可能なものであればよく、有線通信のネットワークであってもよいし、無線通信のネットワークであってもよい。 As shown in FIG. 1, the server 2 and the client 3 are connected via a network 4. The network 4 may be any network as long as the server 2 and the client 3 can communicate with each other, and may be a wired communication network or a wireless communication network.
 また、図1に示す例では、コンテンツ配信システム1が、サーバ2およびクライアント3を1つずつ含んでいるが、これに限るものではない。コンテンツ配信システム1が、サーバ2を複数含んでいてもよく、また、クライアント3を複数含んでいてもよい。換言すると、コンテンツ配信システム1は、サーバ2およびクライアント3を少なくとも1つずつ含んでいればよい。 In the example shown in FIG. 1, the content distribution system 1 includes one server 2 and one client 3, but the present invention is not limited to this. The content distribution system 1 may include a plurality of servers 2 and may include a plurality of clients 3. In other words, the content distribution system 1 only needs to include at least one server 2 and one client 3.
 また、本実施形態では、コンテンツ配信システム1におけるネットワーク4上の伝送プロトコルは、汎用的なファイル伝送プロトコルとして広く用いられているHTTPを用いるものとする。また、サーバ2が配信するコンテンツは、映像コンテンツであり、コンテンツは、セグメント化されたMP4データであるものとする。すなわち、本実施形態では、コンテンツ配信システム1は、DASHを用いてコンテンツを送受信する。具体的に、サーバ2は、クライアント3からコンテンツを要求されると、セグメント化されたMP4データあるいはMPDファイルをクライアント3に送信する。 In this embodiment, the transmission protocol on the network 4 in the content distribution system 1 is HTTP, which is widely used as a general-purpose file transmission protocol. The content distributed by the server 2 is video content, and the content is segmented MP4 data. That is, in the present embodiment, the content distribution system 1 transmits and receives content using DASH. Specifically, when the content is requested from the client 3, the server 2 transmits segmented MP4 data or MPD file to the client 3.
 〔サーバ2について〕
 サーバ2は、クライアント3からコンテンツの送信を要求する要求メッセージ(リクエスト)を受信して、受信した要求メッセージに対する応答メッセージ(レスポンス)を送信するコンテンツ配信装置である。上述のように、要求メッセージおよび応答メッセージは、何れもHTTPメッセージである。サーバ2は、動画などのコンテンツを格納するコンテンツ格納部5と接続されており、コンテンツ格納部5に格納されているコンテンツを管理する。なお、コンテンツ格納部5は、サーバ2に内蔵されていてもよい。あるいは、コンテンツ格納部5の代わりに、コンテンツをリアルタイム生成するエンコーダを備えた構成であっても構わない。
[About Server 2]
The server 2 is a content distribution device that receives a request message (request) requesting transmission of content from the client 3 and transmits a response message (response) to the received request message. As described above, both the request message and the response message are HTTP messages. The server 2 is connected to a content storage unit 5 that stores content such as moving images, and manages the content stored in the content storage unit 5. The content storage unit 5 may be built in the server 2. Alternatively, a configuration including an encoder that generates content in real time instead of the content storage unit 5 may be used.
 なお、サーバ2は、不特定多数の装置に同じコンテンツを同時に配信してもよいし、単一の装置にコンテンツを配信してもよいし、決められた複数の装置に対して、同時に同じコンテンツを配信してもよい。 The server 2 may simultaneously distribute the same content to an unspecified number of devices, may distribute the content to a single device, or may simultaneously distribute the same content to a plurality of determined devices. May be delivered.
 図1に示すように、サーバ2は、サーバ2の動作を統括して制御するサーバ制御部11と、サーバ2が外部の装置と通信するためのサーバ通信部12と、サーバ2のRTCをカウントするサーバクロック13とを備えている。また、サーバ制御部11には、レスポンス実行部14が含まれている。 As shown in FIG. 1, the server 2 counts the server control unit 11 that controls and controls the operation of the server 2, the server communication unit 12 for the server 2 to communicate with an external device, and the RTC of the server 2. The server clock 13 is provided. Further, the server control unit 11 includes a response execution unit 14.
 レスポンス実行部14は、サーバ通信部12を介して、クライアント3から要求メッセージを受信すると、受信した要求メッセージに対する応答メッセージをクライアント3に送信する。レスポンス実行部14は、例えば、クライアント3からコンテンツの送信を要求する要求メッセージを受信すると、コンテンツ格納部5からクライアントが要求するコンテンツを読み出し、読み出したコンテンツをクライアント3に送信する。 When the response execution unit 14 receives a request message from the client 3 via the server communication unit 12, the response execution unit 14 transmits a response message to the received request message to the client 3. For example, when receiving a request message for requesting content transmission from the client 3, the response execution unit 14 reads the content requested by the client from the content storage unit 5 and transmits the read content to the client 3.
 〔クライアント3について〕
 クライアント3は、コンテンツをリクエストして取得し、取得したコンテンツを再生する装置である。上述のように、クライアント3は、クライアント3が実行するクロック補正に関する情報(詳細は後述)を格納するクロック補正データ記憶部6と接続されており、クロック補正データ記憶部6に格納されている情報を管理する。なお、クロック補正データ記憶部6は、クライアント3に内蔵されていてもよい。また、図1には示していないが、クライアント3は、ユーザ操作を受け付ける入力部を備えており、この入力部で受け付けた入力操作に基づき、コンテンツをリクエストする。
[About Client 3]
The client 3 is a device that requests and acquires content and reproduces the acquired content. As described above, the client 3 is connected to the clock correction data storage unit 6 that stores information about clock correction executed by the client 3 (details will be described later), and the information stored in the clock correction data storage unit 6 Manage. The clock correction data storage unit 6 may be built in the client 3. Although not shown in FIG. 1, the client 3 includes an input unit that receives a user operation, and requests content based on the input operation received by the input unit.
 図示のように、クライアント3は、クライアント3の動作を統括して制御するクライアント制御部21と、クライアント3が外部の装置と通信するためのクライアント通信部22と、クライアント3のRTCをカウントするクライアントクロック(クロック)23とを備えている。また、クライアント制御部21には、リクエスト実行部(リクエスト実行手段)31、コンテンツ再生部32、送受信時刻取得部33、サーバクロック取得部34、誤差算出部35およびクロック補正部(クロック補正手段)36が含まれている。 As illustrated, the client 3 includes a client control unit 21 that controls and controls the operation of the client 3, a client communication unit 22 for the client 3 to communicate with an external device, and a client that counts the RTC of the client 3. And a clock (clock) 23. The client control unit 21 includes a request execution unit (request execution unit) 31, a content reproduction unit 32, a transmission / reception time acquisition unit 33, a server clock acquisition unit 34, an error calculation unit 35, and a clock correction unit (clock correction unit) 36. It is included.
 リクエスト実行部31は、サーバ2とのTCPセッションを確立するTCP同期要求(SYN)をサーバ2に送信し、サーバ2とのTCPセッションを確立するものである。また、リクエスト実行部31は、コンテンツの送信を要求する要求メッセージを生成し、クライアント通信部22を介してサーバ2に送信し、これに対する応答としてセグメント化されたコンテンツおよびMPDファイルを含む応答メッセージを受信する。上述のように、サーバ2から送信されるコンテンツは、複数のセグメントに分割されて送信される。 The request execution unit 31 transmits a TCP synchronization request (SYN) for establishing a TCP session with the server 2 to the server 2 and establishes a TCP session with the server 2. In addition, the request execution unit 31 generates a request message for requesting transmission of content, transmits the request message to the server 2 via the client communication unit 22, and sends a response message including the segmented content and the MPD file as a response thereto. Receive. As described above, the content transmitted from the server 2 is transmitted after being divided into a plurality of segments.
 コンテンツ再生部32は、リクエスト実行部31が取得した取得したMPDファイルに従って、共に取得したセグメント化されたコンテンツから、コンテンツを復元して再生する。例えば、取得したコンテンツが動画像のコンテンツである場合には、コンテンツ再生部32は、取得したコンテンツをデコードし、これにより得られた映像及び音声を、クライアントクロック23に基づいて、外部の表示装置(図示せず)に出力させる。 The content playback unit 32 restores and plays back content from the segmented content acquired together according to the acquired MPD file acquired by the request execution unit 31. For example, when the acquired content is a moving image content, the content reproduction unit 32 decodes the acquired content, and the video and audio obtained thereby are displayed on the external display device based on the client clock 23. (Not shown).
 送受信時刻取得部33は、リクエスト実行部31がクロック補正を実行するためのリクエストを送信した時刻をTc0として記録するものである。また、リクエスト実行部31がクロック補正を実行するためのリクエストに対するレスポンスを受信した時刻をTc1として記録するものである。なお、リクエスト実行部31がクロック補正を実行するために送信するリクエストについて、参照する図面を代えて後述する。送受信時刻取得部33は、記録した時刻Tc0およびTc1を内部で保持してもよいし、クライアント3と接続するクロック補正データ記憶部6に格納してもよい。送受信時刻取得部33は、記録したTc0およびTc1を誤差算出部35に出力する。 The transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits a request for executing clock correction as Tc0. Further, the time when the request execution unit 31 receives a response to the request for executing the clock correction is recorded as Tc1. Note that a request transmitted by the request execution unit 31 to execute clock correction will be described later with reference to another drawing. The transmission / reception time acquisition unit 33 may hold the recorded times Tc0 and Tc1 internally or may store them in the clock correction data storage unit 6 connected to the client 3. The transmission / reception time acquisition unit 33 outputs the recorded Tc0 and Tc1 to the error calculation unit 35.
 サーバクロック取得部34は、リクエスト実行部31が受信したレスポンスのHTTPヘッダに含まれる、サーバ2が当該レスポンスを送信した時刻を示すDateフィールド値(時間情報)を抽出して、Dateフィールド値が示す時刻をTsとして記録するものである。サーバクロック取得部34は、記録した時刻Tsを内部で保持してもよいし、クライアント3と接続するクロック補正データ記憶部6に格納してもよい。 The server clock acquisition unit 34 extracts a Date field value (time information) indicating the time when the server 2 transmits the response, which is included in the HTTP header of the response received by the request execution unit 31, and the Date field value indicates The time is recorded as Ts. The server clock acquisition unit 34 may internally store the recorded time Ts or may store it in the clock correction data storage unit 6 connected to the client 3.
 誤差算出部35は、送受信時刻取得部33からTc0およびTc1を、サーバクロック取得部34からTsをそれぞれ取得し、Tc0、Tc1およびTsに基づいて、クライアント3のRTCとサーバ2のRTCとの誤差Tdを算出するものである。 The error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33 and Ts from the server clock acquisition unit 34, respectively, and based on Tc0, Tc1 and Ts, the error between the RTC of the client 3 and the RTC of the server 2 Td is calculated.
 クロック補正部36は、誤差算出部35が算出した誤差Tdに基づいて、クライアントクロック23のクロックを補正するものである。 The clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35.
 〔クロック補正データ記憶部6について〕
 クロック補正データ記憶部6は、クロック補正に関する情報を格納するものである。具体的には、クロック補正データ記憶部6は、送受信時刻取得部33が取得したTc0およびTc1、サーバクロック取得部34が取得したTs、誤差算出部35が算出した誤差Tdを格納するものである。クロック補正データ記憶部6が格納する情報は、例えば、図2に示すようなデータであってよい。図2は、リクエストごとにTc0、Tc1、TsおよびTdを1組にして並べたデータである。図2に示す例では、Tc0、Tc1およびTsの時刻を「時:分:秒」で示している。また、Tdの単位はマイクロ秒である。
[Clock correction data storage unit 6]
The clock correction data storage unit 6 stores information related to clock correction. Specifically, the clock correction data storage unit 6 stores Tc0 and Tc1 acquired by the transmission / reception time acquisition unit 33, Ts acquired by the server clock acquisition unit 34, and the error Td calculated by the error calculation unit 35. . The information stored in the clock correction data storage unit 6 may be data as shown in FIG. 2, for example. FIG. 2 shows data in which Tc0, Tc1, Ts, and Td are arranged as a set for each request. In the example illustrated in FIG. 2, the times of Tc0, Tc1, and Ts are indicated by “hour: minute: second”. The unit of Td is microseconds.
 〔クロック同期方法〕
 次に、本発明のクロック同期方法の概要について、図3に基づいて説明する。図3は、コンテンツ伝送中のクロック同期におけるクライアント-サーバ間のリクエスト/レスポンスのシーケンス図である。
[Clock synchronization method]
Next, an outline of the clock synchronization method of the present invention will be described with reference to FIG. FIG. 3 is a sequence diagram of a request / response between a client and a server in clock synchronization during content transmission.
 始めに、クライアント3は、サーバ2に対してTCP同期要求(SYN)を送信し(S101)、コンテンツを取得するためのTCPセッション(SS1)を確立する(S102)。そして、クライアント3は、HTTPを用いてサーバ2からコンテンツを取得して、動画のストリーミング再生を行う(S103)。 First, the client 3 transmits a TCP synchronization request (SYN) to the server 2 (S101), and establishes a TCP session (SS1) for acquiring content (S102). Then, the client 3 acquires content from the server 2 using HTTP and performs streaming playback of the moving image (S103).
 クライアント3は、ストリーミング再生を行いながら、ストリーミングの破綻を防ぐために、サーバ2とのクロック同期を実行する。まず、クライアント3は、現在確立中のコンテンツを取得するためのTCPセッション(SS1)とは別に、クロック同期を実行するためのTCPセッション(SS2)を確立する。具体的には、クライアント3は、TCP同期要求(SYN)をサーバ2に送信する(S104)。TCP同期要求(SYN)を受信したサーバ2は、TCP同期要求(SYN)とその応答(ACK)をクライアント3に返信する(S105)。TCP同期要求(SYN)および応答(ACK)を受信したクライアント3は、応答(ACK)をサーバ2に送信し、TCPセッション(SS2)を新たに確立する(S106)。 Client 3 performs clock synchronization with server 2 in order to prevent streaming failure while performing streaming playback. First, the client 3 establishes a TCP session (SS2) for performing clock synchronization separately from the TCP session (SS1) for acquiring the currently established content. Specifically, the client 3 transmits a TCP synchronization request (SYN) to the server 2 (S104). The server 2 that has received the TCP synchronization request (SYN) returns a TCP synchronization request (SYN) and a response (ACK) to the client 3 (S105). The client 3 that has received the TCP synchronization request (SYN) and the response (ACK) transmits a response (ACK) to the server 2 and newly establishes a TCP session (SS2) (S106).
 クライアント3は、この新たに確立した、クロック同期を実行するためのTCPセッション(SS2)において、HTTPのHeadメソッドを利用したリクエストをサーバ2に送信する(S107)。リクエストを受信したサーバ2は、当該リクエストに対するレスポンスをクライアント3に送信する(S108)。 The client 3 transmits a request using the HTTP Head method to the server 2 in the newly established TCP session (SS2) for performing clock synchronization (S107). The server 2 that has received the request transmits a response to the request to the client 3 (S108).
 レスポンスを受信したクライアント3は、リクエストの送信時刻Tc0、レスポンスの受信時刻Tc1、および、レスポンスに含まれるDateフィールド値の示すレスポンスの送信時刻Tsに基づいて、クロック補正を行う。 The client 3 that has received the response performs clock correction based on the request transmission time Tc0, the response reception time Tc1, and the response transmission time Ts indicated by the Date field value included in the response.
 ここで、コンテンツを取得するためのTCPセッション(SS1)とクロック同期を実行するためのTCPセッション(SS2)とは論理的に独立したTCPセッション(通信路)である。 Here, the TCP session (SS1) for acquiring content and the TCP session (SS2) for executing clock synchronization are logically independent TCP sessions (communication paths).
 また、クロック同期を実行するためのTCPセッション(SS2)において、クライアント-サーバ間でやりとりされるリクエスト/レスポンスのメッセージ例を図4に示す。図4の(a)は、クライアント3からサーバ2へ送信されるリクエストメッセージの一例を示す図である。また、図4の(b)は、サーバ2からクライアント3へ送信されるレスポンスメッセージの一例を示す図である。 FIG. 4 shows an example of a request / response message exchanged between a client and a server in a TCP session (SS2) for executing clock synchronization. FIG. 4A is a diagram illustrating an example of a request message transmitted from the client 3 to the server 2. FIG. 4B is a diagram illustrating an example of a response message transmitted from the server 2 to the client 3.
 〔クライアント3が実行するクロック同期処理について〕
 次に、クライアント3が実行するクロック同期処理について、図5に基づいて説明する。図5は、クライアント3が実行するクロック同期処理の一例を示すフローチャートである。なお、図5のフローチャットでは、クロック同期を実行するためのTCPセッション(SS2)を確立した後、クロック補正を行うまでのクライアント3の処理例を示す。
[Clock synchronization processing executed by client 3]
Next, clock synchronization processing executed by the client 3 will be described with reference to FIG. FIG. 5 is a flowchart illustrating an example of the clock synchronization process executed by the client 3. Note that the flow chat in FIG. 5 shows a processing example of the client 3 from the establishment of the TCP session (SS2) for performing clock synchronization until the clock correction is performed.
 図5に示すように、クライアント3のリクエスト実行部31は、TCPセッション(SS2)を確立した後、HTTPのHeadメソッドを利用して、リクエストをサーバ2に送信する(S201)。リクエスト実行部31がリクエストを送信すると、送受信時刻取得部33は、リクエスト実行部31がリクエストを送信した時刻をTc0として記録する(S202)。 As shown in FIG. 5, after establishing the TCP session (SS2), the request execution unit 31 of the client 3 transmits a request to the server 2 using the HTTP Head method (S201). When the request execution unit 31 transmits a request, the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits the request as Tc0 (S202).
 その後、リクエスト実行部31がサーバ2からレスポンスを受信すると(S203)、送受信時刻取得部33は、リクエスト実行部31がレスポンスを受信した時刻をTc1として記録する(S204)。さらに、サーバクロック取得部34は、リクエスト実行部31が受信したレスポンスに含まれるDateフィールド値を抽出して、Dateフィールド値が示す時刻をTsとして記録する(S205)。 Then, when the request execution unit 31 receives a response from the server 2 (S203), the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 receives the response as Tc1 (S204). Further, the server clock acquisition unit 34 extracts the Date field value included in the response received by the request execution unit 31, and records the time indicated by the Date field value as Ts (S205).
 誤差算出部35は、送受信時刻取得部33からTc0およびTc1を、サーバクロック取得部34からTsをそれぞれ取得し、
 Td = (Tc1+Tc0)/2 - Ts  ・・・(3)
上記の数式(3)に基づいて、クライアント3のRTCとサーバ2のRTCとの誤差Tdを算出する(S206)。誤差算出部35は、算出した誤差Tdをクロック補正部36に出力する。そして、クロック補正部36は、誤差算出部35が算出した誤差Tdに基づいて、クライアントクロック23のクロックを補正する(S207)。
The error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33, and Ts from the server clock acquisition unit 34, respectively.
Td = (Tc1 + Tc0) / 2−Ts (3)
Based on the above equation (3), an error Td between the RTC of the client 3 and the RTC of the server 2 is calculated (S206). The error calculation unit 35 outputs the calculated error Td to the clock correction unit 36. Then, the clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35 (S207).
 ストリーミング再生中では、クライアント3は、S201~S207を定期的に繰り返し実行し、ストリーミングが破綻しないように、クライアントクロック23をサーバクロック13に同期させる。 During streaming playback, the client 3 periodically executes S201 to S207 to synchronize the client clock 23 with the server clock 13 so that the streaming does not fail.
 以上のように、本発明では、サーバクロックとしてHTTPレスポンスのDateフィールド値を利用しているため、サーバ2は、別の外部サーバとの同期を行う必要がなく、クロック補正が不要である。また、HTTPレスポンスのDateフィールド値を利用しているため、サーバ2は、特別な機能を有する必要がなく、従来の装置をそのまま利用可能である。つまり、サーバ2が使用する伝送プロトコルやサーバ2が管理するコンテンツのファイルフォーマットは従来のものをそのまま転用できる。 As described above, in the present invention, since the Date field value of the HTTP response is used as the server clock, the server 2 does not need to synchronize with another external server and does not require clock correction. Further, since the Date field value of the HTTP response is used, the server 2 does not need to have a special function and can use a conventional device as it is. That is, the transmission protocol used by the server 2 and the file format of the content managed by the server 2 can be used as they are.
 また、本発明では、コンテンツを取得するためのTCPセッション(SS1)とは独立して、クロック同期を実行するためのTCPセッション(SS2)を用いて、クロック同期のためのリクエスト/レスポンスをやり取りしているため、コンテンツの送受信状況、送受信速度等に影響されることなく、クライアント3が任意のタイミングで必要回数、サーバクロックTsを取得できる。具体的には、コンテンツ伝送におけるパケットの再送待ちや受信完了待ちが発生したとしても、クライアント3が任意のタイミングでクロック補正を行うことができる。 Further, in the present invention, a request / response for clock synchronization is exchanged using a TCP session (SS2) for executing clock synchronization independently of a TCP session (SS1) for acquiring content. Therefore, the client 3 can acquire the required number of times and the server clock Ts at any timing without being affected by the content transmission / reception status, transmission / reception speed, and the like. Specifically, the client 3 can perform clock correction at an arbitrary timing even when waiting for retransmission of a packet or waiting for completion of reception in content transmission occurs.
 また、本発明では、S201にてHTTPのHeadメソッドを利用しているため、S203にてクライアント3が受信するレスポンスは、HTTPヘッダと、リソースのメタ情報とだけを含み、リソースの実体を含まない。このため、S203にてクライアント3が受信するレスポンスのデータ量はごく僅かであり、通常、単一のIPパケットに包含されて送信される(単一のIPパケットに包含されない場合でも、高々2~3個のIPパケットにより構成できる)。それゆえ、クロック同期のTCPセッションにおいて、1度に送受信されるデータ量が少なく、短期間に多数のサーバクロックを取得することができる。HTTPのHeadメソッドを利用することで、HTTPレスポンスが1パケット(もしくは数パケット)に収めることができ、先行パケットの再送待ち、受信完了待ちの発生を抑制することができる。 In the present invention, since the HTTP Head method is used in S201, the response received by the client 3 in S203 includes only the HTTP header and the resource meta information, and does not include the resource entity. . For this reason, the amount of response data received by the client 3 in S203 is very small, and is normally included and transmitted in a single IP packet (even if not included in a single IP packet, 2 to It can be composed of 3 IP packets). Therefore, in a clock-synchronized TCP session, the amount of data transmitted and received at a time is small, and a large number of server clocks can be acquired in a short period of time. By using the HTTP Head method, the HTTP response can be contained in one packet (or several packets), and the occurrence of waiting for retransmission of the preceding packet and waiting for completion of reception can be suppressed.
 なお、ステップS201において、クライアント3がサーバ2に送信するリクエストは、リソースに関するメタ情報の送信を要求するリクエストであればよく、Headメソッドを利用したリクエストに限定されない。例えば、Optionsメッソドを用いてもよい(この変形例については後述)。レスポンスにリソースの実体を含まないリクエストであれば、どのようなリクエストであっても、レスポンスのデータサイズを極めて小さく抑えられることは明らかであろう。 In step S201, the request that the client 3 transmits to the server 2 may be a request that requests transmission of meta information related to the resource, and is not limited to a request that uses the Head method. For example, an Options method may be used (this modification will be described later). It will be apparent that the response data size can be kept extremely small for any request that does not include the resource entity in the response.
 また、同一サーバに対して複数のHTTPリクエスト/HTTPレスポンスを繰り返し行う場合、HTTPリクエストパイプラインを用いて効率的な処理を行うのが一般的であるが、本発明では、クロック同期のTCPセッションにおいて、HTTPリクエストパイプラインを利用しないことが望ましい。すなわち、リクエスト実行部31は、直前に送信したリクエストに対するレスポンスの受信が完了してから、次のリクエストを送信することが望ましい。HTTPリクエストパイプラインを利用しないことにより、先行HTTPリクエスト/HTTPレスポンスパケットの再送待ち、受信完了待ちの発生を抑制することができる。 In addition, when a plurality of HTTP requests / HTTP responses are repeatedly performed on the same server, it is common to perform efficient processing using an HTTP request pipeline. However, in the present invention, in a clock synchronous TCP session, It is desirable not to use the HTTP request pipeline. That is, it is desirable that the request execution unit 31 transmits the next request after the reception of the response to the request transmitted immediately before is completed. By not using the HTTP request pipeline, it is possible to suppress the occurrence of waiting for retransmission of the preceding HTTP request / HTTP response packet and waiting for reception completion.
 このように、本発明では、TCPに起因するジッタの影響を除去または軽減できるため、クロック補正を精度良く実行することができる。 Thus, in the present invention, the influence of jitter caused by TCP can be removed or reduced, so that clock correction can be performed with high accuracy.
 〔変形例〕
 図5に示すクロック同期処理の一例では、クライアント3は、Headメソッドを用いたHTTPメッセージによって、サーバ2のRTCを取得していたが、サーバ2のRTCの取得方法はこれに限るものではない。
[Modification]
In the example of the clock synchronization process illustrated in FIG. 5, the client 3 acquires the RTC of the server 2 by an HTTP message using the Head method, but the method of acquiring the RTC of the server 2 is not limited to this.
 例えば、Headメソッドの代わりに、Optionsメソッドを使ってもよい。具体的な例として、クライアント3が、図6の(a)に示すリクエストメッセージをサーバ2に送信し、サーバ2が図6の(b)に示すレスポンスメッセージをクライアント3に送信してもよい。クライアント3がOptionsメソッドを用いてサーバ2にリクエストを送信した場合であっても、図6に示すように、サーバ2が送信する当該リクエストに対するレスポンスのHTTPヘッダには、サーバ2がレスポンスを送信する時刻を示すDateフィールド値が含まれているため、クライアント3がサーバクロックの時刻Tsを取得することができる。また、Optionsメソッドを用いたHTTPメッセージも、Headメソッドの場合と同様に、1度に送受信されるデータ量が少ないため、HTTPレスポンスを数パケット以内に収めることができ、先行パケットの再送待ち、受信完了待ちの発生を抑制することができる。 For example, the Options method may be used instead of the Head method. As a specific example, the client 3 may transmit a request message illustrated in FIG. 6A to the server 2, and the server 2 may transmit a response message illustrated in FIG. 6B to the client 3. Even when the client 3 transmits a request to the server 2 using the Options method, the server 2 transmits a response in the HTTP header of the response to the request transmitted by the server 2, as shown in FIG. Since the Date field value indicating the time is included, the client 3 can acquire the server clock time Ts. Similarly to the Head method, the HTTP message using the Options method has a small amount of data transmitted and received at a time, so that an HTTP response can be accommodated within several packets, waiting for retransmission of the preceding packet, and receiving The occurrence of waiting for completion can be suppressed.
 つまり、本発明では、サーバ2のRTCを取得する際に、リクエスト実行部31は、リソースに関するメタ情報の送信を要求するメソッドを用いてサーバ2にリクエストを送信し、送信したリクエストに対するレスポンスを受信すればよい。 In other words, in the present invention, when acquiring the RTC of the server 2, the request execution unit 31 transmits a request to the server 2 using a method for requesting transmission of meta information related to the resource, and receives a response to the transmitted request. do it.
 また、サーバ2およびクライアント3がDASHを用いてコンテンツの送受信を行っている場合、クライアント3は、Headメソッドの代わりに、Getメソッドを用いてMPDファイルの送信を要求するリクエストを送信することにより、当該リクエストに対するレスポンスに含まれるDateフィールド値を取得してもよい。DASHにおいて、MPDファイルのデータ量は小さいため、HTTPレスポンスを数パケット以内に収めることができる。そのため、Getメソッドを用いてMPDファイルの送信を要求するリクエストを送信する場合でも、ジッタの影響を除去または軽減することができる。あるいは、Rangeリクエストヘッダを付与したGetメソッドも用いて、コンテンツの一部の送信を要求するリクエストを送信する場合でも、ジッタの影響を除去または軽減することができる。 In addition, when the server 2 and the client 3 transmit and receive content using DASH, the client 3 transmits a request for requesting transmission of an MPD file using the Get method instead of the Head method. The Date field value included in the response to the request may be acquired. In DASH, since the data amount of the MPD file is small, the HTTP response can be accommodated within several packets. Therefore, even when a request for requesting transmission of an MPD file is transmitted using the Get method, the influence of jitter can be removed or reduced. Alternatively, even when a request that requests transmission of a part of content is transmitted using the Get method to which the Range request header is added, the influence of jitter can be removed or reduced.
 さらに、MPDファイルの記述を拡張して、サーバ2がMPDファイルを生成した時刻をMPDファイル内に記述した場合、Dateフィールド値の代わりに、MPDファイルに含まれるMPDファイル生成時刻(時間情報)を取得して、取得したMPDファイル生成時刻をサーバクロックTsとしてもよい。具体的には、クライアント3は、Getメソッドを用いてMPDファイルの送信を要求するリクエストを送信することにより、当該リクエストに対するレスポンスに含まれるMPDファイル内のMPDファイル生成時刻を取得してもよい。 Furthermore, when the description of the MPD file is expanded and the time when the server 2 generates the MPD file is described in the MPD file, the MPD file generation time (time information) included in the MPD file is used instead of the Date field value. The acquired MPD file generation time may be used as the server clock Ts. Specifically, the client 3 may acquire the MPD file generation time in the MPD file included in the response to the request by transmitting a request for requesting transmission of the MPD file using the Get method.
 MPDファイルの記述を拡張した例を図7に示す。図7に示すように、MPDファイル内にMPDファイル生成時刻が記述されている。HTTPでは、Dateフィールド値に秒精度の記述しかできないが、MPDファイルには、Dateフィールド値より精度の高いサーバクロックの時刻を記述することができる。従って、MPDファイル生成時刻を利用してサーバクロックTsを取得する場合、Dateフィールド値を利用する場合に比べて、クロック補正を精度良く実行することができる。なお、この場合、サーバ2は、1つのコンテンツにつき品質種別が異なるコンテンツファイルを複数管理し、当該1つのコンテンツファイルを所定の単位で分割して、コンテンツファイルをMedia Segment(セグメント)単位で管理し、さらに、コンテンツの品質種別および各Media Segmentを統括するMPDファイル(制御データ)を管理する。 Fig. 7 shows an example of extending the description of the MPD file. As shown in FIG. 7, the MPD file generation time is described in the MPD file. In HTTP, only the second precision can be described in the Date field value, but the time of the server clock with higher precision than the Date field value can be described in the MPD file. Therefore, when the server clock Ts is acquired using the MPD file generation time, clock correction can be performed with higher accuracy than when the Date field value is used. In this case, the server 2 manages a plurality of content files having different quality types for one content, divides the one content file in a predetermined unit, and manages the content file in Media Segment (segment) unit. Furthermore, it manages the MPD file (control data) that controls the content quality type and each Media Segment.
 上述のように、HTTPでは、Dateフィールド値に秒精度の記述しかできないが、クロック同期処理においてサーバクロックTsを複数回取得し、クロック補正部36が統計処理を行うことにより、Dateフィールド値を利用した場合であっても、秒未満の精度でクロック補正を行うことができる。以下において、そのDateフィールド値による精度不足を解消するDateフィールド精度不足対策の方法について、図8~図11に基づいて説明する。 As described above, in HTTP, only the second precision can be described in the Date field value, but the server clock Ts is acquired a plurality of times in the clock synchronization process, and the clock correction unit 36 performs the statistical process to use the Date field value. Even in this case, clock correction can be performed with an accuracy of less than a second. Hereinafter, a date field accuracy deficiency countermeasure method for eliminating deficiency in accuracy due to the Date field value will be described with reference to FIGS.
 図8は、Dateフィールド精度不足対策の手順の一例を示すフローチャートである。まず、クライアント3が短時間に一定間隔で繰り返しサーバクロックTsを取得する(S211)。具体的には、測定結果(取得したTs)に含まれるDateフィールドの影響(平均誤差:0.5秒、最小0秒~最大1秒の誤差)が、各サンプル(以下では取得したTs、Tc0およびTc1の組をサンプルと称する)のTsに一様に分布するよう、M/N(M、Nは互いに素な整数)秒間隔で、図5に示すS201~S205を繰り返し実行し、Tsを取得(測定)する。例えば、クライアント3は、100msec間隔で10秒間計測する。なお、応答時間(Tc1-Tc0)が測定間隔より長い場合には、先行するクロック同期のためのリクエスト/レスポンス待ちの影響が生じるため、応答時間に応じて測定間隔を再設定してもよいし、測定サンプル毎に個別のTCPセッションを確立してもよい。また、多数のサンプルを取得する構成であれば、測定間隔に関わらず、Dateフィールドの影響が各サンプルのTsに一様に分布するので、測定間隔を一定としない構成でも構わない。 FIG. 8 is a flowchart showing an example of a procedure for measures against date field inaccuracy. First, the client 3 acquires the server clock Ts repeatedly at regular intervals in a short time (S211). Specifically, the influence (average error: 0.5 second, minimum 0 second to maximum 1 second error) of the Date field included in the measurement result (acquired Ts) is determined for each sample (hereinafter acquired Ts, Tc0). 5 are repeatedly executed at intervals of M / N (M and N are relatively prime integers) seconds so that Ts of Tc1 and Tc1 is referred to as a sample is uniformly distributed. Acquire (measure). For example, the client 3 measures for 10 seconds at 100 msec intervals. If the response time (Tc1-Tc0) is longer than the measurement interval, the request / response waiting effect for the preceding clock synchronization occurs, so the measurement interval may be reset according to the response time. A separate TCP session may be established for each measurement sample. In addition, as long as a large number of samples are acquired, the influence of the Date field is uniformly distributed over the Ts of each sample regardless of the measurement interval. Therefore, a configuration in which the measurement interval is not constant may be used.
 次に、誤差算出部35は、各サンプルの応答時間(Tc1-Tc0)を算出して、図9に示すように、応答時間の長いサンプルを除外(破棄)する(S212)。図9は、応答時間と発生頻度(サンプル数)との関係を示すグラフである。図9の横軸は応答時間を示し、縦軸は発生頻度を示す。サンプルを除外する方法として、例えば、応答時間が所定の閾値(例:1秒)以上のサンプルを全て破棄してもよい。また、全サンプルを応答時間の長さの順に並べて、応答時間の長いものから所定の割合(例:5%)に含まれるサンプルを破棄してもよい。また、応答時間の平均値μおよび標準偏差σを求め、平均μから所定値(例:6σ)以上遅いサンプルを破棄してもよい。応答時間の短いサンプルは信頼できる(ジッタの影響を受けていない)データであると考えられるため、応答時間の長いサンプルを除外することにより、ジッタの影響を除去または軽減することができる。なお、ジッタの影響は応答時間に表れるため、Dateフィールドの精度とは無関係に処理が可能である。 Next, the error calculation unit 35 calculates the response time (Tc1-Tc0) of each sample, and excludes (discards) samples having a long response time as shown in FIG. 9 (S212). FIG. 9 is a graph showing the relationship between response time and occurrence frequency (number of samples). The horizontal axis in FIG. 9 indicates the response time, and the vertical axis indicates the occurrence frequency. As a method of excluding samples, for example, all samples whose response time is a predetermined threshold value (e.g., 1 second) or more may be discarded. Alternatively, all samples may be arranged in the order of the length of response time, and samples included in a predetermined ratio (for example, 5%) from those having a long response time may be discarded. Alternatively, the average value μ and the standard deviation σ of the response time may be obtained, and samples that are slower than the average μ by a predetermined value (eg, 6σ) or more may be discarded. Since samples with a short response time are considered to be reliable data (not affected by jitter), the effects of jitter can be eliminated or reduced by excluding samples with a long response time. Since the influence of jitter appears in the response time, it can be processed regardless of the accuracy of the Date field.
 次に、S212の処理によって残ったサンプルについて、誤差算出部35がそれぞれの誤差Tdを算出する(S213)。そして、クロック補正部36が算出した各サンプルの誤差Tdの平均値Taを算出する(S214)。S214で算出した誤差の平均値Taは、Dateフィールド精度の影響(平均誤差:0.5秒)を含む。そのため、クロック補正部36が、平均値Taから上記影響を除去して、クロック補正量Td’=Ta-0.5を算出する(S215)。最後に、クロック補正部36は、クライアントクロックのRTCからクロック補正量Td’を引いて、補正後のクライアントクロックの時刻Tc’(=Tc-Td’)とする(S216)。 Next, the error calculation unit 35 calculates each error Td for the sample remaining in the process of S212 (S213). Then, an average value Ta of the error Td of each sample calculated by the clock correction unit 36 is calculated (S214). The error average value Ta calculated in S214 includes the influence of the Date field accuracy (average error: 0.5 seconds). Therefore, the clock correction unit 36 removes the influence from the average value Ta and calculates the clock correction amount Td ′ = Ta−0.5 (S215). Finally, the clock correction unit 36 subtracts the clock correction amount Td ′ from the RTC of the client clock to obtain the corrected client clock time Tc ′ (= Tc−Td ′) (S216).
 ここで、上記のクロック補正量Td’について、図10および図11に基づいてより詳細に説明する。図10は、クライアントクロック23の時刻Tc、サーバクロック13の時刻TsおよびDateフィールド値を実時間に対してプロットしたグラフである。図10の横軸は実時間(実際の経過時間)を示し、縦軸はクロック値(時刻)を示す。図10に示すように、ここではクライアントクロック23がサーバクロック13に対して所定時間早く動いている。この両者の時間のずれをクロック補正量Td’として算出することが理想である。また、図10に示すように、Dateフィールド値の示す時刻は、サーバクロック13を秒精度に切り捨てた時刻である。 Here, the clock correction amount Td ′ will be described in more detail with reference to FIGS. 10 and 11. FIG. 10 is a graph in which the time Tc of the client clock 23, the time Ts of the server clock 13 and the Date field value are plotted with respect to real time. In FIG. 10, the horizontal axis indicates the real time (actual elapsed time), and the vertical axis indicates the clock value (time). As shown in FIG. 10, here, the client clock 23 moves faster than the server clock 13 by a predetermined time. It is ideal to calculate the time lag between the two as the clock correction amount Td '. Also, as shown in FIG. 10, the time indicated by the Date field value is the time when the server clock 13 is rounded down to the second accuracy.
 図8に示す補正方法では、短時間の間でTsを繰り返し取得しているため、Tsを取得している間の期間においては、サーバクロック13およびクライアントクロック23のクロック速度差は無視できる程度に小さい。そのため、ここでは、サーバクロック13およびクライアントクロック23のクロック速度差はないものとして扱う。すなわち、サーバクロック13およびクライアントクロック23の時間差(クロック補正量Td’)はTs取得期間中変化しない。 In the correction method shown in FIG. 8, since Ts is repeatedly acquired in a short time, the clock speed difference between the server clock 13 and the client clock 23 is negligible during the period during which Ts is acquired. small. Therefore, here, it is assumed that there is no difference in clock speed between the server clock 13 and the client clock 23. That is, the time difference (clock correction amount Td ′) between the server clock 13 and the client clock 23 does not change during the Ts acquisition period.
 図10に基づいて、サーバクロック13の時刻TsとDateフィールド値との差分値、および、クライアントクロック23の時刻TcとDateフィールド値との差分値を実時間に対してプロットしたものが図11である。図11の横軸は実時間(実際の経過時間)を示し、縦軸はクロック(時刻)の差分値を示す。 Based on FIG. 10, the difference value between the time Ts of the server clock 13 and the Date field value and the difference value between the time Tc of the client clock 23 and the Date field value are plotted with respect to real time in FIG. is there. The horizontal axis in FIG. 11 indicates real time (actual elapsed time), and the vertical axis indicates the difference value of the clock (time).
 S212の処理において、ジッタの影響が十分に除去できていれば、S213で算出した各サンプルの誤差Tdは、図11に示すクライアントクロック23の時刻TcとDateフィールド値との差分値を示すグラフ近傍に均一に分布する(理想的には当該グラフと一致する)。従って、S214において、誤差Tdの平均値Taを算出することにより、Td’を推定することができる。なおS213、S214の処理については、他上記の方法の代わりに、他の統計処理手法を用いる構成でも構わない。例えばTs=Tc-Taを仮定し、最小二乗法にてTaを推定することが可能である。 If the influence of jitter is sufficiently removed in the processing of S212, the error Td of each sample calculated in S213 is the vicinity of the graph indicating the difference value between the time Tc of the client clock 23 and the Date field value shown in FIG. Distributed uniformly (ideally coincides with the graph). Therefore, in S214, Td 'can be estimated by calculating the average value Ta of the errors Td. In addition, about the process of S213 and S214, the structure using another statistical processing method may be sufficient instead of said other method. For example, assuming that Ts = Tc−Ta, it is possible to estimate Ta by the least square method.
 <第2の実施形態>
 本発明の第2の実施形態について図12および図13に基づいて説明すると以下の通りである。第2の実施形態では、コンテンツを提供するサーバの負荷を軽減するために、第1の実施形態と比較して、サーバの構成と、クライアントが実行するクロック同期処理とが異なっている。以下では、第1の実施形態と異なる点について主に説明する。
<Second Embodiment>
A second embodiment of the present invention will be described with reference to FIGS. 12 and 13 as follows. In the second embodiment, the server configuration and the clock synchronization processing executed by the client are different from those in the first embodiment in order to reduce the load on the server that provides the content. In the following description, differences from the first embodiment will be mainly described.
 〔コンテンツ配信システム10の概要〕
 まず、第2の実施形態のコンテンツ配信システム10の概要について、図12に基づいて説明する。図12は、第2の実施形態に係るコンテンツ配信システム10の概要およびコンテンツ配信システム10を構成する各装置の要部構成を示す図である。図12に示すように、コンテンツ配信システム10は、MPD配信サーバ(制御データ配信装置)7、MP4配信サーバ(コンテンツ配信装置)8、および、クライアント(コンテンツ再生装置)9を含む。また、コンテンツ配信システム10は、MPD配信サーバ7と接続しているMPDファイル格納部75と、MP4配信サーバ8と接続しているMP4ファイル格納部85と、クライアント9と接続しているクロック補正データ記憶部6とを含む。
[Outline of Content Distribution System 10]
First, the outline | summary of the content delivery system 10 of 2nd Embodiment is demonstrated based on FIG. FIG. 12 is a diagram illustrating an overview of the content distribution system 10 according to the second embodiment and a configuration of main parts of each device configuring the content distribution system 10. As shown in FIG. 12, the content distribution system 10 includes an MPD distribution server (control data distribution device) 7, an MP4 distribution server (content distribution device) 8, and a client (content reproduction device) 9. Further, the content distribution system 10 includes an MPD file storage unit 75 connected to the MPD distribution server 7, an MP4 file storage unit 85 connected to the MP4 distribution server 8, and clock correction data connected to the client 9. And a storage unit 6.
 図12に示す例では、コンテンツ配信システム10が、MPD配信サーバ7、MP4配信サーバ8、および、クライアント9を1つずつ含んでいるが、これに限るものではない。コンテンツ配信システム10が、MPD配信サーバ7、MP4配信サーバ8、および、クライアント9をそれぞれ複数含んでいてもよい。換言すると、コンテンツ配信システム10は、MPD配信サーバ7、MP4配信サーバ8、および、クライアント9を少なくとも1つずつ含んでいればよい。 In the example shown in FIG. 12, the content distribution system 10 includes one MPD distribution server 7, one MP4 distribution server 8, and one client 9, but the present invention is not limited to this. The content distribution system 10 may include a plurality of MPD distribution servers 7, MP4 distribution servers 8, and clients 9. In other words, the content distribution system 10 may include at least one MPD distribution server 7, MP4 distribution server 8, and client 9.
 また、本実施形態では、DASHを用いてMPD配信サーバ7およびMP4配信サーバ8からクライアント9に対してコンテンツを配信するものとする。また、コンテンツのフォーマットは、MP4ファイルフォーマットとする。なお、本実施形態において、MP4配信サーバ8が配信するコンテンツのフォーマットは、これに限るものではない。 In this embodiment, contents are distributed from the MPD distribution server 7 and the MP4 distribution server 8 to the client 9 using DASH. Also, the content format is the MP4 file format. In the present embodiment, the content format distributed by the MP4 distribution server 8 is not limited to this.
 第2の実施形態では、図12に示すように、コンテンツ配信システム10は、第1の実施形態のサーバ2の機能を分割して、それぞれ、MPDファイルを管理するMPD配信サーバ7と、MP4ファイルを管理するMP4配信サーバ8とを含む。すなわち、MPD配信サーバ7は、図18に示すMPDファイルを管理し、一方、MP4配信サーバ8は、図18に示す、Media Segmentで構成される品質種別の異なる各MP4ファイルを管理するものである。 In the second embodiment, as shown in FIG. 12, the content distribution system 10 divides the functions of the server 2 of the first embodiment, and manages the MPD file and the MPD file 7 respectively. And an MP4 distribution server 8 that manages That is, the MPD distribution server 7 manages the MPD file shown in FIG. 18, while the MP4 distribution server 8 manages each MP4 file having different quality types, which is composed of Media Segment, shown in FIG. .
 第2の実施形態では、クライアント9は、MPD配信サーバ7にコンテンツをリクエストする。リクエストを受けたMPD配信サーバ7は、クライアントに対して、コンテンツの取得先のMP4配信サーバ8を示す情報(例えば、URL等)を含むMPDファイルを返信し、クライアント9は、指定されたMP4配信サーバ8からMP4を取得する。 In the second embodiment, the client 9 requests content from the MPD distribution server 7. Upon receiving the request, the MPD distribution server 7 returns an MPD file including information (for example, URL) indicating the content acquisition destination MP4 distribution server 8 to the client, and the client 9 transmits the designated MP4 distribution. MP4 is acquired from the server 8.
 〔MPD配信サーバ7について〕
 MPD配信サーバ7は、クライアント9からコンテンツの送信を要求する要求メッセージ(リクエスト)を受信して、受信した要求メッセージに対する応答メッセージ(レスポンス)を送信するコンテンツ配信装置である。また、MPD配信サーバ7は、MP4配信サーバ8が管理するコンテンツの品質種別および各セグメントを統括するMPDファイル(制御データ)を管理する。また、上述のように、MPD配信サーバ7は、応答メッセージとして、コンテンツの取得先のMP4配信サーバ8を示す情報(例えば、URL等)を含むMPDファイルを送信する。なお、MPDファイル格納部75は、MPD配信サーバ7に内蔵されていてもよい。
[MPD distribution server 7]
The MPD distribution server 7 is a content distribution apparatus that receives a request message (request) requesting transmission of content from the client 9 and transmits a response message (response) to the received request message. The MPD distribution server 7 manages the content quality type managed by the MP4 distribution server 8 and the MPD file (control data) that controls each segment. Further, as described above, the MPD distribution server 7 transmits an MPD file including information (for example, URL) indicating the content acquisition destination MP4 distribution server 8 as a response message. The MPD file storage unit 75 may be built in the MPD distribution server 7.
 図12に示すように、MPD配信サーバ7は、MPD配信サーバ7の動作を統括して制御するMPD配信サーバ制御部71と、MPD配信サーバ7が外部の装置と通信するためのMPD配信サーバ通信部72と、MPD配信サーバ7のRTCをカウントするMPD配信サーバクロック73とを備えている。また、MPD配信サーバ制御部71には、レスポンス実行部74が含まれている。 As shown in FIG. 12, the MPD distribution server 7 includes an MPD distribution server control unit 71 that controls the operation of the MPD distribution server 7 and MPD distribution server communication for allowing the MPD distribution server 7 to communicate with an external device. And an MPD distribution server clock 73 that counts the RTC of the MPD distribution server 7. The MPD distribution server control unit 71 includes a response execution unit 74.
 レスポンス実行部74は、MPD配信サーバ通信部72を介して、クライアント9から要求メッセージを受信すると、受信した要求メッセージに対する応答メッセージをクライアント9に送信する。レスポンス実行部74は、例えば、クライアント9からコンテンツの送信を要求する要求メッセージを受信すると、コンテンツの取得先のMP4配信サーバ8を示す情報を含むMPDファイルをクライアント9に送信する。また、クライアント9からMPDファイルを要求する要求メッセージを受信すると、MPDファイル格納部75からMPDファイルを読み出し、読み出したMPDファイルをクライアント9に送信する。 When the response execution unit 74 receives a request message from the client 9 via the MPD distribution server communication unit 72, the response execution unit 74 transmits a response message to the received request message to the client 9. For example, when receiving a request message for requesting content transmission from the client 9, the response execution unit 74 transmits an MPD file including information indicating the MP4 distribution server 8 from which the content is acquired to the client 9. When a request message requesting an MPD file is received from the client 9, the MPD file is read from the MPD file storage unit 75 and the read MPD file is transmitted to the client 9.
 〔MP4配信サーバ8について〕
 MP4配信サーバ8は、クライアント9からコンテンツの送信を要求する要求メッセージ(リクエスト)を受信して、受信した要求メッセージに対する応答メッセージ(レスポンス)を送信するコンテンツ配信装置である。また、MP4配信サーバ8は、1つのコンテンツにつき品質種別が異なるコンテンツファイルを複数管理し、当該1つのコンテンツファイルを所定の単位で分割して、コンテンツファイルをMedia Segment(セグメント)単位で管理する。なお、MP4ファイル格納部85は、MP4配信サーバ8に内蔵されていてもよい。
[About MP4 distribution server 8]
The MP4 distribution server 8 is a content distribution apparatus that receives a request message (request) requesting transmission of content from the client 9 and transmits a response message (response) to the received request message. Also, the MP4 distribution server 8 manages a plurality of content files having different quality types for one content, divides the one content file in a predetermined unit, and manages the content file in a Media Segment (segment) unit. Note that the MP4 file storage unit 85 may be built in the MP4 distribution server 8.
 図12に示すように、MP4配信サーバ8は、MP4配信サーバ8の動作を統括して制御するMP4配信サーバ制御部81と、MP4配信サーバ8が外部の装置と通信するためのMP4配信サーバ通信部82と、MP4配信サーバ8のRTCをカウントするMP4配信サーバクロック83とを備えている。また、MP4配信サーバ制御部81には、レスポンス実行部84が含まれている。なお、MP4配信サーバクロック83は、NTPなどの手段を用いてMPD配信サーバクロック73と同期が取れているものとする。 As shown in FIG. 12, the MP4 distribution server 8 includes an MP4 distribution server control unit 81 that controls the operation of the MP4 distribution server 8 and MP4 distribution server communication for the MP4 distribution server 8 to communicate with an external device. Unit 82 and an MP4 distribution server clock 83 that counts the RTC of the MP4 distribution server 8. The MP4 distribution server control unit 81 includes a response execution unit 84. Note that the MP4 distribution server clock 83 is assumed to be synchronized with the MPD distribution server clock 73 using means such as NTP.
 レスポンス実行部84は、MP4配信サーバ通信部82を介して、クライアント9から要求メッセージを受信すると、受信した要求メッセージに対する応答メッセージをクライアント9に送信する。レスポンス実行部84は、例えば、クライアント9からコンテンツの送信を要求する要求メッセージを受信すると、MP4ファイル格納部85からMP4ファイルを読み出し、読み出したMP4ファイルをクライアント9に送信する。 When the response execution unit 84 receives a request message from the client 9 via the MP4 distribution server communication unit 82, the response execution unit 84 transmits a response message to the received request message to the client 9. For example, when receiving a request message for requesting content transmission from the client 9, the response execution unit 84 reads the MP4 file from the MP4 file storage unit 85 and transmits the read MP4 file to the client 9.
 〔クライアント9について〕
 クライアント9は、第1の実施形態のクライアント3と同様に、コンテンツをリクエストして取得し、取得したコンテンツを再生する装置である。クライアント9は、第1の実施形態のクライアント3とクライアント制御部24の構成が異なっている。具体的には、図12に示すように、クライアント制御部24は、第1の実施形態のクライアント制御部21の構成に加えて、さらに、サーバクロック取得回数設定部37および判定部38を含む。
[About Client 9]
Similarly to the client 3 of the first embodiment, the client 9 is a device that requests and acquires content and reproduces the acquired content. The client 9 is different in the configuration of the client 3 and the client control unit 24 of the first embodiment. Specifically, as illustrated in FIG. 12, the client control unit 24 further includes a server clock acquisition count setting unit 37 and a determination unit 38 in addition to the configuration of the client control unit 21 of the first embodiment.
 第2の実施形態では、リクエスト実行部31は、クロック同期を実行するためのTCPセッション(SS2)を確立する前(例えば、コンテンツ取得時)に、図7に示すMPDファイルをMPD配信サーバ7から受信し、クロック同期を行う対象であるサーバを指定されているものとする。具体的には、リクエスト実行部31は、図7に示すMPDファイルに含まれるクロックソース(クロック同期対象指定情報)を参照して、クロックソースに記述されているURLのMPD配信サーバ(サーバ装置)7またはMP4配信サーバ(サーバ装置)8からサーバクロックTsを取得する。図7に示す例では、クロックソースに1つのURLしか記述されていないが、複数記述されていてもよい。この場合、リクエスト実行部31は、複数のURLから少なくとも1つを選択して、クロック同期を行う対象であるサーバを決定する。 In the second embodiment, the request execution unit 31 acquires the MPD file shown in FIG. 7 from the MPD distribution server 7 before establishing a TCP session (SS2) for executing clock synchronization (for example, at the time of content acquisition). It is assumed that the server that receives and performs clock synchronization is designated. Specifically, the request execution unit 31 refers to the clock source (clock synchronization target designation information) included in the MPD file shown in FIG. 7, and the MPD distribution server (server device) of the URL described in the clock source. 7 or the server clock Ts is acquired from the MP4 distribution server (server device) 8. In the example shown in FIG. 7, only one URL is described in the clock source, but a plurality of URLs may be described. In this case, the request execution unit 31 selects at least one from a plurality of URLs, and determines a server that is a target for clock synchronization.
 これにより、第2の実施形態では、クライアント9とのクロック同期を行う専用のサーバ(サーバ装置)を設定しておき、その専用サーバとクライアント9とがクロック同期を行うように、クライアント9に指示することができる。従って、サーバの負荷を柔軟に分散することができ、クロック補正を安定的に実行することができる。 As a result, in the second embodiment, a dedicated server (server device) that performs clock synchronization with the client 9 is set, and the dedicated server and the client 9 are instructed to perform clock synchronization. can do. Therefore, the load on the server can be flexibly distributed, and clock correction can be performed stably.
 サーバクロック取得回数設定部37は、クロック補正部36が実行する1度のクロック補正に用いるサーバクロックの取得回数を設定/更新するものである。サーバクロック取得回数設定部37は、誤差算出部35が算出した誤差Tdが所定値より大きいか否かを判定し、誤差Tdが所定値より大きい場合に、設定されているサーバクロック取得回数に所定値を加えて、サーバクロック取得回数の設定値を更新する。なお、本実施形態では、ユーザからの入力またはデフォルトにより、サーバクロック取得回数が予め所定値に設定されているものとする。サーバクロック取得回数の設定値は、クロック補正データ記憶部6に格納されていてもよい。 The server clock acquisition count setting section 37 sets / updates the acquisition count of the server clock used for one clock correction executed by the clock correction section 36. The server clock acquisition count setting unit 37 determines whether or not the error Td calculated by the error calculation unit 35 is greater than a predetermined value. If the error Td is greater than the predetermined value, the server clock acquisition count setting unit 37 is set to a predetermined server clock acquisition count. Add a value to update the set value of the server clock acquisition count. In the present embodiment, it is assumed that the server clock acquisition count is set to a predetermined value in advance by user input or default. The set value of the number of server clock acquisition times may be stored in the clock correction data storage unit 6.
 判定部38は、クライアント9がクロック同期処理を実行するべきか否かを判定するものである。判定部38は、予め定められた所定の条件を満たしているか否かを判定し、所定の条件を満たしている場合、リクエスト実行部31にクロック同期を行うためのリクエストの送信を実行するように指示する。 The determination unit 38 determines whether or not the client 9 should execute the clock synchronization process. The determination unit 38 determines whether or not a predetermined condition is satisfied. If the predetermined condition is satisfied, the determination unit 38 transmits a request for clock synchronization to the request execution unit 31. Instruct.
 判定部38は、例えば、クライアント9のコンテンツの受信バッファ(不図示)内のデータ占有量が所定の範囲内(所定値未満あるいは所定値以上)に収まっているか否かを判定してもよい。また、判定部38は、MPDファイルおよび/またはMP4ファイル(Media Segment)取得時のHTTPヘッダ(付加データ)のDateフィールド値(他の時間情報)の示す時刻と、クライアントクロック23の示す時刻との差が所定値以上であるか否か、または、上記差が所定値以上の状態が所定期間継続しているか否かを判定してもよい。また、コンテンツのフォーマットがMP4ではなく、MPEG-2TSの場合、判定部38は、MPEG-2TS(Media Segment)に含まれるPCRの示す時刻と、クライアントクロック23の示す時刻との差が所定値以上であるか否か、または、上記差が所定値以上の状態が所定期間継続しているか否かを判定してもよい。なお、判定部38が判定に使用する閾値、所定値等は、クロック補正データ記憶部6に格納されていてもよい。 The determination unit 38 may determine, for example, whether or not the data occupation amount in the content reception buffer (not shown) of the client 9 is within a predetermined range (less than a predetermined value or more than a predetermined value). In addition, the determination unit 38 obtains the time indicated by the Date field value (other time information) of the HTTP header (additional data) when acquiring the MPD file and / or MP4 file (Media (Segment) and the time indicated by the client clock 23. It may be determined whether or not the difference is equal to or greater than a predetermined value, or whether or not a state where the difference is equal to or greater than the predetermined value continues for a predetermined period. When the content format is not MP4 but MPEG-2TS, the determination unit 38 determines that the difference between the time indicated by the PCR included in the MPEG-2TS (Media Segment) and the time indicated by the client clock 23 is equal to or greater than a predetermined value. Or whether or not the difference is equal to or greater than a predetermined value continues for a predetermined period. Note that threshold values, predetermined values, and the like used by the determination unit 38 for determination may be stored in the clock correction data storage unit 6.
 〔クライアント9が実行するクロック同期処理について〕
 次に、クライアント9が実行するクロック同期処理について、図13に基づいて説明する。図13は、クライアント9が実行するクロック同期処理の一例を示すフローチャートである。なお、図13のフローチャットでは、クロック同期を実行するためのTCPセッション(SS2)を確立した後、クロック補正を行うまでのクライアント9の処理例を示す。前提として、図13に示すクロック同期処理では、TCPセッション(SS2)の確立前に、クロック同期を行う対象がMPD配信サーバ7に指定されているものとする。なお、クライアント9がクロック同期を行うサーバは、クライアント9がコンテンツを取得するMP4配信サーバ8と互いにクロックが同期しているサーバであればよい。
[Clock synchronization processing executed by client 9]
Next, clock synchronization processing executed by the client 9 will be described with reference to FIG. FIG. 13 is a flowchart illustrating an example of a clock synchronization process executed by the client 9. The flow chat in FIG. 13 shows a processing example of the client 9 from the establishment of the TCP session (SS2) for performing clock synchronization until the clock correction is performed. As a premise, in the clock synchronization processing shown in FIG. 13, it is assumed that the target for clock synchronization is designated in the MPD distribution server 7 before the TCP session (SS2) is established. Note that the server on which the client 9 performs clock synchronization may be a server whose clock is synchronized with the MP4 distribution server 8 from which the client 9 acquires content.
 図13に示すように、TCPセッション(SS2)を確立した後、判定部38が所定の条件を満たしているかどうかを判定する(S301)。判定部38は、所定の条件を満たしていると判断した場合(S301でYES)、リクエスト実行部31に対して、クロック同期を行うためのリクエストの送信を実行するように指示する。 As shown in FIG. 13, after establishing the TCP session (SS2), the determination unit 38 determines whether or not a predetermined condition is satisfied (S301). When determining that the predetermined condition is satisfied (YES in S301), the determination unit 38 instructs the request execution unit 31 to execute transmission of a request for clock synchronization.
 指示を受けたリクエスト実行部31は、Getメソッドを利用して、MPDファイルの送信を要求するリクエストをMPD配信サーバ7に送信する(S302)。リクエスト実行部31がリクエストを送信すると、送受信時刻取得部33は、リクエスト実行部31がリクエストを送信した時刻をTc0として記録する(S303)。 Upon receiving the instruction, the request execution unit 31 uses the Get method to transmit a request for requesting transmission of the MPD file to the MPD distribution server 7 (S302). When the request execution unit 31 transmits a request, the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 transmits the request as Tc0 (S303).
 その後、リクエスト実行部31がMPD配信サーバ7からレスポンスを受信すると(S304)、送受信時刻取得部33は、リクエスト実行部31がレスポンスを受信した時刻をTc1として記録する(S305)。さらに、サーバクロック取得部34は、リクエスト実行部31が受信したレスポンスに含まれるMPDファイルからMPDファイル生成時刻を抽出して、MPDファイル生成時刻が示す時刻をTsとして記録する(S306)。 Thereafter, when the request execution unit 31 receives a response from the MPD distribution server 7 (S304), the transmission / reception time acquisition unit 33 records the time when the request execution unit 31 received the response as Tc1 (S305). Further, the server clock acquisition unit 34 extracts the MPD file generation time from the MPD file included in the response received by the request execution unit 31, and records the time indicated by the MPD file generation time as Ts (S306).
 誤差算出部35は、送受信時刻取得部33からTc0およびTc1を、サーバクロック取得部34からTsをそれぞれ取得し、
 Td = (Tc1+Tc0)/2 - Ts  ・・・(3)
上記の数式(3)に基づいて、クライアント9のRTCとMPD配信サーバ7のRTCとの誤差Tdを算出する(S307)。誤差算出部35は、算出した誤差Tdをクロック補正部36およびサーバクロック取得回数設定部37に出力する。
The error calculation unit 35 acquires Tc0 and Tc1 from the transmission / reception time acquisition unit 33, and Ts from the server clock acquisition unit 34, respectively.
Td = (Tc1 + Tc0) / 2−Ts (3)
Based on the above equation (3), an error Td between the RTC of the client 9 and the RTC of the MPD distribution server 7 is calculated (S307). The error calculation unit 35 outputs the calculated error Td to the clock correction unit 36 and the server clock acquisition count setting unit 37.
 ここで、サーバクロック取得回数設定部37は、誤差算出部35が算出した誤差Tdが所定値より大きいか否かを判定する(S308)。サーバクロック取得回数設定部37は、誤差Tdが所定値より大きくなければ(S308でNO)、処理を行わず、S310に進む。一方、サーバクロック取得回数設定部37は、誤差Tdが所定値より大きい場合(S308でYES)、設定されているサーバクロック取得回数に所定値を加えて、サーバクロック取得回数の設定値を更新する(S309)。 Here, the server clock acquisition count setting unit 37 determines whether or not the error Td calculated by the error calculation unit 35 is larger than a predetermined value (S308). If the error Td is not greater than the predetermined value (NO in S308), the server clock acquisition count setting unit 37 does not perform processing and proceeds to S310. On the other hand, when the error Td is larger than the predetermined value (YES in S308), the server clock acquisition count setting unit 37 adds the predetermined value to the set server clock acquisition count and updates the set value of the server clock acquisition count. (S309).
 クロック補正部36は、サーバクロック取得回数の設定値を参照して、設定されたサーバクロック取得回数分、Tsを取得しているかどうかを判定する(S310)。設定されたサーバクロック取得回数分、Tsを取得していない場合(S310でNO)、続けて、リクエスト実行部31がMPDファイルの送信を要求するリクエストをMPD配信サーバ7に送信し、S302~S309の処理を実行する。一方、設定されたサーバクロック取得回数分、Tsを取得している場合(S310でYES)、クロック補正部36は、誤差算出部35が算出した誤差Tdに基づいて、クライアントクロック23のクロックを補正する(S311)。 The clock correction unit 36 refers to the set value of the server clock acquisition count and determines whether Ts has been acquired for the set server clock acquisition count (S310). If Ts has not been acquired for the set number of server clock acquisition times (NO in S310), the request execution unit 31 subsequently transmits a request for transmission of the MPD file to the MPD distribution server 7, and S302 to S309. Execute the process. On the other hand, if Ts has been acquired for the set number of server clock acquisition times (YES in S310), the clock correction unit 36 corrects the clock of the client clock 23 based on the error Td calculated by the error calculation unit 35. (S311).
 上述の処理例では、誤差算出部35が算出した誤差Tdが所定値より大きい場合、サーバクロック取得回数設定部37が設定されているサーバクロック取得回数に所定値を加えて、サーバクロック取得回数の設定値を更新する。これにより、クロック誤差のバラツキが大きい時のみ、サンプル数を増加する。そのため、クロック誤差が大きい場合があったとしても、安定した精度でクロック補正を実行することができる。 In the above processing example, when the error Td calculated by the error calculation unit 35 is larger than a predetermined value, the server clock acquisition count setting unit 37 adds a predetermined value to the set server clock acquisition count to calculate the server clock acquisition count. Update the setting value. As a result, the number of samples is increased only when the variation in clock error is large. Therefore, even if the clock error may be large, the clock correction can be executed with stable accuracy.
 〔課題を解決するための手段〕
 本発明に係るコンテンツ再生装置は、上記課題を解決するために、HTTP(HyperText Transfer Protocol)によりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴としている。
[Means for solving the problems]
In order to solve the above problems, a content playback device according to the present invention acquires content from a content distribution device using HTTP (HyperText Transfer Protocol), and plays back the acquired content. Included in the HTTP header in the response received by the request execution unit, and the request execution unit that transmits a request requesting transmission of the request to the content distribution device and receives a response to the request that does not include a resource. And a clock correction means for correcting the clock of the own apparatus based on the time information.
 本発明に係るコンテンツ再生装置の同期方法は、上記課題を解決するために、HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置の同期方法であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信するリクエスト送信ステップと、上記リクエスト送信ステップにおいて送信されたリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するレスポンス受信ステップと、上記レスポンス受信ステップにおいて受信されたレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正ステップとを含むことを特徴としている。 In order to solve the above-described problem, the content reproducing apparatus synchronization method according to the present invention is a content reproducing apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and reproducing the acquired content, wherein A request transmission step of transmitting a request for requesting transmission of information to the content distribution device, a response reception step of receiving a response that is a response to the request transmitted in the request transmission step and does not include a resource, and the response And a clock correction step of correcting the clock of the own apparatus based on time information included in the HTTP header in the response received in the reception step.
 上記の構成によれば、上記リクエスト実行手段は、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、送信したリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信する。そして、上記クロック補正手段が、レスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正する。すなわち、上記リクエスト実行手段は、データ量の大きいリソースの実体データを送受信することなく、データ量の小さいリソースに関するメタ情報の送信を要求するリクエストおよびリソースに関するメタ情報を含み、リソースの実体データを含まないレスポンスを送受信する。 According to the above configuration, the request execution means transmits a request for requesting transmission of meta information related to a resource to the content distribution apparatus, and receives a response that does not include a resource, in response to the transmitted request. And the said clock correction | amendment means correct | amends the clock of an own apparatus based on the time information contained in the HTTP header in a response. That is, the request execution means includes a request for transmitting meta information related to a resource having a small amount of data and meta information related to the resource without transmitting / receiving entity data of the resource having a large amount of data, and includes the entity data of the resource. Send and receive no response.
 そのため、上記リクエスト実行手段は、データ量の小さいリクエストおよびレスポンスを送受信することにより、上記クロック補正手段が自装置のクロックを補正するために使用する時間情報を含むレスポンスを受信する。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 また、本発明に係るコンテンツ再生装置は、上記クロック補正手段は、上記レスポンスのHTTPヘッダに含まれる上記時間情報に加えて、上記リクエスト実行手段がリクエストを送信した時刻、および、上記レスポンスを受信した時刻に基づいて、自装置のクロックを補正することが好ましい。 In the content reproduction apparatus according to the present invention, the clock correction unit receives the time when the request execution unit transmits a request and the response in addition to the time information included in the HTTP header of the response. It is preferable to correct the clock of the own device based on the time.
 上記の構成によれば、上記クロック補正手段は、上記時間情報、リクエストを送信した時刻、および、上記レスポンスを受信した時刻に基づいて、自装置のクロックを補正する。ここで、例えば、コンテンツ再生装置とコンテンツ配信装置とのリクエスト/レスポンスの送受信において、上り/下りのパケットの伝送時間が同じであると仮定する。この仮定に基づいて、例えば、上記クロック補正手段は、リクエストを送信した時刻と上記レスポンスを受信した時刻との中間時刻と、上記時間情報の示す時刻との差分に基づいて、自装置のクロックを補正する。これにより、上記クロック補正手段は、より精度の高いクロック補正を実行することができる。 According to the above configuration, the clock correction unit corrects the clock of its own device based on the time information, the time when the request is transmitted, and the time when the response is received. Here, for example, in the transmission / reception of the request / response between the content reproduction apparatus and the content distribution apparatus, it is assumed that the transmission times of the uplink / downlink packets are the same. Based on this assumption, for example, the clock correction means calculates the clock of its own device based on the difference between the time when the request is transmitted and the time when the response is received and the time indicated by the time information. to correct. Thereby, the clock correction means can execute clock correction with higher accuracy.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記コンテンツを取得するためのTCPセッションとは独立したTCPセッションにて、上記リソースに関するメタ情報の送信を要求するリクエストを送信し、当該リクエストに対するレスポンスを受信することが好ましい。 Further, in the content reproduction apparatus according to the present invention, the request execution means transmits a request for requesting transmission of meta information related to the resource in a TCP session independent of the TCP session for acquiring the content, It is preferable to receive a response to the request.
 上記の構成によれば、上記リクエスト実行手段は、上記クロック補正手段が自装置のクロックを補正するために使用する時間情報を含むレスポンスを、上記コンテンツを取得するためのTCPセッションとは独立したTCPセッションにて受信する。 According to the above configuration, the request execution unit transmits a response including time information used by the clock correction unit to correct the clock of its own device to a TCP independent of the TCP session for acquiring the content. Receive in session.
 コンテンツ再生装置とコンテンツ配信装置との間のコンテンツの送受信では、比較的データ量の大きいパケットを送受信するため、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生する虞がある。ところが、上記コンテンツを取得するためのTCPセッションとは独立したTCPセッションにて上記時間情報を含むレスポンスを受信するため、仮に、コンテンツ再生装置とコンテンツ配信装置との間のコンテンツの送受信においてパケットの伝送遅延が発生したとしても、上記リクエスト実行手段が実行する上記リクエストおよび上記レスポンスの送受信には影響しない。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 In the transmission / reception of content between the content reproduction device and the content distribution device, since a packet having a relatively large amount of data is transmitted / received, there is a possibility that a packet transmission delay occurs due to waiting for retransmission of the preceding packet and waiting for completion of reception. However, since the response including the time information is received in a TCP session that is independent of the TCP session for acquiring the content, it is assumed that packet transmission is performed in the transmission / reception of the content between the content reproduction device and the content distribution device. Even if a delay occurs, transmission / reception of the request and the response executed by the request execution unit is not affected. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記リクエストの送信および上記レスポンスの受信をそれぞれ繰り返し、上記クロック補正手段は、上記リクエスト実行手段が受信した各レスポンスのHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正することが好ましい。 In the content reproduction apparatus according to the present invention, the request execution unit repeats transmission of the request and reception of the response, and the clock correction unit is included in an HTTP header of each response received by the request execution unit. It is preferable to correct the clock of the own device based on the time information.
 上記の構成によれば、上記クロック補正手段は、上記リクエスト実行手段が受信した各レスポンスのHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正する。そのため、例えば、上記時間情報の示す時刻が秒制度に切り捨てられた時刻であっても、上記クロック補正手段は、複数の時間情報の示す時刻を統計処理し、実際の時刻と、秒制度に切り捨てられた上記時間情報の示す時刻との誤差を考慮することにより、秒未満の時刻で自装置のクロックを補正することができる。 According to the above configuration, the clock correction unit corrects its own clock based on the time information included in the HTTP header of each response received by the request execution unit. Therefore, for example, even when the time indicated by the time information is truncated to the second system, the clock correction unit statistically processes the times indicated by the plurality of time information, and rounds down to the actual time and the second system. By considering an error from the time indicated by the time information, the clock of the own device can be corrected at a time less than a second.
 また、上記クロック補正手段は、複数の時間情報の示す時刻を統計処理することにより、TCPに起因するジッタの影響を除去または軽減することができる。従って、上記クロック補正手段は、より精度の高いクロック補正を実行することができる。 The clock correction means can remove or reduce the influence of jitter caused by TCP by statistically processing the time indicated by the plurality of time information. Therefore, the clock correction means can perform clock correction with higher accuracy.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記リクエストを送信し、当該リクエストに対するレスポンスを受信してから、次のリクエストを送信することが好ましい。 Further, in the content reproduction apparatus according to the present invention, it is preferable that the request execution unit transmits the next request after transmitting the request and receiving a response to the request.
 上記の構成によれば、上記リクエスト実行手段は、上記リクエストを送信し、当該リクエストに対するレスポンスを受信してから、次のリクエストを送信する。換言すると、上記リクエスト実行手段は、HTTPリクエストパイプラインを利用せずに、リクエストを送信する。つまり、上記リクエスト実行手段は、先行パケットの再送待ち、受信完了待ちが発生しないように、リクエストを送信する。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 According to the above configuration, the request execution unit transmits the request, receives a response to the request, and then transmits the next request. In other words, the request execution means transmits a request without using the HTTP request pipeline. That is, the request execution means transmits a request so that waiting for retransmission of the preceding packet and waiting for completion of reception do not occur. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記コンテンツを取得するためのリクエストに対するレスポンスにおけるHTTPヘッダに含まれる他の時間情報の示す時刻と、自装置のクロックの示す時刻との差が所定値以上の場合に、上記リクエストを送信することが好ましい。 Further, in the content reproduction device according to the present invention, the request execution means includes a time indicated by other time information included in the HTTP header in a response to the request for acquiring the content, and a time indicated by the clock of the own device. It is preferable to transmit the request when the difference between the two is equal to or greater than a predetermined value.
 上記の構成によれば、上記リクエスト実行手段は、上記コンテンツを取得するためのリクエストに対するレスポンスにおけるHTTPヘッダに含まれる他の時間情報の示す時刻と、自装置のクロックの示す時刻との差が所定値以上の場合に、上記リクエストを送信する。ここで、例えば、コンテンツ再生装置がコンテンツ配信装置からコンテンツを取得して、ストリーミング再生を行う際に、上記他の時間情報の示す時刻と、コンテンツ再生装置のクロックの示す時刻との差が所定値以上の場合、ストリーミングが破綻して正常にストリーミング再生を行うことができず、一方、両者の時刻の差が所定値未満の場合、ストリーミング再生を正常に行うことができるとする。換言すると、例えば、コンテンツ再生装置が正常にストリーミング再生を行うことができる範囲に、上記所定値を設定したとする。この場合、コンテンツ再生装置は、正常にストリーミング再生を行うことが可能な状態のときにはクロック補正をおこなわず、一方、正常にストリーミング再生を行うことが不可能な状態のときにクロック補正を行う。 According to the above configuration, the request execution means has a predetermined difference between the time indicated by the other time information included in the HTTP header in the response to the request for acquiring the content and the time indicated by the clock of the own device. If the value is greater than or equal to the value, send the above request. Here, for example, when the content reproduction apparatus acquires content from the content distribution apparatus and performs streaming reproduction, the difference between the time indicated by the other time information and the time indicated by the clock of the content reproduction apparatus is a predetermined value. In the above case, it is assumed that streaming fails and normal streaming reproduction cannot be performed. On the other hand, when the time difference between the two is less than a predetermined value, streaming reproduction can be normally performed. In other words, for example, it is assumed that the predetermined value is set in a range in which the content reproduction apparatus can normally perform streaming reproduction. In this case, the content reproduction apparatus does not perform clock correction when the streaming reproduction can be normally performed, and performs the clock correction when the streaming reproduction cannot be performed normally.
 よって、コンテンツ再生装置がクロック補正が必要なときにだけクロック補正を行うため、コンテンツ再生装置およびコンテンツ配信装置の処理(負荷)を軽減することができる。また、コンテンツ再生装置とコンテンツ配信装置との間の無駄な通信を削減することができるため、両者間のネットワーク上の資源を有効に利用することができる。 Therefore, since the clock correction is performed only when the content reproduction device needs the clock correction, the processing (load) of the content reproduction device and the content distribution device can be reduced. Moreover, since useless communication between the content reproduction apparatus and the content distribution apparatus can be reduced, resources on the network between the two can be used effectively.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記リソースに関するメタ情報の送信を要求するリクエストを、Headメソッドを用いて送信することが好ましい。 In the content reproduction apparatus according to the present invention, it is preferable that the request execution unit transmits a request for requesting transmission of meta information related to the resource by using a Head method.
 上記の構成によれば、上記リクエスト実行手段が送信するリクエストは、データ量の小さいHeadメソッドを用いたリクエストであり、上記リクエスト実行手段が受信するレスポンスは、HTTPヘッダのみのレスポンスである。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 According to the above configuration, the request transmitted by the request execution unit is a request using the Head method with a small amount of data, and the response received by the request execution unit is a response with only an HTTP header. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 また、本発明に係るコンテンツ再生装置は、上記リクエスト実行手段は、上記リソースに関するメタ情報の送信を要求するリクエストを、Optionsメソッドを用いて送信することが好ましい。 Also, in the content reproduction apparatus according to the present invention, it is preferable that the request execution means transmits a request for requesting transmission of meta information related to the resource using an Options method.
 上記の構成によれば、上記リクエスト実行手段が送信するリクエストは、データ量の小さいOptionsメソッドを用いたリクエストであり、上記リクエスト実行手段が受信するレスポンスは、HTTPヘッダおよびコンテンツ配信装置がサポートしているメソッドを示す情報を含むレスポンスである。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 According to the above configuration, the request transmitted by the request execution unit is a request using the Options method with a small amount of data, and the response received by the request execution unit is supported by the HTTP header and the content distribution device. This response contains information indicating the method that Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 また、本発明に係るコンテンツ再生装置は、HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置と互いにクロックが同期しているサーバ装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴としている。 The content reproduction apparatus according to the present invention is a content reproduction apparatus that acquires content from a content distribution apparatus by HTTP and reproduces the acquired content, and requests a request for transmission of meta information related to a resource to the content distribution apparatus. And a request execution unit that receives a response that is a response to the request and does not include a resource, and a time included in an HTTP header in the response received by the request execution unit It is characterized by comprising clock correction means for correcting the clock of its own device based on the information.
 上記の構成によれば、上記リクエスト実行手段は、リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置と互いにクロックが同期しているサーバ装置に送信し、送信したリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信する。そして、上記クロック補正手段が、レスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正する。すなわち、上記リクエスト実行手段は、データ量の大きいリソースの実体データを送受信することなく、データ量の小さいリソースに関するメタ情報の送信を要求するリクエストおよびリソースに関するメタ情報を含み、リソースの実体データを含まないレスポンスを送受信する。 According to said structure, the said request execution means transmits the request which requests | requires transmission of the meta information regarding a resource to the server apparatus with which the clock is mutually synchronized with the said content delivery apparatus, It is a response with respect to the transmitted request, Receive a response that does not contain resources. And the said clock correction | amendment means correct | amends the clock of an own apparatus based on the time information contained in the HTTP header in a response. That is, the request execution means includes a request for transmitting meta information related to a resource having a small amount of data and meta information related to the resource without transmitting / receiving entity data of the resource having a large amount of data, and includes the entity data of the resource. Send and receive no response.
 そのため、上記リクエスト実行手段は、データ量の小さいリクエストおよびレスポンスを送受信することにより、上記クロック補正手段が自装置のクロックを補正するために使用する時間情報を含むレスポンスを受信する。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 Therefore, the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 さらに、上記リクエスト実行手段は、上記リクエストを上記コンテンツ配信装置と互いにクロックが同期しているサーバ装置に送信する。そのため、仮に、コンテンツ再生装置とコンテンツ配信装置との間のコンテンツの送受信においてパケットの伝送遅延が発生したとしても、上記リクエスト実行手段が実行する上記リクエストおよび上記レスポンスの送受信には影響しない。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 Further, the request execution means transmits the request to a server device whose clock is synchronized with the content distribution device. Therefore, even if a packet transmission delay occurs in the transmission / reception of content between the content reproduction device and the content distribution device, the transmission / reception of the request and the response executed by the request execution unit is not affected. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, the content reproduction apparatus has an effect of improving the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 また、本発明に係るコンテンツ再生装置は、上記課題を解決するために、コンテンツを分割することにより得られた複数のセグメントを制御データと共にコンテンツ配信装置から取得し、上記制御データに基づいて上記複数のセグメントから上記コンテンツを再生するコンテンツ再生装置であって、上記制御データに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段を備えることを特徴としている。 In order to solve the above problems, the content reproduction apparatus according to the present invention acquires a plurality of segments obtained by dividing the content together with control data from the content distribution apparatus, and the plurality of segments based on the control data. A content playback device for playing back the content from the segment, comprising clock correction means for correcting the clock of the device based on time information included in the control data.
 上記の構成によれば、上記クロック補正手段は、上記制御データに含まれる時間情報に基づいて、自装置のクロックを補正する。例えば、上記クロック補正手段が使用する時間情報を含む制御データのみをコンテンツ配信装置から取得することにより、データ量の大きいコンテンツの実体データ(セグメント)を送受信することなく、データ量の小さい制御データの送信を要求するリクエストおよび制御データを含むレスポンスの送受信だけで上記クロック補正手段が自装置のクロックを補正することができる。 According to the above configuration, the clock correction unit corrects the clock of its own device based on the time information included in the control data. For example, by acquiring only control data including time information used by the clock correction unit from the content distribution device, it is possible to transmit control data with a small data amount without transmitting / receiving entity data (segments) of content with a large data amount. The clock correction means can correct the clock of its own device only by transmitting / receiving a request including transmission and a response including control data.
 よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of a preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction. Therefore, the content reproduction apparatus can increase the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 また、本発明に係るコンテンツ再生装置は、上記課題を解決するために、コンテンツを分割することにより得られた複数のセグメントをコンテンツ配信装置から取得すると共に、制御データを制御データ配信装置から取得し、上記制御データに基づいて上記複数のセグメントから上記コンテンツを再生するコンテンツ再生装置であって、上記セグメント取得時に取得した制御データに含まれるクロック同期対象指定情報の示す装置に、上記制御データの送信を要求するリクエストを送信し、当該装置から要求した制御データを受信するリクエスト実行手段と、上記リクエスト実行手段が受信した制御データに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴としている。 In order to solve the above problems, the content reproduction device according to the present invention acquires a plurality of segments obtained by dividing content from the content distribution device and acquires control data from the control data distribution device. The content reproduction apparatus that reproduces the content from the plurality of segments based on the control data, wherein the control data is transmitted to the apparatus indicated by the clock synchronization target designation information included in the control data acquired at the time of the segment acquisition. A request execution unit that transmits a request for requesting and receives control data requested from the device, and a clock correction that corrects the clock of the own device based on time information included in the control data received by the request execution unit. Means.
 上記の構成によれば、上記リクエスト実行手段は、上記セグメント取得時に取得した制御データに含まれるクロック同期対象指定情報の示す装置に、上記制御データの送信を要求するリクエストを送信し、当該装置から要求した制御データを受信する。そして、上記クロック補正手段が、上記リクエスト実行手段が受信した制御データに含まれる時間情報に基づいて、自装置のクロックを補正する。すなわち、上記リクエスト実行手段は、データ量の大きいリソースの実体データを送受信することなく、データ量の小さい制御データの送信を要求するリクエストおよび制御データを含むレスポンスを送受信する。 According to said structure, the said request execution means transmits the request which requests | requires transmission of the said control data to the apparatus which the clock synchronization object designation | designated information contained in the control data acquired at the time of the said segment acquisition shows, from the said apparatus Receive the requested control data. Then, the clock correction means corrects the clock of the own apparatus based on the time information included in the control data received by the request execution means. That is, the request execution means transmits / receives a request for requesting transmission of control data having a small data amount and a response including control data without transmitting / receiving actual data of a resource having a large data amount.
 そのため、上記リクエスト実行手段は、データ量の小さいリクエストおよびレスポンスを送受信することにより、上記クロック補正手段が自装置のクロックを補正するために使用する時間情報を含むレスポンスを受信する。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 Therefore, the request execution means receives and receives a response including time information used by the clock correction means to correct the clock of its own device by transmitting and receiving a request and response with a small amount of data. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 さらに、上記リクエスト実行手段は、クロック補正をするための上記リクエストを、上記セグメント取得時に取得した制御データに含まれるクロック同期対象指定情報の示す装置に送信する。そのため、仮に、コンテンツ再生装置とコンテンツ配信装置との間のコンテンツの送受信においてパケットの伝送遅延が発生したとしても、上記リクエスト実行手段が実行する上記リクエストおよび上記レスポンスの送受信には影響しない。よって、コンテンツ再生装置が自装置のクロック補正を行う際に、先行パケットの再送待ち、受信完了待ちによるパケットの伝送遅延が発生することを抑制することができる。 Further, the request execution means transmits the request for clock correction to the device indicated by the clock synchronization target designation information included in the control data acquired at the time of the segment acquisition. Therefore, even if a packet transmission delay occurs in the transmission / reception of content between the content reproduction device and the content distribution device, the transmission / reception of the request and the response executed by the request execution unit is not affected. Therefore, it is possible to suppress the occurrence of packet transmission delay due to waiting for retransmission of the preceding packet and waiting for completion of reception when the content reproduction device performs its own clock correction.
 従って、コンテンツ再生装置は、TCPに起因するジッタの影響を除去または軽減することにより、クロック補正の精度を高めることができるという効果を奏する。 Therefore, the content reproduction apparatus has an effect of improving the accuracy of clock correction by removing or reducing the influence of jitter caused by TCP.
 また、本発明に係るコンテンツ配信システムは、上記コンテンツ再生装置と、上記コンテンツ再生装置にコンテンツを配信するコンテンツ配信装置とを備えることが好ましい。 The content distribution system according to the present invention preferably includes the content reproduction device and a content distribution device that distributes content to the content reproduction device.
 上記の構成によれば、コンテンツ配信システムは、上記コンテンツ再生装置と同様の効果を奏する。 According to the above configuration, the content distribution system has the same effect as the content reproduction device.
 なお、上記コンテンツ再生装置は、コンピュータによって実現してもよく、この場合には、コンピュータを上記コンテンツ再生装置の各手段として動作させることにより、上記コンテンツ再生装置をコンピュータにて実現させる制御プログラム、及びそれを記録したコンピュータ読み取り可能な記録媒体も本発明の範疇に入る。 The content reproduction apparatus may be realized by a computer. In this case, a control program for realizing the content reproduction apparatus by a computer by causing the computer to operate as each unit of the content reproduction apparatus, and A computer-readable recording medium on which it is recorded also falls within the scope of the present invention.
 〔補足〕
 本発明は上述した各実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。
[Supplement]
The present invention is not limited to the above-described embodiments, and various modifications are possible within the scope shown in the claims, and embodiments obtained by appropriately combining technical means disclosed in different embodiments. Is also included in the technical scope of the present invention.
 最後に、クライアント3およびクライアント9の各ブロック、特にクライアント制御部21およびクライアント制御部24は、ハードウェアロジックによって構成してもよいし、次のようにCPUを用いてソフトウェアによって実現してもよい。 Finally, each block of the client 3 and the client 9, particularly the client control unit 21 and the client control unit 24, may be configured by hardware logic, or may be realized by software using a CPU as follows. .
 すなわち、クライアント3およびクライアント9は、各機能を実現する制御プログラムの命令を実行するCPU(central processing unit)、上記プログラムを格納したROM(read only memory)、上記プログラムを展開するRAM(random access memory)、上記プログラムおよび各種データを格納するメモリ等の記憶装置(記録媒体)などを備えている。そして、本発明の目的は、上述した機能を実現するソフトウェアであるクライアント3およびクライアント9の制御プログラムのプログラムコード(実行形式プログラム、中間コードプログラム、ソースプログラム)をコンピュータで読み取り可能に記録した記録媒体を、上記クライアント3およびクライアント9に供給し、そのコンピュータ(またはCPUやMPU)が記録媒体に記録されているプログラムコードを読み出し実行することによっても、達成可能である。 That is, the client 3 and the client 9 include a CPU (central processing unit) that executes instructions of a control program that realizes each function, a ROM (read only memory) that stores the program, and a RAM (random access memory that expands the program). ), A storage device (recording medium) such as a memory for storing the program and various data. An object of the present invention is a recording medium in which program codes (execution format program, intermediate code program, source program) of control programs of the client 3 and the client 9 which are software for realizing the above-described functions are recorded so as to be readable by a computer. Can also be achieved by reading the program code recorded on the recording medium and executing it by the computer (or CPU or MPU).
 上記記録媒体としては、例えば、磁気テープやカセットテープ等のテープ系、フロッピー(登録商標)ディスク/ハードディスク等の磁気ディスクやCD-ROM/MO/MD/DVD/CD-R等の光ディスクを含むディスク系、ICカード(メモリカードを含む)/光カード等のカード系、あるいはマスクROM/EPROM/EEPROM/フラッシュROM等の半導体メモリ系などを用いることができる。 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. Card system such as IC card, IC card (including memory card) / optical card, or semiconductor memory system such as mask ROM / EPROM / EEPROM / flash ROM.
 また、クライアント3およびクライアント9を通信ネットワークと接続可能に構成し、上記プログラムコードを通信ネットワークを介して供給してもよい。この通信ネットワークとしては、特に限定されず、例えば、インターネット、イントラネット、エキストラネット、LAN、ISDN、VAN、CATV通信網、仮想専用網(virtual private network)、電話回線網、移動体通信網、衛星通信網等が利用可能である。また、通信ネットワークを構成する伝送媒体としては、特に限定されず、例えば、IEEE1394、USB、電力線搬送、ケーブルTV回線、電話線、ADSL回線等の有線でも、IrDAやリモコンのような赤外線、Bluetooth(登録商標)、802.11無線、HDR、携帯電話網、衛星回線、地上波デジタル網等の無線でも利用可能である。 Further, the client 3 and the client 9 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. For example, the Internet, intranet, extranet, LAN, ISDN, VAN, CATV communication network, virtual private network, telephone line network, mobile communication network, satellite communication. A net or the like is available. Also, the transmission medium constituting the communication network is not particularly limited. For example, even in the case of wired such as IEEE 1394, USB, power line carrier, cable TV line, telephone line, ADSL line, etc., infrared rays such as IrDA and remote control, Bluetooth ( (Registered trademark), 802.11 wireless, HDR, mobile phone network, satellite line, terrestrial digital network, and the like can also be used.
 本発明は、通信ネットワークを介して動画などのコンテンツの取得を行う装置に利用することができる。特に、ストリーミング方式によってコンテンツの取得を行う装置に好適に利用することができる。 The present invention can be used for an apparatus that acquires content such as a moving image via a communication network. In particular, it can be suitably used for an apparatus that acquires content by a streaming method.
 1  コンテンツ配信システム
 2  サーバ(コンテンツ配信装置)
 3  クライアント(コンテンツ再生装置)
 7  MPD配信サーバ(制御データ配信装置、サーバ装置)
 8  MP4配信サーバ(コンテンツ配信装置、サーバ装置)
 9  クライアント(コンテンツ再生装置)
10  コンテンツ配信システム
23  クライアントクロック(クロック)
31  リクエスト実行部(リクエスト実行手段)
36  クロック補正部(クロック補正手段)
1 content distribution system 2 server (content distribution device)
3 Client (content playback device)
7 MPD distribution server (control data distribution device, server device)
8 MP4 distribution server (content distribution device, server device)
9 Client (content playback device)
10 Content distribution system 23 Client clock (clock)
31 Request execution part (request execution means)
36 Clock correction unit (clock correction means)

Claims (15)

  1.  HTTP(HyperText Transfer Protocol)によりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、
     リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、
     上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴とするコンテンツ再生装置。
    A content playback device that acquires content from a content distribution device by HTTP (HyperText Transfer Protocol) and plays back the acquired content,
    Request execution means for transmitting a request for requesting transmission of meta-information about a resource to the content distribution apparatus, and receiving a response to the request that does not include a resource;
    A content reproduction apparatus comprising: clock correction means for correcting a clock of the own apparatus based on time information included in an HTTP header in a response received by the request execution means.
  2.  上記クロック補正手段は、上記レスポンスのHTTPヘッダに含まれる上記時間情報に加えて、上記リクエスト実行手段がリクエストを送信した時刻、および、上記レスポンスを受信した時刻に基づいて、自装置のクロックを補正することを特徴とする請求項1に記載のコンテンツ再生装置。 The clock correction means corrects its own clock based on the time when the request execution means transmits a request and the time when the response is received, in addition to the time information included in the HTTP header of the response. The content reproduction apparatus according to claim 1, wherein:
  3.  上記リクエスト実行手段は、上記コンテンツを取得するためのTCPセッションとは独立したTCPセッションにて、上記リソースに関するメタ情報の送信を要求するリクエストを送信し、当該リクエストに対するレスポンスを受信することを特徴とする請求項1または2に記載のコンテンツ再生装置。 The request execution means transmits a request for requesting transmission of meta information related to the resource in a TCP session independent of a TCP session for acquiring the content, and receives a response to the request. The content reproduction apparatus according to claim 1 or 2.
  4.  上記リクエスト実行手段は、上記リクエストの送信および上記レスポンスの受信をそれぞれ繰り返し、
     上記クロック補正手段は、上記リクエスト実行手段が受信した各レスポンスのHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正することを特徴とする請求項1~3の何れか1項に記載のコンテンツ再生装置。
    The request execution means repeats transmission of the request and reception of the response,
    4. The clock correction unit according to claim 1, wherein the clock correction unit corrects the clock of the own device based on time information included in an HTTP header of each response received by the request execution unit. The content reproduction device described.
  5.  上記リクエスト実行手段は、上記リクエストを送信し、当該リクエストに対するレスポンスを受信してから、次のリクエストを送信することを特徴とする請求項1~4の何れか1項に記載のコンテンツ再生装置。 5. The content reproducing apparatus according to claim 1, wherein the request execution unit transmits the request, receives a response to the request, and then transmits the next request.
  6.  上記リクエスト実行手段は、上記コンテンツを取得するためのリクエストに対するレスポンスにおけるHTTPヘッダに含まれる他の時間情報の示す時刻と、自装置のクロックの示す時刻との差が所定値以上の場合に、上記リクエストを送信することを特徴とする請求項1~5の何れか1項に記載のコンテンツ再生装置。 When the difference between the time indicated by the other time information included in the HTTP header in the response to the request for acquiring the content and the time indicated by the clock of the own device is equal to or greater than a predetermined value, the request execution means The content reproduction apparatus according to any one of claims 1 to 5, wherein the request is transmitted.
  7.  上記リクエスト実行手段は、上記リソースに関するメタ情報の送信を要求するリクエストを、Headメソッドを用いて送信することを特徴とする請求項1~6の何れか1項に記載のコンテンツ再生装置。 The content playback apparatus according to any one of claims 1 to 6, wherein the request execution means transmits a request for requesting transmission of meta information related to the resource by using a Head method.
  8.  上記リクエスト実行手段は、上記リソースに関するメタ情報の送信を要求するリクエストを、Optionsメソッドを用いて送信することを特徴とする請求項1~6の何れか1項に記載のコンテンツ再生装置。 7. The content reproduction apparatus according to claim 1, wherein the request execution means transmits a request for requesting transmission of meta information related to the resource using an Options method.
  9.  HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置であって、
     リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置と互いにクロックが同期しているサーバ装置に送信し、当該リクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するリクエスト実行手段と、
     上記リクエスト実行手段が受信したレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴とするコンテンツ再生装置。
    A content playback device that acquires content from a content distribution device by HTTP and plays back the acquired content,
    A request execution means for transmitting a request for requesting transmission of meta-information about a resource to a server device whose clock is synchronized with the content distribution device, and receiving a response that is a response to the request and does not include a resource;
    A content reproduction apparatus comprising: clock correction means for correcting a clock of the own apparatus based on time information included in an HTTP header in a response received by the request execution means.
  10.  コンテンツを分割することにより得られた複数のセグメントを制御データと共にコンテンツ配信装置から取得し、上記制御データに基づいて上記複数のセグメントから上記コンテンツを再生するコンテンツ再生装置であって、
     上記制御データに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段を備えることを特徴とするコンテンツ再生装置。
    A content playback device that acquires a plurality of segments obtained by dividing content together with control data from a content distribution device, and plays back the content from the plurality of segments based on the control data,
    A content reproduction apparatus comprising clock correction means for correcting a clock of the own apparatus based on time information included in the control data.
  11.  コンテンツを分割することにより得られた複数のセグメントをコンテンツ配信装置から取得すると共に、制御データを制御データ配信装置から取得し、上記制御データに基づいて上記複数のセグメントから上記コンテンツを再生するコンテンツ再生装置であって、
     上記セグメント取得時に取得した制御データに含まれるクロック同期対象指定情報の示す装置に、上記制御データの送信を要求するリクエストを送信し、当該装置から要求した制御データを受信するリクエスト実行手段と、
     上記リクエスト実行手段が受信した制御データに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正手段とを備えることを特徴とするコンテンツ再生装置。
    Content reproduction for acquiring a plurality of segments obtained by dividing content from a content distribution device, acquiring control data from the control data distribution device, and reproducing the content from the plurality of segments based on the control data A device,
    Request execution means for transmitting a request for requesting transmission of the control data to the device indicated by the clock synchronization target designation information included in the control data acquired at the time of the segment acquisition, and receiving the control data requested from the device;
    A content reproduction apparatus comprising: clock correction means for correcting a clock of the own apparatus based on time information included in control data received by the request execution means.
  12.  請求項1~8、10の何れか1項に記載のコンテンツ再生装置と、
     上記コンテンツ再生装置にコンテンツを配信するコンテンツ配信装置とを備えるコンテンツ配信システム。
    The content reproduction device according to any one of claims 1 to 8, and 10,
    A content distribution system comprising: a content distribution device that distributes content to the content reproduction device.
  13.  HTTPによりコンテンツ配信装置からコンテンツを取得し、取得したコンテンツを再生するコンテンツ再生装置の同期方法であって、
     リソースに関するメタ情報の送信を要求するリクエストを上記コンテンツ配信装置に送信するリクエスト送信ステップと、
     上記リクエスト送信ステップにおいて送信されたリクエストに対するレスポンスであって、リソースを含まないレスポンスを受信するレスポンス受信ステップと、
     上記レスポンス受信ステップにおいて受信されたレスポンスにおけるHTTPヘッダに含まれる時間情報に基づいて、自装置のクロックを補正するクロック補正ステップとを含むことを特徴とするコンテンツ再生装置の同期方法。
    A content reproduction apparatus synchronization method for acquiring content from a content distribution apparatus by HTTP and reproducing the acquired content,
    A request transmission step of transmitting a request for requesting transmission of meta-information on the resource to the content distribution device;
    A response reception step for receiving a response to the request transmitted in the request transmission step and not including a resource;
    A synchronization method for a content reproduction apparatus, comprising: a clock correction step for correcting a clock of the own apparatus based on time information included in an HTTP header in the response received in the response reception step.
  14.  請求項1~11の何れか1項に記載のコンテンツ再生装置を動作させるための制御プログラムであって、コンピュータを上記各手段として機能させるための制御プログラム。 12. A control program for operating the content reproduction apparatus according to claim 1 for causing a computer to function as each of the above means.
  15.  請求項14に記載の制御プログラムを記録したコンピュータ読み取り可能な記録媒体。 A computer-readable recording medium on which the control program according to claim 14 is recorded.
PCT/JP2011/066270 2010-10-05 2011-07-15 Content reproduction device, content delivery system, synchronization method for content reproduction device, control program, and recording medium WO2012046487A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010225736 2010-10-05
JP2010-225736 2010-10-05

Publications (1)

Publication Number Publication Date
WO2012046487A1 true WO2012046487A1 (en) 2012-04-12

Family

ID=45927487

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/066270 WO2012046487A1 (en) 2010-10-05 2011-07-15 Content reproduction device, content delivery system, synchronization method for content reproduction device, control program, and recording medium

Country Status (1)

Country Link
WO (1) WO2012046487A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015064383A1 (en) * 2013-10-30 2015-05-07 ソニー株式会社 Transmission device, transmission method, reception device, and reception method
JP2015518350A (en) * 2012-04-24 2015-06-25 ヴィド スケール インコーポレイテッド Method and apparatus for smooth stream switching in MPEG / 3GPP-DASH
JP2017509196A (en) * 2014-01-16 2017-03-30 クアルコム,インコーポレイテッド DASH robust live operation
JP2017517180A (en) * 2014-04-09 2017-06-22 エルジー エレクトロニクス インコーポレイティド Broadcast signal transmission / reception processing method and apparatus
JP2017143528A (en) * 2012-10-26 2017-08-17 インテル・コーポレーション Streaming with coordination of video orientation (cvo)
GB2548440A (en) * 2016-03-14 2017-09-20 Adobe Systems Inc Streaming digital content synchronization
US10523982B2 (en) 2012-10-26 2019-12-31 Intel Corporation Multimedia adaptation based on video orientation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003510734A (en) * 1999-09-27 2003-03-18 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ File splitting for emulating streaming
JP2003162458A (en) * 2001-11-26 2003-06-06 Fujitsu Ltd Automatic time correction program
JP2004171544A (en) * 2002-10-31 2004-06-17 Oki Electric Ind Co Ltd Content browsing system with time restriction
JP2007064791A (en) * 2005-08-31 2007-03-15 Sony Corp Time setting device and method therefor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003510734A (en) * 1999-09-27 2003-03-18 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ File splitting for emulating streaming
JP2003162458A (en) * 2001-11-26 2003-06-06 Fujitsu Ltd Automatic time correction program
JP2004171544A (en) * 2002-10-31 2004-06-17 Oki Electric Ind Co Ltd Content browsing system with time restriction
JP2007064791A (en) * 2005-08-31 2007-03-15 Sony Corp Time setting device and method therefor

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"Tokushu 1 Internet no `Jikoku' no Himitsu Part1 NTP no Himitsu o Saguru", NIKKEI NETWORK, no. 87, 22 June 2007 (2007-06-22), pages 26 - 31 *
"Tokushu 1 Web Access ni Tsuyoku Naro HTTP Hen Tanjun na Text no Yaritori, Korede Subete no Setsumei ga Tsuku", NIKKEI NETWORK, no. 1, 22 April 2000 (2000-04-22), pages 65 - 71 *
JUN NAKAJIMA: "Shoshinsha no Tameno Internet Katsuyo Koza Dai 6 Kai", INTERFACE, vol. 24, no. 6, 1 June 1998 (1998-06-01), pages 165 - 170 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015518350A (en) * 2012-04-24 2015-06-25 ヴィド スケール インコーポレイテッド Method and apparatus for smooth stream switching in MPEG / 3GPP-DASH
US10432692B2 (en) 2012-10-26 2019-10-01 Intel Corporation Streaming with coordination of video orientation (CVO)
JP2017143528A (en) * 2012-10-26 2017-08-17 インテル・コーポレーション Streaming with coordination of video orientation (cvo)
US10523982B2 (en) 2012-10-26 2019-12-31 Intel Corporation Multimedia adaptation based on video orientation
JPWO2015064383A1 (en) * 2013-10-30 2017-03-09 ソニー株式会社 Transmission device, transmission method, reception device, and reception method
WO2015064383A1 (en) * 2013-10-30 2015-05-07 ソニー株式会社 Transmission device, transmission method, reception device, and reception method
US10499094B2 (en) 2013-10-30 2019-12-03 Saturn Licensing Llc Transmission apparatus, transmitting method, reception apparatus, and receiving method
JP2017509196A (en) * 2014-01-16 2017-03-30 クアルコム,インコーポレイテッド DASH robust live operation
JP2017517180A (en) * 2014-04-09 2017-06-22 エルジー エレクトロニクス インコーポレイティド Broadcast signal transmission / reception processing method and apparatus
GB2548440A (en) * 2016-03-14 2017-09-20 Adobe Systems Inc Streaming digital content synchronization
GB2548440B (en) * 2016-03-14 2019-07-10 Adobe Inc Streaming digital content synchronization
US10079884B2 (en) 2016-03-14 2018-09-18 Adobe Systems Incorporated Streaming digital content synchronization
CN107197351A (en) * 2016-03-14 2017-09-22 奥多比公司 Streaming Digital Content Synchronization
CN107197351B (en) * 2016-03-14 2020-12-04 奥多比公司 Method and system for synchronizing streaming digital content

Similar Documents

Publication Publication Date Title
WO2012046487A1 (en) Content reproduction device, content delivery system, synchronization method for content reproduction device, control program, and recording medium
KR101748198B1 (en) Synchronizing multiple over the top streaming clients
US9973345B2 (en) Calculating and signaling segment availability times for segments of media data
JP5517181B2 (en) Content distribution system, content reception method and apparatus
US8325764B2 (en) Canonical scheduling for heterogeneous content delivery
WO2020192152A1 (en) Video transmission method, root node, child node, p2p server, and system
US20200260132A1 (en) Video distribution synchronization
US9781474B2 (en) Content playback information estimation apparatus and method and program
US9621682B2 (en) Reduced latency media distribution system
EP3391652B1 (en) Controlling retrieval in adaptive streaming
CN106470352B (en) Live channel playing method, device and system
EP3384617B1 (en) Data rate adaptation for multicast delivery of streamed content
JP2008124924A (en) Broadcast ts distribution system, broadcast ts distribution apparatus used in the system, user terminal device and distribution method
JP2005244605A (en) Streaming content distribution control system, program and recording medium storing the same
JP4650573B2 (en) COMMUNICATION DEVICE, COMMUNICATION SYSTEM, PROGRAM, AND COMMUNICATION METHOD
US9635082B2 (en) Method of saving content to a file on a server and corresponding device
EP2479984A1 (en) Device and method for synchronizing content received from different sources
EP3107261B1 (en) System, method and devices for low latency transmission
US11900010B2 (en) Method of managing an audio stream read in a manner that is synchronized on a reference clock
JP2010028692A (en) Content reproduction device, and method for preventing unauthorized reproduction of content
JP2005348015A (en) Real time streaming data receiver
JP2009077108A (en) Receiver, receiving method and computer program
US20160173268A1 (en) Method of synchronization during the processing, by a multimedia player, of an item of multimedia content transmitted by an mbms service
WO2016099354A1 (en) Request scheduling for streamed media
CN102740131A (en) Real-time transport protocol-based network television direct transmission method and system

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: 11830421

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11830421

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP