WO2022254730A1 - Video-distribution control device, video-distribution control method, and program - Google Patents

Video-distribution control device, video-distribution control method, and program Download PDF

Info

Publication number
WO2022254730A1
WO2022254730A1 PCT/JP2021/021460 JP2021021460W WO2022254730A1 WO 2022254730 A1 WO2022254730 A1 WO 2022254730A1 JP 2021021460 W JP2021021460 W JP 2021021460W WO 2022254730 A1 WO2022254730 A1 WO 2022254730A1
Authority
WO
WIPO (PCT)
Prior art keywords
video content
distribution
quality
content
bandwidth
Prior art date
Application number
PCT/JP2021/021460
Other languages
French (fr)
Japanese (ja)
Inventor
裕之 北田
隆文 奥山
Original Assignee
日本電信電話株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2021/021460 priority Critical patent/WO2022254730A1/en
Priority to JP2023525346A priority patent/JPWO2022254730A1/ja
Publication of WO2022254730A1 publication Critical patent/WO2022254730A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/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/24Monitoring of processes or resources, e.g. monitoring of server load, available bandwidth, upstream requests

Definitions

  • the present invention relates to a video distribution control device, a video distribution control method, and a program.
  • Protocols used in streaming distribution include RTMP (Real-Time Messaging Protocol) and WebRTC (Web Real-Time Communication). These protocols are often used for live distribution where low latency is required. It is difficult to control according to Therefore, the service level and viewing quality differ depending on the viewing environment and network environment of each client terminal that views the content.
  • HTTP Streaming which distributes video over HTTP (HyperText Transfer Protocol), is also widely used, and MPEG-DASH and HLS (HTTP Live Streaming) are known as representative protocols for realizing HTTP Streaming.
  • ABR Adaptive Bit-Rate
  • HTTP Streaming prevents the deterioration of the service level and viewing quality described above.
  • bit rate selected by the client terminal will be changed frequently when the network is close to congested, and the service level and viewing quality will deteriorate.
  • bit rate dynamically changes according to the autonomous operation of the client terminal, so the content provider cannot manage the service level.
  • ABR is controlled so as to have a uniform throughput.
  • An embodiment of the present invention has been made in view of the above points, and aims to control the content allocation bandwidth according to the content distribution requirements and network conditions.
  • a video distribution control device based on the video content distribution requirements and the usage status of network bandwidth resources, a determining unit that determines whether the video content can be distributed with a quality that satisfies distribution requirements; an optimizing unit for optimizing usage; and a resource allocation unit for allocating band resources for distributing the video content with the quality when it is determined that the video content can be distributed with the quality that satisfies the distribution requirements. and, when the usage status of the bandwidth resources is optimized, the determination unit is configured to satisfy the distribution requirements based on the distribution requirements and the usage status of the bandwidth resources after optimization. determines whether or not the video content can be distributed.
  • Content distribution bandwidth can be controlled according to content distribution requirements and network conditions.
  • FIG. 10 is a flowchart showing an example of processing when registering resource contract information and delivery requirement information; FIG. It is a figure which shows an example of calculation resource control information.
  • FIG. 4 is a diagram showing an example of band resource control information
  • 10 is a flowchart (1/2) showing an example of processing when performing distribution control
  • 10 is a flowchart (2/2) showing an example of processing when performing distribution control
  • It is a figure which shows an example of band information.
  • FIG. 10 is a diagram showing an example of band allocation request information
  • FIG. 4 is a diagram showing an example of client control information;
  • this bandwidth resource is the bandwidth that is currently allocated as a bandwidth that can be used for content distribution by the content provider, out of the bandwidth determined by the contract with the content provider (that is, the upper limit bandwidth).
  • FIG. 1 shows the overall configuration of a video distribution system according to this embodiment.
  • the video distribution system according to the present embodiment is a distribution platform including a video distribution control device 10, a server control device 20, a network control device 30, a terminal control device 40, an encoding server 50, and a network 60. 70, a content provider 80, and a client terminal 90.
  • the solid line represents the transmission/reception relationship of content data (video data)
  • the dashed line represents the transmission/reception relationship of data other than content data (various data including control data, etc.).
  • the video distribution control device 10 is a computer or computer system such as a general-purpose server that controls the content allocation bandwidth according to content distribution requirement information and network conditions.
  • the distribution requirement information is information representing content distribution requirements (for example, whether or not to use stable distribution control, bit rate, etc.).
  • the server control device 20 secures bandwidth resources and computational resources of the content provider, allocates bandwidth used for content distribution, and changes the allocated bandwidth.
  • a computer or computer system such as a general-purpose server.
  • a computational resource is a computational resource (for example, the number of CPUs (Central Processing Units), etc.) used for encoding content in the encoding server 50 .
  • the network control device 30 is a general-purpose server or the like that secures bandwidth resources for content providers, allocates bandwidths used for content distribution, and changes the allocated bandwidths in response to requests from the video distribution control device 10. computer or computer system.
  • the terminal control device 40 is a computer or computer system such as a general-purpose server that controls image quality (bit rate and resolution) on the client terminal 90 side in response to requests from the video distribution control device 10 .
  • the encoding server 50 is a computer or computer system such as a general-purpose server that encodes the content of the content provider 80 and distributes it to the client terminal 90 via the network 60 .
  • the network 60 is a communication network used to distribute content (more precisely, encoded content data). It is assumed that the network 60 is a communication network capable of guaranteeing bandwidth.
  • the content provider 80 is a computer or computer system such as a general-purpose server that transmits encoded and distributed content to the encoding server 50 and transmits (notifies) the video distribution control device 10 of resource contract information and distribution requirement information.
  • the resource contract information is information representing the upper limit of bandwidth defined in the contract with the content provider 80 concerned.
  • the client terminal 90 is a terminal (for example, personal computer, smartphone, tablet terminal, etc.) that decodes the content distributed from the encoding server 50 and reproduces the content.
  • the overall configuration of the video distribution system shown in FIG. 1 is an example, and other configurations may be used.
  • the example shown in FIG. 1 shows a configuration in which both the server control device 20 and the network control device 30 have functions of securing bandwidth resources and allocating and changing bandwidth resources.
  • the network controller 30 may be omitted if the device 20 has it.
  • FIG. 2 shows the hardware configuration of the video distribution control device 10 according to this embodiment.
  • the video distribution control device 10 according to the present embodiment is realized by the hardware configuration of a general computer or computer system such as a general-purpose server. It has an F 103 , a communication I/F 104 , a processor 105 and a memory device 106 . Each of these pieces of hardware is communicably connected via a bus 107 .
  • the input device 101 is, for example, a keyboard, mouse, touch panel, various physical buttons, and the like.
  • the display device 102 is, for example, a display. Note that the video distribution control device 10 may not have at least one of the input device 101 and the display device 102, for example.
  • the external I/F 103 is an interface with an external device such as the recording medium 103a.
  • the video distribution control device 10 can perform reading, writing, etc. of the recording medium 103 a via the external I/F 103 .
  • Examples of the recording medium 103a include CD (Compact Disc), DVD (Digital Versatile Disk), SD memory card (Secure Digital memory card), USB (Universal Serial Bus) memory card, and the like.
  • the communication I/F 104 is used by the video distribution control device 10 to communicate with other devices and systems (for example, the server control device 20, the network control device 30, the terminal control device 40, the content provider 80, the client terminal 90, etc.). interface.
  • the processor 105 is, for example, various arithmetic units such as a CPU and a GPU (Graphics Processing Unit).
  • the memory device 106 is, for example, various storage devices such as HDD (Hard Disk Drive), SSD (Solid State Drive), flash memory, RAM (Random Access Memory), and ROM (Read Only Memory).
  • the video distribution control device 10 has the hardware configuration shown in FIG. 2, so that it can implement various processes described later.
  • the hardware configuration shown in FIG. 2 is an example, and the video distribution control device 10 may have a plurality of processors 105 or a plurality of memory devices 106, for example.
  • the video distribution control device 10 may have, for example, various hardware other than the illustrated hardware.
  • FIG. 3 shows the functional configuration of the video distribution control device 10 according to this embodiment.
  • the video distribution control device 10 has a registration unit 201 , a control unit 202 , a band information acquisition unit 203 and a storage unit 204 .
  • the registration unit 201, the control unit 202, and the band information acquisition unit 203 are implemented by, for example, processing that one or more programs installed in the video distribution control device 10 causes the processor 105 to execute.
  • the storage unit 204 is realized by the memory device 106, for example.
  • the storage unit 204 may be implemented by, for example, a database server or the like connected to the video distribution control device 10 via a communication network.
  • the registration section 201 Upon receiving resource contract information and distribution requirement information from the content provider 80 , the registration section 201 stores (registers) these resource contract information and distribution requirement information in the storage section 204 .
  • the control unit 202 requests the server control device 20 to secure computational resources for the content provider 80, and secures bandwidth resources to the server control device 20 and the network control device. Requires at least one of 30.
  • the control unit 202 controls the bandwidth resource, the allocation bandwidth of each content, etc. according to the distribution requirement information of the content and the situation of the network 60. to at least one of the server control device 20 and the network control device 30. Furthermore, the control unit 202 requests the terminal control device 40 to change the image quality (bit rate and resolution) of the client terminal 90 to which each content is delivered.
  • the control unit 202 controls either or both of these devices. Sends requests for bandwidth resource allocation, bandwidth allocation/modification, etc. On the other hand, if only one of the devices has the function, the control unit 202 transmits the request only to the device that has the function.
  • the bandwidth information acquisition unit 203 acquires bandwidth information from the server control device 20 and the network control device 30 .
  • the band information is information representing the band currently used for content distribution by the content provider 80 .
  • the bandwidth information acquisition unit 203 can be either one of these devices or Get bandwidth information from both.
  • the band information acquisition unit 203 acquires band information from the device having the function.
  • the storage unit 204 stores various information such as resource contract information, distribution requirement information, and band allocation information.
  • Bandwidth allocation information is information representing content distributed in each session, its allocated bandwidth, distribution source, distribution destination, and the like.
  • a session is a communication path used for content distribution between the encoding server 50 and the client terminal 90 .
  • each piece of resource contract information includes a content provider ID, a guaranteed upper limit of bandwidth, and an upper limit of usable bandwidth.
  • the content provider ID is identification information that identifies the content provider 80 .
  • the bandwidth guaranteeable upper limit is the upper limit of the guaranteed bandwidth of the content provider 80 (that is, the bandwidth in which the lower limit of the communication speed is guaranteed).
  • the usable band upper limit is the upper limit of the band that the content provider 80 can use.
  • the resource contract information on the first line in the example shown in FIG. 10 Gbps For example, the resource contract information on the first line in the example shown in FIG. 10 Gbps”.
  • each distribution requirement information includes content provider ID, content ID, stability, image quality, and delay.
  • the content ID is identification information that identifies content.
  • Stability, image quality, and delay are the delivery requirements for the content. Stability is a requirement that expresses the presence or absence of stable delivery control (i.e., whether or not to deliver in a guaranteed bandwidth), image quality is a requirement related to bit rate and resolution, and delay. is a requirement for delivery delay. For image quality, there may be multiple bit rates and resolutions that can be used when distributing the content.
  • the distribution requirement information on the first line in the example shown in FIG. 5 is the content provider ID "a” and the content ID "1".
  • the delivery requirements for the content are: stability "with stable delivery control”, image quality "0.5 Mbps (360p/low compression), 5 Mbps (1080p/low compression), 10 Mbps (2160p/high compression)”, delay "60 s or less”.
  • the image quality "0.5Mbps (360p/low compression), 5Mbps (1080p/low compression), 10Mbps (2160p/high compression)” corresponds to the image quality "0.5Mbps (360p/low compression)", “5Mbps (1080p /low compression)” or “10 Mbps (2160p/high compression)” is available.
  • each piece of band allocation information includes session ID, content ID, stability, allocated band, communication information, and distribution start time.
  • a session ID is identification information that identifies a session between the encoding server 50 and the client terminal 90 .
  • Stability is the presence or absence of stable distribution control
  • allocated bandwidth is the bandwidth allocated to the session
  • communication information is information indicating the content distribution source (encoding server 50) and distribution destination (client terminal 90)
  • distribution start time is This is information indicating the time (date and time) when the distribution of the content was started.
  • the registration unit 201 receives resource contract information and distribution requirement information from the content provider 80 (step S101). At this time, a plurality of delivery requirement information (that is, delivery requirement information for each of a plurality of contents) may be received. For the sake of simplicity, it is assumed below that distribution requirement information for a certain piece of content has been received.
  • the registration unit 201 stores the resource contract information and distribution requirement information received in step S101 in the storage unit 204 (step S102). As a result, the resource contract information and distribution requirement information are registered.
  • the control unit 202 calculates calculation resources (for example, the number of CPUs (more precisely, the number of required CPU cores)) from the image quality and the delay included in the distribution requirement information received in step S101, and Calculation resource control information for securing calculation resources is transmitted to the server control device 20 (step S103).
  • An example of computational resource control information is shown in FIG.
  • the computational resource control information shown in FIG. 8 is information for securing the number of CPUs “2” as computational resources for the content with the content ID “1”.
  • the computational resources of the encoding server 50 are secured by the server control device 20 .
  • the calculation resource of each content may be calculated by a known method. If the highest bit rate included in is R [Mbps] and the number of parallel processes is x [pieces], it is possible to calculate the minimum x that satisfies D>R/(Pxx) as the computational resource.
  • the control unit 202 transmits band resource control information for securing band resources to at least one of the server control device 20 and the network control device 30 (step S104).
  • band resource control information An example of band resource control information is shown in FIG.
  • the bandwidth resource control information shown in FIG. 9 is information for securing, as bandwidth resources, a guaranteed bandwidth of "1 Gbps" and a bandwidth of "10 Gbps" for the content provider 80 with the content provider ID "a".
  • at least one of the server control device 20 and the network control device 30 secures the band resource of the network 60 .
  • the bandwidth resource of each content provider 80 may be a guaranteed bandwidth equal to or less than the guaranteed bandwidth upper limit included in the resource contract information and a bandwidth equal to or less than the usable bandwidth upper limit.
  • the example shown in FIG. 9 is bandwidth resource control information when the guaranteed bandwidth upper limit and the usable bandwidth upper limit included in the resource contract information are used as they are as the guaranteed bandwidth and bandwidth of the bandwidth resource.
  • the video distribution control device 10 when receiving the resource contract information and the distribution requirement information from the content provider 80, the video distribution control device 10 according to the present embodiment secures computational resources and bandwidth resources to be used for distributing the content of the content provider 80. to control.
  • computational resources an appropriate number of CPUs is secured so as to satisfy a delay requirement, which is one of content delivery requirements.
  • the control unit 202 receives a viewing request from the client terminal 90 via the terminal control device 40 (step S201).
  • the viewing request includes information indicating the client terminal 90 (eg, IP (Internet Protocol) address, terminal ID, etc.), content ID of the content desired to be viewed on the client terminal 90, and the like. Note that the control unit 202 may directly receive the viewing request from the client terminal 90 without going through the terminal control device 40 .
  • control unit 202 acquires the highest image quality bit rate of the content related to the viewing request received in step S201 (step S202). That is, the control unit 202 refers to the distribution requirement information of the content ID included in the viewing request among the distribution requirement information stored in the storage unit 204, and out of the bit rate included in the image quality of the distribution requirement information. to get the highest bitrate of
  • control unit 202 determines whether or not the content related to the viewing request requires stable distribution control (step S203). This can be determined by referring to the stability value of the distribution requirement information of the content ID included in the viewing request.
  • the bandwidth information acquisition unit 203 causes at least one of the server control device 20 and the network control device 30 to provide the content related to the viewing request.
  • Bandwidth information about the provider 80 is acquired (step S204).
  • An example of band information is shown in FIG.
  • the bandwidth information shown in FIG. 12 is bandwidth information about the content provider 80 with the content provider ID “a”, and has a line bandwidth of “remaining bandwidth: 500 Mbps, remaining guaranteed bandwidth: 100 Mbps”. This indicates that the remaining 500 Mbps of the non-guaranteed band and the remaining 100 Mbps of the guaranteed band can be used when distributing the content of the content provider 80 with the content provider ID "a".
  • the control unit 202 refers to the bandwidth information acquired in step S204 described above, and if "remaining guaranteed bandwidth ⁇ maximum image quality bit rate of the content related to the viewing request", the maximum image quality bit rate is a guaranteed band (step S205). That is, the control unit 202 transmits band allocation request information for allocating a guaranteed band at the bit rate to at least one of the server control device 20 and the network control device 30 .
  • An example of bandwidth allocation request information is shown in FIG.
  • the bandwidth allocation information shown in FIG. 13 includes a content provider ID "a”, communication information "source: 10.10.10.x, destination: 202.100.100.5", line bandwidth "guaranteed bandwidth: 10 Mbps "It is included.
  • the bandwidth information acquisition unit 203 obtains at least Bandwidth information on the content provider 80 that provides the content related to the viewing request is acquired from one side (step S206).
  • the control unit 202 refers to the band information acquired in step S206 described above, and if "remaining band ⁇ highest image quality bit rate of the content related to the viewing request", the highest image quality bit rate is used.
  • a band is allocated (step S207). That is, the control unit 202 transmits band allocation request information for allocating a band at the bit rate to at least one of the server control device 20 and the network control device 30 .
  • this bandwidth allocation request information is omitted, for example, the line bandwidth of the bandwidth allocation request information shown in FIG. 13 is set to "bandwidth: 10 Mbps".
  • control unit 202 determines whether or not the bandwidth allocation for the content requested for viewing has been completed (step S208).
  • control unit 202 optimizes the bandwidth resources of the content provider 80 that provides the content related to the viewing request by the following procedures 1 to 3 (step S209). Note that, in the procedures 1 to 3 below, as an example, it is assumed that the stability of the distribution requirement information of the content related to the viewing request is "no stable distribution control".
  • Procedure 1 Referring to the band allocation information and the distribution requirement information stored in the storage unit 204, among the sessions used for distribution of the content of the content provider 80, the stable distribution control is not performed and the distribution Extract sessions that deliver content that can be reduced in quality while meeting the requirements.
  • Content whose image quality can be lowered means that there is a bit rate that is one level lower than the bit rate of the current allocated band in the image quality of the distribution requirement information of the content.
  • the image quality of distribution requirement information for certain content is "0.5 Mbps (360p/low compression), 5 Mbps (1080p/low compression), 10 Mbps (2160p/high compression)”
  • the bit rate of the current allocated band is In the case of "5 Mbps”, since there is a bit rate "0.5 Mbps” that is one lower, the content can be reduced in image quality.
  • the bit rate of the current allocated band is "0.5 Mbps”
  • the image quality cannot be lowered because there is no bit rate lower by one, and the content for which the image quality can be lowered is not.
  • Procedure 2 By referring to the bandwidth allocation information stored in the storage unit 204, among the sessions extracted in Procedure 1 above, the image quality of the content of the session with the longest viewing time is reduced by one. That is, the content is allocated to a band with a bit rate one lower than the current bit rate. This can be done by transmitting to at least one of the server control device 20 and the network control device 30 band allocation request information for allocating a band at a bit rate that is one bit lower. At this time, among the band allocation information stored in the storage unit 204, the allocated band of the band allocation information for the session is also updated.
  • Procedure 3 When the remaining bandwidth becomes available for allocating the content related to the viewing request by the above procedure 2, the optimization of the bandwidth resource is terminated. On the other hand, if the remaining bandwidth is not enough to allocate the content requested for viewing, the process returns to step 1 above. Also, when no session is extracted in the above procedure 1 (that is, when there is no more content for which image quality can be lowered), optimization of band resources is terminated.
  • control unit 202 refers to distribution requirement information of content related to viewing request among distribution requirement information stored in storage unit 204. Then, the image quality of the content related to the viewing request is lowered by one (step S210). However, if the image quality of the content related to the viewing request cannot be lowered any further, the image quality remains unchanged.
  • control unit 202 allocates a band at the bit rate of the current image quality when "remaining bandwidth ⁇ bit rate of the content related to the viewing request" (step S211). That is, the control unit 202 transmits band allocation request information for allocating a band at the bit rate to at least one of the server control device 20 and the network control device 30 .
  • control unit 202 determines whether or not the bandwidth allocation for the requested content has been completed (step S212).
  • the control unit 202 selects, from among the resource contract information stored in the storage unit 204, the resource contract of the content provider 80 that provides the content related to the viewing request. By referring to the information, it is determined whether or not the bandwidth resource can be increased (step S213).
  • the stability of the distribution requirement information of the content related to the viewing request is "with stable distribution control”
  • the bandwidth resources can be increased; otherwise, it is determined that the bandwidth resources cannot be increased. be.
  • the stability of the distribution requirement information of the content related to the viewing request is "no stable distribution control"
  • it is used for the content distribution of the content provider 80 and the session "no stable distribution control”. If the sum of the allocated bandwidths is less than the upper limit of the usable bandwidth included in the resource contract information of the content provider 80, it is determined that the bandwidth resources can be increased, and if not, it is determined that the bandwidth resources cannot be increased. be.
  • the control unit 202 sends bandwidth resource control information for securing additional bandwidth resources to at least one of the server controller 20 and the network controller 30. It transmits (step S214). If the stability of the content delivery requirement information related to the viewing request is "with stable delivery control", the guaranteed bandwidth is additionally secured, and if it is "without stable delivery control", the bandwidth that is not the guaranteed bandwidth is additionally secured. do. At this time, the amount of additional content to be secured may be determined in advance, or the content related to the viewing request may be additionally secured as much as possible to be allocated.
  • step S214 After step S214 is executed, the process returns to step S203, and steps after step S203 are executed again.
  • step S213 If it is not determined in step S213 that the bandwidth resource can be increased, the control unit 202 ends the process. In this case, the content cannot be distributed to the client terminal 90 due to lack of bandwidth resources. At this time, information indicating that the content cannot be distributed (for example, error information) may be transmitted to the client terminal 90 .
  • the control unit 202 controls the start of encoding of the content related to the viewing request (step S215). That is, the control unit 202 uses the image quality (bit rate and resolution) of the content related to the viewing request as an encoding parameter, and transmits a content delivery request including this encoding parameter to the server control device 20 .
  • the content distribution request also includes, for example, content ID, stability, communication information (distribution source, distribution destination IP address), and the like.
  • the encoding server 50 is controlled by the server control device 20, a session is established between the encoding server 50 and the client terminal 90 that made the viewing request, and encoding of the content is started on the encoding server 50 according to the encoding parameters. be done.
  • control unit 202 creates band allocation information for the session between the encoding server 50 and the client terminal 90 that made the viewing request, and stores it in the storage unit 204 (step S216).
  • the control unit 202 refers to the band allocation information and the distribution requirement information stored in the storage unit 204, and refers to all the client terminals 90 to which the content of the content provider 80 that provides the content related to the viewing request is distributed.
  • Image quality is controlled (step S217). That is, the control unit 202 transmits the client control information for reproducing the content with image quality (bit rate and resolution) corresponding to the allocated band according to the allocated band of the band allocation information including the content ID of the content provider 80. Send to the control device 40 . Accordingly, the terminal control device 40 controls the image quality of the content reproduced on each client terminal 90 .
  • An example of client control information is shown in FIG. The client control information shown in FIG.
  • the client control information may include information (for example, IP address, client ID, etc.) indicating the client terminal 90 to which the client control information is to be sent.
  • the video distribution control device 10 determines the image quality based on the content distribution requirements related to the viewing request so as to satisfy the distribution requirements. do. At this time, it is also possible to change the image quality of the content distributed in the existing session so as to satisfy the distribution requirements, or to increase the band resource. This makes it possible to deliver content that satisfies the delivery requirements desired by the content provider 80, compared to existing general video delivery under the same bandwidth resource environment. That is, for example, content that requires stable distribution is stably distributed, and content that requires high-quality distribution is distributed with high image quality. Content distribution that satisfies distribution requirements will be performed, and as a result, it will be possible to improve the service level and viewing quality.
  • video distribution control device 20 server control device 30 network control device 40 terminal control device 50 encoding server 60 network 70 distribution platform 80 content provider 90 client terminal 101 input device 102 display device 103 external I/F 103a recording medium 104 communication I/F 105 processor 106 memory device 107 bus 201 registration unit 202 control unit 203 band information acquisition unit 204 storage unit

Abstract

A video-distribution control device according to an embodiment of the present invention includes: a determination unit that determines, upon receiving a request for viewing video content from a client terminal, whether or not it is possible to distribute the video content with a quality that satisfies a distribution requirement for the video content on the basis of the distribution requirement and the status of usage of a bandwidth resource of a network; an optimization unit that optimizes the status of usage of the bandwidth resource when it is not determined that it is possible to distribute the video content with the quality that satisfies the distribution requirement; and a resource allocation unit that allocates a bandwidth resource for distributing the video content with the quality that satisfies the distribution requirement when it is determined that it is possible to distribute the video content with the quality, wherein when the status of usage of the bandwidth resource has been optimized, the determination unit determines whether or not it is possible to distribute the video content with the quality that satisfies the distribution requirement on the basis of the distribution requirement and the status of usage of the bandwidth resource after the optimization.

Description

映像配信制御装置、映像配信制御方法、及びプログラムVideo distribution control device, video distribution control method, and program
 本発明は、映像配信制御装置、映像配信制御方法、及びプログラムに関する。 The present invention relates to a video distribution control device, a video distribution control method, and a program.
 近年、映像配信サービスの需要増加や高品質化により帯域が圧迫し、サービスレベルや視聴品質の低下が懸念されている。 In recent years, there have been concerns about a decline in service levels and viewing quality due to increased demand and higher quality video distribution services, which put pressure on bandwidth.
 ストリーミング配信で用いられるプロトコルとしては、RTMP(Real-Time Messaging Protocol)やWebRTC(Web Real-Time Communication)等がある。これらのプロトコルは、低遅延が求められるライブ配信等で使用されることが多いが、一般的に、配信元の機器において事前に設定されたビットレートにエンコードされており、ネットワークの帯域等の状態にあわせた制御は困難である。そのため、視聴するクライアント端末毎の視聴環境やネットワーク環境等によって、サービスレベルや視聴品質に差が生じる。 Protocols used in streaming distribution include RTMP (Real-Time Messaging Protocol) and WebRTC (Web Real-Time Communication). These protocols are often used for live distribution where low latency is required. It is difficult to control according to Therefore, the service level and viewing quality differ depending on the viewing environment and network environment of each client terminal that views the content.
 その他に、HTTP(HyperText Transfer Protocol)上で映像を配信するHTTP Streamingも広く利用されており、HTTP Streamingを実現する代表的なプロトコルとして、MPEG-DASHやHLS(HTTP Live Streaming)等が知られている。これらのプロトコルにはABR(Adaptive Bit-Rate)と呼ばれる機能が実装されており、クライアント端末は、事前に用意された複数のビットレートの中から、視聴環境(例えば、スループット等)にあわせて、動的に、適切なビットレートを選択することで、可能な限り高い品質で安定的に映像を再生することができる。これにより、HTTP Streamingでは、上述したサービスレベルや視聴品質の低下を防止している。 In addition, HTTP Streaming, which distributes video over HTTP (HyperText Transfer Protocol), is also widely used, and MPEG-DASH and HLS (HTTP Live Streaming) are known as representative protocols for realizing HTTP Streaming. there is A function called ABR (Adaptive Bit-Rate) is implemented in these protocols. By dynamically selecting an appropriate bit rate, it is possible to stably reproduce video with the highest possible quality. As a result, HTTP Streaming prevents the deterioration of the service level and viewing quality described above.
 しかしながら、ABRを用いた映像配信では、ネットワークが輻輳状態に近い場合にクライアント端末が選択するビットレートが頻繁に変更され、サービスレベルや視聴品質が低下する懸念がある。また、ABRでは、クライアント端末の自律動作によってビットレートが動的に変化するため、コンテンツプロバイダにとってサービスレベルを管理することができない。特に、クライアント端末全体でみると、ABRでは均一的なスループットになるように制御される。 However, in video distribution using ABR, there is a concern that the bit rate selected by the client terminal will be changed frequently when the network is close to congested, and the service level and viewing quality will deteriorate. In addition, in ABR, the bit rate dynamically changes according to the autonomous operation of the client terminal, so the content provider cannot manage the service level. In particular, when looking at the entire client terminal, ABR is controlled so as to have a uniform throughput.
 一方で、配信されるコンテンツは、必ずしも均一的な制御が要求されるわけではないことが多い。例えば、品質が重視されないコンテンツのビットレートを低くしてでも、品質を重視するコンテンツのビットレートを高くした方が全体のサービスレベルは向上する。このため、コンテンツプロバイダが持つ配信要件に基づいて、最終的な視聴時の状態がその要件を満たすように各コンテンツの配信に利用される帯域(割当帯域)を制御することが望ましいと言える。 On the other hand, distributed content often does not always require uniform control. For example, even if the bit rate of content for which quality is not emphasized is lowered, the overall service level is improved by increasing the bit rate of content for which quality is emphasized. Therefore, it is desirable to control the bandwidth (assigned bandwidth) used for delivering each content based on the delivery requirements of the content provider so that the final viewing state satisfies the requirements.
 本発明の一実施形態は、上記の点に鑑みてなされたもので、コンテンツの配信要件とネットワークの状況に応じて、コンテンツの割当帯域を制御することを目的とする。 An embodiment of the present invention has been made in view of the above points, and aims to control the content allocation bandwidth according to the content distribution requirements and network conditions.
 上記目的を達成するため、一実施形態に係る映像配信制御装置は、映像コンテンツの視聴要求をクライアント端末から受信すると、前記映像コンテンツの配信要件とネットワークの帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する判定部と、前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定されなかった場合、前記帯域リソースの利用状況を最適化する最適化部と、前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定された場合、前記品質で前記映像コンテンツを配信するための帯域リソースを割り当てるリソース割当部と、を有し、前記判定部は、前記帯域リソースの利用状況が最適化された場合、前記配信要件と、最適化後の前記帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する。 To achieve the above object, when a video content viewing request is received from a client terminal, a video distribution control device according to one embodiment, based on the video content distribution requirements and the usage status of network bandwidth resources, a determining unit that determines whether the video content can be distributed with a quality that satisfies distribution requirements; an optimizing unit for optimizing usage; and a resource allocation unit for allocating band resources for distributing the video content with the quality when it is determined that the video content can be distributed with the quality that satisfies the distribution requirements. and, when the usage status of the bandwidth resources is optimized, the determination unit is configured to satisfy the distribution requirements based on the distribution requirements and the usage status of the bandwidth resources after optimization. determines whether or not the video content can be distributed.
 コンテンツの配信要件とネットワークの状況に応じて、コンテンツの配信帯域を制御することができる。 Content distribution bandwidth can be controlled according to content distribution requirements and network conditions.
本実施形態に係る映像配信システムの全体構成の一例を示す図である。It is a figure showing an example of the whole composition of the video distribution system concerning this embodiment. 本実施形態に係る映像配信制御装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the video distribution control apparatus which concerns on this embodiment. 本実施形態に係る映像配信制御装置の機能構成の一例を示す図である。It is a figure showing an example of functional composition of a video distribution control device concerning this embodiment. リソース契約情報の一例を示す図である。It is a figure which shows an example of resource contract information. 配信要件情報の一例を示す図である。It is a figure which shows an example of delivery requirement information. 帯域割当情報の一例を示す図である。It is a figure which shows an example of band allocation information. リソース契約情報と配信要件情報を登録する場合の処理の一例を示すフローチャートである。FIG. 10 is a flowchart showing an example of processing when registering resource contract information and delivery requirement information; FIG. 計算リソース制御情報の一例を示す図である。It is a figure which shows an example of calculation resource control information. 帯域リソース制御情報の一例を示す図である。FIG. 4 is a diagram showing an example of band resource control information; 配信制御を行う場合の処理の一例を示すフローチャート(1/2)である。10 is a flowchart (1/2) showing an example of processing when performing distribution control; 配信制御を行う場合の処理の一例を示すフローチャート(2/2)である。10 is a flowchart (2/2) showing an example of processing when performing distribution control; 帯域情報の一例を示す図である。It is a figure which shows an example of band information. 帯域割当要求情報の一例を示す図である。FIG. 10 is a diagram showing an example of band allocation request information; クライアント制御情報の一例を示す図である。FIG. 4 is a diagram showing an example of client control information;
 以下、本発明の一実施形態について説明する。本実施形態では、映像(コンテンツ)を配信する際に、そのコンテンツの配信要件とネットワークの状況に応じてコンテンツの割当帯域(つまり、当該コンテンツの配信に利用される帯域)を制御することが可能な映像配信システムについて説明する。また、同時に、コンテンツプロバイダに割り当てる帯域リソースを制御する場合についても説明する。なお、この帯域リソースとは、当該コンテンツプロバイダとの契約等で決められた帯域(つまり、上限帯域)のうち、当該コンテンツプロバイダのコンテンツ配信に利用可能な帯域として現在割り当てられている帯域のことである。 An embodiment of the present invention will be described below. In this embodiment, when distributing video (content), it is possible to control the content allocation bandwidth (that is, the bandwidth used for distributing the content) according to the content distribution requirements and network conditions. video distribution system. At the same time, a case of controlling bandwidth resources allocated to content providers will also be described. Note that this bandwidth resource is the bandwidth that is currently allocated as a bandwidth that can be used for content distribution by the content provider, out of the bandwidth determined by the contract with the content provider (that is, the upper limit bandwidth). be.
 <映像配信システムの全体構成>
 本実施形態に係る映像配信システムの全体構成を図1に示す。図1に示すように、本実施形態に係る映像配信システムは、映像配信制御装置10とサーバ制御装置20とネットワーク制御装置30と端末制御装置40とエンコードサーバ50とネットワーク60とが含まれる配信プラットフォーム70、コンテンツプロバイダ80、及びクライアント端末90で構成される。ここで、図1中で実線はコンテンツデータ(映像データ)の送受信関係を表し、破線はコンテンツデータ以外のデータ(制御データを含む種々のデータ等)の送受信関係を表している。
<Overall Configuration of Video Distribution System>
FIG. 1 shows the overall configuration of a video distribution system according to this embodiment. As shown in FIG. 1, the video distribution system according to the present embodiment is a distribution platform including a video distribution control device 10, a server control device 20, a network control device 30, a terminal control device 40, an encoding server 50, and a network 60. 70, a content provider 80, and a client terminal 90. Here, in FIG. 1, the solid line represents the transmission/reception relationship of content data (video data), and the dashed line represents the transmission/reception relationship of data other than content data (various data including control data, etc.).
 映像配信制御装置10は、コンテンツの配信要件情報とネットワークの状況に応じてコンテンツの割当帯域を制御する汎用サーバ等のコンピュータ又はコンピュータシステムである。配信要件情報とは、コンテンツの配信要件(例えば、安定配信制御を用いるか否か、ビットレート等)を表す情報である。 The video distribution control device 10 is a computer or computer system such as a general-purpose server that controls the content allocation bandwidth according to content distribution requirement information and network conditions. The distribution requirement information is information representing content distribution requirements (for example, whether or not to use stable distribution control, bit rate, etc.).
 サーバ制御装置20は、映像配信制御装置10からの要求に応じて、コンテンツプロバイダの帯域リソースや計算リソースを確保したり、コンテンツの配信に利用される帯域を割り当てたり、割当帯域を変更したりする汎用サーバ等のコンピュータ又はコンピュータシステムである。計算リソースとは、エンコードサーバ50においてコンテンツのエンコードに用いられる計算資源(例えば、CPU(Central Processing Unit)数等)である。 In response to a request from the video distribution control device 10, the server control device 20 secures bandwidth resources and computational resources of the content provider, allocates bandwidth used for content distribution, and changes the allocated bandwidth. A computer or computer system such as a general-purpose server. A computational resource is a computational resource (for example, the number of CPUs (Central Processing Units), etc.) used for encoding content in the encoding server 50 .
 ネットワーク制御装置30は、映像配信制御装置10からの要求に応じて、コンテンツプロバイダの帯域リソースを確保したり、コンテンツの配信に利用される帯域を割り当てたり、割当帯域を変更したりする汎用サーバ等のコンピュータ又はコンピュータシステムである。 The network control device 30 is a general-purpose server or the like that secures bandwidth resources for content providers, allocates bandwidths used for content distribution, and changes the allocated bandwidths in response to requests from the video distribution control device 10. computer or computer system.
 端末制御装置40は、映像配信制御装置10からの要求に応じて、クライアント端末90側の画質(ビットレートと解像度)を制御する汎用サーバ等のコンピュータ又はコンピュータシステムである。 The terminal control device 40 is a computer or computer system such as a general-purpose server that controls image quality (bit rate and resolution) on the client terminal 90 side in response to requests from the video distribution control device 10 .
 エンコードサーバ50は、コンテンツプロバイダ80のコンテンツのエンコード等を行って、ネットワーク60を介して、クライアント端末90に配信する汎用サーバ等のコンピュータ又はコンピュータシステムである。 The encoding server 50 is a computer or computer system such as a general-purpose server that encodes the content of the content provider 80 and distributes it to the client terminal 90 via the network 60 .
 ネットワーク60は、コンテンツ(正確には、エンコード後のコンテンツデータ)の配信に用いられる通信ネットワークである。なお、ネットワーク60は帯域保証可能な通信ネットワークであるものとする。 The network 60 is a communication network used to distribute content (more precisely, encoded content data). It is assumed that the network 60 is a communication network capable of guaranteeing bandwidth.
 コンテンツプロバイダ80は、エンコード及び配信されるコンテンツをエンコードサーバ50に送信したり、リソース契約情報や配信要件情報を映像配信制御装置10に送信(通知)したりする汎用サーバ等のコンピュータ又はコンピュータシステムである。リソース契約情報とは、当該コンテンツプロバイダ80との契約で定められた帯域上限を表す情報である。 The content provider 80 is a computer or computer system such as a general-purpose server that transmits encoded and distributed content to the encoding server 50 and transmits (notifies) the video distribution control device 10 of resource contract information and distribution requirement information. be. The resource contract information is information representing the upper limit of bandwidth defined in the contract with the content provider 80 concerned.
 クライアント端末90は、エンコードサーバ50から配信されたコンテンツをデコードし、そのコンテンツを再生する端末(例えば、パーソナルコンピュータ、スマートフォン、タブレット端末等)である。 The client terminal 90 is a terminal (for example, personal computer, smartphone, tablet terminal, etc.) that decodes the content distributed from the encoding server 50 and reproduces the content.
 なお、図1に示す映像配信システムの全体構成は一例であって、他の構成であってもよい。例えば、図1に示す例では帯域リソースの確保と帯域の割当及び変更機能をサーバ制御装置20とネットワーク制御装置30の両方が有している場合の構成を表しているが、当該機能をサーバ制御装置20が有している場合にはネットワーク制御装置30は無くてもよい。 It should be noted that the overall configuration of the video distribution system shown in FIG. 1 is an example, and other configurations may be used. For example, the example shown in FIG. 1 shows a configuration in which both the server control device 20 and the network control device 30 have functions of securing bandwidth resources and allocating and changing bandwidth resources. The network controller 30 may be omitted if the device 20 has it.
 <映像配信制御装置10のハードウェア構成>
 本実施形態に係る映像配信制御装置10のハードウェア構成を図2に示す。図2に示すように、本実施形態に係る映像配信制御装置10は汎用サーバ等の一般的なコンピュータ又はコンピュータシステムのハードウェア構成で実現され、入力装置101と、表示装置102と、外部I/F103と、通信I/F104と、プロセッサ105と、メモリ装置106とを有する。これらの各ハードウェアは、それぞれがバス107により通信可能に接続される。
<Hardware Configuration of Video Distribution Control Device 10>
FIG. 2 shows the hardware configuration of the video distribution control device 10 according to this embodiment. As shown in FIG. 2, the video distribution control device 10 according to the present embodiment is realized by the hardware configuration of a general computer or computer system such as a general-purpose server. It has an F 103 , a communication I/F 104 , a processor 105 and a memory device 106 . Each of these pieces of hardware is communicably connected via a bus 107 .
 入力装置101は、例えば、キーボードやマウス、タッチパネル、各種物理ボタン等である。表示装置102は、例えば、ディスプレイ等である。なお、映像配信制御装置10は、例えば、入力装置101及び表示装置102のうちの少なくとも一方を有していなくてもよい。 The input device 101 is, for example, a keyboard, mouse, touch panel, various physical buttons, and the like. The display device 102 is, for example, a display. Note that the video distribution control device 10 may not have at least one of the input device 101 and the display device 102, for example.
 外部I/F103は、記録媒体103a等の外部装置とのインタフェースである。映像配信制御装置10は、外部I/F103を介して、記録媒体103aの読み取りや書き込み等を行うことができる。なお、記録媒体103aとしては、例えば、CD(Compact Disc)、DVD(Digital Versatile Disk)、SDメモリカード(Secure Digital memory card)、USB(Universal Serial Bus)メモリカード等が挙げられる。 The external I/F 103 is an interface with an external device such as the recording medium 103a. The video distribution control device 10 can perform reading, writing, etc. of the recording medium 103 a via the external I/F 103 . Examples of the recording medium 103a include CD (Compact Disc), DVD (Digital Versatile Disk), SD memory card (Secure Digital memory card), USB (Universal Serial Bus) memory card, and the like.
 通信I/F104は、映像配信制御装置10が他の装置やシステム(例えば、サーバ制御装置20、ネットワーク制御装置30、端末制御装置40、コンテンツプロバイダ80、クライアント端末90等)と通信を行うためのインタフェースである。プロセッサ105は、例えば、CPUやGPU(Graphics Processing Unit)等の各種演算装置である。メモリ装置106は、例えば、HDD(Hard Disk Drive)やSSD(Solid State Drive)、フラッシュメモリ、RAM(Random Access Memory)、ROM(Read Only Memory)等の各種記憶装置である。 The communication I/F 104 is used by the video distribution control device 10 to communicate with other devices and systems (for example, the server control device 20, the network control device 30, the terminal control device 40, the content provider 80, the client terminal 90, etc.). interface. The processor 105 is, for example, various arithmetic units such as a CPU and a GPU (Graphics Processing Unit). The memory device 106 is, for example, various storage devices such as HDD (Hard Disk Drive), SSD (Solid State Drive), flash memory, RAM (Random Access Memory), and ROM (Read Only Memory).
 本実施形態に係る映像配信制御装置10は、図2に示すハードウェア構成を有することにより、後述する各種処理を実現することができる。なお、図2に示すハードウェア構成は一例であって、映像配信制御装置10は、例えば、複数のプロセッサ105を有していてもよいし、複数のメモリ装置106を有していてもよい。また、映像配信制御装置10は、例えば、図示したハードウェア以外にも様々なハードウェアを有していてもよい。 The video distribution control device 10 according to the present embodiment has the hardware configuration shown in FIG. 2, so that it can implement various processes described later. Note that the hardware configuration shown in FIG. 2 is an example, and the video distribution control device 10 may have a plurality of processors 105 or a plurality of memory devices 106, for example. Also, the video distribution control device 10 may have, for example, various hardware other than the illustrated hardware.
 <映像配信制御装置10の機能構成>
 本実施形態に係る映像配信制御装置10の機能構成を図3に示す。図3に示すように、本実施形態に係る映像配信制御装置10は、登録部201と、制御部202と、帯域情報取得部203と、記憶部204とを有する。なお、登録部201、制御部202、及び帯域情報取得部203は、例えば、映像配信制御装置10にインストールされた1以上のプログラムがプロセッサ105に実行させる処理により実現される。また、記憶部204は、例えば、メモリ装置106により実現される。ただし、記憶部204は、例えば、映像配信制御装置10と通信ネットワークを介して接続されるデータベースサーバ等により実現されていてもよい。
<Functional Configuration of Video Distribution Control Device 10>
FIG. 3 shows the functional configuration of the video distribution control device 10 according to this embodiment. As shown in FIG. 3 , the video distribution control device 10 according to this embodiment has a registration unit 201 , a control unit 202 , a band information acquisition unit 203 and a storage unit 204 . Note that the registration unit 201, the control unit 202, and the band information acquisition unit 203 are implemented by, for example, processing that one or more programs installed in the video distribution control device 10 causes the processor 105 to execute. Also, the storage unit 204 is realized by the memory device 106, for example. However, the storage unit 204 may be implemented by, for example, a database server or the like connected to the video distribution control device 10 via a communication network.
 登録部201は、リソース契約情報と配信要件情報とをコンテンツプロバイダ80から受信すると、これらのリソース契約情報と配信要件情報とを記憶部204に保存(登録)する。 Upon receiving resource contract information and distribution requirement information from the content provider 80 , the registration section 201 stores (registers) these resource contract information and distribution requirement information in the storage section 204 .
 制御部202は、リソース契約情報と配信要件情報とが登録されると、コンテンツプロバイダ80の計算リソースの確保をサーバ制御装置20に要求すると共に、帯域リソースの確保をサーバ制御装置20及びネットワーク制御装置30の少なくとも一方に要求する。 When the resource contract information and the distribution requirement information are registered, the control unit 202 requests the server control device 20 to secure computational resources for the content provider 80, and secures bandwidth resources to the server control device 20 and the network control device. Requires at least one of 30.
 また、制御部202は、クライアント端末90から視聴要求(つまり、コンテンツの視聴開始の要求)を受信すると、当該コンテンツの配信要件情報とネットワーク60の状況に応じて帯域リソースや各コンテンツの割当帯域等の制御をサーバ制御装置20及びネットワーク制御装置30の少なくとも一方に要求する。更に、制御部202は、各コンテンツの配信先のクライアント端末90の画質(ビットレートと解像度)の変更を端末制御装置40に要求する。 In addition, when receiving a viewing request (that is, a request to start viewing content) from the client terminal 90, the control unit 202 controls the bandwidth resource, the allocation bandwidth of each content, etc. according to the distribution requirement information of the content and the situation of the network 60. to at least one of the server control device 20 and the network control device 30. Furthermore, the control unit 202 requests the terminal control device 40 to change the image quality (bit rate and resolution) of the client terminal 90 to which each content is delivered.
 なお、帯域リソースの確保と帯域の割当及び変更機能をサーバ制御装置20とネットワーク制御装置30の両方が有している場合には、制御部202は、これら両方の装置のいずれか一方又は両方に帯域リソースの確保や帯域の割当・変更等の要求を送信する。一方で、当該機能をいずか一方の装置のみが有している場合には、制御部202は、当該機能を有している装置にのみ当該要求を送信する。 Note that if both the server control device 20 and the network control device 30 have the functions of securing bandwidth resources and allocating and changing bandwidth resources, the control unit 202 controls either or both of these devices. Sends requests for bandwidth resource allocation, bandwidth allocation/modification, etc. On the other hand, if only one of the devices has the function, the control unit 202 transmits the request only to the device that has the function.
 帯域情報取得部203は、サーバ制御装置20やネットワーク制御装置30から帯域情報を取得する。帯域情報とは、コンテンツプロバイダ80のコンテンツ配信に現在利用されている帯域を表す情報である。 The bandwidth information acquisition unit 203 acquires bandwidth information from the server control device 20 and the network control device 30 . The band information is information representing the band currently used for content distribution by the content provider 80 .
 なお、帯域リソースの確保と帯域の割当及び変更機能をサーバ制御装置20とネットワーク制御装置30の両方が有している場合には、帯域情報取得部203は、これら両方の装置のいずれか一方又は両方から帯域情報を取得する。一方で、当該機能をいずか一方の装置のみが有している場合には、帯域情報取得部203は、当該機能を有している装置から帯域情報を取得する。 Note that if both the server control device 20 and the network control device 30 have the functions of securing bandwidth resources and allocating and changing bandwidth resources, the bandwidth information acquisition unit 203 can be either one of these devices or Get bandwidth information from both. On the other hand, if only one of the devices has the function, the band information acquisition unit 203 acquires band information from the device having the function.
 記憶部204は、リソース契約情報、配信要件情報、帯域割当情報等の種々の情報を記憶する。帯域割当情報とは、各セッションで配信されるコンテンツやその割当帯域、配信元、配信先等を表す情報である。なお、セッションとは、エンコードサーバ50とクライアント端末90との間のコンテンツ配信に利用される通信路のことである。 The storage unit 204 stores various information such as resource contract information, distribution requirement information, and band allocation information. Bandwidth allocation information is information representing content distributed in each session, its allocated bandwidth, distribution source, distribution destination, and the like. A session is a communication path used for content distribution between the encoding server 50 and the client terminal 90 .
  ≪リソース契約情報≫
 リソース契約情報の一例を図4に示す。図4に示すように、各リソース契約情報には、コンテンツプロバイダIDと、帯域保証可能上限と、使用可能帯域上限とが含まれる。コンテンツプロバイダIDは、コンテンツプロバイダ80を識別する識別情報である。帯域保証可能上限は、当該コンテンツプロバイダ80の保証帯域(つまり、通信速度の下限が保証された帯域)の上限である。使用可能帯域上限は、当該コンテンツプロバイダ80が使用可能な帯域の上限である。
≪Resource contract information≫
An example of resource contract information is shown in FIG. As shown in FIG. 4, each piece of resource contract information includes a content provider ID, a guaranteed upper limit of bandwidth, and an upper limit of usable bandwidth. The content provider ID is identification information that identifies the content provider 80 . The bandwidth guaranteeable upper limit is the upper limit of the guaranteed bandwidth of the content provider 80 (that is, the bandwidth in which the lower limit of the communication speed is guaranteed). The usable band upper limit is the upper limit of the band that the content provider 80 can use.
 例えば、図4に示す例の1行目のリソース契約情報は、コンテンツプロバイダID「a」で識別されるコンテンツプロバイダ80のリソース契約情報であり、帯域保証可能上限「1Gbps」、使用可能帯域上限「10Gbps」である。 For example, the resource contract information on the first line in the example shown in FIG. 10 Gbps”.
  ≪配信要件情報≫
 配信要件情報の一例を図5に示す。図5に示すように、各配信要件情報には、コンテンツプロバイダIDと、コンテンツIDと、安定性と、画質と、遅延とが含まれている。コンテンツIDは、コンテンツを識別する識別情報である。安定性、画質、及び遅延は当該コンテンツの配信要件であり、安定性は安定配信制御の有無(つまり、保証帯域で配信するか否か)を表す要件、画質はビットレートと解像度に関する要件、遅延は配信遅延に関する要件である。なお、画質には当該コンテンツを配信する際に利用可能なビットレートと解像度が複数存在することもある。
≪Distribution requirement information≫
An example of distribution requirement information is shown in FIG. As shown in FIG. 5, each distribution requirement information includes content provider ID, content ID, stability, image quality, and delay. The content ID is identification information that identifies content. Stability, image quality, and delay are the delivery requirements for the content. Stability is a requirement that expresses the presence or absence of stable delivery control (i.e., whether or not to deliver in a guaranteed bandwidth), image quality is a requirement related to bit rate and resolution, and delay. is a requirement for delivery delay. For image quality, there may be multiple bit rates and resolutions that can be used when distributing the content.
 例えば、図5に示す例の1行目の配信要件情報は、コンテンツプロバイダID「a」及びコンテンツID「1」である。これは、当該配信要件情報は、コンテンツID「1」で識別されるコンテンツに関する配信要件であることを表しており、また当該コンテンツはコンテンツプロバイダID「a」で識別されるコンテンツプロバイダ80のコンテンツであることを表している。そして、当該コンテンツの配信要件は、安定性「安定配信制御あり」、画質「0.5Mbps(360p/低圧縮),5Mbps(1080p/低圧縮),10Mbps(2160p/高圧縮)」、遅延「60s以下」であることを表している。なお、画質「0.5Mbps(360p/低圧縮),5Mbps(1080p/低圧縮),10Mbps(2160p/高圧縮)」は、画質として「0.5Mbps(360p/低圧縮)」、「5Mbps(1080p/低圧縮)」、又は「10Mbps(2160p/高圧縮)」のいずれかを利用可能であることを表している。 For example, the distribution requirement information on the first line in the example shown in FIG. 5 is the content provider ID "a" and the content ID "1". This indicates that the distribution requirement information is a distribution requirement for the content identified by the content ID "1", and the content is the content of the content provider 80 identified by the content provider ID "a". represents something. The delivery requirements for the content are: stability "with stable delivery control", image quality "0.5 Mbps (360p/low compression), 5 Mbps (1080p/low compression), 10 Mbps (2160p/high compression)", delay "60 s or less”. The image quality "0.5Mbps (360p/low compression), 5Mbps (1080p/low compression), 10Mbps (2160p/high compression)" corresponds to the image quality "0.5Mbps (360p/low compression)", "5Mbps (1080p /low compression)” or “10 Mbps (2160p/high compression)” is available.
  ≪帯域割当情報≫
 帯域割当情報の一例を図6に示す。図6に示すように、各帯域割当情報には、セッションIDと、コンテンツIDと、安定性と、割当帯域と、通信情報と、配信開始時刻とが含まれている。セッションIDは、エンコードサーバ50とクライアント端末90との間のセッションを識別する識別情報である。安定性は安定配信制御の有無であり、割当帯域は当該セッションに割り当てられた帯域、通信情報はコンテンツの配信元(エンコードサーバ50)と配信先(クライアント端末90)を示す情報、配信開始時刻は当該コンテンツの配信が開始された時刻(日時)を示す情報である。
≪Bandwidth allocation information≫
An example of band allocation information is shown in FIG. As shown in FIG. 6, each piece of band allocation information includes session ID, content ID, stability, allocated band, communication information, and distribution start time. A session ID is identification information that identifies a session between the encoding server 50 and the client terminal 90 . Stability is the presence or absence of stable distribution control, allocated bandwidth is the bandwidth allocated to the session, communication information is information indicating the content distribution source (encoding server 50) and distribution destination (client terminal 90), and distribution start time is This is information indicating the time (date and time) when the distribution of the content was started.
 例えば、図6に示す例の1行目の帯域割当情報は、セッションID「1」、コンテンツID「1」、安定性「安定配信制御あり」、割当帯域「10」、通信情報「配信元:10.10.10.x,配信先:202.100.100.5」、配信開始時刻「yyyy/mm/dd 20:22:30」である。 For example, the bandwidth allocation information on the first line in the example shown in FIG. 10.10.10.x, delivery destination: 202.100.100.5", and delivery start time "yyyy/mm/dd 20:22:30".
 <リソース契約情報と配信要件情報を登録する場合の処理>
 或るコンテンツプロバイダ80のリソース契約情報と配信要件情報を登録する場合の処理について図7を参照しながら説明する。以下では、一例として、コンテンツプロバイダID「a」のリソース契約情報と配信要件情報が未登録であるものとし、これらのリソース契約情報と配信要件情報を登録する場合について説明する。
<Processing when registering resource contract information and delivery requirement information>
Processing for registering resource contract information and distribution requirement information of a content provider 80 will be described with reference to FIG. In the following, as an example, it is assumed that the resource contract information and distribution requirement information for the content provider ID "a" have not been registered, and the case of registering these resource contract information and distribution requirement information will be described.
 まず、登録部201は、コンテンツプロバイダ80からリソース契約情報と配信要件情報を受信する(ステップS101)。なお、このとき、複数の配信要件情報(つまり、複数のコンテンツのそれぞれの配信要件情報)を受信してもよい。以下では、簡単のため、或る1つのコンテンツの配信要件情報を受信したものとする。 First, the registration unit 201 receives resource contract information and distribution requirement information from the content provider 80 (step S101). At this time, a plurality of delivery requirement information (that is, delivery requirement information for each of a plurality of contents) may be received. For the sake of simplicity, it is assumed below that distribution requirement information for a certain piece of content has been received.
 次に、登録部201は、上記のステップS101で受信したリソース契約情報と配信要件情報を記憶部204に保存する(ステップS102)。これにより、リソース契約情報と配信要件情報が登録されたことになる。 Next, the registration unit 201 stores the resource contract information and distribution requirement information received in step S101 in the storage unit 204 (step S102). As a result, the resource contract information and distribution requirement information are registered.
 次に、制御部202は、上記のステップS101で受信した配信要件情報に含まれる画質と遅延から計算リソース(例えば、CPU数(より正確には、必要なCPUコア数))を算出し、この計算リソースを確保するための計算リソース制御情報をサーバ制御装置20に送信する(ステップS103)。計算リソース制御情報の一例を図8に示す。図8に示す計算リソース制御情報は、コンテンツID「1」のコンテンツに対して計算リソースとしてCPU数「2」を確保するための情報である。これにより、サーバ制御装置20によりエンコードサーバ50の計算リソースが確保される。なお、上記のステップS101で複数の配信要件情報を受信した場合は、各配信要件情報毎(つまり、コンテンツ毎)に計算リソースが算出及び確保される。 Next, the control unit 202 calculates calculation resources (for example, the number of CPUs (more precisely, the number of required CPU cores)) from the image quality and the delay included in the distribution requirement information received in step S101, and Calculation resource control information for securing calculation resources is transmitted to the server control device 20 (step S103). An example of computational resource control information is shown in FIG. The computational resource control information shown in FIG. 8 is information for securing the number of CPUs “2” as computational resources for the content with the content ID “1”. As a result, the computational resources of the encoding server 50 are secured by the server control device 20 . When a plurality of pieces of distribution requirement information are received in step S101 above, calculation resources are calculated and secured for each piece of distribution requirement information (that is, for each content).
 ここで、各コンテンツの計算リソースは既知の方法により算出さればよいが、例えば、1CPUあたりの処理遅延をP[Mbps/ms]という指標で測れるものとした場合、遅延をD[ms]、画質に含まれる最高のビットレートをR[Mbps]、並行処理数をx[個]とすれば、D>R÷(P×x)を満たす最小のxを計算リソースとして算出することが考えられる。 Here, the calculation resource of each content may be calculated by a known method. If the highest bit rate included in is R [Mbps] and the number of parallel processes is x [pieces], it is possible to calculate the minimum x that satisfies D>R/(Pxx) as the computational resource.
 次に、制御部202は、上記のステップS101で受信したリソース契約情報に基づいて、帯域リソースを確保するための帯域リソース制御情報をサーバ制御装置20及びネットワーク制御装置30の少なくとも一方に送信する(ステップS104)。帯域リソース制御情報の一例を図9に示す。図9に示す帯域リソース制御情報は、コンテンツプロバイダID「a」のコンテンツプロバイダ80に対して保証帯域「1Gbps」、帯域「10Gbps」を帯域リソースとして確保するための情報である。これにより、サーバ制御装置20及びネットワーク制御装置30の少なくとも一方によりネットワーク60の帯域リソースが確保される。 Next, based on the resource contract information received in step S101, the control unit 202 transmits band resource control information for securing band resources to at least one of the server control device 20 and the network control device 30 ( step S104). An example of band resource control information is shown in FIG. The bandwidth resource control information shown in FIG. 9 is information for securing, as bandwidth resources, a guaranteed bandwidth of "1 Gbps" and a bandwidth of "10 Gbps" for the content provider 80 with the content provider ID "a". Thereby, at least one of the server control device 20 and the network control device 30 secures the band resource of the network 60 .
 ここで、各コンテンツプロバイダ80の帯域リソースとしては、リソース契約情報に含まれる帯域保証可能上限以下の保証帯域と、使用可能帯域上限以下の帯域とすればよい。図9に示す例は、リソース契約情報に含まれる帯域保証可能上限と使用可能帯域上限とをそのまま帯域リソースの保証帯域と帯域とする場合の帯域リソース制御情報である。 Here, the bandwidth resource of each content provider 80 may be a guaranteed bandwidth equal to or less than the guaranteed bandwidth upper limit included in the resource contract information and a bandwidth equal to or less than the usable bandwidth upper limit. The example shown in FIG. 9 is bandwidth resource control information when the guaranteed bandwidth upper limit and the usable bandwidth upper limit included in the resource contract information are used as they are as the guaranteed bandwidth and bandwidth of the bandwidth resource.
 以上のように、本実施形態に係る映像配信制御装置10は、コンテンツプロバイダ80からリソース契約情報と配信要件情報を受信すると、当該コンテンツプロバイダ80のコンテンツの配信に利用する計算リソースと帯域リソースの確保を制御する。特に、計算リソースを確保する際には、コンテンツの配信要件の1つである遅延要件を満たすように適切なCPU数が確保される。 As described above, when receiving the resource contract information and the distribution requirement information from the content provider 80, the video distribution control device 10 according to the present embodiment secures computational resources and bandwidth resources to be used for distributing the content of the content provider 80. to control. In particular, when securing computational resources, an appropriate number of CPUs is secured so as to satisfy a delay requirement, which is one of content delivery requirements.
 <配信制御を行う場合の処理>
 クライアント端末90からの要求に応じて或るコンテンツの配信を制御する場合の処理について図10及び図11を参照しながら説明する。
<Processing when performing distribution control>
Processing for controlling delivery of certain content in response to a request from the client terminal 90 will be described with reference to FIGS. 10 and 11. FIG.
 まず、制御部202は、端末制御装置40を介して、クライアント端末90から視聴要求を受信する(ステップS201)。視聴要求には、当該クライアント端末90を示す情報(例えば、IP(Internet Protocol)アドレスや端末ID等)、当該クライアント端末90で視聴したいコンテンツのコンテンツID等が含まれる。なお、制御部202は、端末制御装置40を介さずに、クライアント端末90から視聴要求を直接受信してもよい。 First, the control unit 202 receives a viewing request from the client terminal 90 via the terminal control device 40 (step S201). The viewing request includes information indicating the client terminal 90 (eg, IP (Internet Protocol) address, terminal ID, etc.), content ID of the content desired to be viewed on the client terminal 90, and the like. Note that the control unit 202 may directly receive the viewing request from the client terminal 90 without going through the terminal control device 40 .
 次に、制御部202は、上記のステップS201で受信した視聴要求に係るコンテンツの最高画質のビットレートを取得する(ステップS202)。すなわち、制御部202は、記憶部204に記憶されている配信要件情報のうち、当該視聴要求に含まれるコンテンツIDの配信要件情報を参照し、この配信要件情報の画質に含まれるビットレートのうちの最高のビットレートを取得する。 Next, the control unit 202 acquires the highest image quality bit rate of the content related to the viewing request received in step S201 (step S202). That is, the control unit 202 refers to the distribution requirement information of the content ID included in the viewing request among the distribution requirement information stored in the storage unit 204, and out of the bit rate included in the image quality of the distribution requirement information. to get the highest bitrate of
 次に、制御部202は、当該視聴要求に係るコンテンツが、安定配信制御が必要なコンテンツであるか否かを判定する(ステップS203)。これは、当該視聴要求に含まれるコンテンツIDの配信要件情報の安定性の値を参照することで判定することが可能である。 Next, the control unit 202 determines whether or not the content related to the viewing request requires stable distribution control (step S203). This can be determined by referring to the stability value of the distribution requirement information of the content ID included in the viewing request.
 上記のステップS203で安定配信制御が必要なコンテンツであると判定された場合、帯域情報取得部203は、サーバ制御装置20とネットワーク制御装置30の少なくとも一方から、視聴要求に係るコンテンツを提供するコンテンツプロバイダ80に関する帯域情報を取得する(ステップS204)。帯域情報の一例を図12に示す。図12に示す帯域情報は、コンテンツプロバイダID「a」のコンテンツプロバイダ80に関する帯域情報であり、回線帯域「残帯域:500Mbps,残保証帯域:100Mbps」となっている。これは、コンテンツプロバイダID「a」のコンテンツプロバイダ80のコンテンツを配信する際には、保証帯域ではない帯域を残り500Mbps、保証帯域を残り100Mbps利用可能であることを表している。 If it is determined in step S203 above that the content requires stable distribution control, the bandwidth information acquisition unit 203 causes at least one of the server control device 20 and the network control device 30 to provide the content related to the viewing request. Bandwidth information about the provider 80 is acquired (step S204). An example of band information is shown in FIG. The bandwidth information shown in FIG. 12 is bandwidth information about the content provider 80 with the content provider ID “a”, and has a line bandwidth of “remaining bandwidth: 500 Mbps, remaining guaranteed bandwidth: 100 Mbps”. This indicates that the remaining 500 Mbps of the non-guaranteed band and the remaining 100 Mbps of the guaranteed band can be used when distributing the content of the content provider 80 with the content provider ID "a".
 次に、制御部202は、上記のステップS204で取得された帯域情報を参照して、「残保証帯域≧視聴要求に係るコンテンツの最高画質のビットレート」であれば、この最高画質のビットレートを保証帯域として帯域の割り当てを行う(ステップS205)。すなわち、制御部202は、当該ビットレートで保証帯域の割り当てを行うための帯域割当要求情報をサーバ制御装置20とネットワーク制御装置30の少なくとも一方に送信する。帯域割当要求情報の一例を図13に示す。図13に示す帯域割当情報には、コンテンツプロバイダID「a」、通信情報「配信元:10.10.10.x,配信先:202.100.100.5」、回線帯域「保証帯域:10Mbps」が含まれている。これは、コンテンツプロバイダID「a」のコンテンツ配信に利用される帯域リソースのうちの保証帯域「10Mbps」を、配信元「10.10.10.x」、配信先「202.100.100.5」であるセッションに割り当てるための要求であることを表している。 Next, the control unit 202 refers to the bandwidth information acquired in step S204 described above, and if "remaining guaranteed bandwidth≧maximum image quality bit rate of the content related to the viewing request", the maximum image quality bit rate is a guaranteed band (step S205). That is, the control unit 202 transmits band allocation request information for allocating a guaranteed band at the bit rate to at least one of the server control device 20 and the network control device 30 . An example of bandwidth allocation request information is shown in FIG. The bandwidth allocation information shown in FIG. 13 includes a content provider ID "a", communication information "source: 10.10.10.x, destination: 202.100.100.5", line bandwidth "guaranteed bandwidth: 10 Mbps "It is included. This specifies that the guaranteed bandwidth “10 Mbps” of the bandwidth resources used for content distribution with the content provider ID “a” is set to “10.10.10.x” from the source and “202.100.100.5” to the destination. ” indicates that it is a request to allocate to a session.
 なお、「残保証帯域<視聴要求に係るコンテンツの最高画質のビットレート」である場合は、上記のステップS205では保証帯域の割り当ては行われない。 It should be noted that if "remaining guaranteed bandwidth < bit rate of highest image quality of content requested for viewing", the guaranteed bandwidth is not allocated in step S205 above.
 一方で、上記のステップS203で安定配信制御が必要なコンテンツであると判定されなかった場合、帯域情報取得部203は、上記のステップS204と同様に、サーバ制御装置20とネットワーク制御装置30の少なくとも一方から、視聴要求に係るコンテンツを提供するコンテンツプロバイダ80に関する帯域情報を取得する(ステップS206)。 On the other hand, if it is not determined in step S203 that the content requires stable distribution control, the bandwidth information acquisition unit 203 obtains at least Bandwidth information on the content provider 80 that provides the content related to the viewing request is acquired from one side (step S206).
 次に、制御部202は、上記のステップS206で取得された帯域情報を参照して、「残帯域≧視聴要求に係るコンテンツの最高画質のビットレート」であれば、この最高画質のビットレートで帯域の割り当てを行う(ステップS207)。すなわち、制御部202は、当該ビットレートで帯域の割り当てを行うための帯域割当要求情報をサーバ制御装置20とネットワーク制御装置30の少なくとも一方に送信する。なお、この帯域割当要求情報の例示は省略するが、例えば、図13に示す帯域割当要求情報の回線帯域を「帯域:10Mbps」等としたものである。 Next, the control unit 202 refers to the band information acquired in step S206 described above, and if "remaining band ≥ highest image quality bit rate of the content related to the viewing request", the highest image quality bit rate is used. A band is allocated (step S207). That is, the control unit 202 transmits band allocation request information for allocating a band at the bit rate to at least one of the server control device 20 and the network control device 30 . Although an example of this bandwidth allocation request information is omitted, for example, the line bandwidth of the bandwidth allocation request information shown in FIG. 13 is set to "bandwidth: 10 Mbps".
 なお、「残帯域<視聴要求に係るコンテンツの最高画質のビットレート」である場合は、上記のステップS207では帯域の割り当ては行われない。 It should be noted that if "remaining bandwidth < bit rate of highest image quality of content requested for viewing", no bandwidth is allocated in step S207.
 上記のステップS205又はステップS207に続いて、制御部202は、視聴要求に係るコンテンツの帯域割当が完了したか否かを判定する(ステップS208)。 Following step S205 or step S207 above, the control unit 202 determines whether or not the bandwidth allocation for the content requested for viewing has been completed (step S208).
 上記のステップS208で帯域割当が完了したと判定されなかった場合、制御部202は、以下の手順1~手順3により、視聴要求に係るコンテンツを提供するコンテンツプロバイダ80の帯域リソースを最適化する(ステップS209)。なお、以下の手順1~手順3では、一例として、視聴要求に係るコンテンツの配信要件情報の安定性は「安定配信制御なし」であるものとする。 If it is determined that the bandwidth allocation is not completed in step S208, the control unit 202 optimizes the bandwidth resources of the content provider 80 that provides the content related to the viewing request by the following procedures 1 to 3 ( step S209). Note that, in the procedures 1 to 3 below, as an example, it is assumed that the stability of the distribution requirement information of the content related to the viewing request is "no stable distribution control".
 手順1:記憶部204に記憶されている帯域割当情報と配信要件情報とを参照し、当該コンテンツプロバイダ80のコンテンツの配信に利用されているセッションのうち、安定配信制御なしであり、かつ、配信要件を満たしつつ画質を下げることが可能なコンテンツを配信しているセッションを抽出する。 Procedure 1: Referring to the band allocation information and the distribution requirement information stored in the storage unit 204, among the sessions used for distribution of the content of the content provider 80, the stable distribution control is not performed and the distribution Extract sessions that deliver content that can be reduced in quality while meeting the requirements.
 なお、画質を下げることが可能なコンテンツとは、当該コンテンツの配信要件情報の画質の中に、現在の割当帯域のビットレートよりも1つ低いビットレートが存在する場合のことをいう。例えば、或るコンテンツの配信要件情報の画質が「0.5Mbps(360p/低圧縮),5Mbps(1080p/低圧縮),10Mbps(2160p/高圧縮)」であり、現在の割当帯域のビットレートが「5Mbps」である場合、1つ低いビットレート「0.5Mbps」が存在するため、画質を下げることが可能なコンテンツとなる。一方で、例えば、現在の割当帯域のビットレートが「0.5Mbps」である場合は、1つ低いビットレートは存在しないため画質を下げることはできず、画質を下げることが可能なコンテンツとはならない。 Content whose image quality can be lowered means that there is a bit rate that is one level lower than the bit rate of the current allocated band in the image quality of the distribution requirement information of the content. For example, the image quality of distribution requirement information for certain content is "0.5 Mbps (360p/low compression), 5 Mbps (1080p/low compression), 10 Mbps (2160p/high compression)", and the bit rate of the current allocated band is In the case of "5 Mbps", since there is a bit rate "0.5 Mbps" that is one lower, the content can be reduced in image quality. On the other hand, for example, if the bit rate of the current allocated band is "0.5 Mbps", the image quality cannot be lowered because there is no bit rate lower by one, and the content for which the image quality can be lowered is not.
 手順2:記憶部204に記憶されている帯域割当情報を参照し、上記の手順1で抽出されたセッションのうち、視聴時間が最も長いセッションのコンテンツの画質を1つ下げる。すなわち、当該コンテンツを、現在のビットレートよりも1つ低いビットレートの帯域に割り当てる。これは、この1つ低いビットレートで帯域の割り当てを行うための帯域割当要求情報をサーバ制御装置20とネットワーク制御装置30の少なくとも一方に送信すればよい。なお、このとき、記憶部204に記憶されている帯域割当情報のうち、当該セッションの帯域割当情報の割当帯域も更新される。 Procedure 2: By referring to the bandwidth allocation information stored in the storage unit 204, among the sessions extracted in Procedure 1 above, the image quality of the content of the session with the longest viewing time is reduced by one. That is, the content is allocated to a band with a bit rate one lower than the current bit rate. This can be done by transmitting to at least one of the server control device 20 and the network control device 30 band allocation request information for allocating a band at a bit rate that is one bit lower. At this time, among the band allocation information stored in the storage unit 204, the allocated band of the band allocation information for the session is also updated.
 これにより、現在のビットレートから1つ低いビットレートを引いた後をΔとすれば、残帯域がΔだけ増えることになる。 As a result, if the bit rate that is one lower than the current bit rate is Δ, the remaining bandwidth will increase by Δ.
 手順3:上記の手順2により視聴要求に係るコンテンツを割り当てることが可能な残帯域となった場合は帯域リソースの最適化を終了する。一方で、視聴要求に係るコンテンツを割り当てることが可能な残帯域にならなかった場合は上記の手順1に戻る。また、上記の手順1でセッションが抽出されなかった場合(つまり、画質を下げることが可能なコンテンツがなくなった場合)も帯域リソースの最適化を終了する。 Procedure 3: When the remaining bandwidth becomes available for allocating the content related to the viewing request by the above procedure 2, the optimization of the bandwidth resource is terminated. On the other hand, if the remaining bandwidth is not enough to allocate the content requested for viewing, the process returns to step 1 above. Also, when no session is extracted in the above procedure 1 (that is, when there is no more content for which image quality can be lowered), optimization of band resources is terminated.
 なお、手順1で「安定配信制御なし」を「安定配信制御あり」、手順2及び3で「残帯域」を「残保証帯域」と読み替えることで、上記の手順1~手順3は、視聴要求に係るコンテンツの配信要件情報の安定性が「安定配信制御あり」である場合にも同様に適用することが可能である。ただし、「安定配信制御あり」である場合には、後述するステップS210及びステップS212でも同様に、「残帯域」を「残保証帯域」と読み替える。 By replacing "without stable delivery control" in procedure 1 with "with stable delivery control" and "remaining bandwidth" in procedures 2 and 3 with "remaining guaranteed bandwidth", the above procedures 1 to 3 are equivalent to viewing requests. The same can be applied to the case where the stability of the distribution requirement information of the content is "with stable distribution control". However, when "with stable delivery control", similarly in steps S210 and S212 described later, "remaining bandwidth" is read as "remaining guaranteed bandwidth".
 次に、制御部202は、「残帯域<視聴要求に係るコンテンツのビットレート」であれば、記憶部204に記憶されている配信要件情報のうち、視聴要求に係るコンテンツの配信要件情報を参照し、視聴要求に係るコンテンツの画質を1つ下げる(ステップS210)。ただし、視聴要求に係るコンテンツの画質をこれ以上下げることができない場合は、そのままの画質とする。 Next, if "remaining bandwidth<bit rate of content related to viewing request", control unit 202 refers to distribution requirement information of content related to viewing request among distribution requirement information stored in storage unit 204. Then, the image quality of the content related to the viewing request is lowered by one (step S210). However, if the image quality of the content related to the viewing request cannot be lowered any further, the image quality remains unchanged.
 次に、制御部202は、「残帯域≧視聴要求に係るコンテンツのビットレート」である場合、現在の画質のビットレートで帯域の割り当てを行う(ステップS211)。すなわち、制御部202は、当該ビットレートで帯域の割り当てを行うための帯域割当要求情報をサーバ制御装置20とネットワーク制御装置30の少なくとも一方に送信する。 Next, the control unit 202 allocates a band at the bit rate of the current image quality when "remaining bandwidth≧bit rate of the content related to the viewing request" (step S211). That is, the control unit 202 transmits band allocation request information for allocating a band at the bit rate to at least one of the server control device 20 and the network control device 30 .
 次に、制御部202は、視聴要求に係るコンテンツの帯域割当が完了したか否かを判定する(ステップS212)。 Next, the control unit 202 determines whether or not the bandwidth allocation for the requested content has been completed (step S212).
 上記のステップS212で帯域割当が完了したと判定されなかった場合、制御部202は、記憶部204に記憶されているリソース契約情報のうち、視聴要求に係るコンテンツを提供するコンテンツプロバイダ80のリソース契約情報を参照して、帯域リソースを増強可能であるか否かを判定する(ステップS213)。ここで、視聴要求に係るコンテンツの配信要件情報の安定性が「安定配信制御あり」の場合は、当該コンテンツプロバイダ80のコンテンツ配信に利用されており、かつ、「安定配信制御あり」のセッションの割当帯域の総和が、当該コンテンツプロバイダ80のリソース契約情報に含まれる帯域保証可能上限未満であるときは帯域リソースを増強可能であると判定され、そうでないときは帯域リソースを増強可能でないと判定される。同様に、視聴要求に係るコンテンツの配信要件情報の安定性が「安定配信制御なし」の場合は、当該コンテンツプロバイダ80のコンテンツ配信に利用されており、かつ、「安定配信制御なし」のセッションの割当帯域の総和が、当該コンテンツプロバイダ80のリソース契約情報に含まれる使用可能帯域上限未満であるときは帯域リソースを増強可能であると判定され、そうでないときは帯域リソースを増強可能でないと判定される。 If it is not determined in step S212 that the bandwidth allocation has been completed, the control unit 202 selects, from among the resource contract information stored in the storage unit 204, the resource contract of the content provider 80 that provides the content related to the viewing request. By referring to the information, it is determined whether or not the bandwidth resource can be increased (step S213). Here, when the stability of the distribution requirement information of the content related to the viewing request is "with stable distribution control", it is used for the content distribution of the content provider 80 and the session with "with stable distribution control" When the sum of the allocated bandwidths is less than the bandwidth guaranteeable upper limit included in the resource contract information of the content provider 80, it is determined that the bandwidth resources can be increased; otherwise, it is determined that the bandwidth resources cannot be increased. be. Similarly, when the stability of the distribution requirement information of the content related to the viewing request is "no stable distribution control", it is used for the content distribution of the content provider 80 and the session "no stable distribution control". If the sum of the allocated bandwidths is less than the upper limit of the usable bandwidth included in the resource contract information of the content provider 80, it is determined that the bandwidth resources can be increased, and if not, it is determined that the bandwidth resources cannot be increased. be.
 上記のステップS213で帯域リソースを増強可能であると判定された場合、制御部202は、追加で帯域リソースを確保するための帯域リソース制御情報をサーバ制御装置20及びネットワーク制御装置30の少なくとも一方に送信する(ステップS214)。なお、視聴要求に係るコンテンツの配信要件情報の安定性が「安定配信制御あり」の場合は保証帯域を追加で確保し、「安定配信制御なし」の場合は保証帯域ではない帯域を追加で確保する。このとき、どの程度を追加で確保するかは予め決められていてもよいし、視聴要求に係るコンテンツを割り当て可能なだけ追加で確保するようにしてもよい。 If it is determined in step S213 that the bandwidth resource can be increased, the control unit 202 sends bandwidth resource control information for securing additional bandwidth resources to at least one of the server controller 20 and the network controller 30. It transmits (step S214). If the stability of the content delivery requirement information related to the viewing request is "with stable delivery control", the guaranteed bandwidth is additionally secured, and if it is "without stable delivery control", the bandwidth that is not the guaranteed bandwidth is additionally secured. do. At this time, the amount of additional content to be secured may be determined in advance, or the content related to the viewing request may be additionally secured as much as possible to be allocated.
 なお、上記のステップS214が実行された後は、上記のステップS203に戻り、このステップS203以降が再度実行される。 After step S214 is executed, the process returns to step S203, and steps after step S203 are executed again.
 上記のステップS213で帯域リソースを増強可能であると判定されなかった場合、制御部202は、処理を終了する。この場合は、帯域リソースが不足しているため、クライアント端末90にコンテンツを配信することができないためである。なお、このとき、クライアント端末90に対して、コンテンツを配信することができないことを示す情報(例えば、エラー情報等)が送信されてもよい。 If it is not determined in step S213 that the bandwidth resource can be increased, the control unit 202 ends the process. In this case, the content cannot be distributed to the client terminal 90 due to lack of bandwidth resources. At this time, information indicating that the content cannot be distributed (for example, error information) may be transmitted to the client terminal 90 .
 上記のステップS212で帯域割当が完了したと判定された場合、制御部202は、視聴要求に係るコンテンツのエンコード開始を制御する(ステップS215)。すなわち、制御部202は、視聴要求に係るコンテンツの画質(ビットレートと解像度)をエンコーディングパラメータとして、このエンコーディングパラメータを含むコンテンツ配信要求をサーバ制御装置20に送信する。なお、コンテンツ配信要求には、例えば、コンテンツID、安定性、通信情報(配信元、配信先のIPアドレス)等も含まれる。これにより、サーバ制御装置20によりエンコードサーバ50が制御され、エンコードサーバ50と視聴要求を行ったクライアント端末90との間のセッションが確立され、エンコードサーバ50上でエンコーディングパラメータに従って当該コンテンツのエンコードが開始される。 If it is determined in step S212 above that the bandwidth allocation has been completed, the control unit 202 controls the start of encoding of the content related to the viewing request (step S215). That is, the control unit 202 uses the image quality (bit rate and resolution) of the content related to the viewing request as an encoding parameter, and transmits a content delivery request including this encoding parameter to the server control device 20 . The content distribution request also includes, for example, content ID, stability, communication information (distribution source, distribution destination IP address), and the like. As a result, the encoding server 50 is controlled by the server control device 20, a session is established between the encoding server 50 and the client terminal 90 that made the viewing request, and encoding of the content is started on the encoding server 50 according to the encoding parameters. be done.
 次に、制御部202は、エンコードサーバ50と視聴要求を行ったクライアント端末90との間のセッションの帯域割当情報を作成し、記憶部204に保存する(ステップS216)。 Next, the control unit 202 creates band allocation information for the session between the encoding server 50 and the client terminal 90 that made the viewing request, and stores it in the storage unit 204 (step S216).
 そして、制御部202は、記憶部204に記憶されている帯域割当情報と配信要件情報を参照して、視聴要求に係るコンテンツを提供するコンテンツプロバイダ80のコンテンツが配信されている全クライアント端末90の画質を制御する(ステップS217)。すなわち、制御部202は、当該コンテンツプロバイダ80のコンテンツIDが含まれる帯域割当情報の割当帯域に従って、この割当帯域に対応する画質(ビットレートと解像度)でコンテンツを再生させるためのクライアント制御情報を端末制御装置40に送信する。これにより、端末制御装置40により各クライアント端末90で再生されるコンテンツの画質が制御される。クライアント制御情報の一例を図14に示す。図14に示すクライアント制御情報は、コンテンツID「1」の画質を「5Mbps(1080p/低圧縮)」に制御するための情報である。なお、クライアント制御情報には、このクライアント制御情報の送信先となるクライアント端末90を示す情報(例えば、IPアドレスやクライアントID等)が含まれていてもよい。 Then, the control unit 202 refers to the band allocation information and the distribution requirement information stored in the storage unit 204, and refers to all the client terminals 90 to which the content of the content provider 80 that provides the content related to the viewing request is distributed. Image quality is controlled (step S217). That is, the control unit 202 transmits the client control information for reproducing the content with image quality (bit rate and resolution) corresponding to the allocated band according to the allocated band of the band allocation information including the content ID of the content provider 80. Send to the control device 40 . Accordingly, the terminal control device 40 controls the image quality of the content reproduced on each client terminal 90 . An example of client control information is shown in FIG. The client control information shown in FIG. 14 is information for controlling the image quality of content ID "1" to "5 Mbps (1080p/low compression)". The client control information may include information (for example, IP address, client ID, etc.) indicating the client terminal 90 to which the client control information is to be sent.
 以上のように、本実施形態に係る映像配信制御装置10は、クライアント端末90から視聴要求を受信すると、この視聴要求に係るコンテンツの配信要件に基づいて、その配信要件を満たすように画質を決定する。また、このとき、既存のセッションで配信されているコンテンツについても配信要件を満たすように画質を変更したり、帯域リソースを増強したりもすることができる。これにより、同じ帯域リソースの環境下で既存の一般的な映像配信を行う場合と比較して、コンテンツプロバイダ80が希望する配信要件を満たすコンテンツ配信が可能となる。すなわち、例えば、安定配信が必要なコンテンツは安定的に配信されるようになったり、高画質な配信が必要なコンテンツは高画質で配信されるようになったりする等、コンテンツプロバイダ80が希望する配信要件を満たすコンテンツ配信が行われるようになり、その結果サービスレベルや視聴品質を向上させることが可能となる。 As described above, when receiving a viewing request from the client terminal 90, the video distribution control device 10 according to the present embodiment determines the image quality based on the content distribution requirements related to the viewing request so as to satisfy the distribution requirements. do. At this time, it is also possible to change the image quality of the content distributed in the existing session so as to satisfy the distribution requirements, or to increase the band resource. This makes it possible to deliver content that satisfies the delivery requirements desired by the content provider 80, compared to existing general video delivery under the same bandwidth resource environment. That is, for example, content that requires stable distribution is stably distributed, and content that requires high-quality distribution is distributed with high image quality. Content distribution that satisfies distribution requirements will be performed, and as a result, it will be possible to improve the service level and viewing quality.
 本発明は、具体的に開示された上記の実施形態に限定されるものではなく、請求の範囲の記載から逸脱することなく、種々の変形や変更、既知の技術との組み合わせ等が可能である。 The present invention is not limited to the specifically disclosed embodiments described above, and various modifications, alterations, combinations with known techniques, etc. are possible without departing from the scope of the claims. .
 10    映像配信制御装置
 20    サーバ制御装置
 30    ネットワーク制御装置
 40    端末制御装置
 50    エンコードサーバ
 60    ネットワーク
 70    配信プラットフォーム
 80    コンテンツプロバイダ
 90    クライアント端末
 101   入力装置
 102   表示装置
 103   外部I/F
 103a  記録媒体
 104   通信I/F
 105   プロセッサ
 106   メモリ装置
 107   バス
 201   登録部
 202   制御部
 203   帯域情報取得部
 204   記憶部
10 video distribution control device 20 server control device 30 network control device 40 terminal control device 50 encoding server 60 network 70 distribution platform 80 content provider 90 client terminal 101 input device 102 display device 103 external I/F
103a recording medium 104 communication I/F
105 processor 106 memory device 107 bus 201 registration unit 202 control unit 203 band information acquisition unit 204 storage unit

Claims (8)

  1.  映像コンテンツの視聴要求をクライアント端末から受信すると、前記映像コンテンツの配信要件とネットワークの帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する判定部と、
     前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定されなかった場合、前記帯域リソースの利用状況を最適化する最適化部と、
     前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定された場合、前記品質で前記映像コンテンツを配信するための帯域リソースを割り当てるリソース割当部と、
     を有し、
     前記判定部は、
     前記帯域リソースの利用状況が最適化された場合、前記配信要件と、最適化後の前記帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する、映像配信制御装置。
    When a request for viewing video content is received from a client terminal, it is determined whether or not the video content can be distributed with a quality that satisfies the distribution requirements, based on the distribution requirements of the video content and the usage status of network bandwidth resources. a judgment unit for judging;
    an optimization unit that optimizes the usage of the band resource when it is not determined that the video content can be distributed with a quality that satisfies the distribution requirements;
    a resource allocation unit that allocates band resources for distributing the video content with the quality when it is determined that the video content can be distributed with the quality that satisfies the distribution requirements;
    has
    The determination unit is
    When the usage status of the bandwidth resource is optimized, whether or not the video content can be delivered with a quality that satisfies the delivery requirement based on the delivery requirement and the usage status of the bandwidth resource after optimization. A video distribution control device that determines whether
  2.  前記配信要件には複数の品質が定義されており、
     前記判定部は、
     前記帯域リソースの利用状況が最適化された後に、前記配信要件に定義された一の品質で前記映像コンテンツを配信可能であると判定されなった場合、前記配信要件に定義されている複数の品質のうち、前記一の品質よりも1つ低い品質で前記映像コンテンツを配信可能であるか否かを判定する、請求項1に記載の映像配信制御装置。
    multiple qualities are defined in said delivery requirements,
    The determination unit is
    If it is determined that the video content can not be distributed with one quality defined in the distribution requirements after the bandwidth resource usage status is optimized, a plurality of qualities defined in the distribution requirements. 2. The video distribution control device according to claim 1, which determines whether or not said video content can be distributed with one quality lower than said one quality.
  3.  前記判定部は、
     前記一の品質よりも1つ低い品質で前記映像コンテンツを配信可能であると判定されなかった場合、前記映像コンテンツの提供元との契約情報に基づいて、利用可能な帯域リソースを増加させることが可能であるか否かを判定し、
     前記リソース割当部は、
     前記利用可能な帯域リソースを増加させることが可能であると判定された場合、前記利用可能な帯域リソースを追加させる、請求項2に記載の映像配信制御装置。
    The determination unit is
    If it is not determined that the video content can be distributed with a quality that is one quality lower than the one quality, the available bandwidth resource can be increased based on contract information with the provider of the video content. determine whether it is possible,
    The resource allocation unit
    3. The video distribution control device according to claim 2, wherein said usable band resource is added when it is determined that said usable band resource can be increased.
  4.  前記最適化部は、
     映像コンテンツを配信中のセッションの中から、前記映像コンテンツの配信要件を満たし、かつ、前記映像コンテンツの品質を下げることが可能なセッションを抽出し、
     抽出したセッションのうち、配信開始からの経過時間が最も長いセッションで配信されている映像コンテンツの品質を下げる、
     ことで、前記帯域リソースの利用状況を最適化する、請求項1乃至3の何れか一項に記載の映像配信制御装置。
    The optimization unit
    Extracting a session that satisfies the delivery requirements of the video content and is capable of lowering the quality of the video content from the sessions during which the video content is being delivered;
    Decrease the quality of the video content distributed in the session with the longest elapsed time from the start of distribution among the extracted sessions,
    4. The video distribution control device according to any one of claims 1 to 3, which optimizes the utilization of said band resource by doing so.
  5.  前記最適化部は、
     前記視聴要求に係る映像コンテンツを割当可能な帯域リソースが発生するまで、又は、前記映像コンテンツの配信要件を満たし、かつ、前記映像コンテンツの品質を下げることが可能なセッションが抽出されなくなるまで、前記セッションの抽出と前記配信開始からの経過時間が最も長いセッションで配信されている映像コンテンツの品質を下げることとを繰り返す、ことで、帯域リソースの利用状況を最適化する、請求項4に記載の映像配信制御装置。
    The optimization unit
    Until a bandwidth resource capable of allocating the video content related to the viewing request is generated, or until a session that satisfies the distribution requirements of the video content and can lower the quality of the video content is no longer extracted 5. Optimizing the usage of band resources by repeatedly extracting a session and lowering the quality of the video content being distributed in the session with the longest elapsed time from the start of distribution, according to claim 4 Video distribution control device.
  6.  前記配信要件は、前記映像コンテンツの提供元から通知されたものである、請求項1乃至5の何れか一項に記載の映像配信制御装置。 The video distribution control device according to any one of claims 1 to 5, wherein the distribution requirements are notified from a provider of the video content.
  7.  映像コンテンツの視聴要求をクライアント端末から受信すると、前記映像コンテンツの配信要件とネットワークの帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する判定手順と、
     前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定されなかった場合、前記帯域リソースの利用状況を最適化する最適化手順と、
     前記配信要件を満たす品質で前記映像コンテンツを配信可能であると判定された場合、前記品質で前記映像コンテンツを配信するための帯域リソースを割り当てるリソース割当手順と、
     をコンピュータが実行し、
     前記判定手順は、
     前記帯域リソースの利用状況が最適化された場合、前記配信要件と、最適化後の前記帯域リソースの利用状況とに基づいて、前記配信要件を満たす品質で前記映像コンテンツを配信可能であるか否かを判定する、映像配信制御方法。
    When a request for viewing video content is received from a client terminal, it is determined whether or not the video content can be distributed with a quality that satisfies the distribution requirements, based on the distribution requirements of the video content and the usage status of network bandwidth resources. Judgment procedure for judging,
    an optimization procedure for optimizing the usage of the band resource if it is not determined that the video content can be distributed with a quality that satisfies the distribution requirements;
    a resource allocation procedure for allocating band resources for distributing the video content with the quality when it is determined that the video content can be distributed with the quality that satisfies the distribution requirements;
    is executed by the computer and
    The determination procedure is
    When the usage status of the bandwidth resource is optimized, whether or not the video content can be delivered with a quality that satisfies the delivery requirement based on the delivery requirement and the usage status of the bandwidth resource after optimization. A video distribution control method for determining whether
  8.  コンピュータを、請求項1乃至6の何れか一項に記載の映像配信制御装置として機能させるプログラム。 A program that causes a computer to function as the video distribution control device according to any one of claims 1 to 6.
PCT/JP2021/021460 2021-06-04 2021-06-04 Video-distribution control device, video-distribution control method, and program WO2022254730A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2021/021460 WO2022254730A1 (en) 2021-06-04 2021-06-04 Video-distribution control device, video-distribution control method, and program
JP2023525346A JPWO2022254730A1 (en) 2021-06-04 2021-06-04

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/021460 WO2022254730A1 (en) 2021-06-04 2021-06-04 Video-distribution control device, video-distribution control method, and program

Publications (1)

Publication Number Publication Date
WO2022254730A1 true WO2022254730A1 (en) 2022-12-08

Family

ID=84322937

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/021460 WO2022254730A1 (en) 2021-06-04 2021-06-04 Video-distribution control device, video-distribution control method, and program

Country Status (2)

Country Link
JP (1) JPWO2022254730A1 (en)
WO (1) WO2022254730A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007274111A (en) * 2006-03-30 2007-10-18 Sharp Corp Content distribution system
JP2014533003A (en) * 2011-10-21 2014-12-08 フラウンホーファー−ゲゼルシャフト・ツール・フェルデルング・デル・アンゲヴァンテン・フォルシュング・アインゲトラーゲネル・フェライン Information resource management concept
JP2020028043A (en) * 2018-08-13 2020-02-20 日本電信電話株式会社 Network control device, network control method and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007274111A (en) * 2006-03-30 2007-10-18 Sharp Corp Content distribution system
JP2014533003A (en) * 2011-10-21 2014-12-08 フラウンホーファー−ゲゼルシャフト・ツール・フェルデルング・デル・アンゲヴァンテン・フォルシュング・アインゲトラーゲネル・フェライン Information resource management concept
JP2020028043A (en) * 2018-08-13 2020-02-20 日本電信電話株式会社 Network control device, network control method and program

Also Published As

Publication number Publication date
JPWO2022254730A1 (en) 2022-12-08

Similar Documents

Publication Publication Date Title
US9049271B1 (en) Switch-initiated congestion management method
KR100715674B1 (en) Load balancing method and software steaming system using the same
US9131027B2 (en) Method, system, and client for streaming media service
US20230254357A1 (en) Fast encoding of live streaming media content
EP2537340B1 (en) Multipath delivery for adaptive streaming
US8804508B1 (en) Method and apparatus for using a network appliance to manage media communications
CA2849952C (en) Method for controlling bandwidth and corresponding device
US8239564B2 (en) Dynamic throttling based on network conditions
US20160286252A1 (en) Encoding Optimization Using Bitrate Range Comparisons for Encoded Segments
US20190394299A1 (en) File type association in a remote computing session
JP6419848B2 (en) Adaptive data segment delivery arbitration for bandwidth optimization
EP3047627B1 (en) Dash representations adaptations in network
EP2408205A1 (en) A video server, video client and method of scalable encoding video files
US10609111B2 (en) Client-driven, ABR flow rate shaping
US20220256213A1 (en) Systems, methods, and devices for network control
WO2022254730A1 (en) Video-distribution control device, video-distribution control method, and program
EP4296842A1 (en) Storage devices, methods of operating storage devices, and streaming systems including storage devices
JP2001156838A (en) Method and device for reserving communication resource and recording medium with communication resource reservation program recorded
KR101017352B1 (en) Method for transmitting streaming contents in wireless internet system
US10887642B1 (en) Managing encoder configuration based on content delivery network performance
WO2017018072A1 (en) Delivery rate selection device, delivery rate selection method, and program
US11647239B1 (en) Multi-encoder bandwidth load balancing for live video streaming
US20120246329A1 (en) Method for setting plurality of sessions and node using same
WO2011150643A1 (en) Method and device for on-line adaptation of media content
CN112106335B (en) Method and system for streaming media data over a content distribution network

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2023525346

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE