JP2017182157A - Web content distribution method - Google Patents

Web content distribution method Download PDF

Info

Publication number
JP2017182157A
JP2017182157A JP2016063753A JP2016063753A JP2017182157A JP 2017182157 A JP2017182157 A JP 2017182157A JP 2016063753 A JP2016063753 A JP 2016063753A JP 2016063753 A JP2016063753 A JP 2016063753A JP 2017182157 A JP2017182157 A JP 2017182157A
Authority
JP
Japan
Prior art keywords
spdy
content
server
configuration file
client
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2016063753A
Other languages
Japanese (ja)
Other versions
JP6483636B2 (en
Inventor
厳 峯木
Itsuki Mineki
厳 峯木
長谷川 輝之
Teruyuki Hasegawa
輝之 長谷川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2016063753A priority Critical patent/JP6483636B2/en
Publication of JP2017182157A publication Critical patent/JP2017182157A/en
Application granted granted Critical
Publication of JP6483636B2 publication Critical patent/JP6483636B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To speed up Web content distribution capable of extending an initial congestion window size of a single TCP connection in a pseudo manner by establishing a plurality of SPDY connections between a client and a server.SOLUTION: A client 1 establishes a preceding SPDY session with a server 2 to request a configuration file of content [Fig.1(a)]. The client 1 executes a procedure for additionally establishing a plurality of following SPDY sessions with the server 2 during a response delay period since the establishment of the preceding SPDY session is requested until the configuration file is received [Fig.1(b)]. When the plurality of following SPDY sessions are established, the client 1 which has received the configuration file uses the preceding SPDY session which has finished transmitting and receiving the configuration file and the plurality of following SPDY sessions to request and receive a plurality of sub-content described in the configuration file in parallel [Fig.1(c)]SELECTED DRAWING: Figure 1

Description

本発明は、クライアントがサーバからWebコンテンツを高速に受信するためのWebコンテンツ配信方法に係り、特に、疑似的に初期の輻輳ウィンドウサイズを拡張することで高速なWebコンテンツ配信を可能にするWebコンテンツ配信方法に関する。   The present invention relates to a Web content distribution method for a client to receive Web content from a server at high speed, and in particular, Web content that enables high-speed Web content distribution by artificially expanding the initial congestion window size. Regarding the delivery method.

現在のインターネットにおいて、Webコンテンツの配信プロトコルとして普及しているHTTPのバージョン1.1は、主にkeep-alive(キープアライブ)機能により、多数の画像コンテンツを含むWebページの表示などが高速化される。HTTP/1.1では、その初めは同時接続できるコネクション数が少なかったため、これを補う技術としてマルチドメイン構成のWebページが開発された。しかしながら、keep-alive機能では、リクエストの送信後、そのレスポンスを受信するまで、次のリクエストを送信することができないので十分な高速化を実現できない。   HTTP version 1.1, which is widely used as a web content distribution protocol in the current Internet, speeds up the display of a web page including a large number of image contents mainly by a keep-alive function. In HTTP / 1.1, the number of connections that can be connected simultaneously was small at the beginning, and a multi-domain web page was developed as a technology to compensate for this. However, with the keep-alive function, after the request is transmitted, the next request cannot be transmitted until the response is received.

このような技術課題を解決するために、HTTPの次世代のバージョンとしてHTTP/2.0が研究されている。このHTTP/2.0では、複数のHTTPセッションを単一のTCPコネクション上で並列に確立することで上記の技術課題を解決している。   In order to solve such technical problems, HTTP / 2.0 has been studied as a next generation version of HTTP. This HTTP / 2.0 solves the above technical problem by establishing a plurality of HTTP sessions in parallel on a single TCP connection.

非特許文献1には、単一TCPコネクション上のHTTPセッションの多重化、HTTPリクエストの優先度付け、冗長なヘッダの省略、通信データの圧縮の必須化、サーバからのPush配信を行うことで、既存のHTTPにおけるWebコンテンツ配信速度の向上を行う技術が開示されている。この技術はセッション層に実装され、これにより、既存のTCP、SSL、HTTPに手を加えることなく前述の機能を実現する。   In Non-Patent Document 1, by multiplexing HTTP sessions over a single TCP connection, prioritizing HTTP requests, omitting redundant headers, making communication data compression mandatory, and push delivery from the server, A technique for improving the Web content delivery speed in the existing HTTP is disclosed. This technology is implemented in the session layer, thereby realizing the functions described above without modifying the existing TCP, SSL, and HTTP.

非特許文献2には、HTTPを用いてStreaming配信を行うMPEG-DASH(Dynamic adaptive streaming over HTTP)をSPDYの配信に適用させる技術が開示されている。MPEG-DASHでは、コンテンツを配信するネットワーク帯域に応じた複数の符号化レートで(サーバに)保持する。また、コンテンツを10秒単位のセグメントに分割する。コンテンツのStreaming配信・再生に必要な情報(コンテンツの取得先、コンテンツの種類、解像度、最大ビットレート、DRM情報)はMPD(The Media Presentation Description)ファイルに記述される。   Non-Patent Document 2 discloses a technology that applies MPEG-DASH (Dynamic adaptive streaming over HTTP) that performs streaming distribution using HTTP to SPDY distribution. In MPEG-DASH, the content is held (in the server) at a plurality of encoding rates according to the network bandwidth for distributing the content. Also, the content is divided into 10-second segments. Information (content acquisition destination, content type, resolution, maximum bit rate, DRM information) necessary for streaming distribution / playback of content is described in an MPD (The Media Presentation Description) file.

クライアントはMPDファイルを解析してサーバに該当コンテンツのセグメントのリクエストをHTTP GET REQUESTとして送信し、サーバからコンテンツのセグメントを(HTTP GET RESPONSEとして)受信する。クライアントの使用可能な帯域幅が狭い場合は、クライアントは低レートのセグメントをリクエスト送信時に選択し、要求することで符号化レートの変更を可能としている。   The client analyzes the MPD file, sends a request for the corresponding content segment to the server as an HTTP GET REQUEST, and receives the content segment from the server (as an HTTP GET RESPONSE). When the available bandwidth of the client is narrow, the client selects a low-rate segment at the time of request transmission, and changes the encoding rate by requesting it.

非特許文献2ではさらに、HTTP2.0(SPDY)を適用することで、初期輻輳ウィンドウサイズの拡大やリクエスト(HTTP GET Request)の多重化、冗長となるHTTPヘッダの圧縮を用いてHTTP Streamingの高速化を実現している。   In Non-Patent Document 2, HTTP 2.0 (SPDY) is further applied to increase the initial congestion window size, multiplex requests (HTTP GET Request), and compress HTTP headers that are redundant. Has been realized.

IETF httpbis Internet-Draft, Hypertext Transfer Protocol version 2 (14)IETF httpbis Internet-Draft, Hypertext Transfer Protocol version 2 (14) The 2013 IEEE International Conference on Multimedia and Expo (ICME)2013, p1-p6、DYNAMIC ADAPTIVE STREAMING OVER HTTP/2.0The 2013 IEEE International Conference on Multimedia and Expo (ICME) 2013, p1-p6, DYNAMIC ADAPTIVE STREAMING OVER HTTP / 2.0

非特許文献1では、初期輻輳ウィンドウサイズをTCPコネクションの仕様における最大値の64Kbyteまで拡張して用いている。しかしながら、単一のTCPコネクション上でHTTPセッションの多重化を実現するため、複数のTCPコネクションを用いる既存のHTTP/1.1のように、疑似的に初期輻輳ウィンドウサイズを拡張する手法と比べるとウィンドウサイズが十分とは言えず、Webコンテンツ配信の高速化の制限となるという問題が生じる。   In Non-Patent Document 1, the initial congestion window size is extended to the maximum value of 64 Kbytes in the TCP connection specification. However, in order to realize multiplexing of HTTP sessions on a single TCP connection, the window size is compared with the method that artificially expands the initial congestion window size like existing HTTP / 1.1 that uses multiple TCP connections. However, it is not enough, and there is a problem that it becomes a limitation of speeding up Web content distribution.

サーバの輻輳ウィンドウサイズを変更する場合は、サーバの設定を変更するか、SPDY(登録商標)のWINDOW_UPDATEフレームを送信する必要がある。前者の場合は、サーバに一台ずつ設定を行う必要があるため現実的ではない。後者の場合は、クライアント・サーバ間で複数回のやり取りが必要となり、そこまで大きな初期輻輳ウィンドウサイズが利用できないという問題がある。   When changing the congestion window size of the server, it is necessary to change the server setting or to send a SPDY (registered trademark) WINDOW_UPDATE frame. The former case is not realistic because it is necessary to set one server at a time. In the latter case, there is a problem that a plurality of exchanges are required between the client and the server, and a large initial congestion window size cannot be used.

非特許文献2は、MPEG-DASHにSPDY(登録商標)を単純に適用したのみである。そのため、非特許文献1と同様の技術課題を含んでいる。   Non-Patent Document 2 simply applies SPDY (registered trademark) to MPEG-DASH. Therefore, the same technical problem as in Non-Patent Document 1 is included.

本発明の目的は、従来技術の課題を全て解決し、クライアント・サーバ間に複数のSPDYセッションを確立することで、サーバに手を加えることなく、単一TCPコネクションの初期の輻輳ウィンドウサイズを疑似的に拡張できるWebコンテンツ配信の高速化を実現することにある。   The object of the present invention is to solve all the problems of the prior art and establish multiple SPDY sessions between a client and a server to simulate the initial congestion window size of a single TCP connection without modifying the server. It is to realize high-speed Web content distribution that can be expanded.

上記の目的を達成するために、本発明は、サーバがクライアントへSPDYセッションでコンテンツを配信するWebコンテンツ配信方法において、クライアントがサーバとの間に先行SPDYセッションを確立してコンテンツの構成ファイルを要求する手順と、クライアントが、先行SPDYセッションの確立要求から構成ファイル受信までの待機遅延期間を利用して、サーバとの間に複数の後行SPDYセッションを確立する手順と、クライアアントが先行SPDYセッションで受信した構成ファイルにアドレス情報が記述されている各サブコンテンツを各SPDYセッションで並列的に受信する手順とを含むようにした。   To achieve the above object, according to the present invention, in a Web content distribution method in which a server distributes content to a client through an SPDY session, the client establishes a preceding SPDY session with the server and requests a content configuration file. And the client establishes multiple subsequent SPDY sessions with the server using the waiting delay period from the request to establish the predecessor SPDY session until the configuration file is received, and the client establishes the predecessor SPDY session. Including a procedure for receiving each sub-content whose address information is described in the configuration file received in parallel in each SPDY session.

本発明によれば、以下のような効果が達成される。
(1) 複数のSPDYセッションを用いて、疑似的に初期輻輳ウィンドウサイズを拡大できるので、Webコンテンツ配信の高速化が期待できるようになる。
According to the present invention, the following effects are achieved.
(1) Since the initial congestion window size can be artificially increased using multiple SPDY sessions, it will be possible to expect faster web content delivery.

(2) 先行SPDYセッションの確立を要求してから構成ファイルを受信するまでの応答遅延期間中に、サーバとの間に複数のSPDYセッションを確立する手順を実行することにより、複数のSPDYセッションを確立するための所要時間を、先行SPDYセッションの確立要求から構成ファイル受信までの応答遅延期間に重ねられるので、複数のSPDYセッションを追加的に確立するための所要時間がコンテンツ配信を遅延させてしまうことを防止できる。   (2) By executing a procedure to establish multiple SPDY sessions with the server during the response delay period from requesting the establishment of the preceding SPDY session to receiving the configuration file, multiple SPDY sessions are created. Since the time required for establishment is overlapped with the response delay period from the establishment request of the preceding SPDY session to the reception of the configuration file, the time required to additionally establish multiple SPDY sessions will delay content delivery. Can be prevented.

(3) HTTP Streamingにおける各セグメントの配信方法が、セグメントの転送速度に応じて切り換えられるので、低速時でも途切れの無い再生を可能にでき、高速時にはシーケンスバーの先送りに対応できるなどの利便性の向上が可能になる。   (3) Since the delivery method of each segment in HTTP Streaming can be switched according to the transfer rate of the segment, it is possible to play without interruption even at low speeds, and it is possible to cope with sequence bar advance at high speeds. Improvement is possible.

(4) サーバ側を改修することなく、クライアント側の改修、実装のみで対応できるので、既存システムへの適用が容易となる。   (4) Since it can be handled only by renovation and implementation on the client side without revising the server side, it can be easily applied to existing systems.

本発明のコンテンツ配信方法の概要を説明するための図である。It is a figure for demonstrating the outline | summary of the content delivery method of this invention. 本発明の一実施形態の動作を示したフローチャートである。It is the flowchart which showed operation | movement of one Embodiment of this invention. コンテンツがWebページである場合のクライアント/サーバ間でのシーケンスフローである。It is a sequence flow between the client / server when the content is a Web page. コンテンツがHTTP Streamingである場合のクライアント/サーバ間でのシーケンスフローである。It is a sequence flow between the client / server when the content is HTTP Streaming. HTTP Streamingにおけるセグメントの第1の配信方法を示した図である。It is the figure which showed the 1st delivery method of the segment in HTTP Streaming. HTTP Streamingにおけるセグメントの第2の配信方法を示した図である。It is the figure which showed the 2nd delivery method of the segment in HTTP Streaming.

以下、図面を参照して本発明の実施の形態について詳細に説明する。図1は、本発明のWebコンテンツ配信方法の概要を説明するための図であり、クライアント1はサーバ2との間に複数のSPDYセッションを確立し、各SPDYセッションを利用してWebコンテンツを構成する複数のサブコンテンツを並列的に受信する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram for explaining the outline of the Web content distribution method of the present invention. A client 1 establishes a plurality of SPDY sessions with a server 2 and configures Web content using each SPDY session. A plurality of sub-contents to be received in parallel.

本発明が配信対象とするWebコンテンツは、一つの構成ファイルと複数のサブコンテンツとから構成され、各サブコンテンツの取得先アドレス情報は構成ファイルに記述されている。   The Web content to be distributed by the present invention is composed of one configuration file and a plurality of sub contents, and the acquisition destination address information of each sub content is described in the configuration file.

前記構成ファイルは、取得しようとするWebコンテンツがWebページであればHTMLファイルであり、HTTP StreamingであればMPD(Music Player Daemon)である。前記サブコンテンツは、取得しようとするコンテンツがWebページであれば当該ページに表示される各画像等のコンテンツデータあり、HTTP Streamingであればストリーミング映像を構成する各セグメントである。   The configuration file is an HTML file if the Web content to be acquired is a Web page, and an MPD (Music Player Daemon) if it is HTTP Streaming. The sub-content is content data such as each image displayed on the page if the content to be acquired is a Web page, and each segment constituting a streaming video if HTTP Streaming.

クライアント1は初めに、サーバ2との間に先行して一つのSPDYセッション(先行SPDYセッション)を確立する。そして、当該先行SPDYセッションにおいてコンテンツの構成ファイルをサーバへ要求[同図(a)]する。   The client 1 first establishes one SPDY session (preceding SPDY session) with the server 2 in advance. Then, in the preceding SPDY session, a content configuration file is requested to the server [FIG.

クライアント1はさらに、前記先行SPDYセッションの確立をサーバ2へ要求してから前記構成ファイルを受信するまでの応答遅延期間中に、サーバ2との間に複数のSPDYセッション(後行SPDYセッション)を追加的に確立する手順を実行する[同図(b)]。これにより、複数の後行SPDYセッションをサーバ2との間に確立するための所要時間を、先行SPDYセッションの確立要求から構成ファイル受信までの応答遅延期間に重ねられるので、複数のSPDYセッションを追加的に確立するための所要時間がコンテンツ配信を遅延させてしまうことを防止できる。   The client 1 further establishes a plurality of SPDY sessions (following SPDY sessions) with the server 2 during a response delay period from when the server 2 is requested to establish the preceding SPDY session until the configuration file is received. An additional establishment procedure is executed [Fig. (B)]. As a result, the time required to establish multiple subsequent SPDY sessions with the server 2 can be overlapped with the response delay period from the establishment request of the previous SPDY session to the reception of the configuration file, so multiple SPDY sessions are added. It is possible to prevent the time required for establishing the content from delaying the content distribution.

その後、構成ファイルを受信したクライアント1は、複数の後行SPDYセッションがサーバ2との間に確立されると、前記構成ファイルを送受し終えた先行SPDYセッションおよび新たに確立された複数の後行SPDYセッションを利用して、構成ファイルに記述されている複数のサブコンテンツの要求およびその受信を並行して実行する[同図(c)]。これにより、疑似的に初期輻輳ウィンドウサイズを拡大できるので、コンテンツ配信の高速化が期待できるようになる。   Thereafter, when a plurality of succeeding SPDY sessions are established with the server 2, the client 1 that has received the configuration file establishes a preceding SPDY session that has finished sending and receiving the configuration file and a plurality of newly established succeeding SPDY sessions. Using the SPDY session, requests and reception of multiple sub contents described in the configuration file are executed in parallel [(c)]. As a result, the initial congestion window size can be increased in a pseudo manner, so that high-speed content distribution can be expected.

図2は、本発明の一実施形態の動作を示したフローチャートであり、図3は、配信対象のWebコンテンツがWebページである場合のシーケンスフローであり、図4は、HTTP Streamingである場合のシーケンスフローである。   FIG. 2 is a flowchart showing the operation of one embodiment of the present invention, FIG. 3 is a sequence flow when the Web content to be distributed is a Web page, and FIG. 4 is a case of HTTP Streaming. It is a sequence flow.

初めに図2,3を参照し、ステップS1において、クライアントに対するWebコンテンツの配信要求が検知されると、ステップS2では、当該Webコンテンツを蓄積するサーバに対してSPDYセッションの確立要求が送信され(時刻t0)、これにサーバ応答することにより、クライアントとサーバとの間に先行して一つのSPDYセッション(先行SPDYセッション)が確立され(時刻t1)、さらにクライアントからサーバへ、前記先行SPDYセッションにおいて、コンテンツの構成ファイルを受信するためのGETリクエストが送信される(時刻t2)。   First, referring to FIGS. 2 and 3, when a Web content distribution request to a client is detected in step S1, a SPDY session establishment request is transmitted to the server that stores the Web content (step S2). At time t0), by responding to the server, one SPDY session (preceding SPDY session) is established between the client and the server (time t1), and further from the client to the server, in the preceding SPDY session. Then, a GET request for receiving the content configuration file is transmitted (time t2).

前記ステップS2と並行して、ステップS3では、クライアントとサーバとの間に複数のSPDYセッション(後行SPDYセッション)を確立する手順が開始される(時刻t3〜t4)。ステップS4では、配信要求されたWebコンテンツが、WebページおよびHTTP Streamingのいずれであるかが判定される。   In parallel with step S2, in step S3, a procedure for establishing a plurality of SPDY sessions (following SPDY sessions) between the client and the server is started (time t3 to t4). In step S4, it is determined whether the web content requested for distribution is a web page or HTTP streaming.

Webページの配信要求であればステップS5へ進み、前記要求した構成ファイル(ここでは、HTMLファイル)が前記先行SPDYセッションで受信される(時刻t5)のを待ってステップS6へ進む。ステップS6では、受信したHTMLファイルに記述されている各サブコンテンツのアドレスが識別されてGETリクエストのメッセージがそれぞれ生成される。   If it is a Web page distribution request, the process proceeds to step S5, and the process proceeds to step S6 after waiting for the requested configuration file (here, HTML file) to be received in the preceding SPDY session (time t5). In step S6, the address of each sub-content described in the received HTML file is identified, and a GET request message is generated.

ステップS7では、前記ステップS3で確立手順が開始されてサーバとの間に確立された複数の後行SPDYセッション、および前記構成ファイルの送受が完了した先行SPDYセッションを利用して、前記各GETリクエストが並行してサーバへ送信され(時刻t6,t7,t8)、当該GETリクエストに応答してサーバが配信した各サブコンテンツが受信される(時刻t9〜t14)。   In step S7, each GET request is made using a plurality of subsequent SPDY sessions established with the server after the establishment procedure is started in step S3 and the preceding SPDY session in which the transmission / reception of the configuration file has been completed. Are transmitted to the server in parallel (time t6, t7, t8), and each sub-content distributed by the server in response to the GET request is received (time t9 to t14).

ステップS8では、全てのサブコンテンツの受信が完了したか否かが判定される。完了していなければステップS7へ戻り、送受信の完了した後行SPDYセッションを利用して未送信のGETリクエストを送信し、サーバが応答したサブコンテンツが受信される。   In step S8, it is determined whether or not reception of all sub contents has been completed. If not completed, the process returns to step S7, and after transmission / reception is completed, an unsent GET request is transmitted using the subsequent SPDY session, and the sub-content responded by the server is received.

次いで、図2,4を参照し、前記ステップS4において、HTTP Streamingの配信要求と判定されればステップS9へ進み、前記要求した構成ファイル(ここでは、MPDファイル)が前記先行SPDYセッションで受信される(時刻t15)のを待ってステップS10へ進む。   Next, referring to FIGS. 2 and 4, if it is determined in step S4 that the request is an HTTP Streaming distribution request, the process proceeds to step S9, and the requested configuration file (here, MPD file) is received in the preceding SPDY session. (Time t15), the process proceeds to step S10.

ステップS10では、受信したMPDファイルに記述されている各セグメントの受信順序が、その再生順序に基づいて決定される。ステップS11では、各セグメントのアドレスが識別されてGETリクエストのメッセージがそれぞれ生成される。   In step S10, the reception order of the segments described in the received MPD file is determined based on the playback order. In step S11, the address of each segment is identified, and a GET request message is generated.

ステップS12では、前記ステップS3で確立手順が開始されてサーバとの間に確立された複数の後行SPDYセッション、および構成ファイルの送受を完了した先行SPDYセッションを利用して、セグメントファイルのリクエストおよびその受信が並行して行われる。   In step S12, a request for a segment file and a plurality of succeeding SPDY sessions established with the server after the establishment procedure is started in step S3 and a preceding SPDY session for which transmission / reception of the configuration file has been completed are used. The reception is performed in parallel.

本実施形態では、初めに再生順序が1番のセグメント#1に関するGETリクエストがサーバへ送信され(時刻t16)、当該リクエストに応答してサーバが配信したセグメント#1が受信される(時刻t17)。   In the present embodiment, first, a GET request related to segment # 1 whose playback order is No. 1 is transmitted to the server (time t16), and segment # 1 distributed by the server in response to the request is received (time t17). .

次いで、前記セグメント#1の受信に要した時間に基づいて、後続する各セグメント#2,#3,#4の受信品質が決定される(時刻t18)。そして、確立されている複数のSPDYセッションを利用して、前記受信品質指定を含む各GETリクエストが並行してサーバへ送信され(時刻t19,t20,t21)、当該リクエストに応答してサーバが配信した各サブコンテンツ#2,#3,#4が前記指定品質で受信される(t22,t23,t24)。   Next, the reception quality of each subsequent segment # 2, # 3, # 4 is determined based on the time required to receive the segment # 1 (time t18). Then, using a plurality of established SPDY sessions, each GET request including the reception quality designation is sent to the server in parallel (time t19, t20, t21), and the server delivers in response to the request The sub contents # 2, # 3, and # 4 are received with the specified quality (t22, t23, t24).

ステップS13では、全てのサブコンテンツの受信が完了したか否かが判定される。完了していなければステップS12へ戻り、セグメント#2,#3,#4の受信に要した時間に基づいて、後続するセグメント#5,#6の受信品質が決定される(時刻t25)。   In step S13, it is determined whether reception of all sub-contents has been completed. If not completed, the process returns to step S12, and the reception quality of the subsequent segments # 5, # 6 is determined based on the time required to receive the segments # 2, # 3, # 4 (time t25).

次いで、送受信の完了した複数のSPDYセッションを利用して、前記受信品質指定を含む未受信のセグメント#5,#6のGETリクエストを送信し(時刻t26,t27)、サーバが応答したセグメント#5,#6が受信される(時刻t28,t29)。   Next, using a plurality of SPDY sessions for which transmission / reception has been completed, GET requests for unreceived segments # 5 and # 6 including the reception quality designation are transmitted (time t26, t27), and segment # 5 to which the server responds , # 6 are received (time t28, t29).

図5,6は、HTTP Streamingにおける各セグメントの配信方法を模式的に表現した図である。本実施形態では、セグメントの転送速度Viと再生時間tiとの関係に基づいて、セグメントの配信方法を切り替える基準速度Vrefが設定され、セグメントの転送速度Viが基準速度Vrefを上回るか否かに応じて転送方法が切り換えられる。   5 and 6 are diagrams schematically showing a method for distributing each segment in HTTP Streaming. In the present embodiment, a reference speed Vref for switching the segment distribution method is set based on the relationship between the segment transfer speed Vi and the playback time ti, and depending on whether the segment transfer speed Vi exceeds the reference speed Vref or not. To change the transfer method.

セグメントの転送速度Viが基準速度Vrefを下回る場合は、図5に示したように、ストリーミング再生に途切れが生じないことを最優先に、連続するn個のセグメントを、n本(ここでは、3本)の各SPDYセッションで1個ずつ並列的に受信し、これを一周期として繰り返す配信方法が採用される。   When the segment transfer speed Vi is lower than the reference speed Vref, as shown in FIG. 5, n continuous segments are divided into n (here 3 A distribution method is adopted in which one is received in parallel in each SPDY session and this is repeated as one cycle.

これに対して、セグメントの転送速度Viが十分に早く、基準速度Vrefを上回る場合は、図6に示したように、シーケンスバーの先送りに対応できるよう、連続するn×m個(ここでは、3×3)のセグメントを、n本の各SPDYセッションで連続するm個ずつ並列的に受信し、これを一周期として繰り返す配信方法が採用される。   On the other hand, when the segment transfer speed Vi is sufficiently fast and exceeds the reference speed Vref, as shown in FIG. 6, n × m continuous (here, A 3 × 3) segment is received in parallel for each of n SPDY sessions in parallel, and a distribution method is used in which this is repeated as one cycle.

本実施形態によれば、複数のSPDYセッションを用いて、疑似的に初期輻輳ウィンドウサイズを拡大できるので、Webコンテンツ配信の高速化が期待できるようになる。   According to the present embodiment, since the initial congestion window size can be artificially increased using a plurality of SPDY sessions, it is possible to expect an increase in Web content delivery speed.

また、本実施形態によれば、クライアントが先行SPDYセッションの確立を要求してから構成ファイルを受信するまでの応答遅延期間中に、サーバとの間に複数のSPDYセッションを確立する手順が実行される。その結果、複数のSPDYセッションをサーバとの間に確立するための所要時間を、先行SPDYセッションの確立要求から構成ファイル受信までの応答遅延期間に重ねられるので、複数のSPDYセッションを追加的に確立するための所要時間がコンテンツ配信を遅延させてしまうことを防止できる。   In addition, according to the present embodiment, a procedure for establishing a plurality of SPDY sessions with the server is executed during a response delay period from when a client requests establishment of a preceding SPDY session until receiving a configuration file. The As a result, the time required to establish multiple SPDY sessions with the server can be overlapped with the response delay period from the request to establish the previous SPDY session to the reception of the configuration file, so multiple SPDY sessions are additionally established. It is possible to prevent the time required for the content from being delayed.

さらに、本実施形態によれば、HTTP Streamingにおける各セグメントの配信方法が、セグメントの転送速度Viに応じて切り換えられるので、低速時でも途切れの無い再生を可能にでき、高速時にはシーケンスバーの先送りに対応できるなどの利便性の向上が可能になる。   Furthermore, according to the present embodiment, since the distribution method of each segment in HTTP Streaming is switched according to the segment transfer speed Vi, it is possible to perform continuous playback even at low speeds, and to advance the sequence bar at high speeds. It is possible to improve convenience such as being able to respond.

さらに、本実施形態によれば、サーバ側を改修することなく、クライアント側の改修、実装のみで対応できるので、既存システムへの適用が容易となる。   Furthermore, according to the present embodiment, it is possible to cope with only the modification and mounting on the client side without modifying the server side, so that application to an existing system becomes easy.

1…クライアント,2…サーバ   1 ... Client, 2 ... Server

Claims (4)

サーバがクライアントへSPDYセッションでWebコンテンツを配信するWebコンテンツ配信方法において、
クライアントがサーバとの間に先行SPDYセッションを確立してコンテンツの構成ファイルを要求する手順と、
クライアントが、前記先行SPDYセッションの確立を要求してから構成ファイルを受信するまでの待機遅延期間を利用して、サーバとの間に複数の後行SPDYセッションを確立する手順と、
クライアアントが前記先行SPDYセッションで受信した構成ファイルにアドレス情報が記述されている各サブコンテンツを前記各SPDYセッションで並列的に受信する手順とを含むことを特徴とするWebコンテンツ配信方法。
In the web content delivery method in which the server delivers web content to the client in an SPDY session,
A procedure for the client to establish a predecessor SPDY session with the server and request a content configuration file;
A procedure for establishing a plurality of subsequent SPDY sessions with a server using a waiting delay period from when a client requests establishment of the preceding SPDY session until receiving a configuration file;
A Web content distribution method comprising: a step of receiving each sub-content whose address information is described in a configuration file received by the client in the preceding SPDY session in parallel in each SPDY session.
前記コンテンツがWebページであり、前記構成ファイルがHTMLファイルであり、前記サブコンテンツが当該Webページに表示される各コンテンツデータであることを特徴とする請求項1に記載のWebコンテンツ配信方法。   2. The Web content distribution method according to claim 1, wherein the content is a Web page, the configuration file is an HTML file, and the sub-content is each content data displayed on the Web page. 前記コンテンツがHTTP Streamingであり、前記構成ファイルがMPDファイルであり、前記サブコンテンツが時系列の各セグメントファイルであることを特徴とする請求項1に記載のWebコンテンツ配信方法。   2. The Web content distribution method according to claim 1, wherein the content is HTTP Streaming, the configuration file is an MPD file, and the sub-content is each time-series segment file. 前記並列的に受信する手順は、
連続するn個のセグメントを、n本の各SPDYセッションで1個ずつ並列的に受信し、これを一周期として繰り返す第1手順と、
連続するn×m個のセグメントを、n本の各SPDYセッションで連続するm個ずつ並列的に受信し、これを一周期として繰り返す第2手順とを選択的に採用し、
セグメントの転送速度がセグメントの再生時間に依存した所定の基準速度よりも遅ければ前記第1手順を採用し、早ければ第2手順を採用することを特徴とする請求項3に記載のWebコンテンツ配信方法。
The procedure of receiving in parallel is as follows:
A first procedure in which n consecutive segments are received in parallel in each of n SPDY sessions, and this is repeated as one cycle;
Selectively adopt the second step of receiving consecutive n × m segments in m consecutive in each of n SPDY sessions and repeating this in one cycle,
4. The Web content distribution according to claim 3, wherein the first procedure is adopted when the segment transfer rate is slower than a predetermined reference rate depending on the segment reproduction time, and the second procedure is adopted at the earliest. Method.
JP2016063753A 2016-03-28 2016-03-28 Web content delivery method Expired - Fee Related JP6483636B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016063753A JP6483636B2 (en) 2016-03-28 2016-03-28 Web content delivery method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016063753A JP6483636B2 (en) 2016-03-28 2016-03-28 Web content delivery method

Publications (2)

Publication Number Publication Date
JP2017182157A true JP2017182157A (en) 2017-10-05
JP6483636B2 JP6483636B2 (en) 2019-03-13

Family

ID=60006168

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016063753A Expired - Fee Related JP6483636B2 (en) 2016-03-28 2016-03-28 Web content delivery method

Country Status (1)

Country Link
JP (1) JP6483636B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130103791A1 (en) * 2011-05-19 2013-04-25 Cotendo, Inc. Optimizing content delivery over a protocol that enables request multiplexing and flow control
JP2014010622A (en) * 2012-06-29 2014-01-20 Kddi Corp Distribution device of web content
JP2014021728A (en) * 2012-07-18 2014-02-03 Canon Inc Information processing system, control method, server, information processing device, and computer program
US20140310429A1 (en) * 2011-03-20 2014-10-16 Israel L'Heureux Server-side http translator
JP2014199564A (en) * 2013-03-29 2014-10-23 Kddi株式会社 Distribution device of web content
JP2015032299A (en) * 2013-08-07 2015-02-16 Kddi株式会社 Web content distribution device
US20150350100A1 (en) * 2014-05-30 2015-12-03 Apple Inc. Multi-stream scheduling and requests

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140310429A1 (en) * 2011-03-20 2014-10-16 Israel L'Heureux Server-side http translator
US20130103791A1 (en) * 2011-05-19 2013-04-25 Cotendo, Inc. Optimizing content delivery over a protocol that enables request multiplexing and flow control
JP2014010622A (en) * 2012-06-29 2014-01-20 Kddi Corp Distribution device of web content
JP2014021728A (en) * 2012-07-18 2014-02-03 Canon Inc Information processing system, control method, server, information processing device, and computer program
JP2014199564A (en) * 2013-03-29 2014-10-23 Kddi株式会社 Distribution device of web content
JP2015032299A (en) * 2013-08-07 2015-02-16 Kddi株式会社 Web content distribution device
US20150350100A1 (en) * 2014-05-30 2015-12-03 Apple Inc. Multi-stream scheduling and requests

Also Published As

Publication number Publication date
JP6483636B2 (en) 2019-03-13

Similar Documents

Publication Publication Date Title
CN104918072B (en) Low delay live video spreads defeated
JP6981257B2 (en) Information processing equipment and information processing method
JP2024519363A (en) Game data processing method, device, computer device, and computer program
KR101978738B1 (en) Streaming media data transmission method, client and server
WO2017096830A1 (en) Content delivery method and scheduling proxy server for cdn platform
JP2003060638A (en) Content providing device and method therefor
CN104219286B (en) streaming media processing method, device, client, CDN node server and terminal
US20120317243A1 (en) Audio processing method and device for remote desktop protocol
EP3095227B1 (en) System and methods for dynamic transcoder rate adaption for adaptive bit rate streaming
CN110943977B (en) Multimedia service data transmission method, server, equipment and storage medium
CN108848530A (en) A kind of method, apparatus and dispatch server obtaining Internet resources
US20170272498A1 (en) Streaming media file distribution method and system
WO2017161757A1 (en) Method and system for distributing streaming media file
WO2015142752A1 (en) Transport accelerator implementing a multiple interface architecture
WO2015109847A1 (en) Method for rapidly delivering segmented programs, server and client
CN112511871A (en) Packer for flow of sectionalizer
WO2017113816A1 (en) Method and device for peer-to-peer network connection
WO2013185547A1 (en) Caching server service method, caching server and system thereof
US9986010B2 (en) System and method for controlling video and/or audio streams in a web browser
JP6483636B2 (en) Web content delivery method
KR102202597B1 (en) A method and apparatus for providing a broadcast service based on a heterogenous network
WO2019085243A1 (en) Audio and video data playback method and server and client terminal
WO2015109842A1 (en) Method for processing segmented programs, server and client device
WO2016165596A1 (en) Multimedia file control method and system
CN105263033A (en) Audio and video data sending method and device and audio and video data receiving method and device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180307

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190129

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190206

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190214

R150 Certificate of patent or registration of utility model

Ref document number: 6483636

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees