JP6535273B2 - Receiving device, segment acquisition method, and program - Google Patents

Receiving device, segment acquisition method, and program Download PDF

Info

Publication number
JP6535273B2
JP6535273B2 JP2015227894A JP2015227894A JP6535273B2 JP 6535273 B2 JP6535273 B2 JP 6535273B2 JP 2015227894 A JP2015227894 A JP 2015227894A JP 2015227894 A JP2015227894 A JP 2015227894A JP 6535273 B2 JP6535273 B2 JP 6535273B2
Authority
JP
Japan
Prior art keywords
segment
start time
reproduction
url
video
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.)
Active
Application number
JP2015227894A
Other languages
Japanese (ja)
Other versions
JP2017098706A (en
Inventor
敏 西村
敏 西村
松村 欣司
欣司 松村
藤沢 寛
寛 藤沢
山本 正男
正男 山本
遠藤 洋介
洋介 遠藤
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.)
Japan Broadcasting Corp
Original Assignee
Japan Broadcasting 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 Japan Broadcasting Corp filed Critical Japan Broadcasting Corp
Priority to JP2015227894A priority Critical patent/JP6535273B2/en
Publication of JP2017098706A publication Critical patent/JP2017098706A/en
Application granted granted Critical
Publication of JP6535273B2 publication Critical patent/JP6535273B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Television Signal Processing For Recording (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Description

本発明は、ライブストリーミングを受信する受信装置、セグメント取得方法、及びプログラムに関する。   The present invention relates to a receiving apparatus that receives live streaming, a segment acquisition method, and a program.

昨今のインターネットにおけるストリーミング動画配信では、専用のサーバと専用のプロトコルによるストリーミング配信方式から、汎用的なWebサーバによりHTTPプロトコルを用いてストリーミング配信する方式への移行が進んでおり、多くのデバイス向けの配信において主流となっている。このようなHTTPプロトコルによるストリーミング配信方式(アダプティブストリーミング)としては、ITベンダによる独自技術が普及している他、これらストリーミング方式の統一を意図した国際標準規格であるMPEG−DASH(ISO/IEC23009−1)が策定された。   In the streaming video delivery on the Internet in recent years, the transition from a streaming delivery method using a dedicated server and a dedicated protocol to a streaming delivery method using an HTTP protocol by a general-purpose Web server is progressing, and for many devices It is mainstream in delivery. As streaming delivery methods (adaptive streaming) using such HTTP protocol, proprietary techniques by IT vendors are widespread, and MPEG-DASH (ISO / IEC 23009-1), which is an international standard intended to unify these streaming methods. ) Was formulated.

いずれの技術も基本的なコンセプトは同様であり、Webサーバには動画コンテンツを一つ又は複数の品質(画面サイズやビットレート)でエンコードしたストリームをそれぞれ数秒から数十秒程度のファイルに分割したもの(セグメント)と、それらの動画コンテンツの属性やURLを記述したマニフェストファイルを用意する。受信装置はマニフェストファイルから当該受信装置の画面サイズや伝送路のネットワーク帯域の状態等を考慮して、適時品質を選択して次々とセグメントを受信し、1本の動画コンテンツにつなぎ合わせて再生するものである(例えば、非特許文献1参照)。   The basic concept of each technology is the same, and the Web server is divided into a few seconds to several tens of seconds each of a stream encoded with moving image content at one or more qualities (screen size and bit rate). Prepare a manifest file in which objects (segments) and attributes and URLs of those moving image contents are described. The receiving device selects the timely quality from the manifest file in consideration of the screen size of the receiving device and the network bandwidth of the transmission path, etc., receives the segments one after another, joins them into one moving image content, and reproduces them. (See, for example, Non-Patent Document 1).

図5にアダプティブストリーミングの一例を示す。図5では、映像が複数品質でエンコードされ、それぞれの品質ごとに数秒単位に分割されたセグメントが生成されている。この例では、エンコーダは映像を低品質のセグメント1〜4、中品質のセグメント1’〜4’、及び高品質のセグメント1”〜4”に分割している。マニフェストファイルには、セグメントのURLや、それぞれの品質ごとのビットレートや画像サイズ等の属性情報が登録される。セグメント及びマニフェストファイルはWebサーバに供給される。   An example of adaptive streaming is shown in FIG. In FIG. 5, the video is encoded with multiple qualities, and segments divided into units of several seconds are generated for each quality. In this example, the encoder divides the video into low quality segments 1-4, medium quality segments 1'-4 ', and high quality segments 1' '-4' '. In the manifest file, attribute information such as the URL of the segment and the bit rate and image size for each quality are registered. Segment and manifest files are provided to the web server.

受信装置は、Webサーバからマニフェストファイルを受信し、マニフェストファイルからビットレートやセグメントの構成を把握し(ステップA)、受信装置の画面サイズやネットワークの受信帯域の状況をもとにセグメント単位で品質を選択し、HTTPプロトコルにより受信する(ステップB)。続いて、受信したセグメントをマニフェストファイルに従って順番通りにつなぎ合わせて再生する(ステップC)。このようにステップB,Cの処理を繰り返すことにより、一連のコンテンツを受信し再生を継続することができる。   The receiving device receives the manifest file from the Web server, grasps the bit rate and the segment configuration from the manifest file (Step A), and quality on a segment basis based on the screen size of the receiving device and the status of the network reception bandwidth. Are selected and received by the HTTP protocol (step B). Subsequently, the received segments are connected in order according to the manifest file and reproduced (step C). By repeating the processes of steps B and C in this way, it is possible to receive a series of contents and continue reproduction.

受信装置においては、多くのデバイスで普及が進むHTML5ブラウザを利用することにより、マルチデバイス(PC、テレビ受信機、タブレット装置等)に対応可能な視聴環境を構築することができる。   In the receiving apparatus, by using the HTML 5 browser, which is widely used in many devices, it is possible to construct a viewing environment compatible with multi-devices (PC, television receiver, tablet device, etc.).

しかし、従来HTML5ブラウザで動画を再生するための機能であるビデオ要素(videoタグ)では、ソースとしてメディアファイルを参照することしかできなかったため、このようなアダプティブストリーミングの視聴を実現するためには、別途ブラウザプラグインのインストールが必要だった。そのため、どのブラウザでも共通で利用できる視聴環境を構築することが困難だった。このような状況から、HTML5ブラウザのビデオ要素(videoタグ)及びJavascript(登録商標)によってアダプティブストリーミングの視聴を実現するための機能として、Webで利用される技術の標準化をすすめる国際的な非営利団体であるW3CにおいてMSE(Media Source Extensions)の規格化が進んでいる(例えば、非特許文献2参照)。   However, since video elements (video tags), which are a function to play moving pictures in HTML5 browser, can only refer to media files as sources, to realize such adaptive streaming viewing, however, It was necessary to install a browser plug-in separately. Therefore, it was difficult to construct a viewing environment that can be used commonly by any browser. Under such circumstances, an international non-profit organization promoting standardization of technologies used on the Web as a function for realizing adaptive streaming viewing by HTML5 browser video elements (video tags) and Javascript (registered trademark) The standardization of MSE (Media Source Extensions) is progressing in W3C, which is (see, for example, Non-Patent Document 2).

MSEを用いることにより、ビデオ要素はソースとしてバッファを参照することが可能となる。そのバッファへはJavascriptによって受信したセグメントを挿入することができるようになることから、多様なアダプティブストリーミングの視聴がHTML5のビデオ要素とJavascriptにより実現可能となる。   By using the MSE, the video element can reference the buffer as a source. Since it becomes possible to insert segments received by Javascript into the buffer, various adaptive streaming viewing can be realized by HTML5 video elements and Javascript.

ここで、図6を参照してMSEのバッファモデルについて説明する。図6はMSEのバッファモデルの一例を示す図である。バッファ(SourceBuffer)は、セグメント開始時刻と再生継続時間の情報に対応付けてセグメントを管理する。図6では、斜線の入ったブロックがセグメントを示しており、セグメント単位の再生開始時刻であるセグメント開始時刻が0秒かつ再生継続時間が5秒、セグメント開始時刻が5秒かつ再生継続時間が5秒、及びセグメント開始時刻が15秒かつ再生継続時間が5秒の3つのセグメントがバッファに挿入されている。この時、バッファのバッファリング範囲(buffered属性)は0〜10秒、15〜20秒となる。   Here, the buffer model of the MSE will be described with reference to FIG. FIG. 6 is a diagram showing an example of the MSE buffer model. A buffer (SourceBuffer) manages segments in association with information on segment start time and playback duration time. In FIG. 6, shaded blocks indicate segments, and the segment start time, which is the segment unit playback start time, is 0 seconds, the playback duration is 5 seconds, the segment start time is 5 seconds, and the playback duration is 5 Three segments of second and segment start time of 15 seconds and reproduction duration of 5 seconds are inserted in the buffer. At this time, the buffering range (buffered attribute) of the buffer is 0 to 10 seconds and 15 to 20 seconds.

一般にストリーミングを視聴する際には、ネットワークの混雑状況に応じて受信帯域が常に変動することから、バッファ容量の許す限り現在の再生時刻よりも数秒から数十秒先のデータまで受信してバッファに挿入しておくことにより、視聴の安定性を向上することができる。   Generally, when watching streaming, the reception bandwidth always fluctuates according to the congestion status of the network, so as long as the buffer capacity allows, data from several seconds to tens of seconds ahead of the current playback time is received and stored in the buffer. By inserting it, the viewing stability can be improved.

コンテンツの視聴においては、コンテンツの最初から最後まで通して視聴する視聴方法に加え、視聴中にコンテンツの任意の位置を指定して再生を行うシーク操作を可能とすることで利便性を向上できる。   In the case of content viewing, in addition to a viewing method of viewing through the content from the beginning to the end, convenience can be improved by enabling a seek operation to specify and play an arbitrary position of the content during viewing.

また、ストリーミング再生でユーザが任意の位置を指定して再生を行うときに生じていた待ち時間に、見かけ上シームレスな切替えを可能とする映像表示装置、バッファ管理方法及び映像表示システムが知られている(例えば、特許文献1参照)。   In addition, a video display device, a buffer management method, and a video display system are known that enable a seemingly seamless switching during the waiting time that occurs when the user specifies an arbitrary position and performs playback in streaming playback. (See, for example, Patent Document 1).

特開2013−16920号公報JP, 2013-16920, A

“次世代動画配信技術「MPEG−DASH」技術概要と標準化・関連技術動向”,映像情報メディア学会誌,Vol.67, No.2, 2013, p.109-115“Technical overview and standardization and related technology trends of next-generation video distribution technology“ MPEG-DASH ”, Journal of the Institute of Image Information and Television Engineers, Vol. 67, No. 2, 2013, p. 109-115 W3C、“Media Source Extensions W3C Candidate Recommendation 17 July 2014”、[2015年11月6日検索]、インターネット<URL:http://www.w3.org/TR/media-source/>W3C, "Media Source Extensions W3C Candidate Recommendation 17 July 2014", [Search on November 6, 2015], Internet <URL: http://www.w3.org/TR/media-source/>

MSEを用いたストリーミング視聴の場合には、シーク動作はビデオ要素のcurrentTimeプロパティにシーク後の再生時刻を設定し、該設定した再生時刻を含むセグメントを取得することにより実行することができる。この時の一般的な受信装置のバッファの状況の一例を図7に示す。   In the case of streaming viewing using MSE, the seek operation can be performed by setting the playback time after seek in the currentTime property of the video element and acquiring a segment including the set playback time. An example of the state of the buffer of a general receiving apparatus at this time is shown in FIG.

図7では、映像セグメントの再生継続時間が10秒、音声セグメントの再生継続時間が8秒であり、シーク後の新規再生開始時刻を18秒とした例を示している。斜線の入ったブロックがセグメントを示している。この場合には、映像は再生時刻18秒を含むセグメントa(セグメント開始時刻は10秒)を取得し、音声は再生時刻18秒を含むセグメントb(セグメント開始時刻は16秒)を取得し、再生を開始できる状態となる。   FIG. 7 shows an example in which the reproduction continuation time of the video segment is 10 seconds, the reproduction continuation time of the audio segment is 8 seconds, and the new reproduction start time after the seek is 18 seconds. The shaded blocks indicate segments. In this case, the video acquires segment a (the segment start time is 10 seconds) including the playback time 18 seconds, and the audio acquires the segment b (the segment start time is 16 seconds) including the playback time 18 seconds Can be started.

しかし、受信装置によってはシーク後の新規再生開始時刻は設定値通りとなっているものの、再生映像セグメントの先頭であるセグメント開始時刻から再生を開始するものが存在する。符号化された映像信号を復号するためには、Iフレーム(イントラフレーム)から復号する必要があり、セグメントの先頭はIフレームとなっているからである。このような受信装置では、図7の映像セグメントaの先頭である10秒の位置から再生を試みるが、音声バッファには10秒の位置にはセグメントが存在しないため、再生時刻10秒を含む音声のセグメントを別途取得する必要が生じ、即座に再生を開始することができないという課題があった。   However, depending on the receiving apparatus, although the new reproduction start time after the seek is as the set value, there is one that starts reproduction from the segment start time which is the head of the reproduction video segment. In order to decode the encoded video signal, it is necessary to decode from an I frame (intra frame), and the segment head is an I frame. In such a receiving apparatus, reproduction is attempted from the position of 10 seconds which is the head of the video segment a in FIG. 7, but there is no segment at the position of 10 seconds in the audio buffer. There is a problem that it is necessary to separately acquire the segment of and it is not possible to immediately start the reproduction.

また、特許文献1には、データをバッファに溜める際に、バッファ容量が一杯だった場合に、再生済みデータの中から古いデータを優先的に消去することや、再生済みデータがバッファに残っていない場合には、任意の位置指定前にバッファに残っているデータの中から新しいデータを優先的に消去することが記載されているが、上記課題を解決できる技術ではなかった。   Further, according to Patent Document 1, when data is stored in the buffer, when the buffer capacity is full, old data is preferentially erased from the reproduced data, or the reproduced data remains in the buffer. If not, it has been described that the new data is preferentially erased from the data remaining in the buffer before arbitrary position designation, but it is not a technique that can solve the above-mentioned problem.

かかる事情に鑑みてなされた本発明の目的は、ストリーミング再生においてシーク動作を安定に行うことが可能な受信装置、セグメント取得方法、及びプログラムを提供することにある。   An object of the present invention made in view of such circumstances is to provide a receiving apparatus, a segment acquiring method, and a program capable of stably performing a seek operation in streaming reproduction.

上記課題を解決するため、本発明に係る受信装置は、映像と音声が別々のストリームとなっており、それぞれが複数のセグメントから構成されるコンテンツをセグメントごとに受信する受信装置であって、マニフェストファイルをもとに、セグメントの先頭時刻に該当するセグメント開始時刻、及びセグメントのURLを対応付けたセグメントURLリストを生成するマニフェスト取得部と、再生開始時刻を取得する再生制御部と、前記再生時刻に基づき、取得対象のセグメントのセグメント開始時刻を決定し、前記セグメントURLリストから該セグメント開始時刻に対応付けられたセグメントのURLを抽出するバッファ制御部と、前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得部と、を備え、シーク操作が実行されると、前記再生制御部は新規の再生開始時刻を示す新規再生開始時刻情報を取得し、前記バッファ制御部は、前記セグメントURLリストから該新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントのセグメント開始時刻を抽出するとともに、前記セグメントURLリストから該セグメント開始時刻を含む音声セグメントのURLを抽出することを特徴とする。   In order to solve the above problems, a receiving apparatus according to the present invention is a receiving apparatus in which video and audio are separated into separate streams, and each of which receives content composed of a plurality of segments for each segment, the manifest A manifest acquisition unit that generates a segment URL list in which a segment start time corresponding to a segment start time and a segment URL are associated based on a file, a reproduction control unit that acquires a reproduction start time, and the reproduction time A buffer control unit that determines the segment start time of the segment to be acquired and extracts the URL of the segment associated with the segment start time from the segment URL list; and the acquisition target of the segment based on the URL of the segment A segment acquisition unit for acquiring segments, and When the playback operation is executed, the reproduction control unit acquires new reproduction start time information indicating a new reproduction start time, and the buffer control unit acquires the video segment including the new reproduction start time from the segment URL list. A URL and a segment start time of the video segment are extracted, and a URL of an audio segment including the segment start time is extracted from the segment URL list.

また、上記課題を解決するため、本発明に係るセグメント取得方法は、映像と音声が別々のストリームとなっており、それぞれが複数のセグメントから構成されるコンテンツをセグメントごとに取得するセグメント取得方法であって、マニフェストファイルをもとに、セグメントの先頭時刻に該当するセグメント開始時刻、及びセグメントのURLを対応付けたセグメントURLリストを生成するマニフェスト取得ステップと、再生開始時刻を取得する再生制御ステップと、前記再生時刻に基づき、取得対象のセグメントのセグメント開始時刻を決定し、前記セグメントURLリストから該セグメント開始時刻に対応付けられたセグメントのURLを抽出するバッファ制御ステップと、前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得ステップと、を含み、シーク操作が実行されると、前記再生制御ステップは新規の再生開始時刻を示す新規再生開始時刻情報を取得し、前記バッファ制御ステップは、前記セグメントURLリストから前記新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントのセグメント開始時刻を抽出するとともに、前記セグメントURLリストから該セグメント開始時刻を含む音声セグメントのURLを抽出することを特徴とする。   Furthermore, in order to solve the above problems, the segment acquisition method according to the present invention is a segment acquisition method in which video and audio are separate streams, and each content is obtained from a plurality of segments. A manifest acquisition step of generating a segment URL list in which the segment start time corresponding to the start time of the segment is associated with the URL of the segment based on the manifest file, and a reproduction control step of acquiring the reproduction start time A buffer control step of determining a segment start time of a segment to be acquired based on the reproduction time, and extracting a URL of a segment associated with the segment start time from the segment URL list; and a URL of the segment Segment to be acquired A segment acquiring step of acquiring a new reproduction start time information indicating a new reproduction start time when the seek operation is executed; and the buffer control step includes the segment URL A video segment URL including the new reproduction start time and a segment start time of the video segment are extracted from a list, and an audio segment URL including the segment start time is extracted from the segment URL list. .

また、上記課題を解決するため、本発明に係るプログラムは、コンピュータを、上記受信装置として機能させることを特徴とする。   Further, in order to solve the above-mentioned problems, a program according to the present invention is characterized in that a computer is caused to function as the above-mentioned receiving device.

本発明によれば、シーク後の新規再生開始時刻を含む映像セグメントのセグメント開始時刻に遡って再生を開始する受信においても、新規再生開始時刻を含む映像セグメントのセグメント開始時刻を含む音声セグメントを迅速に取得することができる。そのため、シーク動作後の再生開始までの時間を短縮して安定に再生することができるようになる。   According to the present invention, an audio segment including the segment start time of the video segment including the new reproduction start time can be quickly even in the reception starting from the segment start time of the video segment including the new reproduction start time after seek. It can be acquired. Therefore, the time until the reproduction start after the seek operation can be shortened and the reproduction can be performed stably.

本発明の一実施形態に係る受信装置の構成例を示す図である。It is a figure which shows the structural example of the receiver which concerns on one Embodiment of this invention. マニフェストファイルの一例(抜粋)を示す図である。It is a figure which shows an example (extract) of a manifest file. 本発明の一実施形態に係る受信装置のシーク動作時のバッファの状況の一例を示す図である。It is a figure which shows an example of the condition of the buffer at the time of the seek operation of the receiver concerning one embodiment of the present invention. 本発明の一実施形態に係る受信装置のシーク動作時のセグメント取得方法を示すフローチャートである。It is a flowchart which shows the segment acquisition method at the time of seek operation of the receiver concerning one Embodiment of this invention. 従来のアダプティブストリーミングの一例を示す図である。It is a figure which shows an example of the conventional adaptive streaming. 従来のMSEのバッファモデルの一例を示す図である。It is a figure which shows an example of the buffer model of the conventional MSE. 従来の受信装置において、シーク動作時のバッファの状況の一例を示す図である。In the conventional receiving device, it is a figure showing an example of the situation of the buffer at the time of seek operation.

以下、本発明の一実施形態について、図面を参照して詳細に説明する。以下の説明において、再生時刻のうち、再生を開始する時刻を「再生開始時刻」とし、セグメント単位で再生を開始する時刻を「セグメント開始時刻」と称する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings. In the following description, of the reproduction times, the time to start reproduction is referred to as “reproduction start time”, and the time to start reproduction on a segment basis is referred to as “segment start time”.

まず、配信サーバに用意されるマニフェストファイルについて説明する。本実施形態では一例としてマニフェストファイルをMPEG−DASH(ISO/IEC23009−1)のMPD(Media Presentation Description)形式とし、セグメントをISOBMFF(ISO/IEC14496−12)形式とする。   First, the manifest file prepared in the distribution server will be described. In this embodiment, as an example, the manifest file is in the format of MPD (Media Presentation Description) of MPEG-DASH (ISO / IEC 23009-1), and the segment is in the format of ISOBMFF (ISO / IEC 14496-12).

図2にマニフェストファイルの一例(抜粋)を示す。MPD形式ではPeriod,AdaptationSet,Representationの順に階層構造となっている。   FIG. 2 shows an example (excerpt) of the manifest file. The MPD format has a hierarchical structure in the order of Period, AdaptationSet, and Representation.

Periodは、番組を時間方向に(1つ又は複数に)区切った一区画を示している。Periodは1つ以上のAdaptationSetから構成される。   Period indicates a section in which a program is divided in a time direction (one or more). Period consists of one or more AdaptationSets.

AdaptationSetは、メディアのコンポーネント(映像、音声、テキスト等)の情報を示す。図2に示すPeriodは、映像の情報を示すAdaptationSet(3〜8行目)と、音声の情報を示すAdaptationSet(9〜12行目)とを備える。また、AdaptationSetは同じメディアでパラメータ(ビットレートや画面サイズ、音声のチャンネル数等)の異なる複数のコンポーネントを含むことができる。図2の例では、映像及び音声のメディアのコンポーネント数は、それぞれ1つである。   AdaptationSet indicates information of media components (video, audio, text, etc.). Period shown in FIG. 2 includes AdaptationSet (3rd to 8th lines) indicating video information and AdaptationSet (9th to 12th lines) indicating audio information. In addition, AdaptationSet can include multiple components with different parameters (bit rate, screen size, number of audio channels, etc.) in the same medium. In the example of FIG. 2, the number of video and audio media components is one each.

Representationは、AdaptationSetに含まれるそれぞれのメディアのコンポーネントの情報を示しており、一つ以上のセグメントで構成される。   Representation indicates information of each media component included in AdaptationSet, and is composed of one or more segments.

ある再生時刻におけるセグメントのURLは、MPDの情報から求めることができる。図2の例をもとに説明する。2行目のstartの値から、Periodの開始時刻は0であり、durationの値から、コンテンツ尺は3分である。4行目のtimescaleの値から、AdaptationSetのタイムスケール(1秒間の目盛数)は、90000である。6行目のdurationの値から、セグメントの継続時間は、900000である。6行目のstartNumberの値から、セグメントの開始番号は1である。以上から、ある再生時刻t(秒)に対するセグメント番号は以下の式(1)で算出できる。なお、少数以下は切り捨てる。
Number=(t−start)×timescale/duration+startNumber (1)
The URL of the segment at a certain playback time can be obtained from MPD information. It demonstrates based on the example of FIG. From the value of start on the second line, the start time of Period is 0, and from the value of duration, the content scale is 3 minutes. From the value of timescale on the fourth line, the time scale of AdaptationSet (the number of graduations per second) is 90000. From the value of duration on line 6, the duration of the segment is 900000. From the value of startNumber on the sixth line, the segment start number is 1. From the above, the segment number for a certain reproduction time t (seconds) can be calculated by the following equation (1). In addition, we cut off less than a few.
Number = (t-start) x timescale / duration + startNumber (1)

次に、6行目のmediaの値から、セグメントのURLのテンプレート“video_$Number$.mp4”を取得し、$Number$を先に算出したNumber値に差し替えることにより、セグメントのURLを取得することができる。上記は映像(3〜8行目)について説明したが、音声(9〜12行目)についても同様に求めることが可能である。   Next, the segment URL template "video_ $ Number $ .mp4" is acquired from the value of media on the sixth line, and the segment URL is acquired by replacing $ Number $ with the previously calculated Number value. be able to. Although the above described the video (the third to eighth lines), it is possible to obtain the same for the audio (the ninth to twelfth lines).

(受信装置の構成)
次に、本発明の一実施形態に係る受信装置の構成例について、図1を参照して説明する。
(Configuration of receiver)
Next, an exemplary configuration of a receiving apparatus according to an embodiment of the present invention will be described with reference to FIG.

受信装置1は、インターネットを介して配信サーバ2と接続され、配信サーバ2からコンテンツをセグメントごとに受信し、ストリーミング再生を行う。このコンテンツは、映像と音声が別々のストリームとなっており、それぞれが複数のセグメントから構成される。すなわち、コンテンツは複数の映像セグメント及び複数の音声セグメントから構成される。   The receiving device 1 is connected to the distribution server 2 via the Internet, receives content from the distribution server 2 for each segment, and performs streaming reproduction. This content is a separate stream of video and audio, each consisting of multiple segments. That is, the content is composed of a plurality of video segments and a plurality of audio segments.

配信サーバ2は、受信装置1によって指定されたURLのマニフェストファイルやセグメントを配信するサーバであり、例えば一般的なWebサーバとすることができる。   The distribution server 2 is a server that distributes the manifest file and the segment of the URL designated by the receiving device 1, and can be, for example, a general web server.

図1に示す受信装置1は、通信I/F10と、マニフェスト取得部11と、セグメント取得部12と、バッファ13と、バッファ制御部14と、再生制御部15と、再生制御ユーザI/F16と、再生部17と、表示部18とを備える。   The receiver 1 shown in FIG. 1 includes a communication I / F 10, a manifest acquisition unit 11, a segment acquisition unit 12, a buffer 13, a buffer control unit 14, a reproduction control unit 15, and a reproduction control user I / F 16. , Playback unit 17 and display unit 18.

再生制御ユーザI/F16は、ユーザ操作によって、再生命令、停止命令、及びシーク命令(再生時刻変更命令)を再生制御部15に出力する。再生命令には再生開始時刻を示す再生開始時刻情報が含まれ、シーク命令には新規(変更後)の再生開始時刻を示す新規再生開始時刻情報が含まれる。   The reproduction control user I / F 16 outputs a reproduction instruction, a stop instruction, and a seek instruction (reproduction time change instruction) to the reproduction control unit 15 by user operation. The reproduction instruction includes reproduction start time information indicating a reproduction start time, and the seek instruction includes new reproduction start time information indicating a new (after change) reproduction start time.

再生制御ユーザI/F16は、再生開始・停止ボタンを用意するとともに、コンテンツの開始、終了時刻、及び再生制御部15から入力された現在再生時刻情報をもとに、現在の再生時刻(再生位置)をグラフィカルに表示してもよい。例えば、再生画面の下部にコンテンツの開始時刻を左端、終了時刻を右端とする横長の棒状で表示し、それと重なるようにつまみ状の操作部分を配置し、つまみ上の操作部分を再生が進むにつれて左端から右端に移動させることによって、ユーザは再生時間全体のうち今どの部分を再生しているのかを一目で把握することができる。また、このつまみをマウス等のユーザ操作によって動かすことにより、任意の再生時刻を指定できるようにしてもよい。   The playback control user I / F 16 prepares the playback start / stop button, and based on the content start / stop time and the current playback time information input from the playback control unit 15, the current playback time (playback position ) May be displayed graphically. For example, a horizontally long bar is displayed on the lower part of the playback screen with the start time of the content at the left end and the end time at the right end, and the knob-like operation part is arranged to overlap it. By moving from the left end to the right end, the user can grasp at a glance which part of the entire reproduction time is currently being reproduced. In addition, by moving this knob by user operation with a mouse or the like, an arbitrary reproduction time may be designated.

マニフェスト取得部11は、アプリケーション起動時又はコンテンツ選択時に、配信サーバ2から所望のコンテンツのマニフェストファイル(MPD)を通信I/F10を介して取得し、マニフェストファイルをもとに、セグメント開始時刻及びセグメントのURLを対応付けたセグメントURLリストを生成し、セグメント取得部12及びバッファ制御部14に出力する。   The manifest acquisition unit 11 acquires a manifest file (MPD) of desired content from the distribution server 2 via the communication I / F 10 at the time of application activation or content selection, and based on the manifest file, segment start time and segment A segment URL list associated with the URL is generated and output to the segment acquisition unit 12 and the buffer control unit 14.

再生制御部15は、再生制御ユーザI/F16から停止命令を入力すると、再生部17に停止を指示する。   When the reproduction control unit 15 receives a stop command from the reproduction control user I / F 16, the reproduction control unit 15 instructs the reproduction unit 17 to stop.

また、再生制御部15は、再生制御ユーザI/F16から再生命令を入力すると、再生開始時刻情報を再生命令から抽出し、バッファ制御部14に出力する。そして、再生制御部15は、バッファ制御部14からバッファ規定値(例えば5秒)を超えたことを示す通知を入力したら、再生部17に再生開始時刻情報を出力するとともに、再生開始を指示する。   Also, when the reproduction control unit 15 receives a reproduction instruction from the reproduction control user I / F 16, the reproduction control unit 15 extracts reproduction start time information from the reproduction instruction and outputs the reproduction start time information to the buffer control unit 14. Then, when the reproduction control unit 15 receives a notification indicating that the buffer regulation value (for example, 5 seconds) is exceeded from the buffer control unit 14, the reproduction control unit 15 outputs reproduction start time information to the reproduction unit 17 and instructs reproduction start. .

また、再生制御部15は、現在の再生状態(再生中、停止中)、及び再生部17から入力された現在再生時刻情報を再生制御ユーザI/F16に出力する。   Further, the reproduction control unit 15 outputs the current reproduction state (during reproduction and stop) and the current reproduction time information input from the reproduction unit 17 to the reproduction control user I / F 16.

バッファ制御部14は、再生制御部15から入力された再生開始時刻情報、及びバッファ13から入力されたバッファリング範囲(バッファ済みセグメント範囲)情報に基づき、取得対象のセグメント(映像セグメント及び音声セグメント)のセグメント開始時刻を決定する。そして、セグメントURLリストからセグメント開始時刻に対応付けられたセグメントのURLを抽出し、セグメント取得部12に出力する。   The buffer control unit 14 acquires segments (video segment and audio segment) to be acquired based on the reproduction start time information input from the reproduction control unit 15 and the buffering range (buffered segment range) information input from the buffer 13. Determine the segment start time of Then, the URL of the segment associated with the segment start time is extracted from the segment URL list, and is output to the segment acquisition unit 12.

セグメント取得部12は、バッファ制御部14から取得対象のセグメントのURLを入力する。そして、該セグメントのURLに基づき、対応するセグメントを取得し、バッファ制御部14に出力する。具体的には、セグメントのURLを含むセグメント要求(リクエスト)を生成して通信I/F10を介して配信サーバ2に送信し、配信サーバ2から通信I/F10を介して該要求に対するレスポンスとして対応するセグメントを取得する。なお、セグメント取得部12は、バッファ制御部14からセグメント開始時刻を入力し、セグメント取得部12がセグメントURLリストからセグメント開始時刻に対応付けられたセグメントのURLを抽出するようにしてもよい。   The segment acquiring unit 12 inputs the URL of the segment to be acquired from the buffer control unit 14. Then, based on the URL of the segment, the corresponding segment is acquired and output to the buffer control unit 14. Specifically, a segment request (request) including the URL of the segment is generated and transmitted to the distribution server 2 via the communication I / F 10, and the distribution server 2 responds as a response to the request via the communication I / F 10 Get the segment to The segment acquisition unit 12 may input the segment start time from the buffer control unit 14 and extract the URL of the segment associated with the segment start time from the segment URL list.

バッファ13は、バッファ制御部14からセグメントを入力し、セグメントのセグメント開始時刻及び再生継続時間を対応付けて、映像セグメント及び音声セグメントをそれぞれ別に保存する。   The buffer 13 receives a segment from the buffer control unit 14, associates the segment start time and the playback duration time of the segment, and stores the video segment and the audio segment separately.

また、バッファ13は、バッファリング範囲情報をバッファ制御部14に出力する。ここで、バッファリング範囲情報とは、バッファ13にコンテンツのセグメントが挿入されている範囲を示す情報のことであり、例えば現在の保存中の全セグメントのセグメント開始時刻及び再生継続時間の情報とする。   Also, the buffer 13 outputs the buffering range information to the buffer control unit 14. Here, the buffering range information is information indicating a range in which the segment of the content is inserted in the buffer 13, and is, for example, information of segment start time and reproduction duration time of all currently stored segments. .

また、バッファ13は、再生部17から要求されたセグメントを、順次再生部17に出力する。   Also, the buffer 13 sequentially outputs the segments requested from the reproduction unit 17 to the reproduction unit 17.

再生部17は、再生制御部15から停止命令を入力した場合には、再生を停止する。   When the reproduction unit 17 receives a stop command from the reproduction control unit 15, the reproduction unit 17 stops reproduction.

また再生部17は、再生制御部15から再生命令を入力すると、再生開始時刻情報に基づいてセグメントを順次バッファ13から入力し、該入力したセグメントをセグメントのメディアの形式(映像、音声、テキスト等)に従ってデコードし、表示部18に出力する。再生部17は、再生とともに更新される再生時刻の情報である現在再生時刻情報を再生制御部15に出力する。   When the reproduction unit 17 receives a reproduction instruction from the reproduction control unit 15, the reproduction unit 17 sequentially inputs segments from the buffer 13 based on the reproduction start time information, and the input segment is in the format of the segment media (video, audio, text, etc. According to the above, the signal is decoded and output to the display unit 18. The reproduction unit 17 outputs, to the reproduction control unit 15, current reproduction time information, which is information on the reproduction time updated with the reproduction.

表示部18は、再生部17から入力されたデコード済みのメディアデータをそのメディアの形式に従って表示する。   The display unit 18 displays the decoded media data input from the playback unit 17 in accordance with the format of the media.

以下に、シーク操作が実行された場合について説明する。   The following describes the case where a seek operation is performed.

再生制御部15は、再生制御ユーザI/F16からシーク命令を入力すると、新規再生開始時刻情報をシーク命令から抽出し、バッファ制御部14に出力する。そして、再生制御部15は、バッファ制御部14からバッファ規定値(例えば5秒)を超えたことを示す通知を入力したら、再生部17に新規再生開始時刻情報を出力するとともに、再生開始を指示する。   When the seek control unit 15 receives a seek command from the play control user I / F 16, the play control unit 15 extracts new play start time information from the seek command and outputs the information to the buffer control unit 14. Then, when the reproduction control unit 15 receives a notification indicating that the buffer specified value (for example, 5 seconds) is exceeded from the buffer control unit 14, the reproduction control unit 15 outputs new reproduction start time information to the reproduction unit 17 and instructs reproduction start. Do.

再生部17は、再生制御部15から新規再生開始時刻情報を入力すると、該新規再生開始時刻情報に基づいてセグメントを順次バッファ13から入力し、該入力したセグメントをセグメントのメディアの形式(映像、音声、テキスト等)に従ってデコードし、表示部18に出力する。   When the reproduction unit 17 receives new reproduction start time information from the reproduction control unit 15, the reproduction unit 17 sequentially inputs segments from the buffer 13 based on the new reproduction start time information, and the input segment has the format of the segment media (video, Decoding is performed according to voice, text, etc., and output to the display unit 18.

バッファ制御部14は、再生制御部15から新規再生開始時刻情報が入力されると、セグメントURLリストから新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントの先頭時刻に該当するセグメント開始時刻を抽出する。そして、セグメントURLリストから該映像セグメントのセグメント開始時刻を含む音声セグメントのURLを抽出し、セグメント取得部12に出力する。   When the new reproduction start time information is input from the reproduction control unit 15, the buffer control unit 14 receives the URL of the video segment including the new reproduction start time from the segment URL list and the segment start time corresponding to the start time of the video segment. Extract Then, the URL of the audio segment including the segment start time of the video segment is extracted from the segment URL list, and is output to the segment acquisition unit 12.

セグメント取得部12は、バッファ制御部14から取得対象のセグメント(映像セグメント及び音声セグメント)のURLを入力する。そして、該セグメントのURLに基づき、対応するセグメントを取得し、バッファ制御部14に出力する。   The segment acquiring unit 12 inputs the URL of the segment to be acquired (video segment and audio segment) from the buffer control unit 14. Then, based on the URL of the segment, the corresponding segment is acquired and output to the buffer control unit 14.

シーク動作時のバッファの状況の一例を図3に示す。図7と同様に、映像セグメントの再生継続時間が10秒、音声セグメントの再生継続時間が8秒であり、シーク後の新規再生開始時刻を18秒とした例を示している。映像は新規再生開始時刻18秒を含むセグメントa(セグメント開始時刻は10秒)を取得する。一方、音声は新規再生開始時刻ではなく、映像セグメントのセグメント開始時刻10秒を含むセグメントc(セグメント開始時刻は8秒)を取得する。したがって、映像セグメントのセグメント開始時刻10秒から、映像及び音声の再生を即座に開始することができる。   An example of the state of the buffer at the time of seek operation is shown in FIG. Similar to FIG. 7, the video segment playback duration time is 10 seconds, the audio segment playback duration time is 8 seconds, and the new playback start time after seek is 18 seconds. The video acquires a segment a (the segment start time is 10 seconds) including the new reproduction start time 18 seconds. On the other hand, the audio is not the new reproduction start time, and a segment c (segment start time is 8 seconds) including the segment start time 10 seconds of the video segment is acquired. Therefore, the video and audio can be immediately started from 10 seconds of the segment start time of the video segment.

(シーク動作時のセグメント取得方法)
次に、受信装置1のシーク動作時のセグメント取得方法について、図4に示すフローチャートを参照して説明する。
(Segment acquisition method during seek operation)
Next, a segment acquisition method at the time of seek operation of the receiving device 1 will be described with reference to the flowchart shown in FIG.

図4に示すフローチャートは、既にマニフェストファイルを取得しており、セグメントURLリストも作成済みの状態から開始するものとする。また、受信装置1は、ネットワークの混雑状況に応じて受信帯域が常に変動することを見越して、再生開始時刻を起点として予め設定したバッファ規定値(例えば5秒)以上のセグメントがバッファ13に挿入されてから再生を開始するものとする。   In the flowchart illustrated in FIG. 4, it is assumed that the manifest file has already been acquired, and the segment URL list also starts from the created state. Also, in anticipation of the reception band constantly fluctuating according to the congestion status of the network, the reception device 1 inserts into the buffer 13 a segment equal to or larger than a buffer specified value (for example, 5 seconds) preset from the reproduction start time. It is assumed that playback is started after it is done.

まず、再生制御ユーザI/F16においてユーザによりシーク操作が実行されると(ステップS001)、再生制御部15は新規再生開始時刻情報をシーク命令から抽出し、バッファ制御部14に出力する(ステップS002)。   First, when a seek operation is performed by the user in the reproduction control user I / F 16 (step S001), the reproduction control unit 15 extracts new reproduction start time information from the seek command and outputs it to the buffer control unit 14 (step S002). ).

次に、バッファ制御部14は、新規再生開始時刻情報から新規再生開始時刻を取得する。そして、バッファ制御部14は、セグメントURLリストから新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントの先頭時刻に該当するセグメント開始時刻を抽出するとともに(ステップS003)、該抽出した映像セグメントのセグメント開始時刻を含む音声セグメントのURLをセグメントURLリストから抽出する(ステップS004)。   Next, the buffer control unit 14 acquires a new reproduction start time from the new reproduction start time information. Then, the buffer control unit 14 extracts the URL of the video segment including the new reproduction start time and the segment start time corresponding to the start time of the video segment from the segment URL list (step S003), and the extracted video segment The URL of the voice segment including the segment start time is extracted from the segment URL list (step S 004).

次に、セグメント取得部12は、ステップS003にて抽出した映像セグメントのURL、及びステップS004にて抽出した音声セグメントのURLを含むセグメント要求をそれぞれ生成して配信サーバ2に送信し、配信サーバ2から該要求に対応するセグメントを受信し、バッファ制御部14に出力する(ステップS005)。そして、バッファ制御部14は、ステップS005にて受信した映像セグメント及び音声セグメントをそれぞれバッファ13に挿入する(ステップS006)。   Next, the segment acquisition unit 12 generates a segment request including the URL of the video segment extracted in step S 003 and the URL of the audio segment extracted in step S 004, and transmits the segment request to the distribution server 2. A segment corresponding to the request is received from the buffer control unit 14 and output to the buffer control unit 14 (step S 005). Then, the buffer control unit 14 inserts the video segment and the audio segment received in step S005 into the buffer 13 (step S006).

次に、バッファ制御部14は、映像・音声それぞれのバッファ13内に新規再生開始時刻からバッファ規定値以上のセグメントが存在しているか否かを確認する(ステップS007)。存在している場合には再生部17により再生を開始し(ステップS010)、処理を終了する。   Next, the buffer control unit 14 confirms whether or not there is a segment equal to or larger than the buffer specified value from the new reproduction start time in each of the video and audio buffers 13 (step S 007). If it exists, reproduction is started by the reproduction unit 17 (step S010), and the process is ended.

一方、ステップS007がNOの場合には、バッファ制御部14は、バッファリング範囲の最大値を含むセグメントに続くセグメントのURLをセグメントURLリストより抽出する(ステップS008)。そして、セグメント取得部12は、該抽出したセグメントのURLを含むセグメント要求を配信サーバ2に送信し、該要求に対応するセグメントを受信し(ステップS008)、該受信したセグメントをバッファ13に挿入する(ステップS009)。   On the other hand, if step S 007 is NO, the buffer control unit 14 extracts the URL of the segment following the segment including the maximum value of the buffering range from the segment URL list (step S 008). Then, the segment acquisition unit 12 transmits a segment request including the URL of the extracted segment to the distribution server 2, receives the segment corresponding to the request (step S008), and inserts the received segment into the buffer 13. (Step S009).

以上により、本発明に係る受信装置1によれば、シーク後に新規再生開始時刻を含む映像セグメントのセグメント開始時刻に遡って再生を開始する仕様であっても、新規再生開始時刻を含む映像セグメントのセグメント開始時刻を含む音声セグメントを迅速に取得することができるようになる。そのため、シーク動作後の再生開始までの時間を短縮して安定に再生できるようになる。   As described above, according to the receiving device 1 of the present invention, even if the specification starts playback starting from the segment start time of the video segment including the new playback start time after the seek, the video segment including the new playback start time It is possible to quickly obtain an audio segment including the segment start time. Therefore, the time until the start of reproduction after the seek operation can be shortened and the reproduction can be performed stably.

なお、上述した受信装置1として機能させるためにコンピュータを好適に用いることができ、そのようなコンピュータは、受信装置1の各機能を実現する処理内容を記述したプログラムを該コンピュータの記憶部に格納しておき、該コンピュータのCPUによってこのプログラムを読み出して実行させることで実現することができる。なお、このプログラムは、コンピュータ読取り可能な記録媒体に記録可能である。   Note that a computer can be suitably used to function as the above-described receiving device 1, and such a computer stores a program in which the processing content for realizing each function of the receiving device 1 is described in the storage unit of the computer. This can be realized by reading and executing this program by the CPU of the computer. This program can be recorded on a computer readable recording medium.

上述の実施形態は代表的な例として説明したが、本発明の趣旨及び範囲内で、多くの変更及び置換ができることは当業者に明らかである。したがって、本発明は、上述の実施形態によって制限するものと解するべきではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。例えば、実施形態に記載の構成ブロック又は処理ステップについて、複数を1つに組み合わせたり、1つを複数に分割したりすることが可能である。   Although the embodiments described above have been described as representative examples, it will be obvious to those skilled in the art that many modifications and substitutions can be made within the spirit and scope of the present invention. Therefore, the present invention should not be construed as being limited by the above-described embodiments, and various modifications and changes are possible without departing from the scope of the claims. For example, with respect to the configuration blocks or processing steps described in the embodiments, it is possible to combine a plurality into one or divide one into a plurality.

1 受信装置
2 配信サーバ
10 通信I/F
11 マニフェスト取得部
12 セグメント取得部
13 バッファ
14 バッファ制御部
15 再生制御部
16 再生制御ユーザI/F
17 再生部
18 表示部
1 Receiver 2 Distribution Server 10 Communication I / F
11 Manifest Acquisition Unit 12 Segment Acquisition Unit 13 Buffer 14 Buffer Control Unit 15 Reproduction Control Unit 16 Reproduction Control User I / F
17 playback unit 18 display unit

Claims (3)

映像と音声が別々のストリームとなっており、それぞれが複数のセグメントから構成されるコンテンツをセグメントごとに受信する受信装置であって、
マニフェストファイルをもとに、セグメントの先頭時刻に該当するセグメント開始時刻、及びセグメントのURLを対応付けたセグメントURLリストを生成するマニフェスト取得部と、
再生開始時刻を取得する再生制御部と、
前記再生開始時刻に基づき、取得対象のセグメントのセグメント開始時刻を決定し、前記セグメントURLリストから該セグメント開始時刻に対応付けられたセグメントのURLを抽出するバッファ制御部と、
前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得部と、を備え、
シーク操作が実行されると、前記再生制御部は新規の再生開始時刻を示す新規再生開始時刻情報を取得し、前記バッファ制御部は、前記セグメントURLリストから該新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントのセグメント開始時刻を抽出するとともに、前記セグメントURLリストから該セグメント開始時刻を含む音声セグメントのURLを抽出することを特徴とする受信装置。
A receiver that receives video and audio in separate streams and receives content composed of a plurality of segments for each segment.
A manifest acquisition unit that generates a segment URL list in which the segment start time corresponding to the start time of the segment and the URL of the segment are associated based on the manifest file;
A playback control unit that obtains a playback start time;
A buffer control unit which determines a segment start time of a segment to be acquired based on the reproduction start time, and extracts a URL of a segment associated with the segment start time from the segment URL list;
A segment acquisition unit for acquiring the segment to be acquired based on the URL of the segment;
When a seek operation is performed, the reproduction control unit acquires new reproduction start time information indicating a new reproduction start time, and the buffer control unit acquires a video segment including the new reproduction start time from the segment URL list. A receiving apparatus, which extracts a URL and a segment start time of the video segment, and extracts a URL of an audio segment including the segment start time from the segment URL list.
映像と音声が別々のストリームとなっており、それぞれが複数のセグメントから構成されるコンテンツをセグメントごとに取得するセグメント取得方法であって、
マニフェストファイルをもとに、セグメントの先頭時刻に該当するセグメント開始時刻、及びセグメントのURLを対応付けたセグメントURLリストを生成するマニフェスト取得ステップと、
再生開始時刻を取得する再生制御ステップと、
前記再生開始時刻に基づき、取得対象のセグメントのセグメント開始時刻を決定し、前記セグメントURLリストから該セグメント開始時刻に対応付けられたセグメントのURLを抽出するバッファ制御ステップと、
前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得ステップと、を含み、
シーク操作が実行されると、前記再生制御ステップは新規の再生開始時刻を示す新規再生開始時刻情報を取得し、前記バッファ制御ステップは、前記セグメントURLリストから前記新規再生開始時刻を含む映像セグメントのURL、及び該映像セグメントのセグメント開始時刻を抽出するとともに、前記セグメントURLリストから該セグメント開始時刻を含む音声セグメントのURLを抽出することを特徴とするセグメント取得方法。
A segment acquisition method in which video and audio are in separate streams, and each content is composed of a plurality of segments and acquired for each segment.
A manifest acquisition step of generating a segment URL list in which the segment start time corresponding to the start time of the segment and the URL of the segment are associated based on the manifest file;
A reproduction control step of acquiring a reproduction start time;
A buffer control step of determining a segment start time of a segment to be acquired based on the reproduction start time, and extracting a URL of a segment associated with the segment start time from the segment URL list;
Obtaining a segment to be obtained based on the URL of the segment;
When a seek operation is performed, the reproduction control step acquires new reproduction start time information indicating a new reproduction start time, and the buffer control step generates a video segment including the new reproduction start time from the segment URL list. A segment acquisition method characterized by extracting a URL and a segment start time of the video segment and extracting a URL of an audio segment including the segment start time from the segment URL list.
コンピュータを、請求項1に記載の受信装置として機能させるためのプログラム。   A program for causing a computer to function as the receiving device according to claim 1.
JP2015227894A 2015-11-20 2015-11-20 Receiving device, segment acquisition method, and program Active JP6535273B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015227894A JP6535273B2 (en) 2015-11-20 2015-11-20 Receiving device, segment acquisition method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015227894A JP6535273B2 (en) 2015-11-20 2015-11-20 Receiving device, segment acquisition method, and program

Publications (2)

Publication Number Publication Date
JP2017098706A JP2017098706A (en) 2017-06-01
JP6535273B2 true JP6535273B2 (en) 2019-06-26

Family

ID=58818236

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015227894A Active JP6535273B2 (en) 2015-11-20 2015-11-20 Receiving device, segment acquisition method, and program

Country Status (1)

Country Link
JP (1) JP6535273B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019189988A1 (en) * 2018-03-30 2019-10-03 (주)디디오넷 Html5 realtime player and realtime playback method using same
KR102058916B1 (en) * 2018-03-30 2019-12-26 (주)디디오넷 HTML5 real-time player and real-time playback method using the same
CN110545491B (en) * 2018-05-29 2021-08-10 北京字节跳动网络技术有限公司 Network playing method, device and storage medium of media file

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5751280A (en) * 1995-12-11 1998-05-12 Silicon Graphics, Inc. System and method for media stream synchronization with a base atom index file and an auxiliary atom index file
US20100043038A1 (en) * 2008-08-14 2010-02-18 Zoran Corporation System and method for efficient video and audio instant replay for digital television
US9125073B2 (en) * 2012-08-03 2015-09-01 Intel Corporation Quality-aware adaptive streaming over hypertext transfer protocol using quality attributes in manifest file
JP2015023575A (en) * 2013-07-19 2015-02-02 パナソニック インテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America Transmission method, reception method, transmission device and reception device

Also Published As

Publication number Publication date
JP2017098706A (en) 2017-06-01

Similar Documents

Publication Publication Date Title
US11516542B2 (en) Systems and methods for real-time adaptive bitrate transcoding and transmission of transcoded media
US9852762B2 (en) User interface for video preview creation
US9936183B2 (en) Playback device
US8370887B2 (en) Media streaming with enhanced seek operation
JP5267165B2 (en) Streaming distribution system, operation control method thereof, and program
WO2013008867A1 (en) Transmission device, method for controlling transmission device, control program, and recording medium
US20140026052A1 (en) Systems and methods for rapid content switching to provide a linear tv experience using streaming content distribution
CA2992471A1 (en) Media production system with score-based display feature
EP2875417B1 (en) Systems and methods for rapid content switching to provide a linear tv experience using streaming content distribution
CA2784233A1 (en) Methods and arrangements for http media stream distribution
JP2021040342A (en) System and method for providing audio content during trick-play playback
JP2016519895A (en) Media file reception and media file transmission method, apparatus, and system
EP4075818A1 (en) Segment ladder transitioning in adaptive streaming
JP6609468B2 (en) Receiving device, reproduction time control method, and program
JP6535273B2 (en) Receiving device, segment acquisition method, and program
JP6397341B2 (en) Reception device, buffer management method, and program
JP6626696B2 (en) Receiving device, manifest updating method, and program
JP6294527B2 (en) Transmission device, transmission method, reproduction device, and reproduction method
US20190387271A1 (en) Image processing apparatus, image processing method, and program
JP7324012B2 (en) Receiving device and program
JP6581884B2 (en) Reception device, buffer management method, and program
JP2022133163A (en) Content generation device, reception device, and program
JP2024040912A (en) Information processing device, receiving device, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181001

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190320

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190531

R150 Certificate of patent or registration of utility model

Ref document number: 6535273

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250