WO2013005478A1 - コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム - Google Patents

コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム Download PDF

Info

Publication number
WO2013005478A1
WO2013005478A1 PCT/JP2012/062415 JP2012062415W WO2013005478A1 WO 2013005478 A1 WO2013005478 A1 WO 2013005478A1 JP 2012062415 W JP2012062415 W JP 2012062415W WO 2013005478 A1 WO2013005478 A1 WO 2013005478A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
cache
distribution
unit
data
Prior art date
Application number
PCT/JP2012/062415
Other languages
English (en)
French (fr)
Inventor
英士 高橋
Original Assignee
日本電気株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電気株式会社 filed Critical 日本電気株式会社
Publication of WO2013005478A1 publication Critical patent/WO2013005478A1/ja

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/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/231Content storage operation, e.g. caching movies for short term storage, replicating data over plural servers, prioritizing data for deletion
    • H04N21/23103Content storage operation, e.g. caching movies for short term storage, replicating data over plural servers, prioritizing data for deletion using load balancing strategies, e.g. by placing or distributing content on different disks, different memories or different servers
    • 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/21Server components or server architectures
    • H04N21/218Source of audio or video content, e.g. local disk arrays
    • H04N21/2183Cache memory

Definitions

  • the present invention relates to a content distribution system, a content arrangement determination device, a content arrangement determination method, and a program, and in particular, content that can improve distribution quality by appropriately arranging the content according to the viewing quality of each content. It relates to distribution systems.
  • content distribution systems are also required to efficiently distribute content as a whole system in real time to cope with data processing capabilities of each client terminal and the status of networks and distribution devices that change every moment. It is done. “Efficient” content distribution here means that the finite network resource (distribution resource) is used to maximize the content distribution quality of the entire system.
  • FIG. 22A is an explanatory diagram showing a configuration of a content distribution system 1001 which is a generally known content distribution network (CDN: “Contents” Delivery “Network”) described in Non-Patent Document 1.
  • FIG. 22B is an explanatory diagram illustrating an example of operations between the devices in the content distribution system 1001 illustrated in FIG. 22A.
  • This content distribution system 1001 responds to this distribution request by specifying an unspecified number of client terminals 1030a, 1030b,... (Hereinafter collectively referred to as client terminals 1030) that specify a type of content and issue a distribution request.
  • client terminals 1030 A content distribution apparatus 1010 to be performed and a cache distribution apparatus 1020 described later are connected to each other via a network 1040.
  • the content distribution apparatus 1010 receives the content distribution request, and the URL (or the cache distribution apparatus 1020 having the closest network topology distance from the requesting client terminal 1030) (or IP address etc.) is returned to the client terminal 1030 (step S1002).
  • the client terminal 1030 Upon receiving this, the client terminal 1030 issues a new content distribution request to the cache distribution device 1020 indicated by the URL returned in step S1002 (step S1003). Since the cache distribution device 1020 receives and stores the content data of the content from the content distribution device 1010 in advance (this is referred to as a cache), the content data is distributed to the client terminal 1030 (steps). In step S1004), the client terminal 1030 reproduces this (step S1005).
  • the cache distribution device 1020 caches in advance the content data that the content distribution device 1010 has, which is frequently subjected to distribution requests from many client terminals 1030. Then, there are a plurality of cache distribution apparatuses 1020 on the network 1040, and the content distribution apparatus 1010 selects the one having a short distance as the network topology from the requesting client terminal 1030, and the URL of the cache distribution apparatus 1020 is selected. Is returned to the delivery requester.
  • the cache distribution device There is a method of selecting content to be cached by the cache distribution device and predicting that a large number of distribution requests are generated and caching this in advance.
  • the file requested for distribution is distributed from the content distribution apparatus, and at the same time, the same content is transmitted to the cache distribution apparatus, and the cache distribution apparatus caches the file. There is also a method of distributing this from.
  • the content distribution device distributes moving image file data into a plurality of partial data, and reproduces it every time the client terminal receives the partial data. This eliminates the need for the client terminal to continue to wait while receiving the moving image content, and even when a line failure occurs, it is possible to reproduce the moving image for the already received file data.
  • a multi-bit rate content distribution system is known as means for realizing them.
  • a content distribution device stores and encodes content at a plurality of bit rates, to the data processing capacity of each client terminal, to a network or a distribution device that changes every moment. It is possible to appropriately set the playback bit rate of the distribution content in response to the load state of the content in real time. As a result, stable distribution of content is realized.
  • a method of hierarchically encoding a moving image signal into a base layer and an enhancement layer may be used, or the same content may be independently encoded at a plurality of bit rates.
  • a method of encoding as simple data may be used.
  • this multi-bit rate content distribution technology is applied to the content distribution system which is the above-mentioned CDN, and the one that generates a large number of distribution requests including not only the type of content but also the bit rate is selected as the cache distribution apparatus. It is also possible to cache.
  • the content distribution system in this case is required to maximize the content viewing quality on the client terminal side as a whole while reducing the network load. For this purpose, it is necessary to appropriately arrange content encoded at a plurality of bit rates in a limited storage area of the cache distribution device.
  • Patent Document 2 describes a technique in which content data having a large parameter is preferentially cached in a cache distribution device using the access frequency for each content and each encoding layer as a parameter.
  • content data having a high access frequency per unit capacity is given priority to a cache distribution device using the access frequency and size (product of playback bit rate and playback time) for each content and each encoding layer as parameters. Describes the technique of caching.
  • Patent Document 4 describes a technique of calculating an evaluation value for a user's content from an access log, thereby rearranging content data to be cached in a cache distribution device.
  • Patent Document 5 describes a technique for calculating a subjective evaluation value for a user's content.
  • Non-Patent Document 2 describes a technique for estimating viewing quality in a content distribution system (details thereof will be described later).
  • a large number of contents encoded at a plurality of bit rates can be appropriately arranged in a limited storage area of the cache distribution device. Necessary. At that time, in order to improve the distribution quality of the content, the arrangement of the content needs to be appropriately performed according to the state of the viewing quality of each content.
  • the content data to be cached is determined so that the access frequency per unit capacity is maximized using the access frequency and data size for each content and each encoding layer as parameters.
  • the network capacity or the cache capacity for each cache server is limited, the content viewing quality on the client terminal side as a whole system is degraded.
  • an evaluation value for the content of the user is calculated. Since the “evaluation value” does not necessarily correspond to the state of viewing quality of the content, Repositioning will not result in proper placement.
  • the technique described in Patent Document 5 also calculates an “evaluation value” indicating a subjective evaluation of the user with respect to the content, and is thus irrelevant to an appropriate arrangement of the content.
  • Patent Documents 1 to 5 describes a technique that can appropriately arrange content according to the viewing quality of each content. Even if all these technologies are combined, it is not possible to obtain a technology that makes it possible.
  • An object of the present invention is to provide a content distribution system, a content arrangement determination device, and a content arrangement determination method capable of appropriately arranging content according to the state of viewing quality of each content and improving the distribution quality of the content. And to provide a program.
  • a content distribution system includes a content distribution device that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a content data that is frequently requested for distribution.
  • a cache distribution device that stores information in advance and a content arrangement determination device that determines content data stored in the cache distribution device are connected to an unspecified number of client devices via a network.
  • Distribution system that distributes content data in response to a distribution request
  • the cache distribution apparatus stores in advance a cache holding unit that pre-stores content data with a high frequency of distribution requests and a cache holding unit
  • the distribution request for the received content data A cache distribution unit that distributes the content from the ant device on behalf of the content distribution device, and requests the content distribution device to transmit content data with a high frequency of distribution requests.
  • an access frequency collection unit that calculates the access frequency by collecting the access frequency information for each content and for each reproduction bit rate from the cache distribution device.
  • a viewing quality estimation unit that calculates an expected value of viewing quality that is expected to be obtained in the client apparatus that requested the distribution from the access frequency, and the calculated expected value of viewing quality is a numerical value per unit capacity of the content data
  • a score determination unit that calculates a score and a cap according to the calculated score And having a data arrangement determining unit that determines content data to be cached in the cache holding module of Interview delivery device.
  • a content arrangement determining device includes a content distribution device that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a high frequency of distribution requests among content data.
  • a cache distribution device that stores data in advance, and an unspecified number of client devices that reproduce the content data received by requesting the distribution of content data, connected via a network, and stored in the cache distribution device
  • Content location determination apparatus that determines content data to be processed, an access frequency collection unit that calculates access frequency by collecting access frequency information for each content and for each reproduction bit rate from a cache distribution device, and the calculated access frequency From the client device that requested the delivery
  • a viewing quality estimation unit that calculates an expected value of viewing quality expected to be obtained, a score determination unit that calculates a score with the calculated expected value of viewing quality as a numerical value per unit capacity of content data, and And a data arrangement determining unit that determines content data to be cached in the cache holding unit of the cache distribution device according to the score.
  • the viewing quality estimation unit of the content placement determination device calculates an expected value of the viewing quality that is expected to be obtained in the client device that is the distribution request source, and calculates the expected value of the viewing quality per unit capacity of the content data.
  • the score determination unit of the content arrangement determination device calculates a numerical score, and the data arrangement determination unit of the content arrangement determination device determines content data to be cached in the cache holding unit of the cache distribution device according to the calculated score. It is characterized by.
  • a content arrangement determination program includes a content distribution device that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a high frequency of distribution requests among the content data.
  • a cache distribution device that stores the content in advance, and a content arrangement determination device that determines content data stored in the cache distribution device are connected to an unspecified number of client devices via a network.
  • the access frequency information for each content and each reproduction bit rate is collected and accessed from a cache distribution device to a computer included in the content arrangement determination device
  • the procedure for calculating the frequency A procedure for calculating the expected value of viewing quality expected to be obtained at the distribution request source client device from the issued access frequency, and a score with the calculated expected value of viewing quality as a numerical value per unit capacity of content data It is characterized in that the procedure for calculating and the procedure for determining the content data to be cached in the cache holding unit of the cache distribution device are executed according to the calculated score.
  • the present invention collects access frequency information for each content and for each playback bit rate, calculates an expected value of viewing quality from the access frequency, and sets this expected value as a numerical value per unit capacity of the content data. Since the score is calculated and the content data to be cached in the cache holding unit is determined based on the score, the content data to be cached can be determined according to the viewing quality of each content.
  • the content distribution system, the content arrangement determination device, and the content have excellent characteristics that the content can be properly arranged according to the viewing quality of each content and the distribution quality of the content can be improved.
  • An arrangement determination method and a program can be provided.
  • FIG. 2 is an explanatory diagram illustrating a configuration of moving image content that is distributed by a content distribution device and a cache distribution device in response to a request from a client device in the content distribution system illustrated in FIG. 1. It is explanatory drawing shown about the access frequency information which the cache control part shown in FIG. 1 notifies to a content arrangement
  • FIG. 5 is an explanatory diagram showing a unit capacity score value calculated by the score determination unit shown in FIG. 1 from the viewing quality expectation value shown in FIG.
  • FIG. 3 is an explanatory diagram showing an arrangement of each content held in a content holding unit and a cache holding unit in the content distribution system shown in FIG. 1.
  • FIG. 3 is a sequence diagram showing an operation between devices when all layers of requested content are cached in the content distribution system shown in FIG. 1.
  • 2 is a flowchart illustrating an operation performed by a cache distribution apparatus or a content distribution apparatus in response to a distribution request from a client apparatus in the content distribution system illustrated in FIG. 1.
  • FIG. 8 is an explanatory diagram showing a state in which the content having the arrangement shown in FIG. 6 is distributed to the client device in the process shown as step S ⁇ b> 204 in FIG. 7.
  • FIG. 3 is a sequence diagram showing an operation between devices when a part of a requested content layer is not cached in the content distribution system shown in FIG. 1.
  • FIG. 11 is an explanatory diagram showing a state in which the content having the arrangement shown in FIG. 6 is distributed to the client device in the process shown as step S306 in FIG. 10.
  • 6 is a flowchart showing operations of content data placement and replacement update (replacement) with respect to a cache holding unit of a cache delivery device performed by a content placement determination device in the content delivery system shown in FIG. 1. It is explanatory drawing shown about the structure of the content delivery system which concerns on the 2nd Embodiment of this invention.
  • FIG. 14 is a sequence diagram illustrating an operation between devices when requested content is cached in the content distribution system illustrated in FIG. 13.
  • 14 is a flowchart illustrating an operation performed by a cache distribution apparatus or a content distribution apparatus in response to a distribution request from a client apparatus in the content distribution system illustrated in FIG. 13.
  • FIG. 14 is a sequence diagram illustrating an operation between devices when requested content is not cached in the content distribution system illustrated in FIG. 13.
  • FIG. 13 is a sequence diagram illustrating an operation between devices when requested content is not cached in the content distribution system illustrated in FIG. 13.
  • FIG. 14 is a flowchart illustrating an operation of arrangement and replacement update (replacement) of content data with respect to a cache holding unit of the cache distribution device, which is performed by the content arrangement determination device in the content distribution system illustrated in FIG. It is explanatory drawing shown about each access frequency calculated by step S904 of FIG. It is explanatory drawing shown about each viewing-and-listening quality expected value calculated by step S905 of FIG. It is explanatory drawing shown about each score value calculated by step S906 of FIG.
  • FIG. 22A is an explanatory diagram showing a configuration of a content distribution system that is a generally known content distribution network (CDN: “Content” Delivery “Network”) described in Non-Patent Document 1.
  • FIG. 22B is an explanatory diagram showing an example of operations between the devices in the content distribution system described in FIG. 22A.
  • the content distribution system 1 stores in advance a content distribution device 10 that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a content data that is frequently requested for distribution.
  • a cache distribution device 30 and a content arrangement determination device 20 that determines content data stored in the cache distribution device are connected to an unspecified number of client devices 40 via a network 50. This is a content distribution system that distributes content data in response to a distribution request.
  • the cache distribution device 30 includes a cache holding unit 302 that stores in advance content data with a high frequency of distribution requests, and a distribution request for content data stored in the cache holding unit when there is a client device.
  • Distribution unit 303 that distributes content on behalf of the content distribution device, and a cache control unit that requests the content distribution device to transmit content data with a high frequency of distribution requests, and stores this in the cache holding unit 301.
  • the content arrangement determining device 20 collects access frequency information for each content and for each reproduction bit rate from the cache distribution device, and calculates an access frequency, and a distribution request source client from the calculated access frequency
  • a viewing quality estimation unit 202 that calculates an expected value of viewing quality expected to be obtained in the apparatus, and a score determination unit 203 that calculates a score using the calculated expected value of viewing quality as a numerical value per unit capacity of content data
  • a data arrangement determining unit 204 that determines content data to be cached in the cache holding unit of the cache distribution apparatus according to the calculated score.
  • the cache control unit 301 of the cache distribution device 30 has a function of replacing the content data stored in the cache holding unit 302 according to the data arrangement determined by the content arrangement determining device.
  • the viewing quality estimation unit 202 of the content arrangement determining device 20 views the viewing quality as a ratio between the requested playback bit rate requested by the client device when distributing the content and the viewing playback bit rate when the content is actually played back on the client device. Calculate the expected value of.
  • the data arrangement determination unit 204 of the content arrangement determination device 20 determines content data to be cached in the cache holding unit 302 within a range that fits in the total capacity of the cache holding unit in descending order of the calculated score.
  • the content data is encoded by the hierarchical encoding method, and the data arrangement determining unit 204 of the content arrangement determining apparatus 20 is necessarily required for this reproduction in the descending order of the calculated score and in the upper layer.
  • the content data layer to be cached in the cache holding unit 302 is determined within a range that can be accommodated in the total capacity of the cache holding unit 302.
  • the cache control unit 301 of the cache distribution device 30 transmits access frequency information to the access frequency collection unit 201 of the content arrangement determination device 20 every time content data is transmitted to the client device.
  • the cache control unit 301 of the cache distribution device 30 has a function of transmitting an operation start command for determining content data to be cached to the content arrangement determination device 20 every time a distribution request is received from the client device 40.
  • the content distribution system 1 can appropriately arrange the content according to the viewing quality of each content and improve the distribution quality of the content. Become. Hereinafter, this will be described in more detail.
  • FIG. 1 is an explanatory diagram showing the configuration of the content distribution system 1 according to the first embodiment of the present invention.
  • the content distribution system 1 includes a content distribution device 10, a content distribution determination device 20, a cache distribution device 30, and an unspecified number of client devices 40 a, 40 b, 40 c,. And connected to each other via a large-scale network 50 such as the Internet.
  • the client devices 40a, 40b, 40c,... are collectively referred to simply as the client device 40.
  • the number of client devices 40 is arbitrary. In FIG. 1, three client devices 40a, 40b, and 40c are shown, but the number is arbitrary. Further, FIG. 1 shows only one cache distribution device 30, but there are a plurality of cache distribution devices for one content distribution device 10 as described above.
  • the content distribution device 10 is a computer device that stores and holds content data distributed to each client device 40.
  • the content distribution apparatus 10 includes a main arithmetic control unit (CPU) 11 that is a main body that executes a computer program, a storage unit 12 that stores data, and a communication unit 13 that transmits data to other devices via a network 50. With.
  • the storage unit 12 of the content distribution apparatus 10 has a content holding unit 101 that is a storage area for storing a large amount of content data (hereinafter simply referred to as content) distributed to the client device 40 such as video and audio.
  • content a large amount of content data (hereinafter simply referred to as content) distributed to the client device 40 such as video and audio.
  • the storage means 12 is a hard disk device, a RAM (Random Access Memory), an EEPROM (Electrically Erasable Programmable Read-Only Memory) or a ROM (Read Only Memory) capable of rewriting data such as a flash memory. It is.
  • the main arithmetic control unit 11 operates as a content distribution unit 102 that distributes the content held in the content holding unit 101 to the client device 40 in response to a request from the client device 40 by the operation of the content distribution program. Function.
  • the cache distribution device 30 temporarily stores (caches) the frequently-accessed content sent from the content distribution device 10, and also when the distribution request is received from the client device 40 for the cached content It is a computer device that distributes to the client device 40 on behalf of the distribution device 10.
  • the cache distribution device 30 also includes a main arithmetic control unit 31 that is a main body that executes a computer program, a storage unit 32 that stores data, and a communication unit 33 that transmits data to other devices via the network 50. .
  • a cache holding unit 302 which is a storage area for storing content data, is secured in the storage unit 32 of the cache distribution apparatus 30.
  • the storage means 32 is similar to the storage means 12 of the content distribution apparatus 10, such as a hard disk device, RAM (Random Access Memory), EEPROM (Electrically Erasable Programmable Read-Only Memory), flash memory, or the like. ROM (Read Only Memory) that can rewrite data.
  • the cache distribution device 30 is arranged at a position closer to the client device 40 in terms of network topology than the content distribution device 10.
  • the storage unit 32 of the cache distribution apparatus 30 is configured to be accessible at high speed from the main arithmetic control unit 31 (11) of the same apparatus.
  • the main calculation control means 31 of the cache distribution device 30 includes a cache control unit 301 that acquires content data from the content holding unit 101 based on an instruction from the content arrangement determination device 20 when the cache distribution program operates, and a client device It functions as a cache delivery unit 303 that delivers content stored in the cache holding unit 302 to the client device 40 in response to a request from the client 40.
  • the cache control unit 301 of the cache distribution device 30 transmits a content distribution request to the content distribution device 10 when the content requested from the client device 40 is not stored (cached) in the cache holding unit 302.
  • a content distribution request transfer function is provided.
  • the content distribution unit 102 of the content distribution device 10 can transmit the requested content to the client device 40 in response to the content distribution request.
  • the cache control unit 301 notifies the content placement determining apparatus 20 of access frequency information indicating the usage status of each content for each content or for each reproduction bit rate (the number of encoding layers) via the network 50.
  • An information notification function is also provided.
  • the access frequency information is, for example, the number of times of viewing for each content and the playback bit rate, the viewing time, and the like. Alternatively, it may be the number of viewing requests for each content, each playback bit rate, etc., and the viewing demand for each content, each playback bit rate based on content viewing information and / or content viewing request information. It may be a value to represent.
  • the content arrangement determination device 20 determines a content to be read (cached) from the content distribution device 10 to the cache distribution device 30, and performs replacement update (replacement) of the content data read by the cache distribution device 30.
  • the content arrangement determination device 20 also includes a main calculation control unit 21 that is a main body that executes a computer program, a storage unit 22 that stores data, and a communication unit 23 that transmits data to other devices via the network 50. Is provided.
  • the main calculation control unit 21 of the content arrangement determination apparatus 20 collects access frequency information from the cache control unit 301 and calculates an access frequency for each number of encoded layers for each content by the operation of the content arrangement determination program.
  • the expected value of the viewing quality as the entire user calculated by the viewing quality estimation unit 202 is an expected value of the viewing quality that can be provided to the entire user when certain content data is arranged in the cache. This is a numerical value per coding layer.
  • the viewing quality can also be derived by a subjective evaluation experiment using a known technique described in Non-Patent Document 2 described above, for example.
  • the score calculated by the score determination unit 203 is obtained by setting the expected value of viewing quality for the entire user as a numerical value per unit capacity of each coding layer.
  • the content arrangement determination device 20 may be an independent computer device, or may be the same computer device as the content distribution device 10 or the cache distribution device 30. In the present embodiment, the content arrangement determination device 20 is described as an independent computer device.
  • Each client device 40 designates the type of content to be reproduced and its reproduction bit rate (via the network 50), makes a distribution request to the cache distribution device 30 and the content distribution device 10, and reproduces the distributed content.
  • a terminal device having a function to perform such as a personal computer, a mobile phone terminal, a smartphone, a set-top box, or the like.
  • the detailed internal configuration of the client device 40 need not be particularly described.
  • FIG. 2 is an explanatory diagram showing the configuration of the moving image content (A) 400 that the content distribution device 10 and the cache distribution device 30 distribute in response to a request from the client device 40 in the content distribution system 1 shown in FIG. .
  • the content here is video and audio data encoded by a hierarchical encoding method.
  • the hierarchical coding scheme is ITU-T (International Telecommunication Union Telecommunication).
  • H. Standardization Sector International Telecommunication Union Telecommunication Standardization Sector. It is an encoding method such as H.264 / SVC.
  • the content data of the moving image content (A) 400 is stored in the base layer (A0) 401, the enhancement layer 1 (A1) 402, the enhancement layer 2 (A2) 403, and the enhancement layer 3 (A3) 404 by this hierarchical coding method. It consists of hierarchical data. In this figure, all four layers are shown, but the total number of layers can take an arbitrary value of two or more layers.
  • the base layer (A0) 401 is the lowest layer, and from there the higher layer in the order of the extension layer 1 (A1) 402, the extension layer 2 (A2) 403, and the extension layer 3 (A3) 404.
  • the hierarchical coding method it is possible to reproduce the content with the minimum image quality and sound quality only with the base layer (A0) 401 which is the lowest layer, but the higher layers are combined with the base layer.
  • the content it is possible to reproduce the content with higher image quality and higher sound quality.
  • content cannot be reproduced using only the enhancement layer without using the base layer.
  • the data size of the content to be distributed is small only in the basic layer, which is the lower layer, but increases as it includes the higher layers.
  • Content data that has been hierarchically encoded by the hierarchical encoding method is used when the content is played back on a client device having a small screen, such as a mobile phone terminal, or because of network congestion or distribution device overload.
  • a client device having a small screen such as a mobile phone terminal
  • network congestion or distribution device overload When large-volume data cannot be distributed, it is possible to perform distribution with minimum image quality and sound quality using only the base layer.
  • the image quality and the sound quality are improved by using the distribution by the basic layer + the enhancement layer 1 + the enhancement layer 2 rather than the distribution by the basic layer + the enhancement layer 1, and if the enhancement layer 3 or later exists, this is used. It can also be used to further improve image quality and sound quality.
  • FIG. 3 is an explanatory diagram showing access frequency information notified by the cache control unit 301 shown in FIG.
  • the access frequency p (i, k) of the content i for each number of encoded layers k is aggregated for each number of encoded layers (reproduction bit rate) viewed.
  • the content is divided according to the encoding hierarchy, and the access frequency collection unit 201 first acquires access frequency information for each content and each encoding layer using this feature ( Collected), and the viewing quality estimation unit 202 expects to be obtained when the viewing quality estimation unit 202 caches the data for each content and each coding layer, and the expected value s (i, k) is calculated, and the score determination unit 203 calculates a unit capacity score value v (i, k) for each content and each encoding layer from the expected value of the viewing quality, and the data arrangement determination unit 204 calculates the score from the score. Data to be stored in the cache holding unit 302 is determined.
  • the cache capacity of the cache distribution device 30 is C
  • the access frequency for the number k of encoded layers of content i is p (i, k)
  • the playback rate of the encoded layer y of content i is r (i, y).
  • the length (reproduction time) of the content i be t (i).
  • the content arrangement determining apparatus 20 sets the content data to be arranged in the cache distribution apparatus 30 on condition that the following number 1, that is, the total capacity of the cached content is within the cache capacity C of the cache holding unit 302. decide.
  • the access frequency collection unit 201 When there is a content delivery request from the client device 40 to the cache delivery device 30 or the content delivery device 10, the access frequency collection unit 201 performs content i based on the access frequency information notified from the cache delivery device 30 or the content delivery device 10.
  • the access frequency p (i, k) with respect to the reproduction bit rate using the number k of encoded layers is calculated.
  • the viewing quality estimation unit 202 derives the viewing quality expectation value s (i, y) for the entire user when it is assumed that the coding layer y of the content i is placed in the cache, from the following formula 2.
  • n (i) is the total value of the number of encoded layers of content i.
  • q (i, y, k) represents the viewing quality obtained by the encoding layer y when the number k of the encoding layers of the content i is requested.
  • q (i, y, k) 1 / k.
  • the score determination unit 203 calculates the unit capacity score value v (i, y) of the content i and the encoding layer y based on the following formula 3.
  • the unit capacity score value v (i, y) of the encoding layer y of the content i is calculated for each encoding layer.
  • the score determination unit 203 calculates a unit capacity score value v (i, y) based on the viewing quality expected value s (i, y) notified from the viewing quality estimation unit 202, and caches it in the cache holding unit 302. It is also possible to determine whether or not the unit capacity score value for each encoded layer is lower than a predetermined threshold value.
  • the data arrangement determination unit 204 selects the low score encoding layer from the content holding unit 101 and replaces it with the read encoding layer.
  • the data arrangement determination unit 204 may be set to arbitrarily select an encoding layer from the content holding unit 101, for example.
  • the data arrangement determination unit 204 compares the score values of the coding layer in the content holding unit 101 and the coding layer in the cache holding unit 302, calculated by the score determination unit 203, in ascending order of the score value. Content to be arranged (cached) in the cache distribution device 30 is determined in units of encoding layers.
  • the writing of content from the content holding unit 101 to the cache holding unit 302 is performed in units of encoding layers, but may be set to be arranged in units of content.
  • the data arrangement determining unit 204 arranges the coding layer (hierarchical data) determined based on the score value in the cache holding unit 302.
  • the data arrangement determining unit 204 does not perform arrangement that skips the lower coding layer, that is, the same content in a state where the lower coding layer included in the specific content is not arranged in the cache holding unit 302. It is assumed that the upper coding layer in is not arranged in the cache holding unit 302. In addition, the data arrangement determining unit 204 performs control so that encoded layers having the same content are not arranged twice in the cache holding unit 302.
  • the content distribution system 1 can improve the use efficiency of the cache area, reduce the load on the network, and improve the viewing quality on the client device 40 side.
  • the content A and B stored in the content holding unit 101 are cached in the cache holding unit 302 having a cache size of 200 MBit (megabits) as an example.
  • the effect which can be obtained by will be described.
  • Content A has a playback bit rate of 2 Mbps, the number of encoding layers is 2 (base layer 1 Mbps and extended layer 1 Mbps), playback time is 100 sec, and content request frequency is 0.3 (1 Mbps is 0.15, 2 Mbps is 0.15).
  • Content B has a playback bit rate of 2 Mbps, the number of encoding layers is 2 (base layer 1 Mbps and extended layer 1 Mbps), playback time is 100 sec, and content request frequency is 0.7 (1 Mbps is 0.35, 2 Mbps is 0.35). To do.
  • the viewing quality here is (viewing playback bit rate) / (required playback bit rate).
  • the basic layer of content A and the basic layer of content B are cached in the cache holding unit 302.
  • the expected value of the average viewing quality of the client device is 0.70. That is, it can be seen that the effect of improving the viewing quality on the client device side is generated by this embodiment.
  • the score determination unit 203 calculates a score per unit size of content data cached in the cache holding unit 302 as a unit capacity score.
  • the data arrangement determining unit 204 identifies content data having a high unit capacity score among the content data as to be cached in the cache holding unit 302, and actually arranges the content data as it is.
  • the score determination unit 203 calculates the score per unit size of the content data cached in the cache holding unit 302 and the content data stored in the content holding unit 101.
  • the data arrangement determination unit 204 compares the calculated unit capacity score for each of the content data cached in the cache holding unit 302 and the content data stored in the content holding unit 101, and the content having a higher unit capacity score Data is cached in the cache holding unit.
  • execution content of each operation described above may be programmed and executed by a computer.
  • FIG. 6 is an explanatory diagram showing the arrangement of each content held in the content holding unit 101 and the cache holding unit 302 in the content distribution system 1 shown in FIG.
  • four types of moving image contents A to D each of which is encoded by a hierarchical encoding method including a maximum of four layers, that is, a base layer and enhancement layers 1 to 3.
  • the moving image content (A) 400 is based on a hierarchical encoding method including a maximum of four layers of a base layer (A0) 401, an enhancement layer 1 (A1) 402, an enhancement layer 2 (A2) 403, and an enhancement layer 3 (A3) 404. Encoded.
  • the moving image content (B) 410 is a hierarchical code composed of a maximum of four layers: a base layer (B0) 411, an enhancement layer 1 (B1) 412, an enhancement layer 2 (B2) 413, and an enhancement layer 3 (B3) 414. It is encoded by the conversion method.
  • the moving image content (C) 420 is based on a hierarchical encoding method including a maximum of four layers of a base layer (C0) 421, an enhancement layer 1 (C1) 422, an enhancement layer 2 (C2) 423, and an enhancement layer 3 (C3) 424.
  • the moving image content (D) 430 is a hierarchical code composed of a maximum of four layers: a base layer (D0) 431, an enhancement layer 1 (D1) 432, an enhancement layer 2 (D2) 433, and an enhancement layer 3 (D3) 434. It is encoded by the conversion method.
  • the content holding unit 101 stores all of the basic layers and the extension layers 1 to 3 of the moving image contents A to D. Of these, for the moving image content (A) 400, the basic layer (A0) 401 to the extended layer 2 (A2) 403, and for the moving image content (B) 410, the basic layer (B0) 411 to the extended layer 3 (B3) 414. For the moving image content (C) 420, the base layer (C 0) 421 to the extended layer 1 (C 1) 422 are previously copied to the cache holding unit 302 based on the data arrangement determined by the data arrangement determining unit 204.
  • the client device 40a which is one of the client devices 40, transmits a content distribution request to the cache distribution device 30 by designating the moving image content (A) 400 and its reproduction bit rate.
  • FIG. 7 is a sequence diagram showing an operation between devices when all layers of requested content are cached in the content distribution system 1 shown in FIG.
  • FIG. 8 is a flowchart showing an operation performed by the cache distribution device 30 in response to a distribution request from the client device 40 in the content distribution system 1 shown in FIG.
  • the client device 40a first makes a distribution request to the content distribution device 10, and the content distribution device 10 that has received this distribution request is the client.
  • this process is a known technique as described above, it is omitted here. The same applies thereafter.
  • the cache distribution device 30 first receives the requested basic layer (with the content ID and the reproduction bit rate included in the reproduction request as keys from the contents stored in the cache holding unit 302 by the cache distribution unit 303.
  • A0) 401 and enhancement layer 1 (A1) 402 are searched (FIG. 7, step S203, FIG. 8, step S101), and these basic layer (A0) 401 and enhancement layer 1 (A1) 402 are both cache holding units. It is determined whether or not it is stored in 302 (FIG. 7, step S203, FIG. 8, step S102).
  • the cache control unit 301 transmits an operation start instruction for content arrangement determination to the content arrangement determination device 20. Details of the content arrangement determination operation will be described later.
  • FIG. 9 is an explanatory diagram showing how the content having the arrangement shown in FIG. 6 is distributed to the client device 40a in the process shown as step S204 in FIG.
  • the cache distribution unit 303 reads the base layer (A0) 401 and the enhancement layer 1 (A1) 402 stored in the cache holding unit 302 and distributes them to the client device 40a.
  • the client device 40a reproduces the specified moving image content (A) 400 (step S205 in FIG. 7).
  • the cache control unit 301 changes the access frequency per cache capacity of each content in the cache holding unit 302 that has changed as a result of the distribution. Is notified to the access frequency collection unit 201 of the content arrangement determination device 20 (FIG. 7, step S206, FIG. 8, step S107). Above, the process accompanying the delivery request from the client apparatus 40a is complete
  • the client device 40c which is one of the client devices 40, transmits a content distribution request to the cache distribution device 30 by specifying the moving image content (C) 420 and its reproduction bit rate.
  • the client device 40c may be a separate device from the client device 40a related to the processing shown in FIGS. 7 and 9, or may be the same device.
  • FIG. 10 is a sequence diagram showing an operation between devices in the content distribution system 1 shown in FIG. 1 when some layers of requested content are not cached.
  • the playback bit rate of the moving image content (C) 420 specified by the client device 40c can be realized by the base layer (C0) 421 to the extension layer 2 (C2) 423.
  • the client device 40c determines the requested content and its reproduction bit rate (FIG. 10, step S301), and requests the cache distribution device 30 to distribute the base layer (C0) 421 to the extended layer 2 (C2) 423 (FIG. 10). 10. Step S302).
  • the cache distribution device 30 first receives the requested basic layer (with the content ID and the reproduction bit rate included in the reproduction request as keys from the contents stored in the cache holding unit 302 by the cache distribution unit 303.
  • C0) 421 to extended layer 2 (C2) 423 are searched (FIG. 10, step S303, FIG. 8, step S101), and these basic layers (C0) 421 to extended layer 2 (C2) 423 are all cache holding units. It is determined whether or not it is stored in 302 (FIG. 10, step S303, FIG. 8, step S102).
  • the cache control unit 301 transmits an operation start instruction for content arrangement determination to the content arrangement determination device 20. Details of the content arrangement determination operation will be described later.
  • step S102 in FIG. 8 the determination in step S102 in FIG. 8 is no, and the process proceeds to step S104.
  • the cache distribution unit 303 determines whether a part of the base layer (C0) 421 to the enhancement layer 2 (C2) 423 is stored in the cache holding unit 302 (FIG. 10, step S303, FIG. 8. Step S104). The determination is yes and the process proceeds to step S105.
  • the cache distribution unit 303 makes a distribution request to the content distribution apparatus 10 for the extension layer 2 (C2) 423 that is not stored in the cache holding unit 302 (FIG. 10, step S304, FIG. 8, step S105).
  • the content distribution unit 102 of the content distribution apparatus 10 transmits the requested enhancement layer 2 (C2) 423 to the cache distribution apparatus 30 (step S305 in FIG. 10).
  • FIG. 11 is an explanatory diagram showing how the content having the arrangement shown in FIG. 6 is distributed to the client device 40c in the process shown as step S306 in FIG.
  • the base layer (C0) 421 and the enhancement layer 1 (C1) stored in the cache holding unit 302 are read out by the cache delivery unit 303 and received from the content delivery unit 102.
  • (C2) 423 and the data are distributed to the client device 40c.
  • the client device 40c reproduces the designated moving image content (C) 420 (FIG. 10, step S307).
  • the cache control unit 301 changes the access frequency per cache capacity of each content in the cache holding unit 302 that has changed as a result of the distribution. Is notified to the access frequency collection unit 201 of the content arrangement determining apparatus 20 (FIG. 10, step S308, FIG. 8, step S107). Above, the process accompanying the delivery request from the client apparatus 40c is complete
  • step S106 If no content requested from the client device 40 is stored in the cache holding unit 302 in step S104 of the flowchart of FIG. 8, the process proceeds to step S106, and the basic layer and enhancement layer of the requested content are processed. All are distributed from the content distribution apparatus 10 to the client apparatus 40 (FIG. 8, step S106).
  • the content data to be distributed may be distributed from the content distribution device 10 to the client device 40 via the cache distribution device 30 or may be distributed to the client device 40 without going through. .
  • this distribution ends, the process proceeds to step S107 in FIG.
  • this operation is executed as a trigger when the cache distribution unit 303 receives a content viewing request from the client device 40 as shown in Step S203 of FIG. 7 and FIG. 10 Step S303. May be performed periodically by a timer.
  • step S203 of FIG. 7 or step S303 of FIG. 10 from the cache distribution unit 303 the content arrangement determination device 20 issues an operation start instruction for content arrangement determination (step S403).
  • the stored access frequency information is aggregated, and the access frequency p (i, k) for the reproduction bit rate using the number k of the encoded layers of content i is calculated for all i and k (step S404). If no operation start command is received, the process returns to step S401.
  • the viewing quality estimation unit 202 s (i, k) represented by the above-mentioned formula 2, which is the viewing quality expectation value when the number of encoded layers x of the content i is placed in the cache.
  • x is calculated for all i and x (step S405).
  • the score determination unit 203 calculates v (i, y) represented by the above-described Expression 3, which is the score value of the content i and the encoding layer y (step S406).
  • the data arrangement determining unit 204 compares the score values of the coding layer in the content holding unit 101 and the coding layer in the cache holding unit 302 calculated by the score determining unit 203, and the score values are in descending order.
  • the cache control is performed so that the content to be arranged (cached) in the cache distribution device 30 is determined for each coding layer, and the coding layer (hierarchical data) determined based on the score value is arranged in the cache holding unit 302.
  • the unit 301 is instructed (step S407). Thereafter, this process is repeated from step S401.
  • step S407 the calculated v (i, y) is compared with a specific threshold value given in advance, and the content in which v (i, y) is lower than the threshold value even if held in the cache holding unit 302 May be deleted from the cache holding unit 302 and held only in the content holding unit 101.
  • the data arrangement determining unit 204 also determines that the total capacity of the content arranged in the cache holding unit 302 is within the cache capacity C of the cache holding unit 302, that is, satisfies the above-described Expression 1. This is the first condition for determining the placement.
  • the basic layer (A0) 401 is not arranged and only the extended layer 1 (A1) 402 is not arranged” “the extended layer When the 1 (A1) 402 is placed, the base layer (A0) 401 is always placed. ”When the extended layer 2 (A2) 403 is placed, the extended layer 1 (A1) 402 and the basic layer (A0) 401 are always placed. It means that.
  • the data arrangement determining unit 204 sets a third condition in content arrangement determination that the same content encoding layer is not arranged in the cache holding unit 302 twice.
  • the base layer (A0) 401, the extension layer 1 (A1) 402... Constituting the moving image content (A) 400 are all uniquely arranged on the cache holding unit 302. This means that the same layer of the same content is not placed redundantly on the same cache holding unit 302.
  • the content arrangement determination method stores in advance a content distribution device 10 that stores a large number of content data in advance for each of a plurality of playback bit rates, and a content data that is frequently requested for distribution.
  • a cache distribution device 30 and a content arrangement determination device 20 that determines content data stored in the cache distribution device are connected to an unspecified number of client devices 40 via a network.
  • the access frequency collection unit of the content placement determination device collects access frequency information for each content and for each playback bit rate from the cache distribution device to calculate the access frequency (FIG.
  • the viewing quality estimation unit of the content arrangement determination device calculates the expected value of the viewing quality that is expected to be obtained in the client apparatus that is the distribution request source from the calculated access frequency (step S405 in FIG. 12).
  • the score determining unit of the content arrangement determining device calculates a score obtained by setting the expected value of viewing quality as a numerical value per unit capacity of the content data (step S406 in FIG. 12), and the cache distribution device caches according to the calculated score.
  • the data arrangement determining unit of the content arrangement determining device determines the content data to be cached in the holding unit (step S407 in FIG. 12).
  • each of the above-described operation steps may be programmed to be executable by a computer, and may be executed by the content arrangement determining apparatus 20 that directly executes each of the steps.
  • the program may be recorded on a non-temporary recording medium, such as a DVD, a CD, or a flash memory. In this case, the program is read from the recording medium by a computer and executed.
  • the expected value of the viewing quality on the client terminal side per cache capacity (unit capacity) can be increased, so that the viewing quality on the client terminal side as a whole distribution system can be improved.
  • content data is encoded as separate data for each bit rate, and the data arrangement determination unit 704 of the content arrangement determination device 520 caches data in descending order of the calculated score.
  • the content data to be cached in the cache holding unit is determined within a range that fits in the total capacity of the holding unit.
  • FIG. 13 is an explanatory diagram showing the configuration of the content distribution system 501 according to the second embodiment of the present invention.
  • the content distribution system 501 basically has substantially the same configuration as the content distribution system 1 according to the first embodiment, but the content to be distributed is not encoded by the hierarchical encoding method. However, this is the biggest difference from the first embodiment.
  • the content distribution apparatus 10, the content arrangement determination apparatus 20, and the cache distribution apparatus 30 in the first embodiment are replaced with different content distribution apparatuses 510, content arrangement determination apparatuses 520, and cache distribution apparatuses 530, respectively.
  • These content distribution apparatus 510, content arrangement determination apparatus 520, and cache distribution apparatus 530 have the same configuration as the content distribution apparatus 10, content arrangement determination apparatus 20, and cache distribution apparatus 30 in hardware.
  • a content distribution program different from that of the first embodiment operates to function as a content distribution unit 602 different from that of the first embodiment.
  • a cache distribution program different from that of the first embodiment operates, so that a cache control unit 801 and a cache distribution unit 803 different from those of the first embodiment are provided. Function.
  • FIG. 14 is an explanatory diagram showing the configuration of the content distributed by the content distribution apparatus 510 and the cache distribution apparatus 530 in response to a request from the client apparatus 40 in the content distribution system 501 shown in FIG.
  • the content here is not encoded by the hierarchical encoding method shown in the first embodiment, but is held and distributed as independent content data encoded at a plurality of reproduction bit rates. is there.
  • the client device 40a which is one of the client devices 40, transmits a content distribution request to the cache distribution device 30 by specifying the moving image content (A) 900 and its reproduction bit rate.
  • FIG. 15 is a sequence diagram showing an operation between devices when the requested content is cached in the content distribution system 501 shown in FIG.
  • FIG. 16 is a flowchart illustrating an operation performed by the cache distribution apparatus 530 or the content distribution apparatus 510 in response to a distribution request from the client apparatus 40 in the content distribution system 501 illustrated in FIG.
  • the cache distribution device 530 first receives the requested content data 2 from the content stored in the cache holding unit 302 by the cache distribution unit 803 using the content ID and the reproduction bit rate included in the reproduction request as keys.
  • the cache control unit 801 transmits an operation start instruction for content arrangement determination to the content arrangement determination apparatus 520. Details of the content arrangement determination operation will be described later.
  • the cache control unit 801 uses the data k of each content in the cache holding unit 302 that has changed as a result of the distribution.
  • the access frequency information (unit capacity access frequency) indicating the access frequency with respect to the bit rate is notified to the access frequency collection unit 701 of the content arrangement determination device 520 (FIG. 15, step S706, FIG. 16, step S607).
  • the process accompanying the delivery request from the client apparatus 40a is complete
  • the client device 40c which is one of the client devices 40, designates the same video content (A) 900 to the cache distribution device 530 with a different playback bit rate from the previous content.
  • a delivery request has been sent.
  • the client device 40c may be a separate device from the client device 40a related to the processing shown in FIG. 15, or may be the same device.
  • FIG. 17 is a sequence diagram showing an operation between devices when the requested content is not cached in the content distribution system 501 shown in FIG.
  • the cache distribution device 530 receives the requested content data 3 from the content stored in the cache holding unit 302 by the cache distribution unit 803 using the content ID and the reproduction bit rate included in the reproduction request as keys.
  • the cache control unit 801 transmits an operation start instruction for content arrangement determination to the content arrangement determination apparatus 520 simultaneously with the operation of the cache distribution unit 803 shown in step S803 of FIG. Details of the content arrangement determination operation will be described later.
  • step S602 in FIG. 16 the determination in step S602 in FIG. 16 is no, and the process proceeds to step S604.
  • the cache control unit 801 uses the data k of each content in the cache holding unit 302 that has changed as a result of the distribution.
  • the access frequency information (unit capacity access frequency) indicating the access frequency with respect to the bit rate is notified to the access frequency collection unit 701 of the content arrangement determining apparatus 520 (FIG. 17, step S807, FIG. 16, step S605).
  • the process accompanying the delivery request from the client apparatus 40c is complete
  • FIG. 18 is a flowchart showing the content data placement and replacement update (replacement) operations performed by the content placement determination device 520 on the cache holding unit 802 of the cache delivery device 530 in the content delivery system 501 shown in FIG. .
  • the access frequency collection unit 701 that has received the notification of the access frequency information from the cache control unit 801 in step S706 in FIG. 15 or in step S808 in FIG. 17 (step S901) stores the received access frequency information in the storage device 22. (Step S902) The process proceeds to Step S903 described later. If the notification of the access frequency information is not received, the process proceeds to step S903 as it is.
  • the access frequency collection unit 701 that has received a content placement determination operation start command from the cache distribution unit 803 in step S703 of FIG. 15 or step S803 of FIG. 17 (step S903) first performs cache control each time content is distributed.
  • the access frequency information notified by the unit 801 to the access frequency collection unit 701 is aggregated, and the access frequency p (i, k) for the reproduction bit rate using the data k for each reproduction bit rate of the content i is set to all i and k is calculated (step S904).
  • FIG. 19 is an explanatory diagram showing each access frequency p (i, k) calculated in step S904 of FIG.
  • this operation is executed when the cache distribution unit 803 receives a content viewing request from the client device 40 as shown in Step S703 of FIG. 15 and FIG. 17 Step S803. May be performed periodically by a timer.
  • s (i, x) is calculated for all i and x (step S905).
  • FIG. 20 is an explanatory diagram showing each viewing quality expected value s (i, x) calculated in step S905 of FIG.
  • Q (i, x, k) represents the viewing quality obtained by receiving the data k when the data k of the content i is requested.
  • Q (i, x, k) x / k.
  • S (i, 3) is the expected viewing quality value when the data k of the content i is cached
  • FIG. 21 is an explanatory diagram showing each score value v (i, x) calculated in step S906 of FIG.
  • the score value is obtained for each layer of each content, but in this embodiment, each data k for each reproduction bit rate of each content is obtained separately. Please be careful.
  • the data arrangement determining unit 704 compares the score k of the data k for each reproduction bit rate in the content holding unit 101 and the data k for each reproduction bit rate in the cache holding unit 802 calculated by the score determining unit 703. Then, in order from the highest score value, the contents to be placed (cached) in the cache delivery device 30 are determined, and the contents determined based on the score value are placed in the cache holding unit 302 to the cache control unit 801. Command (step S907). Thereafter, the processing is repeated from step S901.
  • the data arrangement determining unit 704 determines that the total capacity of the contents arranged in the cache holding unit 302 is within the cache capacity C of the cache holding unit 302, that is, satisfies the following Expression 6. One condition.
  • the same effect as that of the first embodiment can be obtained even for content that is not encoded by the hierarchical encoding method. That is, it is possible to improve the viewing quality on the client terminal side while increasing the expected value of the viewing quality on the client terminal side and increasing the cache hit rate to reduce the network load.
  • two or more of the content distribution device, the cache distribution device, and the content arrangement determination device described as separate computer devices may be the same computer device.
  • the cache distribution device and the content arrangement determination device are the same computer device because an operation for determining content data to be cached can be started simultaneously with the start of distribution of content data.
  • the content arrangement determination device is a computer device that is separate from the content distribution device and the cache distribution device, and is not particularly related to the start of distribution of content data, but periodically (or a system administrator for the content arrangement determination device).
  • the operation of determining content data to be cached may be started (by an operation start command from).
  • a content distribution device that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a cache distribution device that stores in advance a frequency of frequently requested distribution among the content data
  • a content arrangement determination device for determining the content data stored in the cache distribution device is configured to be connected to an unspecified number of client devices via a network, and the content data is received in response to a distribution request from the client device.
  • a content distribution system for distributing, The cache delivery device is A cache holding unit that stores in advance the frequency of the distribution request among the content data, and a distribution request for the content data stored in the cache holding unit from the client device.
  • a cache distribution unit that distributes on behalf of the content distribution device, and a cache control that requests the content distribution device to transmit content data with a high frequency of the distribution request, receives this, and stores it in the cache holding unit And having a part
  • the content arrangement determining apparatus is An access frequency collection unit that calculates access frequency by collecting access frequency information for each content and for each reproduction bit rate from the cache distribution device;
  • a viewing quality estimation unit that calculates an expected value of viewing quality that is expected to be obtained in the client device that is the distribution request source from the calculated access frequency;
  • a score determination unit that calculates a score using the calculated expected value of the viewing quality as a numerical value per unit capacity of the content data;
  • a content distribution system comprising: a data arrangement determination unit that determines the content data to be cached in the cache holding unit of the cache distribution device according to the calculated score.
  • the cache control part of the said cache delivery apparatus has the function to replace the said content data memorize
  • positioning determination apparatus determines as the said content data cached in the said cache holding
  • positioning determination apparatus determines the said content data cached in the said cache holding part in the range which fits into the total capacity
  • the content data is encoded by a hierarchical encoding method
  • the data arrangement determining unit of the content arrangement determining apparatus is within a range that fits in the total capacity of the cache holding unit in the descending order of the calculated score and with an upper layer necessarily accompanied by a lower layer necessary for reproduction.
  • the content data is encoded as separate data for each bit rate
  • the data arrangement determining unit of the content arrangement determining apparatus determines the content data to be cached in the cache holding unit in a range that fits in the total capacity of the cache holding unit in descending order of the calculated score.
  • the content distribution system according to appendix 5.
  • the said cache control part of the said cache delivery apparatus has a function which transmits the said access frequency information to the access frequency collection part of the said content arrangement
  • the content distribution system according to Supplementary Note 1.
  • the said cache control part of the said cache delivery apparatus has a function which transmits the said access frequency information to the access frequency collection part of the said content arrangement
  • the additional remark is characterized by the above-mentioned The content distribution system according to 1.
  • positioning determination apparatus has a function which starts the operation
  • the additional remark 1 characterized by the above-mentioned. Content distribution system.
  • a content distribution apparatus that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a cache distribution apparatus that stores in advance the frequency of the distribution data that is frequently requested, Content placement determination for determining the content data stored in the cache distribution device, which is configured to be connected via a network to an unspecified number of client devices that reproduce the content data received by making the content data distribution request A device,
  • An access frequency collection unit that calculates access frequency by collecting access frequency information for each content and for each reproduction bit rate from the cache distribution device;
  • a viewing quality estimation unit that calculates an expected value of viewing quality that is expected to be obtained in the client device that is the distribution request source from the calculated access frequency;
  • a score determination unit that calculates a score using the calculated expected value of the viewing quality as a numerical value per unit capacity of the content data;
  • a content arrangement determining apparatus comprising: a data arrangement determining unit that determines the content data to be cached in the cache holding unit of the cache distribution apparatus according to the calculated score.
  • a content distribution apparatus that stores a large number of content data in advance for each of a plurality of reproduction bit rates, and a cache distribution apparatus that stores in advance the frequency of the content data that is frequently requested for distribution,
  • a content arrangement determination device for determining the content data stored in the cache distribution device is configured to be connected to an unspecified number of client devices via a network, and the content data is received in response to a distribution request from the client device.
  • the access frequency collection unit of the content arrangement determination device collects access frequency information for each content and for each reproduction bit rate from the cache distribution device, and calculates an access frequency
  • the viewing quality estimation unit of the content arrangement determination device calculates an expected value of viewing quality expected to be obtained in the client device that is the distribution request source from the calculated access frequency
  • the score determination unit of the content arrangement determination device calculates a score with the calculated expected value of the viewing quality as a numerical value per unit capacity of the content data
  • a content arrangement determining method wherein the data arrangement determining unit of the content arrangement determining apparatus determines the content data to be cached in the cache holding unit of the cache distribution apparatus according to the calculated score.
  • a content arrangement determination device for determining the content data stored in the cache distribution device is configured to be connected to an unspecified number of client devices via a network, and the content data is received in response to a distribution request from the client device.
  • the present invention can be generally used in a content distribution system.
  • it is suitable for on-demand distribution in which content is distributed in response to a distribution request from a client device.
  • the data types to be distributed are not limited to video data, and can be applied to services that distribute various types of content data such as audio and games.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

【課題】コンテンツの配置を各コンテンツの視聴品質の状況に応じて適切に行い、配信品質を向上できるコンテンツ配信システム等を提供する。 【解決手段】コンテンツ配信装置10と、キャッシュ配信装置30と、コンテンツ配置決定装置20とが、不特定多数のクライアント装置40と接続されたコンテンツ配信システムで、コンテンツ配置決定装置が、コンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部201と、アクセス頻度から視聴品質の期待値を算出する視聴品質推定部202と、視聴品質の期待値を単位容量あたりの数値としたスコアを算出するスコア決定部203と、算出されたスコアに応じてキャッシュするコンテンツデータを決定するデータ配置決定部204とを有する。

Description

コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム
 本発明はコンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラムに関し、特に各コンテンツの視聴品質の状況に応じて適切に当該コンテンツを配置して配信品質を向上させることを可能とするコンテンツ配信システム等に関する。
 インターネットを介した映像や音声などを含むコンテンツのデータ配信は、近年特に需要が急増している。このようなコンテンツを不特定多数のユーザの操作するクライアント端末からの要求(コンテンツ配信要求)に応じて(オンデマンドで)配信するコンテンツ配信システムには、一般的に、ネットワークにかかる負荷を軽減しつつ、より配信品質(より具体的には、画質や音質など)を高めたコンテンツを安定して配信することが求められる。
 さらに、コンテンツ配信システムに対しては、クライアント端末ごとのデータ処理能力や、刻々と変動するネットワークや配信装置の状態などにリアルタイムに対応して、システム全体として効率的にコンテンツ配信を行うことも求められる。ここでいう「効率的な」コンテンツ配信とは、有限のネットワーク資源(配信リソース)を用いて、システム全体としてコンテンツの配信品質を最大限に高めることを意味する。
 図22Aは、非特許文献1に記載された、一般的に知られているコンテンツ配信ネットワーク(CDN: Contents Delivery Network)であるコンテンツ配信システム1001の構成について示す説明図である。図22Bは、図22Aに記載されたコンテンツ配信システム1001で、各装置間の動作の一例について示す説明図である。
 このコンテンツ配信システム1001は、コンテンツの種類を指定して配信要求を発する不特定多数のクライアント端末1030a、1030b、…(以後これらを総称してクライアント端末1030という)と、この配信要求への対応を行うコンテンツ配信装置1010と、後述のキャッシュ配信装置1020とが、ネットワーク1040を介して相互に接続されて構成される。
 クライアント端末1030がコンテンツ配信要求を発すると(ステップS1001)、コンテンツ配信装置1010がこのコンテンツ配信要求を受け、要求元のクライアント端末1030とネットワークトポロジーとしての距離が最も近いキャッシュ配信装置1020のURL(もしくはIPアドレスなど)を、当該クライアント端末1030に返す(ステップS1002)。
 これを受けたクライアント端末1030は、ステップS1002で返却されたURLに示されるキャッシュ配信装置1020に、改めて当該コンテンツの配信要求を発する(ステップS1003)。キャッシュ配信装置1020は、予め当該コンテンツのコンテンツデータをコンテンツ配信装置1010から受信して記憶している(これをキャッシュ(cache)という)ので、そのコンテンツデータをクライアント端末1030に対して配信し(ステップS1004)、クライアント端末1030はこれを再生する(ステップS1005)。
 キャッシュ配信装置1020は、コンテンツ配信装置1010が持つコンテンツデータの中で、多くのクライアント端末1030からの配信要求が発生する頻度の高いものを予めキャッシュしている。そしてキャッシュ配信装置1020はネットワーク1040上に複数台あり、それらの中から要求元のクライアント端末1030とネットワークトポロジーとしての距離が近いものをコンテンツ配信装置1010が選択して、そのキャッシュ配信装置1020のURLを配信要求元に返却する。
 これによって、不特定多数のクライアント端末1030においてランダムに発生するコンテンツ配信要求が全て同一のコンテンツ配信装置1010に集中して発生する負荷を適切に分散し、配信に必要な帯域を安定的に確保することが可能となる。
 このようなCDNであるコンテンツ配信システム1001では、ネットワーク1040上に広域分散的に多数のキャッシュ配信装置を設置する必要があるので、そのために多大なコストを要する。このため、各々のキャッシュ配信装置の記憶容量をなるべく小さくし、更にその限られたストレージ容量を効率的に利用することが求められる。即ち、キャッシュ配信装置がキャッシュするコンテンツは、適切に選択されねばならない。
 キャッシュ配信装置がキャッシュするコンテンツの選択は、配信要求が多く発生するものを予測してこれを事前にキャッシュしておくという方法がある。あるいは、配信要求があったファイルをコンテンツ配信装置から配信すると同時に、同一コンテンツをキャッシュ配信装置にも送信してキャッシュ配信装置がこれをキャッシュし、以後同一コンテンツに対する配信要求に対してはキャッシュ配信装置からこれを配信するという方法もある。
 その一方で、動画コンテンツのストリーミング配信では、コンテンツ配信装置は動画ファイルデータを複数の部分データに区切って配信し、クライアント端末が部分データを受信する度に再生する。これにより、クライアント端末側は、動画コンテンツを受信している間に待ち続ける必要がなくなり、また、回線障害が発生した場合においても既に受信したファイルデータについては動画を再生することが可能となる。
 その際、動画コンテンツのストリーミング配信では、クライアント端末側におけるコンテンツ視聴が途切れないように配信することが求められる。また、クライアント端末の再生能力や、そこに至るネットワークの回線状態も、各クライアント端末ごとに異なるので、各々に適した品質でコンテンツの配信を行うことも求められる。それらを実現する手段として、複数ビットレートコンテンツ配信システムが知られている。
 複数ビットレートコンテンツ配信システムでは、コンテンツ配信装置がコンテンツを複数のビットレートで符号化(エンコード)して保持しておき、クライアント端末ごとのデータの処理能力や、刻々と変動するネットワークや配信装置への負荷状態などにリアルタイムに対応して、配信コンテンツの再生ビットレートを適切に設定することが可能である。これによって、コンテンツの安定した配信を実現する。
 その際、コンテンツデータの符号化の方法として、動画信号を基本レイヤと拡張レイヤとに階層的に符号化する方法(階層符号化)を利用してもよいし、同一コンテンツを複数ビットレートの独立なデータとして符号化する方法を利用してもよい。
 もちろん、この複数ビットレートコンテンツ配信の技術を前述のCDNであるコンテンツ配信システムに適用し、コンテンツの種類だけでなくビットレートも含めて配信要求が多く発生するものを選択して、キャッシュ配信装置にキャッシュすることも可能である。この場合のコンテンツ配信システムには、ネットワーク負荷を軽減しつつ、システム全体でクライアント端末側のコンテンツ視聴品質を最大化することが求められる。そのためには、複数のビットレートで符号化されたコンテンツを、キャッシュ配信装置の限られたストレージ領域に適切に配置することが必要となる。
 これに関連する技術として、次の各々がある。その中でも特許文献1には、動画信号を基本レイヤと拡張レイヤとに階層的に符号化(階層符号化)する技術を用いて、コンテンツを複数の符号化レイヤに分割してキャッシュサーバにキャッシュすることで、配信サーバにおけるトランスコード負荷を低減するという技術が記載されている。この技術によれば、符号化ビットストリームのうちの一部を復号すれば空間解像度の低い画像を再生することができ、更にビットストリームの中の残りのデータを復号すると空間解像度を向上することが可能な追加信号を得ることができる。
 特許文献2には、コンテンツ毎、符号化レイヤ毎のアクセス頻度をパラメータとして、パラメータが大きいコンテンツデータをキャッシュ配信装置に優先的にキャッシュするという技術が記載されている。特許文献3には、コンテンツ毎、符号化レイヤ毎のアクセス頻度とサイズ(再生ビットレートと再生時間との積)をパラメータとして、単位容量当たりのアクセス頻度が大きいコンテンツデータをキャッシュ配信装置に優先的にキャッシュするという技術が記載されている。
 さらに、特許文献4には、アクセスログからユーザの当該コンテンツに対する評価値を算出し、それによってキャッシュ配信装置にキャッシュするコンテンツデータの再配置を行うという技術が記載されている。そして特許文献5には、ユーザの当該コンテンツに対する主観評価値を算出する技術が記載されている。非特許文献2には、コンテンツ配信システムにおいて視聴品質を推定する技術が記載されている(その詳細については後述する)。
国際公開WO2004/040908号公報 特開2007-053593号公報 国際公開WO2011/010688号公報 特開2006-172217号公報 特開2009-159462号公報
「1-5-2-1 CDN(Contents Delivery Network)の仕組み」(標準技術集「双方向動画像通信技術」より)、平成16年3月26日、特許庁、[平成23年6月23日検索]、インターネット<URL:http://www.jpo.go.jp/shiryou/s_sonota/hyoujun_gijutsu/bidirectional_video/152_1.htm> "RecommendationITU-R BT.500-11"、2002年、国際電気通信連合無線通信部門、[平成23年6月30日検索]、インターネット<URL:http://www.dii.unisi.it/~menegaz/DoctoralSchool2004/papers/ITU-R_BT.500-11.pdf>
 前述のように、複数ビットレートコンテンツ配信の技術を適用したコンテンツ配信システムでは、複数のビットレートで符号化された多数のコンテンツを、キャッシュ配信装置の限られたストレージ領域に適切に配置することが必要となる。その際、コンテンツの配信品質の向上のため、それらのコンテンツの配置は、各コンテンツの視聴品質の状況に応じて適切に行われる必要がある。
 しかしながら、前述の特許文献1に記載の技術では、クライアント装置から要求された符号化レートのコンテンツデータがキャッシュサーバに格納されていないとき、要求された符号化レートに近い符号化レートのデータを破棄し、その位置に要求されたデータを格納する構成であるため、アクセス頻度を反映したキャッシュを行うことができるとは限らず、キャッシュ領域の利用効率を十分に高めることができない。
 また、特許文献2に記載の技術では、コンテンツ毎、符号化レイヤ毎のデータサイズによらずキャッシュするコンテンツデータを決定するため、キャッシュサーバ毎のキャッシュ容量に限りがある場合には、単位容量当たりのキャッシュヒット率(Byteヒット率)が低下し、ネットワーク負荷が増大する。
 さらに、特許文献3に記載の技術では、コンテンツ毎、符号化レイヤ毎のアクセス頻度とデータサイズをパラメータとして、単位容量当たりのアクセス頻度が最大化になるようにキャッシュするコンテンツデータを決定するため、ネットワーク容量や、キャッシュサーバ毎のキャッシュ容量に限りがある場合には、システム全体としてのクライアント端末側のコンテンツ視聴品質が低下する。
 そして、特許文献4に記載の技術では、ユーザの当該コンテンツに対する評価値を算出するが、この「評価値」とは必ずしもコンテンツの視聴品質の状況に応じたものではないので、これに応じてコンテンツを再配置しても、適切な配置にはならない。特許文献5に記載の技術も、ユーザの当該コンテンツに対する主観的な評価を示す「評価値」を算出するので、コンテンツの適切な配置とは無関係である。
 以上で述べたように、特許文献1~5のいずれにも、コンテンツの配置を各コンテンツの視聴品質の状況に応じて適切に行うことのできる技術は記載されていない。これらの技術を全て組み合わせたとしても、そのことを可能とする技術を得ることはできない。
 本発明の目的は、コンテンツの配置を各コンテンツの視聴品質の状況に応じて適切に行い、当該コンテンツの配信品質を向上させることを可能とするコンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラムを提供することにある。
 上記目的を達成するため、本発明に係るコンテンツ配信システムは、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムであって、キャッシュ配信装置が、コンテンツデータのうち配信要求の頻度の高いものを予め記憶しているキャッシュ保持部と、キャッシュ保持部に記憶されたコンテンツデータに対する配信要求がクライアント装置からあった場合にこれをコンテンツ配信装置に代わって配信するキャッシュ配信部と、配信要求の頻度の高いコンテンツデータをコンテンツ配信装置に対して送信するよう要求し、これを受信してキャッシュ保持部に記憶するキャッシュ制御部とを有すると共に、コンテンツ配置決定装置が、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータを決定するデータ配置決定部とを有することを特徴とする。
 上記目的を達成するため、本発明に係るコンテンツ配置決定装置は、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、コンテンツデータの配信要求を行って受信した当該コンテンツデータを再生する不特定多数のクライアント装置とネットワークを介して接続されて構成され、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置であって、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータを決定するデータ配置決定部とを有することを特徴とする。
 上記目的を達成するため、本発明に係るコンテンツ配置決定方法は、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報をコンテンツ配置決定装置のアクセス頻度収集部が収集してアクセス頻度を算出し、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値をコンテンツ配置決定装置の視聴品質推定部が算出し、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアをコンテンツ配置決定装置のスコア決定部が算出し、算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータをコンテンツ配置決定装置のデータ配置決定部が決定することを特徴とする。
 上記目的を達成するため、本発明に係るコンテンツ配置決定プログラムは、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、コンテンツ配置決定装置が備えているコンピュータに、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出する手順、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値を算出する手順、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアを算出する手順、および算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータを決定する手順を実行させることを特徴とする。
 本発明は、上記したように、コンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度から視聴品質の期待値を算出し、この期待値をコンテンツデータの単位容量あたりの数値としたスコアを算出し、これに基づいてキャッシュ保持部にキャッシュするコンテンツデータを決定するように構成したので、各コンテンツの視聴品質の状況に応じてキャッシュするコンテンツデータを決定することが可能となる。
 これによって、コンテンツの配置を各コンテンツの視聴品質の状況に応じて適切に行い、当該コンテンツの配信品質を向上させることが可能であるという優れた特徴を持つコンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラムを提供することができる。
本発明の第1の実施形態に係るコンテンツ配信システムの構成について示す説明図である。 図1で示したコンテンツ配信システムで、コンテンツ配信装置およびキャッシュ配信装置がクライアント装置からの要求に応じて配信する動画コンテンツの構成について示す説明図である。 図1に示したキャッシュ制御部がコンテンツ配置決定装置に通知するアクセス頻度情報について示す説明図である。 図3に示したアクセス頻度情報から、図1に示した視聴品質推定部が算出する視聴品質期待値について示す説明図である。 図4に示した視聴品質期待値から、図1に示したスコア決定部が算出する単位容量スコア値について示す説明図である。 図1で示したコンテンツ配信システムで、コンテンツ保持部およびキャッシュ保持部に保持されている各コンテンツの配置について示す説明図である。 図1で示したコンテンツ配信システムで、要求したコンテンツの全てのレイヤがキャッシュされている場合の各装置間での動作について示すシーケンス図である。 図1で示したコンテンツ配信システムで、キャッシュ配信装置またはコンテンツ配信装置がクライアント装置からの配信要求に応じて行う動作について示すフローチャートである。 図7のステップS204として示した処理で、図6に示した配置のコンテンツがクライアント装置に対して配信される様子について示す説明図である。 図1で示したコンテンツ配信システムで、要求したコンテンツの一部のレイヤがキャッシュされていない場合の各装置間での動作について示すシーケンス図である。 図10のステップS306として示した処理で、図6に示した配置のコンテンツがクライアント装置に対して配信される様子について示す説明図である。 図1で示したコンテンツ配信システムで、コンテンツ配置決定装置が行う、キャッシュ配信装置のキャッシュ保持部に対するコンテンツデータの配置および置き換え更新(リプレースメント)の動作について示すフローチャートである。 本発明の本発明の第2の実施形態に係るコンテンツ配信システムの構成について示す説明図である。 図13で示したコンテンツ配信システムで、コンテンツ配信装置およびキャッシュ配信装置がクライアント装置からの要求に応じて配信するコンテンツの構成について示す説明図である。 図13で示したコンテンツ配信システムで、要求したコンテンツがキャッシュされている場合の各装置間での動作について示すシーケンス図である。 図13で示したコンテンツ配信システムで、キャッシュ配信装置またはコンテンツ配信装置がクライアント装置からの配信要求に応じて行う動作について示すフローチャートである。 図13で示したコンテンツ配信システムで、要求したコンテンツがキャッシュされていない場合の各装置間での動作について示すシーケンス図である。 図13で示したコンテンツ配信システムで、コンテンツ配置決定装置が行う、キャッシュ配信装置のキャッシュ保持部に対するコンテンツデータの配置および置き換え更新(リプレースメント)の動作について示すフローチャートである。 図18のステップS904で算出された各々のアクセス頻度について示す説明図である。 図18のステップS905で算出された各々の視聴品質期待値について示す説明図である。 図18のステップS906で算出された各々のスコア値について示す説明図である。 図22Aは非特許文献1に記載された、一般的に知られているコンテンツ配信ネットワーク(CDN: Content Delivery Network)であるコンテンツ配信システムの構成について示す説明図である。図22Bは図22Aに記載されたコンテンツ配信システムで、各装置間の動作の一例について示す説明図である。
(第1の実施形態)
 以下、本発明の第1の実施形態の構成について添付図1に基づいて説明する。
 最初に、本実施形態の基本的な内容について説明し、その後でより具体的な内容について説明する。
 本実施形態に係るコンテンツ配信システム1は、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置10と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置30と、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置20とが、不特定多数のクライアント装置40とネットワーク50を介して接続されて構成され、クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムである。キャッシュ配信装置30は、コンテンツデータのうち配信要求の頻度の高いものを予め記憶しているキャッシュ保持部302と、キャッシュ保持部に記憶されたコンテンツデータに対する配信要求がクライアント装置からあった場合にこれをコンテンツ配信装置に代わって配信するキャッシュ配信部303と、配信要求の頻度の高いコンテンツデータをコンテンツ配信装置に対して送信するよう要求し、これを受信してキャッシュ保持部に記憶するキャッシュ制御部301とを有する。そしてコンテンツ配置決定装置20は、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部201と、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部202と、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部203と、算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータを決定するデータ配置決定部204とを有する。
 また、キャッシュ配信装置30のキャッシュ制御部301は、コンテンツ配置決定装置が決定したデータ配置に応じてキャッシュ保持部302に記憶されたコンテンツデータを置換する機能を有する。
 そしてコンテンツ配置決定装置20の視聴品質推定部202は、クライアント装置がコンテンツの配信に際して要求した要求再生ビットレートと当該コンテンツが実際にクライアント装置で再生される際の視聴再生ビットレートの比率として視聴品質の期待値を算出する。同じく、コンテンツ配置決定装置20のデータ配置決定部204は、算出されたスコアの高い順にキャッシュ保持部の総容量に収まる範囲でキャッシュ保持部302にキャッシュするコンテンツデータを決定する。
 ここで、コンテンツデータは階層型符号化方式によって符号化されたものであり、コンテンツ配置決定装置20のデータ配置決定部204が、算出されたスコアの高い順でかつ上位レイヤに必ずこの再生に必要な下位レイヤが伴った状態で、キャッシュ保持部302の総容量に収まる範囲でキャッシュ保持部302にキャッシュするコンテンツデータのレイヤを決定する。
 さらに、キャッシュ配信装置30のキャッシュ制御部301は、クライアント装置にコンテンツデータを送信するたびにコンテンツ配置決定装置20のアクセス頻度収集部201にアクセス頻度情報を送信する。そしてキャッシュ配信装置30のキャッシュ制御部301は、クライアント装置40から配信要求を受信するたびにコンテンツ配置決定装置20にキャッシュ対象のコンテンツデータを決定する動作の開始指令を送信する機能を有する。
 以上の構成を備えることにより、本実施形態のコンテンツ配信システム1は、コンテンツの配置を各コンテンツの視聴品質の状況に応じて適切に行い、当該コンテンツの配信品質を向上させることが可能なものとなる。
 以下、これをより詳細に説明する。
 図1は、本発明の第1の実施形態に係るコンテンツ配信システム1の構成について示す説明図である。コンテンツ配信システム1は、各々主演算制御手段を備えたコンピュータであるコンテンツ配信装置10と、コンテンツ配置決定装置20と、キャッシュ配信装置30と、不特定多数のクライアント装置40a、40b、40c、…が、インターネット等のような大規模なネットワーク50を介して相互に接続されて構成される。
 以後、クライアント装置40a、40b、40c、…を総称して単にクライアント装置40という。クライアント装置40の台数は任意である。図1ではクライアント装置40a、40b、40cの3台を示しているが、その台数は任意である。また、図1では1台のみのキャッシュ配信装置30を示しているが、キャッシュ配信装置も前述のように1台のコンテンツ配信装置10に対して複数台存在している。
 コンテンツ配信装置10は、各々のクライアント装置40に対して配信されるコンテンツデータを記憶保持するコンピュータ装置である。コンテンツ配信装置10は、コンピュータプログラムを実行する主体である主演算制御手段(CPU)11と、データを記憶する記憶手段12と、ネットワーク50を介して他の装置とのデータ送信を行う通信手段13とを備える。
 コンテンツ配信装置10の記憶手段12には、クライアント装置40に対して配信される、映像や音声などのコンテンツデータ(以後、単にコンテンツという)を大量に記憶する記憶領域であるコンテンツ保持部101が確保されている。記憶手段12は、より具体的にはハードディスク装置、RAM(Random Access Memory)、EEPROM(Electrically Erasable Programmable Read-Only Memory)やフラッシュメモリなどのようなデータの書き換えが可能なROM(Read Only Memory)などである。
 そして主演算制御手段11は、コンテンツ配信プログラムが動作することにより、コンテンツ保持部101に保持されたコンテンツをクライアント装置40からの求めに応じて当該クライアント装置40に対して配信するコンテンツ配信部102として機能する。
 キャッシュ配信装置30は、コンテンツ配信装置10から送り込まれたアクセス頻度の大きいコンテンツを一時的に記憶する(キャッシュする)と共に、キャッシュされたコンテンツについてクライアント装置40から配信要求があった場合にこれをコンテンツ配信装置10の代理として当該クライアント装置40に配信するコンピュータ装置である。キャッシュ配信装置30も、コンピュータプログラムを実行する主体である主演算制御手段31と、データを記憶する記憶手段32と、ネットワーク50を介して他の装置とのデータ送信を行う通信手段33とを備える。
 キャッシュ配信装置30の記憶手段32にも、コンテンツ配信装置10の記憶手段12と同様に、コンテンツデータを記憶する記憶領域であるキャッシュ保持部302が確保されている。この記憶手段32は、コンテンツ配信装置10の記憶手段12と同様に、より具体的にはハードディスク装置、RAM(Random Access Memory)、EEPROM(Electrically Erasable Programmable Read-Only Memory)やフラッシュメモリなどのようなデータの書き換えが可能なROM(Read Only Memory)などである。
 ただし、キャッシュ配信装置30は、コンテンツ配信装置10と比べてネットワークトポロジー的にクライアント装置40に近い位置に配置されている。そして、コンテンツ配信装置10の記憶手段12と比べて、キャッシュ配信装置30の記憶手段32は、同じ装置の主演算制御手段31(11)から高速にアクセス可能なように構成されている。
 そしてキャッシュ配信装置30の主演算制御手段31は、キャッシュ配信プログラムが動作することにより、コンテンツ配置決定装置20からの指示に基づきコンテンツ保持部101からコンテンツデータを取得するキャッシュ制御部301、およびクライアント装置40からの求めに応じてキャッシュ保持部302に記憶されたコンテンツを当該クライアント装置40に対して配信するキャッシュ配信部303として機能する。
 ここで、キャッシュ配信装置30のキャッシュ制御部301は、クライアント装置40から要求されたコンテンツがキャッシュ保持部302に格納(キャッシュ)されていない場合に、コンテンツ配信装置10に対してコンテンツ配信要求を送信するコンテンツ配信要求転送機能を備えている。コンテンツ配信装置10のコンテンツ配信部102は、このコンテンツ配信要求に応じて、要求されたコンテンツをクライアント装置40に対して送信することができる。
 また、キャッシュ制御部301は、コンテンツ毎か再生ビットレート(符号化レイヤ数)毎の各コンテンツの利用状況を示すアクセス頻度情報を、ネットワーク50を介して、コンテンツ配置決定装置20に通知するアクセス頻度情報通知機能も備えている。
 ここでいうアクセス頻度情報とは、たとえばコンテンツごと、再生ビットレートごとの視聴回数、視聴時間などである。あるいは、コンテンツごと、再生ビットレートごとの視聴要求回数などであってもよいし、コンテンツ視聴情報、及びコンテンツ視聴要求情報の両方もしくはいずれか一方に基づく、コンテンツごと、再生ビットレートごとの視聴需要を表す値であってもよい。
 コンテンツ配置決定装置20は、コンテンツ配信装置10からキャッシュ配信装置30に読込まれる(キャッシュされる)コンテンツを決定すると共に、キャッシュ配信装置30に読込まれたコンテンツデータの置換更新(リプレースメント)を行うコンピュータ装置である。コンテンツ配置決定装置20もまた、コンピュータプログラムを実行する主体である主演算制御手段21と、データを記憶する記憶手段22と、ネットワーク50を介して他の装置とのデータ送信を行う通信手段23とを備える。
 コンテンツ配置決定装置20の主演算制御手段21は、コンテンツ配置決定プログラムが動作することにより、キャッシュ制御部301からアクセス頻度情報を収集して各コンテンツごとに符号化レイヤ数ごとのアクセス頻度を算出するアクセス頻度収集部201、このアクセス頻度から視聴品質の期待値を導出する視聴品質推定部202、符号化レイヤ毎のスコアを導出するスコア決定部203、およびキャッシュ配信装置30でキャッシュすべき符号化レイヤを決定してその通りにコンテンツを配置させるデータ配置決定部204として機能する。
 ここで、視聴品質推定部202が算出するユーザ全体としての視聴品質の期待値とは、あるコンテンツデータをキャッシュに配置した場合にユーザ全体に提供できる視聴品質の期待値であり、各コンテンツの各符号化レイヤあたりの数値としたものである。ユーザ全体としての視聴品質の期待値を導出する際で用いられる視聴品質は、たとえば「(視聴再生ビットレート)÷(要求再生ビットレート)」で得ることのできる数値、即ちクライアント装置40が要求した通りのビットレートで当該コンテンツが再生されれば「視聴品質=1」である。視聴品質は、たとえば前述の非特許文献2などに記載されている公知技術を利用して、主観評価実験によって導出することもできる。また、スコア決定部203が算出するスコアとは、このユーザ全体としての視聴品質の期待値を各符号化レイヤの単位容量あたりの数値としたものである。
 コンテンツ配置決定装置20は、独立したコンピュータ装置であってもよいし、またコンテンツ配信装置10もしくはキャッシュ配信装置30と同一のコンピュータ装置であってもよい。本実施形態では、コンテンツ配置決定装置20を独立したコンピュータ装置として説明している。
 クライアント装置40は各々、再生したいコンテンツの種類とその再生ビットレートを指定して(ネットワーク50を介して)キャッシュ配信装置30およびコンテンツ配信装置10に配信要求を行い、配信されてきた当該コンテンツを再生する機能を有する端末機器であり、より具体的にはパーソナルコンピュータ、携帯電話端末、スマートフォン、セットトップボックスなどである。クライアント装置40の詳細な内部構成については、特に説明するまでもない。
 図2は、図1で示したコンテンツ配信システム1で、コンテンツ配信装置10およびキャッシュ配信装置30がクライアント装置40からの要求に応じて配信する動画コンテンツ(A)400の構成について示す説明図である。
 ここでいうコンテンツは、階層型符号化方式によってエンコードされた動画および音声のデータである。階層型符号化方式とは、具体的には、ITU-T(International Telecommunication Union Telecommunication
Standardization Sector、国際通信連合電気通信標準化部門)によって規定されているH.264/SVCなどのような符号化方式である。
 動画コンテンツ(A)400のコンテンツデータは、この階層型符号化方式によって、基本レイヤ(A0)401、拡張レイヤ1(A1)402、拡張レイヤ2(A2)403、拡張レイヤ3(A3)404のように階層化されたデータからなる。この図では全4層の階層を示しているが、この階層の総数は2階層以上の任意の値を取ることができる。
 基本レイヤ(A0)401は最低位レイヤとなり、そこから拡張レイヤ1(A1)402、拡張レイヤ2(A2)403、拡張レイヤ3(A3)404の順でより上位のレイヤとなる。階層型符号化方式では、最低位レイヤである基本レイヤ(A0)401だけでも最低限の画質および音質でコンテンツを再生することが可能であるが、より上位の拡張レイヤまでを基本レイヤと合わせて利用することによって、より高画質かつ高音質で当該コンテンツを再生することが可能となる。ただし、基本レイヤを利用せずに拡張レイヤのみを用いてコンテンツを再生することはできない。
 一方、配信されるコンテンツのデータサイズは、下位レイヤである基本レイヤのみでは小さいが、より上位のレイヤまでを含むほど大きくなる。
 階層型符号化方式で階層符号化されたコンテンツデータは、たとえば携帯電話端末などのような小さな画面を持つクライアント装置で当該コンテンツを再生する場合や、ネットワークの輻輳や配信装置の過負荷などの理由から大容量データの配信ができない場合には、基本レイヤのみを利用して最低限の画質および音質での配信を行うことが可能である。
 また、伝送可能容量に余裕があり、かつ大画面かつ高画質・高音質での再生が可能なクライアント装置で当該コンテンツを再生する場合は、より多くの拡張レイヤまでを利用して、大画面かつ高画質・高音質での配信を行うことも可能である。その際、基本レイヤ+拡張レイヤ1による配信よりも、基本レイヤ+拡張レイヤ1+拡張レイヤ2による配信を利用する方が、画質および音質は向上するし、拡張レイヤ3以降が存在する場合はこれを利用してさらに画質および音質を向上させることもできる。
 図3は、図1に示したキャッシュ制御部301がコンテンツ配置決定装置20に通知するアクセス頻度情報について示す説明図である。コンテンツiの、符号化レイヤ数kごとのアクセス頻度p(i,k)は、視聴された符号化レイヤ数(再生ビットレート)毎に集計される。
 アクセス頻度p(i,1)は、コンテンツiの基本レイヤ(y=1)を受信して視聴が行われた頻度を集計することで得られる値である。p(i,2)はコンテンツiの基本レイヤと拡張レイヤ1(y=1~2)とを受信して視聴が行われた頻度を集計することで得られる値である。同様に、p(i,3)はコンテンツiの基本レイヤと拡張レイヤ1と拡張レイヤ2(y=1~3)とを、p(i,4)はコンテンツiの基本レイヤと拡張レイヤ1と拡張レイヤ2と拡張レイヤ3(y=1~4)とを、それぞれ受信して視聴が行われた頻度を集計することで得られる値である。
 本実施形態に係るコンテンツ配置決定装置20では、コンテンツを符号化の階層に応じて区切り、この特徴を利用してコンテンツ毎・符号化レイヤ毎にアクセス頻度収集部201がまずアクセス頻度情報を取得(収集)し、そのアクセス頻度情報に応じて視聴品質推定部202がコンテンツ毎・符号化レイヤ毎にそのデータをキャッシュした場合に得られると期待されるユーザ全体の視聴品質の期待値s(i,k)を算出し、さらにその視聴品質の期待値からスコア決定部203がコンテンツ毎・符号化レイヤ毎の単位容量スコア値v(i,k)を算出し、そのスコアからデータ配置決定部204がキャッシュ保持部302に格納するデータを決定するという構成となっている。
 以上の各数値について、より詳しく説明する。キャッシュ配信装置30のキャッシュ容量をC、コンテンツiの符号化レイヤ数kに対するアクセス頻度をp(i,k)、コンテンツiの符号化レイヤyの再生レートをr(i,y)とする。更に、コンテンツiの長さ(再生時間)をt(i)とする。
 このとき、コンテンツ配置決定装置20は、以下の数1、即ちキャッシュされたコンテンツの総容量がキャッシュ保持部302のキャッシュ容量C内に収まることを条件として、キャッシュ配信装置30に配置するコンテンツデータを決定する。
Figure JPOXMLDOC01-appb-M000001
 アクセス頻度収集部201は、クライアント装置40からキャッシュ配信装置30またはコンテンツ配信装置10に対するコンテンツ配信要求があった場合に、キャッシュ配信装置30またはコンテンツ配信装置10から通知されるアクセス頻度情報に基づきコンテンツiの符号化レイヤ数kを用いた再生ビットレートに対するアクセス頻度p(i,k)を算出する。
 視聴品質推定部202は、コンテンツiの符号化レイヤyをキャッシュに配置したものと仮定した場合のユーザ全体の視聴品質期待値s(i,y)を、以下の数2より導出する。ここで、n(i)は、コンテンツiの符号化レイヤ数の合計値である。q(i,y,k)は、コンテンツiの符号化レイヤ数kを要求したときに、符号化レイヤyによって得られる視聴品質を表す。ここでは、q(i,y,k)=1/kとしている。
Figure JPOXMLDOC01-appb-M000002
 図4は、図3に示したアクセス頻度情報p(i,k)から、図1に示した視聴品質推定部202が算出する視聴品質期待値s(i,y)について示す説明図である。図4に示したs(i,1)はコンテンツiの基本レイヤ(y=1)をキャッシュ配信装置30にキャッシュした場合の視聴品質期待値である。s(i,2)はコンテンツiの拡張レイヤ1(y=2)をキャッシュ配信装置30にキャッシュした場合の視聴品質期待値である。
 同様に、s(i,3)はコンテンツiの拡張レイヤ2(y=3)をキャッシュ配信装置30にキャッシュした場合の視聴品質期待値である。s(i,4)はコンテンツiの拡張レイヤ3(y=4)をキャッシュ配信装置30にキャッシュした場合の視聴品質期待値である。
 スコア決定部203は、コンテンツi、符号化レイヤyの単位容量スコア値v(i,y)を、以下の数3に基づき算出する。コンテンツiの符号化レイヤyの単位容量スコア値であるv(i,y)は、符号化レイヤ毎に算出される。
Figure JPOXMLDOC01-appb-M000003
 図5は、図4に示した視聴品質期待値s(i,y)から、図1に示したスコア決定部203が算出する単位容量スコア値v(i,y)について示す説明図である。図5に示したv(i,1)はコンテンツiの基本レイヤ(y=1)のスコア値である。v(i,2)はコンテンツiの拡張レイヤ1(y=2)のスコア値である。同様に、v(i,3)はコンテンツiの拡張レイヤ2(y=3)の、v(i,4)コンテンツiの拡張レイヤ3(y=4)の、各々のスコア値である。
 また、スコア決定部203は、視聴品質推定部202から通知される視聴品質期待値s(i,y)に基づいて単位容量スコア値v(i,y)を算出し、キャッシュ保持部302にキャッシュされた符号化レイヤ毎の単位容量スコア値が予め与えられた閾値より低いか否かの判定を行うようにすることもできる。
 ここで、単位容量スコアがその閾値より低い符号化レイヤがあった場合、データ配置決定部204が、この低スコア符号化レイヤをコンテンツ保持部101から選択し、読み出した符号化レイヤに置換する。このとき、データ配置決定部204は、コンテンツ保持部101から符号化レイヤを、例えば、任意に選択する設定であってもよい。
 データ配置決定部204は、スコア決定部203により算出された、コンテンツ保持部101内の符号化レイヤ、及びキャッシュ保持部302内の符号化レイヤのスコア値を比較して、スコア値が大きい順に、キャッシュ配信装置30に配置(キャッシュ)されるコンテンツを符号化レイヤ単位で決定する。
 尚、本実施形態では、コンテンツ保持部101からキャッシュ保持部302へのコンテンツの書込みは、符号化レイヤ単位で行われるものとしているが、コンテンツ単位で配置を行う設定としてもよい。また、データ配置決定部204は、スコア値に基づき決定された符号化レイヤ(階層データ)をキャッシュ保持部302に対して配置する。
 尚、データ配置決定部204は、下位の符号化レイヤを飛び越えた配置を行わない、つまり、特定のコンテンツに含まれる下位の符号化レイヤがキャッシュ保持部302に配置されていない状態で、同一コンテンツにおける上位符号化レイヤをキャッシュ保持部302に配置しないものとする。また、データ配置決定部204は、同一内容の符号化レイヤがキャッシュ保持部302に2重に配置されないように制御するものとする。
 以上に示す構成により、本実施形態に係るコンテンツ配信システム1は、キャッシュ領域の利用効率を向上させ、ネットワークに対する負荷を軽減すると同時に、クライアント装置40側での視聴品質を向上することができる。
 ここで、本実施形態であるコンテンツ配信システム100で、コンテンツ保持部101に格納されたコンテンツAおよびBがキャッシュサイズ200MBit(メガビット)のキャッシュ保持部302にキャッシュされる場合を例として、本実施形態によって得ることが可能な効果を説明する。
 コンテンツAは、再生ビットレート2Mbps、符号化レイヤ数2(基本レイヤ1Mbpsと、拡張レイヤ1Mbps)、再生時間100sec、コンテンツ要求頻度が0.3(1Mbpsが0.15、2Mbpsが0.15)とする。コンテンツBは、再生ビットレート2Mbps、符号化レイヤ数2(基本レイヤ1Mbpsと、拡張レイヤ1Mbps)、再生時間100sec、コンテンツ要求頻度が0.7(1Mbpsが0.35、2Mbpsが0.35)とする。
 このとき、単位容量当たりのアクセス頻度が最小のコンテンツがキャッシュされる従来技術の場合、上記の例では、コンテンツBだけがキャッシュ保持部302にキャッシュされることになる。このとき、コンテンツ配信装置10とネットワーク50との間の回線が混雑して、コンテンツ配信装置10からクライアント装置40に直接配信することが困難になった場合、クライアント装置側の平均視聴品質の期待値は約0.65となる。ただし、ここでいう視聴品質とは(視聴再生ビットレート)÷(要求再生ビットレート)である。
 一方、本実施形態では、上記の例では、コンテンツAの基本レイヤとコンテンツBの基本レイヤとがキャッシュ保持部302にキャッシュされる。このときの、クライアント装置の平均視聴品質の期待値は0.70となる。即ち、本実施形態によって、クライアント装置側の視聴品質を向上できるという効果が発生していることがわかる。
(本実施形態の動作の概略説明)
 次に、本実施形態の動作について、その概略を説明する。まず、スコア決定部203が、キャッシュ保持部302にキャッシュされたコンテンツデータの単位サイズ当たりのスコアを単位容量スコアとして算出する。
 これに引き続いて、データ配置決定部204が、コンテンツデータのうち単位容量スコアが高いコンテンツデータをキャッシュ保持部302にキャッシュすべきものとして特定し、実際にその通りにコンテンツデータを配置する。
 また、スコア決定部203が、キャッシュ保持部302にキャッシュされたコンテンツデータ、及びコンテンツ保持部101に記憶されたコンテンツデータの単位サイズ当たりのスコアを算出する。データ配置決定部204が、キャッシュ保持部302にキャッシュされたコンテンツデータ、及びコンテンツ保持部101に記憶されたコンテンツデータの各々について、算出された単位容量スコアを比較し、単位容量スコアのより高いコンテンツデータを前記キャッシュ保持部にキャッシュする。
 ここで、上記に示した各々の動作の実行内容をプログラム化し、コンピュータに実行させるように構成してもよい。
(本実施形態の動作のより詳細な説明)
 図6は、図1で示したコンテンツ配信システム1で、コンテンツ保持部101およびキャッシュ保持部302に保持されている各コンテンツの配置について示す説明図である。ここでは、A~Dという4種類の動画コンテンツで、その各々が最大4層、即ち基本レイヤと拡張レイヤ1~3からなる階層型符号化方式によってエンコードされている。
 動画コンテンツ(A)400は、基本レイヤ(A0)401、拡張レイヤ1(A1)402、拡張レイヤ2(A2)403、拡張レイヤ3(A3)404の最大4層からなる階層型符号化方式によってエンコードされている。同様に、動画コンテンツ(B)410は、基本レイヤ(B0)411、拡張レイヤ1(B1)412、拡張レイヤ2(B2)413、拡張レイヤ3(B3)414の最大4層からなる階層型符号化方式によってエンコードされている。
 動画コンテンツ(C)420は、基本レイヤ(C0)421、拡張レイヤ1(C1)422、拡張レイヤ2(C2)423、拡張レイヤ3(C3)424の最大4層からなる階層型符号化方式によってエンコードされている。同様に、動画コンテンツ(D)430は、基本レイヤ(D0)431、拡張レイヤ1(D1)432、拡張レイヤ2(D2)433、拡張レイヤ3(D3)434の最大4層からなる階層型符号化方式によってエンコードされている。
 コンテンツ保持部101には、これら動画コンテンツA~Dの基本レイヤと拡張レイヤ1~3の全てが記憶されている。そして、このうちの動画コンテンツ(A)400については基本レイヤ(A0)401~拡張レイヤ2(A2)403、動画コンテンツ(B)410については基本レイヤ(B0)411~拡張レイヤ3(B3)414、動画コンテンツ(C)420については基本レイヤ(C0)421~拡張レイヤ1(C1)422が、データ配置決定部204が決定したデータ配置に基づいて、キャッシュ保持部302に予めコピーされている。
 クライアント装置40のうちの1つであるクライアント装置40aが、キャッシュ配信装置30に対して、動画コンテンツ(A)400とその再生ビットレートを指定してコンテンツ配信要求を送信した。図7は、図1で示したコンテンツ配信システム1で、要求したコンテンツの全てのレイヤがキャッシュされている場合の各装置間での動作について示すシーケンス図である。図8は、図1で示したコンテンツ配信システム1で、キャッシュ配信装置30がクライアント装置40からの配信要求に応じて行う動作について示すフローチャートである。
 ここで、クライアント装置40aが指定した動画コンテンツ(A)400の再生ビットレートは、基本レイヤ(A0)401および拡張レイヤ1(A1)402によって実現可能なものである。クライアント装置40aは、要求するコンテンツとその再生ビットレートを決定し(図7・ステップS201)、基本レイヤ(A0)401および拡張レイヤ1(A1)402の配信をまずコンテンツ配信装置10に要求し、コンテンツ配信装置10から返却されてきたURLによって、最寄りのキャッシュ配信装置30に当該コンテンツの配信を要求する(図7・ステップS202)。
 この、図7・ステップS202の動作の中で、図22で説明したように、クライアント装置40aはまずコンテンツ配信装置10に対して配信要求を行い、この配信要求を受けたコンテンツ配信装置10はクライアント装置40aに最も近いキャッシュ配信装置30のURLを当該クライアント装置40aに返送し、クライアント装置40aは改めてキャッシュ配信装置30に当該コンテンツの配信を要求するという動作プロセスが存在する。しかしながら、このプロセスは既に説明したように公知技術であるので、本明細書では省略している。以後も同様である。
 これを受けたキャッシュ配信装置30は、まずキャッシュ配信部303がキャッシュ保持部302に記憶されたコンテンツの中から、再生要求に含まれるコンテンツIDおよび再生ビットレートをキーとして、要求された基本レイヤ(A0)401および拡張レイヤ1(A1)402を検索し(図7・ステップS203、図8・ステップS101)、これらの基本レイヤ(A0)401および拡張レイヤ1(A1)402がいずれもキャッシュ保持部302に記憶されているか否かを判断する(図7・ステップS203、図8・ステップS102)。
 キャッシュ配信部303の図7のステップS203で示した動作と同時に、キャッシュ制御部301がコンテンツ配置決定装置20に対して、コンテンツ配置決定の動作開始指令を送信する。このコンテンツ配置決定の動作の詳細については後述する。
 基本レイヤ(A0)401および拡張レイヤ1(A1)402は、いずれもキャッシュ保持部302に記憶されているので、図8のステップS102の判断はイエスとなってステップS103に進む。これによって、キャッシュ配信部303はキャッシュ保持部302から基本レイヤ(A0)401および拡張レイヤ1(A1)402を読み出して、これらをクライアント装置40aに配信する(図7・ステップS204、図8・ステップS103)。
 図9は、図7のステップS204として示した処理で、図6に示した配置のコンテンツがクライアント装置40aに対して配信される様子について示す説明図である。この図9で示されるように、キャッシュ保持部302に記憶された基本レイヤ(A0)401および拡張レイヤ1(A1)402を、キャッシュ配信部303が読み出してクライアント装置40aに配信している。クライアント装置40aは、これによって指定通りの動画コンテンツ(A)400を再生する(図7・ステップS205)。
 当該コンテンツの配信が終了したら(もしくは配信が続行している間でもよい)、キャッシュ制御部301が、この配信が行われたことによって変化したキャッシュ保持部302における各コンテンツのキャッシュ容量あたりのアクセス頻度を示すアクセス頻度情報(単位容量アクセス頻度)をコンテンツ配置決定装置20のアクセス頻度収集部201に通知する(図7・ステップS206、図8・ステップS107)。以上で、クライアント装置40aからの配信要求に伴う処理を終了する。
 これとは別個に、クライアント装置40のうちの1つであるクライアント装置40cが、キャッシュ配信装置30に対して、動画コンテンツ(C)420とその再生ビットレートを指定してコンテンツ配信要求を送信した。クライアント装置40cは、図7および図9で示した処理に係るクライアント装置40aとは別個の装置であってもよいし、また同一の装置であってもよい。
 図10は、図1で示したコンテンツ配信システム1で、要求したコンテンツの一部のレイヤがキャッシュされていない場合の各装置間での動作について示すシーケンス図である。ここで、クライアント装置40cが指定した動画コンテンツ(C)420の再生ビットレートは、基本レイヤ(C0)421~拡張レイヤ2(C2)423で実現可能なものである。クライアント装置40cは、要求するコンテンツとその再生ビットレートを決定し(図10・ステップS301)、基本レイヤ(C0)421~拡張レイヤ2(C2)423の配信をキャッシュ配信装置30に要求する(図10・ステップS302)。
 これを受けたキャッシュ配信装置30は、まずキャッシュ配信部303がキャッシュ保持部302に記憶されたコンテンツの中から、再生要求に含まれるコンテンツIDおよび再生ビットレートをキーとして、要求された基本レイヤ(C0)421~拡張レイヤ2(C2)423を検索し(図10・ステップS303、図8・ステップS101)、これらの基本レイヤ(C0)421~拡張レイヤ2(C2)423がいずれもキャッシュ保持部302に記憶されているか否かを判断する(図10・ステップS303、図8・ステップS102)。
 この場合も、キャッシュ配信部303の図10のステップS303で示した動作と同時に、キャッシュ制御部301がコンテンツ配置決定装置20に対して、コンテンツ配置決定の動作開始指令を送信する。このコンテンツ配置決定の動作の詳細については後述する。
 ここで、図6に示したように、基本レイヤ(C0)421および拡張レイヤ1(C1)422はキャッシュ保持部302に記憶されているが、拡張レイヤ2(C2)423についてはキャッシュ保持部302に記憶されていない。そこで、図8のステップS102の判断はノーとなってステップS104の処理に進む。
 続いてキャッシュ配信部303は、基本レイヤ(C0)421~拡張レイヤ2(C2)423のうちの一部がキャッシュ保持部302に記憶されているか否かを判断する(図10・ステップS303、図8・ステップS104)。この判断はイエスとなってステップS105の処理に進む。
 キャッシュ配信部303は、キャッシュ保持部302に格納されていない拡張レイヤ2(C2)423について、コンテンツ配信装置10に対して配信要求を行う(図10・ステップS304、図8・ステップS105)。それに対してコンテンツ配信装置10のコンテンツ配信部102が、要求された拡張レイヤ2(C2)423をキャッシュ配信装置30に対して送信する(図10・ステップS305)。
 キャッシュ配信装置30のキャッシュ配信部303は、これによって要求された基本レイヤ(C0)421~拡張レイヤ2(C2)423を、要求元のクライアント装置40cに配信する(図10・ステップS306、図8・ステップS105)。
 図11は、図10のステップS306として示した処理で、図6に示した配置のコンテンツがクライアント装置40cに対して配信される様子について示す説明図である。この図11で示されるように、キャッシュ保持部302に記憶された基本レイヤ(C0)421および拡張レイヤ1(C1)をキャッシュ配信部303が読み出し、これとコンテンツ配信部102から受信した拡張レイヤ2(C2)423とを合わせて、クライアント装置40cに配信している。クライアント装置40cは、これによって指定通りの動画コンテンツ(C)420を再生する(図10・ステップS307)。
 当該コンテンツの配信が終了したら(もしくは配信が続行している間でもよい)、キャッシュ制御部301が、この配信が行われたことによって変化したキャッシュ保持部302における各コンテンツのキャッシュ容量あたりのアクセス頻度を示すアクセス頻度情報(単位容量アクセス頻度)をコンテンツ配置決定装置20のアクセス頻度収集部201に通知する(図10・ステップS308、図8・ステップS107)。以上で、クライアント装置40cからの配信要求に伴う処理を終了する。
 図8のフローチャートのステップS104で、クライアント装置40から要求されたコンテンツが全くキャッシュ保持部302に記憶されていない場合は、ステップS106の処理に進んで、要求されたコンテンツの基本レイヤおよび拡張レイヤの全てを、コンテンツ配信装置10からクライアント装置40に対して配信させる(図8・ステップS106)。
 その際、配信されるコンテンツデータはコンテンツ配信装置10からキャッシュ配信装置30を経由してクライアント装置40に配信されるものとしてもよいし、経由せずにクライアント装置40に配信されるものとしてもよい。この配信が終了したら、図8のステップS107で示す処理に進む。
 図12は、図1で示したコンテンツ配信システム1で、コンテンツ配置決定装置20が行う、キャッシュ配信装置30のキャッシュ保持部302に対するコンテンツデータの配置および置き換え更新(リプレースメント)の動作について示すフローチャートである。
 本実施形態では、この動作は図7のステップS203および図10・ステップS303として示したように、キャッシュ配信部303がクライアント装置40からコンテンツ視聴要求を受けたことをトリガーとして実行されるが、これをタイマーによって定期的に行うようにしてもよい。
 キャッシュ制御部301から図7のステップS206、または図10のステップS308でアクセス頻度情報の通知を受けたアクセス頻度収集部201は(ステップS401)、受信したアクセス頻度情報を記憶装置22に記憶して(ステップS402)後述のステップS403に進む。アクセス頻度情報の通知を受けなければ、このままステップS403に進む。
 そしてキャッシュ配信部303から図7のステップS203、または図10のステップS303で、コンテンツ配置決定の動作開始指令をコンテンツ配置決定装置20は(ステップS403)、まずアクセス頻度収集部201が記憶装置22に記憶されたアクセス頻度情報を集計して、コンテンツiの符号化レイヤ数kを用いた再生ビットレートに対するアクセス頻度p(i,k)を、全てのiおよびkについて算出する(ステップS404)。動作開始指令を受けなければ、ステップS401に戻る。
 このアクセス頻度p(i,k)から、視聴品質推定部202が、コンテンツiの符号化レイヤ数xをキャッシュに配置した場合の視聴品質期待値である前述の数2で示したs(i,x)を、全てのiおよびxについて算出する(ステップS405)。そして、スコア決定部203が、コンテンツi、符号化レイヤyのスコア値である前述の数3で示したv(i,y)を算出する(ステップS406)。
 そしてデータ配置決定部204が、スコア決定部203により算出された、コンテンツ保持部101内の符号化レイヤ、及びキャッシュ保持部302内の符号化レイヤのスコア値を比較して、スコア値が大きい順に、キャッシュ配信装置30に配置(キャッシュ)されるコンテンツを符号化レイヤ単位で決定し、スコア値に基づき決定された符号化レイヤ(階層データ)をキャッシュ保持部302に対して配置するよう、キャッシュ制御部301に指令する(ステップS407)。以後、この処理をステップS401から繰り返す。
 そのステップS407の処理の際、算出されたv(i,y)をあらかじめ与えられた特定の閾値と比較し、キャッシュ保持部302に保持されていてもv(i,y)が閾値より低いコンテンツについては、キャッシュ保持部302から削除してコンテンツ保持部101にのみ保持するようにしてもよい。
 また、この処理の際にデータ配置決定部204は、キャッシュ保持部302に配置されるコンテンツの総容量がキャッシュ保持部302のキャッシュ容量C内に収まること、即ち前述の数1を満たすことをコンテンツ配置決定における第一の条件とする。
 また、データ配置決定部204は、下位の符号化レイヤを飛び越えた配置を行わない、つまり、特定のコンテンツに含まれる下位の符号化レイヤがキャッシュ保持部302に配置されていない状態で、同一コンテンツにおける上位符号化レイヤをキャッシュ保持部302に配置しないことをコンテンツ配置決定における第二の条件とする。これは、階層型符号化方式の特質上、下位の符号化レイヤを使用せずに上位の符号化レイヤのみを使用してコンテンツを再生することが不可能であることに基づく。
 この条件は、図6などに示した例で説明するなら、動画コンテンツ(A)400の「基本レイヤ(A0)401を配置せずに拡張レイヤ1(A1)402のみを配置しない」「拡張レイヤ1(A1)402を配置したら必ず基本レイヤ(A0)401を配置する」「拡張レイヤ2(A2)403を配置したら必ず拡張レイヤ1(A1)402および基本レイヤ(A0)401を配置する」…などのようなことを意味する。
 さらに、データ配置決定部204は、同一内容の符号化レイヤをキャッシュ保持部302に二重に配置しないことをコンテンツ配置決定における第三の条件とする。これは、図6などに示した例で言えば動画コンテンツ(A)400を構成する基本レイヤ(A0)401、拡張レイヤ1(A1)402…は、キャッシュ保持部302上には全て一意に配置され、同一コンテンツの同一レイヤが同一のキャッシュ保持部302上に重複して配置されないということを意味する。
(第1の実施形態の全体的な動作)
 次に、上記の実施形態の全体的な動作について説明する。
 本実施形態に係るコンテンツ配置決定方法は、多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置10と、コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置30と、キャッシュ配信装置に記憶されるコンテンツデータを決定するコンテンツ配置決定装置20とが、不特定多数のクライアント装置40とネットワークを介して接続されて構成され、クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、キャッシュ配信装置からコンテンツごとかつ再生ビットレートごとのアクセス頻度情報をコンテンツ配置決定装置のアクセス頻度収集部が収集してアクセス頻度を算出し(図12・ステップS401~404)、算出されたアクセス頻度から配信要求元のクライアント装置において得られると予想される視聴品質の期待値をコンテンツ配置決定装置の視聴品質推定部が算出し(図12・ステップS405)、算出された視聴品質の期待値をコンテンツデータの単位容量あたりの数値としたスコアをコンテンツ配置決定装置のスコア決定部が算出し(図12・ステップS406)、算出されたスコアに応じてキャッシュ配信装置のキャッシュ保持部にキャッシュするコンテンツデータをコンテンツ配置決定装置のデータ配置決定部が決定する(図12・ステップS407)。
 ここで、上記各動作ステップについては、これをコンピュータで実行可能にプログラム化し、これらを前記各ステップを直接実行するコンテンツ配置決定装置20に実行させるようにしてもよい。本プログラムは、非一時的な記録媒体、例えば、DVD、CD、フラッシュメモリ等に記録されてもよい。その場合、本プログラムは、記録媒体からコンピュータによって読み出され、実行される。
 この動作により、本実施形態は以下のような効果を奏する。
 本実施形態によれば、コンテンツごと、かつ符号化レイヤごとに細分化された単位容量あたりのスコアv(i,k)を求めて、このスコア値の高い順にキャッシュ配信装置30に配置するコンテンツデータを決定して配置することができる。
 これによって、キャッシュ容量(単位容量)当たりのクライアント端末側の視聴品質の期待値を高めることができるので、配信システム全体としてのクライアント端末側の視聴品質を向上させることができる。
(第2の実施形態)
 本発明の第2の実施形態は、コンテンツデータがビットレートごとに別個のデータとして符号化されたものであり、コンテンツ配置決定装置520のデータ配置決定部704が、算出されたスコアの高い順にキャッシュ保持部の総容量に収まる範囲で、キャッシュ保持部にキャッシュするコンテンツデータを決定する構成とした。
 この構成を取ることにより、階層型符号化方式によってエンコードされたものではないコンテンツを利用しても、前述の第1の実施形態と同一の効果を得ることができる。
 以下、これをより詳細に説明する。
 図13は、本発明の本発明の第2の実施形態に係るコンテンツ配信システム501の構成について示す説明図である。コンテンツ配信システム501は、基本的には第1の実施形態に係るコンテンツ配信システム1とほぼ同一の構成を有するが、配信する対象となるコンテンツが階層型符号化方式によってエンコードされたものではない点が、第1の実施形態との最大の相違点である。
 そのため、第1の実施形態におけるコンテンツ配信装置10、コンテンツ配置決定装置20、キャッシュ配信装置30が、各々別のコンテンツ配信装置510、コンテンツ配置決定装置520、キャッシュ配信装置530に置換されている。
 これらコンテンツ配信装置510、コンテンツ配置決定装置520、キャッシュ配信装置530は各々、ハードウェア的にはコンテンツ配信装置10、コンテンツ配置決定装置20、キャッシュ配信装置30と同一の構成を有する。
 コンテンツ配信装置510の主演算制御手段11上では、第1の実施形態とは別のコンテンツ配信プログラムが動作することにより、第1の実施形態とは別のコンテンツ配信部602として機能する。キャッシュ配信装置530の主演算制御手段31上では、第1の実施形態とは別のキャッシュ配信プログラムが動作することにより、第1の実施形態とは別のキャッシュ制御部801およびキャッシュ配信部803として機能する。
 コンテンツ配置決定装置520の主演算制御手段21上では、第1の実施形態とは別のコンテンツ配置決定プログラムが動作することにより、第1の実施形態とは別のアクセス頻度収集部701、視聴品質推定部702、スコア決定部703、およびデータ配置決定部704として機能する。
 図14は、図13で示したコンテンツ配信システム501で、コンテンツ配信装置510およびキャッシュ配信装置530がクライアント装置40からの要求に応じて配信するコンテンツの構成について示す説明図である。ここでいうコンテンツは、前述の第1の実施形態で示した階層型符号化方式によってエンコードされたものではなく、複数の再生ビットレートでエンコードされた独立のコンテンツデータとして保持および配信されるものである。
 即ち、本実施形態における動画コンテンツ(A)900のコンテンツデータは、互いに異なるビットレートでエンコードされた複数のコンテンツデータ1(k=1)901、コンテンツデータ2(k=2)902、コンテンツデータ3(k=3)903、コンテンツデータ4(k=4)904が、それぞれ別個のデータとしてコンテンツ保持部101およびキャッシュ保持部302に記憶される。
 以後これらを各々、コンテンツデータk(k=1~4の整数)ともいう。また、kの数値が大きくなるに従って、高画質かつ高音質となり、同時にコンテンツデータのサイズは大きくなる。この図ではk=1~4として示しているが、このkの最大値は2以上の任意の値を取ることができる。
 コンテンツデータ1(k=1)901は、携帯電話端末などのような小さな画面での再生などに適する最低限の画質および音質である。逆に大容量での伝送および高画質・高音質での再生が可能な場合には、kの値の大きいコンテンツデータを利用することが好適である。
 クライアント装置40のうちの1つであるクライアント装置40aが、キャッシュ配信装置30に対して、動画コンテンツ(A)900とその再生ビットレートを指定してコンテンツ配信要求を送信した。図15は、図13で示したコンテンツ配信システム501で、要求したコンテンツがキャッシュされている場合の各装置間での動作について示すシーケンス図である。図16は、図13で示したコンテンツ配信システム501で、キャッシュ配信装置530またはコンテンツ配信装置510がクライアント装置40からの配信要求に応じて行う動作について示すフローチャートである。
 クライアント装置40aは、要求するコンテンツとその再生ビットレートを決定し(図15・ステップS701)、コンテンツデータ2(k=2)902の配信をキャッシュ配信装置30に要求する(図15・ステップS702)。
 これを受けたキャッシュ配信装置530は、まずキャッシュ配信部803がキャッシュ保持部302に記憶されたコンテンツの中から、再生要求に含まれるコンテンツIDおよび再生ビットレートをキーとして、要求されたコンテンツデータ2(k=2)902を検索し(図15・ステップS703、図16・ステップS601)、コンテンツデータ2(k=2)902がキャッシュ保持部302に記憶されているか否かを判断する(図15・ステップS703、図16・ステップS602)。
 キャッシュ配信部803の図15のステップ703で示した動作と同時に、キャッシュ制御部801がコンテンツ配置決定装置520に対して、コンテンツ配置決定の動作開始指令を送信する。このコンテンツ配置決定の動作の詳細については後述する。
 コンテンツデータ2(k=2)902はキャッシュ保持部302に記憶されているので、図16のステップS602の判断はイエスとなってステップS603に進む。これによって、キャッシュ配信部803はキャッシュ保持部302からコンテンツデータ2(k=2)902を読み出して、これらをクライアント装置40aに配信する(図15・ステップS704、図16・ステップS603)。クライアント装置40aは、これによって指定通りの動画コンテンツ(A)400を再生する(図15・ステップS705)。
 当該コンテンツの配信が終了したら(もしくは配信が続行している間でもよい)、キャッシュ制御部801が、この配信が行われたことによって変化したキャッシュ保持部302における各コンテンツのデータkを用いた再生ビットレートに対するアクセス頻度を示すアクセス頻度情報(単位容量アクセス頻度)をコンテンツ配置決定装置520のアクセス頻度収集部701に通知する(図15・ステップS706、図16・ステップS607)。以上で、クライアント装置40aからの配信要求に伴う処理を終了する。
 これとは別個に、クライアント装置40のうちの1つであるクライアント装置40cが、キャッシュ配信装置530に対して、同じ動画コンテンツ(A)900で先ほどとは別の再生ビットレートを指定してコンテンツ配信要求を送信した。クライアント装置40cは、図15で示した処理に係るクライアント装置40aとは別個の装置であってもよいし、また同一の装置であってもよい。
 図17は、図13で示したコンテンツ配信システム501で、要求したコンテンツがキャッシュされていない場合の各装置間での動作について示すシーケンス図である。クライアント装置40cは、要求するコンテンツとその再生ビットレートを決定し(図17・ステップS801)、コンテンツデータ3(k=3)903の配信をキャッシュ配信装置530に要求する(図17・ステップS802)。
 これを受けたキャッシュ配信装置530は、まずキャッシュ配信部803がキャッシュ保持部302に記憶されたコンテンツの中から、再生要求に含まれるコンテンツIDおよび再生ビットレートをキーとして、要求されたコンテンツデータ3(k=3)903を検索し(図17・ステップS803、図16・ステップS601)、このコンテンツデータ3(k=3)903がキャッシュ保持部302に記憶されているか否かを判断する(図17・ステップS803、図16・ステップS602)。
 この場合も、キャッシュ配信部803の図17のステップS803で示した動作と同時に、キャッシュ制御部801がコンテンツ配置決定装置520に対して、コンテンツ配置決定の動作開始指令を送信する。このコンテンツ配置決定の動作の詳細については後述する。
 ここで、コンテンツデータ3(k=3)903はキャッシュ保持部302に記憶されていない。そこで、図16のステップS602の判断はノーとなってステップS604の処理に進む。
 キャッシュ配信部803は、キャッシュ保持部302に格納されていないコンテンツデータ3(k=3)903について、コンテンツ配信装置810に対して配信要求を行う(図17・ステップS804、図16・ステップS604)。それに対してコンテンツ配信装置510のコンテンツ配信部602が、要求されたコンテンツデータ3(k=3)903を要求元のクライアント装置40cに配信する(図17・ステップS805、図16・ステップS604)。
 クライアント装置40cは、これによって指定通りのコンテンツデータ3(k=3)903を再生する(図17・ステップS806)。ここで、配信されるコンテンツデータ3(k=3)はコンテンツ配信装置510からキャッシュ配信装置530を経由してクライアント装置40cに配信されるものとしてもよいし、経由せずに配信されるものとしてもよい。
 当該コンテンツの配信が終了したら(もしくは配信が続行している間でもよい)、キャッシュ制御部801が、この配信が行われたことによって変化したキャッシュ保持部302における各コンテンツのデータkを用いた再生ビットレートに対するアクセス頻度を示すアクセス頻度情報(単位容量アクセス頻度)をコンテンツ配置決定装置520のアクセス頻度収集部701に通知する(図17・ステップS807、図16・ステップS605)。以上で、クライアント装置40cからの配信要求に伴う処理を終了する。
 図18は、図13で示したコンテンツ配信システム501で、コンテンツ配置決定装置520が行う、キャッシュ配信装置530のキャッシュ保持部802に対するコンテンツデータの配置および置き換え更新(リプレースメント)の動作について示すフローチャートである。
 キャッシュ制御部801から図15のステップS706、または図17のステップS808でアクセス頻度情報の通知を受けたアクセス頻度収集部701は(ステップS901)、受信したアクセス頻度情報を記憶装置22に記憶して(ステップS902)後述のステップS903に進む。アクセス頻度情報の通知を受けなければ、このままステップS903に進む。
 キャッシュ配信部803から図15のステップS703、または図17のステップS803で、コンテンツ配置決定の動作開始指令を受けたアクセス頻度収集部701は(ステップS903)、まずコンテンツが配信されるたびにキャッシュ制御部801がアクセス頻度収集部701に通知するアクセス頻度情報を集計して、コンテンツiの再生ビットレート毎のデータkを用いた再生ビットレートに対するアクセス頻度p(i,k)を、全てのiおよびkについて算出する(ステップS904)。図19は、図18のステップS904で算出された各々のアクセス頻度p(i,k)について示す説明図である。
 本実施形態では、この動作は図15のステップS703および図17・ステップS803として示したように、キャッシュ配信部803がクライアント装置40からコンテンツ視聴要求を受けたことをトリガーとして実行されるが、これをタイマーによって定期的に行うようにしてもよい。
 このアクセス頻度p(i,k)から、視聴品質推定部702が、コンテンツiの再生ビットレート毎のデータk=xをキャッシュに配置した場合の視聴品質期待値である以下の数4で示したs(i,x)を、全てのiおよびxについて算出する(ステップS905)。図20は、図18のステップS905で算出された各々の視聴品質期待値s(i,x)について示す説明図である。Q(i,x,k)は、コンテンツiのデータkを要求したときに、データkを受信することによって得られる視聴品質を表す。ここでは、Q(i,x,k)=x/kとしている。
Figure JPOXMLDOC01-appb-M000004
 図20に示されているように、s(i,1)はコンテンツiのデータk=1をキャッシュした場合の視聴品質期待値であり、s(i,2)はコンテンツiのデータk=2をキャッシュした場合の視聴品質期待値、s(i,3)はコンテンツiのデータk=3をキャッシュした場合の視聴品質期待値、s(i,4)はコンテンツiのデータk=4をキャッシュした場合の視聴品質期待値である。
 そして、スコア決定部703が、コンテンツi、再生ビットレート毎のデータk=xのスコア値である以下の数5で示したv(i,x)を算出する(ステップS906)。図21は、図18のステップS906で算出された各々のスコア値v(i,x)について示す説明図である。
Figure JPOXMLDOC01-appb-M000005
 図21に示されているように、v(i,1)はコンテンツiのデータk=1をキャッシュした場合のスコア値であり、v(i,2)はコンテンツiのデータk=2をキャッシュした場合のスコア値、v(i,3)はコンテンツiのデータk=3をキャッシュした場合のスコア値、v(i,4)はコンテンツiのデータk=4をキャッシュした場合のスコア値である。ここで、第1の実施形態では各コンテンツの各レイヤごとにスコア値が求められていたが、本実施形態では各コンテンツの再生ビットレートごとの各データkについて各々別個に求められていることに注意されたい。
 そしてデータ配置決定部704が、スコア決定部703により算出された、コンテンツ保持部101内の再生ビットレート毎のデータk、及びキャッシュ保持部802内の再生ビットレート毎のデータkのスコア値を比較して、スコア値が大きい順に、キャッシュ配信装置30に配置(キャッシュ)されるコンテンツを決定し、スコア値に基づき決定されたコンテンツをキャッシュ保持部302に対して配置するよう、キャッシュ制御部801に指令する(ステップS907)。以後、ステップS901から処理を繰り返す。
 その際、データ配置決定部704は、キャッシュ保持部302に配置されるコンテンツの総容量がキャッシュ保持部302のキャッシュ容量C内に収まること、即ち以下の数6を満たすことをコンテンツ配置決定における第一の条件とする。
Figure JPOXMLDOC01-appb-M000006
 ただし、第1の実施形態とは違って、再生ビットレート毎の各データkは別個のデータファイルであるので、たとえばk=2およびk=3のデータのみをキャッシュ保持部302にキャッシュして、それ以外のk=1およびk=4のデータはキャッシュせずにコンテンツ保持部101のみに保持するというような形でデータを保存することもありうる。
 この、第2の実施形態によれば、階層型符号化方式によってエンコードされたものではないコンテンツに対しても、第1の実施形態と同様の効果を得ることができる。即ち、クライアント端末側の視聴品質の期待値を高めて、キャッシュヒット率を高めてネットワーク負荷を削減しつつ、クライアント端末側の視聴品質を向上させることができる。
(実施形態の拡張)
 ここまでで説明した第1および第2の実施形態には、種々の拡張が考えられる。以下、これについて説明する。
 たとえば、第1および第2の実施形態では各々別個のコンピュータ装置として説明したコンテンツ配信装置、キャッシュ配信装置およびコンテンツ配置決定装置のうちの2つ以上を同一のコンピュータ装置としてもよい。その中でも、キャッシュ配信装置とコンテンツ配置決定装置とを同一のコンピュータ装置とすることが、コンテンツデータの配信開始と同時にキャッシュ対象のコンテンツデータを決定する動作を開始することができるのでより望ましい。
 また、コンテンツ配置決定装置をコンテンツ配信装置およびキャッシュ配信装置と別個のコンピュータ装置として、コンテンツデータの配信開始とは特に関係なく、与えられた周期によって定期的に(もしくはコンテンツ配置決定装置に対するシステム管理者からの動作開始指令によって)キャッシュ対象のコンテンツデータを決定する動作を開始するようにしてもよい。
 これまで本発明について図面に示した特定の実施形態をもって説明してきたが、本発明は図面に示した実施形態に限定されるものではなく、本発明の効果を奏する限り、これまで知られたいかなる構成であっても採用することができる。
 上述した実施形態について、その新規な技術内容の要点をまとめると、以下のようになる。なお、上記実施形態の一部または全部は、新規な技術として以下のようにまとめられるが、本発明は必ずしもこれに限定されるものではない。
(付記1) 多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムであって、
 前記キャッシュ配信装置が、
 前記コンテンツデータのうち前記配信要求の頻度の高いものを予め記憶しているキャッシュ保持部と、前記キャッシュ保持部に記憶された前記コンテンツデータに対する配信要求が前記クライアント装置からあった場合にこれを前記コンテンツ配信装置に代わって配信するキャッシュ配信部と、前記配信要求の頻度の高いコンテンツデータを前記コンテンツ配信装置に対して送信するよう要求し、これを受信して前記キャッシュ保持部に記憶するキャッシュ制御部とを有すると共に、
 前記コンテンツ配置決定装置が、
 前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、
 算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、
 算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、
 算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定するデータ配置決定部と
を有することを特徴とするコンテンツ配信システム。
(付記2) 前記キャッシュ配信装置のキャッシュ制御部が、前記コンテンツ配置決定装置が決定したデータ配置に応じて前記キャッシュ保持部に記憶された前記コンテンツデータを置換する機能を有することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記3) 前記コンテンツ配置決定装置の前記視聴品質推定部が、前記クライアント装置が前記コンテンツの配信に際して要求した要求再生ビットレートと当該コンテンツが実際に前記クライアント装置で再生される際の視聴再生ビットレートの比率として前記視聴品質の期待値を算出することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記4) 前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアを予め定められた閾値と比較して高いものを前記キャッシュ保持部にキャッシュする前記コンテンツデータとして決定することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記5) 前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアの高い順に前記キャッシュ保持部の総容量に収まる範囲で前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記6) 前記コンテンツデータが階層型符号化方式によって符号化されたものであり、
 前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアの高い順でかつ上位レイヤに必ずこの再生に必要な下位レイヤが伴った状態で前記キャッシュ保持部の総容量に収まる範囲で、前記キャッシュ保持部にキャッシュする前記コンテンツデータのレイヤを決定することを特徴とする、付記5に記載のコンテンツ配信システム。
(付記7) 前記コンテンツデータがビットレートごとに別個のデータとして符号化されたものであり、
 前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアの高い順に前記キャッシュ保持部の総容量に収まる範囲で、前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定することを特徴とする、付記5に記載のコンテンツ配信システム。
(付記8) 前記キャッシュ配信装置の前記キャッシュ制御部が、前記クライアント装置前記コンテンツデータを送信するたびに前記コンテンツ配置決定装置のアクセス頻度収集部に前記アクセス頻度情報を送信する機能を有することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記9) 前記キャッシュ配信装置の前記キャッシュ制御部が、予め与えられた周期ごとに前記コンテンツ配置決定装置のアクセス頻度収集部に前記アクセス頻度情報を送信する機能を有することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記10)前記キャッシュ配信装置の前記キャッシュ制御部が、前記クライアント装置から前記配信要求を受信するたびに前記コンテンツ配置決定装置に前記キャッシュ対象の前記コンテンツデータを決定する動作の開始指令を送信する機能を有することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記11) 前記コンテンツ配置決定装置のアクセス頻度収集部が、予め与えられた周期ごとに前記キャッシュ対象の前記コンテンツデータを決定する動作を開始する機能を有することを特徴とする、付記1に記載のコンテンツ配信システム。
(付記12) 多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、前記コンテンツデータの配信要求を行って受信した当該コンテンツデータを再生する不特定多数のクライアント装置とネットワークを介して接続されて構成され、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置であって、
 前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、
 算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、
 算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、
 算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定するデータ配置決定部と
を有することを特徴とするコンテンツ配置決定装置。
(付記13) 多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、
 前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を前記コンテンツ配置決定装置のアクセス頻度収集部が収集してアクセス頻度を算出し、
 算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を前記コンテンツ配置決定装置の視聴品質推定部が算出し、
 算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを前記コンテンツ配置決定装置のスコア決定部が算出し、
 算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを前記コンテンツ配置決定装置のデータ配置決定部が決定する
ことを特徴とするコンテンツ配置決定方法。
(付記14) 多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、
 前記コンテンツ配置決定装置が備えているコンピュータに、
 前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出する手順、
 算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する手順、
 算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出する手順、
 および算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定する手順
を実行させることを特徴とするコンテンツ配置決定プログラム。
 この出願は2011年7月4日に出願された日本出願特願2011-147927を基礎とする優先権を主張し、その開示の全てをここに取り込む。
 本発明は、コンテンツ配信システムにおいて一般的に利用することが可能である。特に、クライアント装置からの配信要求に応じてコンテンツを配信するオンデマンド配信に適している。また、配信の対象となるデータ種類は映像データに限らず、音声、ゲームなどの様々な種類のコンテンツデータを配信するサービスに適用可能である。
  1、501 コンテンツ配信システム
  10、510 コンテンツ配信装置
  11、21、31 主演算制御手段
  12、22、32 記憶手段
  13、23、33 通信手段
  20、520 コンテンツ配置決定装置
  30、530 キャッシュ配信装置
  40、40a、40b、40c クライアント装置
  50 ネットワーク
  101 コンテンツ保持部
  102、602 コンテンツ配信部
  201、701 アクセス頻度収集部
  202、702 視聴品質推定部
  203、703 スコア決定部
  204、704 データ配置決定部
  301、801 キャッシュ制御部
  302 キャッシュ保持部
  303、803 キャッシュ配信部
  400、900 動画コンテンツ

Claims (10)

  1.  多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムであって、
     前記キャッシュ配信装置が、
     前記コンテンツデータのうち前記配信要求の頻度の高いものを予め記憶しているキャッシュ保持部と、前記キャッシュ保持部に記憶された前記コンテンツデータに対する配信要求が前記クライアント装置からあった場合にこれを前記コンテンツ配信装置に代わって配信するキャッシュ配信部と、前記配信要求の頻度の高いコンテンツデータを前記コンテンツ配信装置に対して送信するよう要求し、これを受信して前記キャッシュ保持部に記憶するキャッシュ制御部とを有すると共に、
     前記コンテンツ配置決定装置が、
     前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、
     算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、
     算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、
     算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定するデータ配置決定部と
    を有することを特徴とするコンテンツ配信システム。
  2.  前記キャッシュ配信装置のキャッシュ制御部が、前記コンテンツ配置決定装置が決定したデータ配置に応じて前記キャッシュ保持部に記憶された前記コンテンツデータを置換する機能を有することを特徴とする、請求項1に記載のコンテンツ配信システム。
  3.  前記コンテンツ配置決定装置の前記視聴品質推定部が、前記クライアント装置が前記コンテンツの配信に際して要求した要求再生ビットレートと当該コンテンツが実際に前記クライアント装置で再生される際の視聴再生ビットレートの比率として前記視聴品質の期待値を算出することを特徴とする、請求項1に記載のコンテンツ配信システム。
  4.  前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアの高い順に前記キャッシュ保持部の総容量に収まる範囲で前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定することを特徴とする、請求項1に記載のコンテンツ配信システム。
  5.  前記コンテンツデータが階層型符号化方式によって符号化されたものであり、
     前記コンテンツ配置決定装置の前記データ配置決定部が、算出された前記スコアの高い順でかつ上位レイヤに必ずこの再生に必要な下位レイヤが伴った状態で、前記キャッシュ保持部の総容量に収まる範囲で前記キャッシュ保持部にキャッシュする前記コンテンツデータのレイヤを決定することを特徴とする、請求項4に記載のコンテンツ配信システム。
  6.  前記キャッシュ配信装置の前記キャッシュ制御部が、前記クライアント装置前記コンテンツデータを送信するたびに前記コンテンツ配置決定装置のアクセス頻度収集部に前記アクセス頻度情報を送信する機能を有することを特徴とする、請求項1に記載のコンテンツ配信システム。
  7.  前記キャッシュ配信装置の前記キャッシュ制御部が、前記クライアント装置から前記配信要求を受信するたびに前記コンテンツ配置決定装置に前記キャッシュ対象の前記コンテンツデータを決定する動作の開始指令を送信する機能を有することを特徴とする、請求項1に記載のコンテンツ配信システム。
  8.  多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、前記コンテンツデータの配信要求を行って受信した当該コンテンツデータを再生する不特定多数のクライアント装置とネットワークを介して接続されて構成され、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置であって、
     前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出するアクセス頻度収集部と、
     算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する視聴品質推定部と、
     算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出するスコア決定部と、
     算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定するデータ配置決定部と
    を有することを特徴とするコンテンツ配置決定装置。
  9.  多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、
     前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を前記コンテンツ配置決定装置のアクセス頻度収集部が収集してアクセス頻度を算出し、
     算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を前記コンテンツ配置決定装置の視聴品質推定部が算出し、
     算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを前記コンテンツ配置決定装置のスコア決定部が算出し、
     算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを前記コンテンツ配置決定装置のデータ配置決定部が決定する
    ことを特徴とするコンテンツ配置決定方法。
  10.  多数のコンテンツデータを複数の再生ビットレートごとに予め記憶しているコンテンツ配信装置と、前記コンテンツデータのうち配信要求される頻度の高いものを予め記憶しているキャッシュ配信装置と、キャッシュ配信装置に記憶される前記コンテンツデータを決定するコンテンツ配置決定装置とが、不特定多数のクライアント装置とネットワークを介して接続されて構成され、前記クライアント装置からの配信要求に応じてコンテンツデータを配信するコンテンツ配信システムにあって、
     前記コンテンツ配置決定装置が備えているコンピュータに、
     前記キャッシュ配信装置からコンテンツごとかつ前記再生ビットレートごとのアクセス頻度情報を収集してアクセス頻度を算出する手順、
     算出された前記アクセス頻度から配信要求元の前記クライアント装置において得られると予想される視聴品質の期待値を算出する手順、
     算出された前記視聴品質の期待値を前記コンテンツデータの単位容量あたりの数値としたスコアを算出する手順、
     および算出された前記スコアに応じて前記キャッシュ配信装置の前記キャッシュ保持部にキャッシュする前記コンテンツデータを決定する手順
    を実行させることを特徴とするコンテンツ配置決定プログラム。
PCT/JP2012/062415 2011-07-04 2012-05-15 コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム WO2013005478A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011-147927 2011-07-04
JP2011147927 2011-07-04

Publications (1)

Publication Number Publication Date
WO2013005478A1 true WO2013005478A1 (ja) 2013-01-10

Family

ID=47436836

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/062415 WO2013005478A1 (ja) 2011-07-04 2012-05-15 コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム

Country Status (2)

Country Link
JP (1) JPWO2013005478A1 (ja)
WO (1) WO2013005478A1 (ja)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016028470A (ja) * 2014-07-04 2016-02-25 トムソン ライセンシングThomson Licensing クライアント端末と少なくとも1つのサーバーとの間の伝送経路内に設けられたキャッシュを動作させるための方法、および対応するキャッシュ
JP2017503228A (ja) * 2013-11-01 2017-01-26 エリクソン エービー コンテンツ配信ネットワーク(cdn)においてコンテンツのデフラグメンテーションを最適化するためのシステムおよび方法
JP2017040768A (ja) * 2015-08-19 2017-02-23 ヤマハ株式会社 コンテンツ送信装置
JPWO2016194478A1 (ja) * 2015-06-04 2018-03-29 日本電信電話株式会社 動画パラメータ選択装置、動画パラメータ選択方法、及びプログラム

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011010688A1 (ja) * 2009-07-22 2011-01-27 日本電気株式会社 コンテンツ配信システム、コンテンツ配信方法、コンテンツ配信プログラム

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011010688A1 (ja) * 2009-07-22 2011-01-27 日本電気株式会社 コンテンツ配信システム、コンテンツ配信方法、コンテンツ配信プログラム

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017503228A (ja) * 2013-11-01 2017-01-26 エリクソン エービー コンテンツ配信ネットワーク(cdn)においてコンテンツのデフラグメンテーションを最適化するためのシステムおよび方法
US11736550B2 (en) 2013-11-01 2023-08-22 Ericsson Ab System and method for optimizing defragmentation of content in a content delivery network
JP2016028470A (ja) * 2014-07-04 2016-02-25 トムソン ライセンシングThomson Licensing クライアント端末と少なくとも1つのサーバーとの間の伝送経路内に設けられたキャッシュを動作させるための方法、および対応するキャッシュ
JPWO2016194478A1 (ja) * 2015-06-04 2018-03-29 日本電信電話株式会社 動画パラメータ選択装置、動画パラメータ選択方法、及びプログラム
JP2017040768A (ja) * 2015-08-19 2017-02-23 ヤマハ株式会社 コンテンツ送信装置
WO2017030017A1 (ja) * 2015-08-19 2017-02-23 ヤマハ株式会社 コンテンツ送信装置、コンテンツ配信システム、およびコンテンツ送信方法
US10531160B2 (en) 2015-08-19 2020-01-07 Yamaha Corporation Content transmission apparatus, content delivery system, and content transmission method

Also Published As

Publication number Publication date
JPWO2013005478A1 (ja) 2015-02-23

Similar Documents

Publication Publication Date Title
JP5408257B2 (ja) コンテンツ配信システム、コンテンツ配信方法、コンテンツ配信プログラム
JP5684920B2 (ja) 適応ストリーミングのための様々なビットのビデオストリーム
KR101228230B1 (ko) 컨텐츠 전달 네트워크 내의 노드에서 하나 이상의 컨텐츠 아이템을 캐싱하는 방법, 장치 및 제품
EP3777204B1 (en) Supplemental content insertion using differential media presentation descriptions for video streaming
JP6181650B2 (ja) 送信装置、送信方法およびネットワーク装置
JP5840702B2 (ja) 適応ストリーミングのための様々なビットのビデオストリーム
KR101484900B1 (ko) 코덱이 적용된 프레임 크기로의 오디오 분할
JP2009182442A (ja) 動画像符号化・復号システム、並びにそれに用いる動画像符号化装置および動画像復号装置
US9654530B2 (en) Streaming distribution system, streaming distribution method
JP2007288364A (ja) 情報伝送装置及び情報伝送方法
WO2013005478A1 (ja) コンテンツ配信システム、コンテンツ配置決定装置、コンテンツ配置決定方法およびプログラム
WO2011054319A1 (zh) 一种在httpstreaming系统中实现分层请求内容的方法,装置和系统
KR20100058786A (ko) 컨텐츠 분산 저장형 멀티미디어 스트리밍 시스템 및 방법
KR20200101047A (ko) 실시간 캐싱 기법을 이용한 동영상 스트리밍 방법 및 그 시스템
CN114786034A (zh) 一种基于边缘计算的全景视频优化传输方法和系统
US20110113099A1 (en) Method for transmitting buffer map and network thereof
US8583819B2 (en) System and method for controlling server usage in peer-to-peer (P2P) based streaming service
JP2013045273A (ja) キャッシュサーバ、キャッシュ対象決定方法、コンテンツ配信システム及びキャッシュ対象決定プログラム
JP4549717B2 (ja) マルチメディアデータ統合装置、マルチメディアデータ統合方法およびマルチメディアデータ統合プログラム
KR20080078172A (ko) 프록시 서버에서 스트리밍 서비스를 제공하기 위한 캐시교체 장치 및 그 방법
Zhao et al. Optimizing Quality of Experience of Free-Viewpoint Video Streaming with Markov Decision Process
JP4469976B2 (ja) 情報送信装置、情報提供システム、情報提供方法、情報提供プログラムおよび該情報提供プログラムを記録した記録媒体
US11722707B2 (en) Dynamic content steering based on server and client device capabilities
US20230119538A1 (en) Predetermining network route for content steering
KR101481122B1 (ko) 클라우드 컴퓨팅 기반의 트랜스코딩을 위한 동적 캐시 관리 방법 및 시스템

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013522522

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12808220

Country of ref document: EP

Kind code of ref document: A1