JP6609468B2 - Receiving device, reproduction time control method, and program - Google Patents

Receiving device, reproduction time control method, and program Download PDF

Info

Publication number
JP6609468B2
JP6609468B2 JP2015238792A JP2015238792A JP6609468B2 JP 6609468 B2 JP6609468 B2 JP 6609468B2 JP 2015238792 A JP2015238792 A JP 2015238792A JP 2015238792 A JP2015238792 A JP 2015238792A JP 6609468 B2 JP6609468 B2 JP 6609468B2
Authority
JP
Japan
Prior art keywords
segment
playback
time
start time
media
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
JP2015238792A
Other languages
Japanese (ja)
Other versions
JP2017108217A (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 JP2015238792A priority Critical patent/JP6609468B2/en
Publication of JP2017108217A publication Critical patent/JP2017108217A/en
Application granted granted Critical
Publication of JP6609468B2 publication Critical patent/JP6609468B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、複数のメディアコンポーネントから構成されるコンテンツをセグメントごとに受信する受信装置、再生時刻制御方法、及びプログラムに関する。   The present invention relates to a receiving device, a playback time control method, and a program that receive content composed of a plurality of media components for each segment.

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

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

図5にアダプティブストリーミングの一例を示す。図5では、映像が複数品質でエンコードされ、それぞれの品質ごとに数秒単位に分割されたセグメントが生成されている。この例では、エンコーダは映像を低品質のセグメント1〜4、中品質のセグメント1’〜4’、及び高品質のセグメント1”〜4”に分割している。マニフェストファイルには、セグメントのURLや、それぞれの品質毎のビットレートや画像サイズなどの属性情報が登録される。セグメント及びマニフェストファイルはWebサーバに供給される。   FIG. 5 shows an example of adaptive streaming. In FIG. 5, the video is encoded with a plurality of qualities, and segments divided into units of several seconds are generated for each quality. In this example, the encoder splits the video into low quality segments 1-4, medium quality segments 1'-4 ', and high quality segments 1 "-4". In the manifest file, the URL of the segment and attribute information such as the bit rate and image size for each quality are registered. The segment and manifest file are supplied 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 segment configuration from the manifest file (step A), and determines the quality in units of segments based on the screen size of the receiving device and the status of the network receiving bandwidth. Is received by the HTTP protocol (step B). Subsequently, the received segments are connected in order according to the manifest file and reproduced (step C). Thus, by repeating the processes of steps B and C, a series of contents can be received and played back.

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

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

MSEを用いることにより、ビデオ要素はソースとしてバッファを参照することが可能となる。そのバッファへはJavascriptによって受信したセグメントを挿入することができるようになることから、多様なアダプティブストリーミングの視聴がHTML5のビデオ要素とJavascriptにより実現可能となる。   By using MSE, video elements can refer to a buffer as a source. Since the segment received by Javascript can be inserted into the buffer, various adaptive streaming viewing can be realized by the video element of HTML5 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 MSE will be described with reference to FIG. FIG. 6 is a diagram illustrating an example of an MSE buffer model. The buffer (SourceBuffer) manages segments in association with the segment start time and playback duration. In FIG. 6, hatched blocks indicate segments, the segment start time, which is the playback start time for each segment, is 0 seconds, the playback duration is 5 seconds, the segment start time is 5 seconds, and the playback duration is 5 seconds. Three segments having a second and a segment start time of 15 seconds and a playback 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.

また、図7に示すように、既にセグメントが挿入されている範囲に再生時刻が重なる別のセグメントを挿入して上書きすることも可能である。図7では、図6に示した例に、新しいセグメントとして、セグメント開始時刻が12秒かつ再生継続時間が10秒のセグメントを挿入した例を示している。その結果、12秒から22秒の範囲が新しいセグメントに差し替わるとともに、バッファリング範囲も0〜10秒、12〜22秒に更新されている。   In addition, as shown in FIG. 7, it is possible to insert another segment whose playback time overlaps the range where the segment has already been inserted and overwrite it. FIG. 7 shows an example in which a segment having a segment start time of 12 seconds and a playback duration of 10 seconds is inserted as a new segment in the example shown in FIG. As a result, the range of 12 to 22 seconds is replaced with a new segment, and the buffering range is also updated to 0 to 10 seconds and 12 to 22 seconds.

動画のストリーミングサービスの提供方法として、主映像に加えて同一番組での別角度の映像を視聴可能とするなど、複数のメディアコンポーネントから所望の映像を選択し、切り替えながら視聴するサービス形態(マルチアングルサービス)が考えられる。MPEG−DASHにおいては、このようなサービスを可能とするマニフェストファイルの記述方法が定義されている。   As a method of providing a video streaming service, a service format (multi-angle) that allows users to select desired video from multiple media components and view it while switching, such as enabling viewing of video at a different angle in the same program in addition to the main video. Service). In MPEG-DASH, a manifest file description method that enables such a service is defined.

図8にMPEG−DASHのMPD(Media Presentation Description)形式のマニフェストファイルの概念図を示す。MPD形式ではPeriod,AdaptationSet,Representationの順に階層構造となっている。Periodはマニフェストファイルを時間方向に区切った一区画を示しており、図8の例では、それぞれのコンテンツ尺(duration)が300秒のPeriodが連結されていることを示している。Periodは一つ以上のAdaptationSetから構成される。   FIG. 8 shows a conceptual diagram of a manifest file in the MPEG-DASH MPD (Media Presentation Description) format. The MPD format has a hierarchical structure in the order of Period, AdaptationSet, and Representation. Period indicates a section obtained by dividing the manifest file in the time direction. In the example of FIG. 8, each content has a duration of 300 seconds. Period is composed of one or more AdaptationSets.

AdaptationSetはメディアコンポーネント(映像、音声、テキスト等)の情報を示しており、同じメディア形式で表現(別角度の映像や、別言語の音声など)の異なる複数のコンポーネントを含むことができる。図8の例では映像(mimeType=video/mp4)が2つ、音声(mimeType=audio/mp4)が1つである。AdaptationSetに含まれるそれぞれのメディアコンポーネントの情報はRepresentationで示される。Representationは一つ以上のセグメントで構成される。   AdaptationSet indicates information of media components (video, audio, text, etc.), and can include a plurality of components expressed in the same media format (videos of different angles, audio of different languages, etc.). In the example of FIG. 8, there are two videos (mimeType = video / mp4) and one audio (mimeType = audio / mp4). Information of each media component included in AdaptationSet is represented by Representation. Representation consists of one or more segments.

このようなマニフェストファイルとすることで、Periodにおいて選択されたメディアコンポーネント(AdaptationSet)を形成するセグメント(図8のInitialization Segment,Media Segment)を順次受信することが可能となるほか、メディアコンポーネントを選択し直すことにより別のメディアコンポーネントを形成するセグメントの受信に切り替え、別映像を表示することが可能となる。   By making such a manifest file, it becomes possible to sequentially receive the segments (Initialization Segment, Media Segment in FIG. 8) forming the media component (AdaptationSet) selected in the Period, and select the media component. By correcting, it is possible to switch to reception of a segment forming another media component and display another video.

また、ネットワークストリーミングプロトコルを使用してマルチメディアコンテンツの表現を、ストリーミングしながら表現間でシームレスに切り替える技術として、ビデオデータをストリーミングするためのビデオ切り替え方法が知られている(例えば、特許文献1参照)。   A video switching method for streaming video data is known as a technique for seamlessly switching the representation of multimedia content between the representations while streaming using a network streaming protocol (see, for example, Patent Document 1). ).

特開2014−209751号公報JP 2014-209751 A

“次世代動画配信技術「MPEG−DASH」技術概要と標準化・関連技術動向”,映像情報メディア学会誌,Vol.67, No.2, 2013, p.109-115“Technical Overview and Standardization / 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”, [searched November 6, 2015], Internet <URL: http://www.w3.org/TR/media-source/>

しかしながら、一般にストリーミングを視聴する際には、ネットワークの混雑状況に応じて受信帯域が常に変動することから、現在の再生時刻よりも数秒から数十秒先のデータまで受信してバッファに挿入することで視聴安定性を向上させるのが一般的である。そのため、このように再生時刻を共有するメディアコンポーネントを切り替えようとすると、切り替えまでに時間がかかったり、既に取得済みのセグメントが無駄になったりする場合があった。   However, in general, when viewing streaming, the reception band always changes depending on the network congestion, so data from several seconds to several tens of seconds ahead of the current playback time is received and inserted into the buffer. In general, the viewing stability is improved. For this reason, when switching the media components sharing the reproduction time in this way, it may take time until the switching, or segments that have already been acquired may be wasted.

図9にメディアコンポーネントを切り替える例を示す。図9では、切り替え前のメディアコンポーネント(AdaptationSe)をAdaptationSet#1、切り替え後のメディアコンポーネントをAdaptationSet#2としている。また、斜線の入ったブロックがセグメントを示しており、セグメントの再生継続時間を5秒としている。メディアコンポーネントの切り替えは、切り替え指示を契機に行われるものとする。図9(a)は、メディアコンポーネントの切り替え指示直前の再生状態を示しており、現在の再生時刻に先んじて10秒分のセグメントを取得してバッファに挿入している状態を示している。   FIG. 9 shows an example of switching media components. In FIG. 9, the media component before switching (AdaptationSe) is AdaptationSet # 1, and the media component after switching is AdaptationSet # 2. Also, the hatched block indicates the segment, and the segment playback duration is 5 seconds. Switching of media components is assumed to be triggered by a switching instruction. FIG. 9A shows a playback state immediately before a media component switching instruction, and shows a state in which a 10-second segment is acquired and inserted into the buffer prior to the current playback time.

図9(b)は、メディアコンポーネントの切り替え後に、バッファに挿入された最後のセグメントの次に、AdaptationSet#2のセグメントを追加する例を示している。この場合、切り替え指示から約10秒後にメディアコンポーネントが切り替わるため、切り替えまでのレスポンスが遅くユーザの利便性を損ねるおそれがある。   FIG. 9B shows an example in which a segment of AdaptationSet # 2 is added after the last segment inserted into the buffer after switching of media components. In this case, since the media component is switched about 10 seconds after the switching instruction, the response until the switching is slow and the convenience of the user may be impaired.

図9(c)は、メディアコンポーネントの切り替え後に、現在の再生時刻を含むセグメントの次に、AdaptationSet#2のセグメントを上書きする例を示している。この場合は、切り替え指示から即座にメディアコンポーネントが切り替わるものの、先に取得したAdaptationSet#1のセグメントを新たに取得したAdaptationSet#2のセグメントで上書きするため、既に取得済みのセグメントが無駄になってしまう。   FIG. 9C shows an example in which the segment of AdaptationSet # 2 is overwritten after the segment including the current playback time after switching the media component. In this case, although the media component is switched immediately after the switching instruction, the previously acquired segment of AdaptationSet # 1 is overwritten with the newly acquired segment of AdaptationSet # 2, so the already acquired segment is wasted .

特許文献1に記載の発明は、上記課題のようなバッファの細部の状況については触れておらず、課題の解決に必ずしも利用できる手法ではなかった。   The invention described in Patent Document 1 does not touch on the detailed situation of the buffer as described above, and is not necessarily a technique that can be used to solve the problem.

かかる事情に鑑みてなされた本発明の目的は、主映像と、主映像に関連付けられた別角度の映像(マルチアングル)や別再生速度の映像(早送り・巻戻しなど)から構成されるコンテンツのメディアコンポーネントを切り替える際に、バッファリングの無駄を削減することにある。   An object of the present invention made in view of such circumstances is that a content composed of a main video, a video at a different angle (multi-angle) associated with the main video, and a video at a different playback speed (fast forward / rewind). It is to reduce the waste of buffering when switching media components.

上記課題を解決するため、本発明に係る受信装置は、複数のメディアコンポーネントから構成されるコンテンツをセグメントごとに受信する受信装置であって、マニフェストファイルを取得するマニフェスト取得部と、前記マニフェストファイルを解析し、同じメディア形式かつ再生時刻を共有するメディアコンポーネントが複数ある場合には、各メディアコンポーネントの再生時刻が重ならないようにメディアコンポーネントの再生開始時刻を変更し、各メディアコンポーネントの再生開始時刻の差を示す再生オフセット時間を決定するマニフェスト変換部と、前記再生開始時刻に基づき取得対象のセグメントのURL及びセグメント開始時刻を決定するバッファ制御部と、前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得部と、を備え、前記バッファ制御部は、前記セグメント取得部により取得した前記セグメントを、前記セグメント開始時刻に対応付けてバッファに保存し、メディアコンポーネントの切り替え操作が実行された場合には、現在再生時刻に、切り替え前後のメディアコンポーネントの差を示す再生オフセット時間を加算した新規再生開始時刻に基づき、前記取得対象のセグメントのURL及び前記セグメント開始時刻を決定することを特徴とする。 In order to solve the above-described problem, a receiving device according to the present invention is a receiving device that receives content composed of a plurality of media components for each segment, and includes a manifest acquisition unit that acquires a manifest file, and the manifest file. If there are multiple media components that are analyzed and share the same media format and playback time, change the playback start time of each media component so that the playback times of each media component do not overlap . a manifest conversion unit for determining a reproduction offset time indicating the difference, the buffer control unit that determines the URL and segment start time of the segment to be acquired based on the playback start time of the acquisition target on the basis of URL of the segment segment Take Comprising a segment acquisition section that, the, the buffer control unit, the segment acquired by the segment acquisition unit, and stored in the buffer in association with the segment start time, when the switching operation of the media components is performed is the current playback time, based on the new playback start time obtained by adding the reproduction offset time indicating the difference between the media components before and after the switching, characterized that you determine the URL and the segment start time of the segment of the acquisition target .

さらに、前記再生オフセット時間は、各メディアコンポーネントの再生時刻が重ならないようにコンテンツの時間尺以上であることを特徴とする。   Further, the reproduction offset time is longer than the time scale of the content so that the reproduction times of the respective media components do not overlap.

また、上記課題を解決するため、本発明に係る再生時刻制御方法は、複数のメディアコンポーネントから構成されるコンテンツをセグメントごとに受信する受信装置における再生時刻制御方法であって、マニフェストファイルを取得するマニフェスト取得ステップと、前記マニフェストファイルを解析し、同じメディア形式かつ再生時刻を共有するメディアコンポーネントが複数ある場合には、各メディアコンポーネントの再生時刻が重ならないようにメディアコンポーネントの再生開始時刻を変更し、各メディアコンポーネントの再生開始時刻の差を示す再生オフセット時間を決定するマニフェスト変換ステップと、前記再生開始時刻に基づき取得対象のセグメントのURL及びセグメント開始時刻を決定するステップと、前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得ステップと、を含み、前記バッファ制御ステップは、メディアコンポーネントの切り替え操作が実行された場合には、現在再生時刻に、切り替え前後のメディアコンポーネントの差を示す再生オフセット時間を加算した新規再生開始時刻に基づき、前記取得対象のセグメントのURL及び前記セグメント開始時刻を決定することを特徴とする。 In order to solve the above problem, a playback time control method according to the present invention is a playback time control method in a receiving device that receives content composed of a plurality of media components for each segment, and acquires a manifest file. When the manifest acquisition step and the manifest file are analyzed and there are multiple media components sharing the same media format and playback time, the playback start time of the media component is changed so that the playback times of the media components do not overlap. a manifest conversion step of determining a reproduction offset time indicating the difference between the reproduction start time of each media component, determining a URL and segment start time of the segment of the acquisition target on the basis of the playback start time, the segments It is seen containing a segment acquisition step of acquiring the acquisition target segment based on the URL, and the buffer control step, when the switching operation of the media components is executed, the current playback time, the media components before and after the switching The URL of the segment to be acquired and the segment start time are determined based on a new playback start time obtained by adding a playback offset time indicating a difference .

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

本発明によれば、メディアコンポーネントの切り替えの際に、切り替え前のメディアコンポーネントとは別のバッファ領域を利用することが可能となり、バッファリングの無駄を削減することができる。特に短い間隔でメディアコンポーネントの切り替え操作がなされた場合に、以前に取得したセグメントの再取得の機会が減るためネットワークの利用効率も向上し、安定した視聴が可能となる。   According to the present invention, when a media component is switched, a buffer area different from the media component before switching can be used, and buffering waste can be reduced. In particular, when a media component switching operation is performed at a short interval, the chance of re-acquiring a previously acquired segment is reduced, so that the network usage efficiency is improved and stable viewing is possible.

本発明の一実施形態に係るコンテンツ配信システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of the content delivery system which concerns on one Embodiment of this invention. 本発明の一実施形態に係る受信装置が取得するマニフェストファイルの一例を示す図である。It is a figure which shows an example of the manifest file which the receiver which concerns on one Embodiment of this invention acquires. 本発明の一実施形態に係る受信装置において、メディアコンポーネントの切り替え時のバッファの状況の一例を示す。An example of the state of the buffer at the time of switching of a media component in the receiving apparatus according to an embodiment of the present invention is shown. 本発明の一実施形態に係る受信装置の再生時刻制御方法を示すフローチャートである。It is a flowchart which shows the reproduction time control method of the receiver which concerns on 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. 従来のMSEのバッファモデルにおいて、セグメントをバッファに上書き挿入する例を示す図である。It is a figure which shows the example which overwrite-inserts a segment in a buffer in the buffer model of the conventional MSE. 従来のマニフェストファイルの概念を示す図である。It is a figure which shows the concept of the conventional manifest file. 従来の課題を説明する図である。It is a figure explaining the conventional subject.

以下、本発明の一実施形態について、図面を参照して詳細に説明する。以下に説明する本実施形態では一例として、マニフェストファイルをMPEG−DASH(ISO/IEC23009−1)のMPD(Media Presentation Description)形式とする。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings. In the present embodiment described below, as an example, the manifest file is in the MPEG-DASH (ISO / IEC 2309-1) MPD (Media Presentation Description) format.

本発明の一実施形態に係る受信装置について、図1を参照して説明する。図1は、本発明の一実施形態に係る受信装置の構成例を示す図である。   A receiving apparatus according to an embodiment of the present invention will be described with reference to FIG. FIG. 1 is a diagram illustrating a configuration example of a receiving apparatus according to an embodiment of the present invention.

受信装置1は、インターネットを介して配信サーバ2と接続され、配信サーバ2から複数のメディアコンポーネントにより構成されるコンテンツをセグメントごとに受信し、ストリーミング再生を行う。   The receiving device 1 is connected to the distribution server 2 via the Internet, receives content composed of a plurality of media components from the distribution server 2 for each segment, and performs streaming reproduction.

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

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

再生制御ユーザI/F部17は、ユーザの操作によって、再生命令及び停止命令を再生制御部16に出力する。再生命令には再生開始時刻を示す再生開始時刻情報が含まれる。   The reproduction control user I / F unit 17 outputs a reproduction command and a stop command to the reproduction control unit 16 by a user operation. The reproduction command includes reproduction start time information indicating the reproduction start time.

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

マニフェスト取得部11は、アプリケーション起動時又は番組選択時に、配信サーバ2から所望の番組のマニフェストファイル(MPDファイル)を通信I/F10を介して取得し、マニフェスト変換部12に出力する。   The manifest acquisition unit 11 acquires a manifest file (MPD file) of a desired program from the distribution server 2 via the communication I / F 10 when the application is started or a program is selected, and outputs the manifest file to the manifest conversion unit 12.

マニフェスト変換部12は、マニフェスト取得部11から入力されたマニフェストファイルを解析し、同じメディア形式かつ再生時刻を共有するメディアコンポーネントが複数ある場合には、各メディアコンポーネントの再生時刻(時間軸)が重ならないように再生開始時刻を変換し、セグメントの先頭時刻に該当するセグメント開始時刻及びセグメントのURLを対応付けたセグメントURLリストを生成し、バッファ制御部15に出力する。また、マニフェスト変換部12は、それぞれのメディアコンポーネントの識別子であるメディア識別子、及び各メディアコンポーネントの再生開始時刻の差を示す再生オフセット時間を対応付けたリストである再生オフセット時間リストを生成し、再生制御部16に出力する。再生オフセット時間は、各メディアコンポーネントの再生時刻が重ならないようにするために、コンテンツの時間尺以上とするのが好適である。   The manifest conversion unit 12 analyzes the manifest file input from the manifest acquisition unit 11, and when there are a plurality of media components that share the same media format and playback time, the playback time (time axis) of each media component overlaps. The playback start time is converted so as not to occur, and 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 with each other is generated and output to the buffer control unit 15. In addition, the manifest conversion unit 12 generates a playback offset time list that is a list in which a media identifier that is an identifier of each media component and a playback offset time that indicates a difference in playback start time of each media component are associated with each other. Output to the control unit 16. The playback offset time is preferably set to be equal to or longer than the content time scale so that the playback times of the media components do not overlap.

図2にマニフェストファイルの一例(抜粋)を示す。図2(a)は変換前のマニフェストファイルを示している。この例では、コンテンツ開始時刻(start)が0秒でコンテンツ尺(duration)が3分のコンテンツ(Period)が一つ存在し、Periodにはメディアの形式が同一(mimeType="video/mp4")のメディアコンポーネント(AdaptationSet)が二つ存在(id="main":メイン映像,id="sub":別角度映像)する。さらに、それぞれのAdaptationSetにはRepresentationが一つずつ存在し、この例では二つのAdaptationSetが再生時刻を共有している。   FIG. 2 shows an example (extract) of a manifest file. FIG. 2A shows a manifest file before conversion. In this example, there is one content (Period) with a content start time (start) of 0 seconds and a content length (duration) of 3 minutes, and the media has the same media format (mimeType = "video / mp4") There are two media components (AdaptationSet) (id = "main": main video, id = "sub": different angle video). Furthermore, there is one Representation for each AdaptationSet, and in this example, two AdaptationSets share the playback time.

マニフェスト変換部12は、このAdaptationSetの再生時刻が重ならないようにするため、一例として図2(b)に示す変換後のマニフェストファイルのように変換する。変換後のマニフェストファイルでは変換前のマニフェストファイルに対して109行目及び110行目が追加されている。二つのAdaptationSetが別の再生時刻を持つPeriodに配置することによって、バッファ領域の重なりを回避することができている。   The manifest conversion unit 12 performs conversion as an example of a converted manifest file shown in FIG. 2B in order to prevent the reproduction times of the AdaptationSet from overlapping. In the converted manifest file, lines 109 and 110 are added to the manifest file before conversion. By arranging two AdaptationSets in a Period with different playback times, overlapping of buffer areas can be avoided.

次に、図2(b)の変換後のマニフェストファイルを基にセグメントURLリストの生成について説明する。102行目のstartの値から、Periodの開始時刻は0秒である。104行目のtimescaleの値から、AdaptationSetのタイムスケール(1秒間の目盛数)は、90000である。106行目のdurationの値から、セグメントの継続時間は、450000である。106行目のstartNumberの値から、セグメントの開始番号は1である。以上から、ある再生時刻t(秒)に対するセグメント番号は以下の式で算出できる。なお、少数以下は切り捨てる。
Number=(t−start)×timescale/duration+startNumber (1)
Next, generation of a segment URL list will be described based on the converted manifest file in FIG. From the start value on the 102nd line, the period start time is 0 seconds. From the timescale value on the 104th line, the time scale of the AdaptationSet (the number of scales per second) is 90000. From the duration value in the 106th line, the duration of the segment is 450,000. The start number of the segment is 1 from the value of startNumber on the 106th line. From the above, the segment number for a certain reproduction time t (second) can be calculated by the following equation. The number below the decimal is rounded down.
Number = (t−start) × timescale / duration + startNumber (1)

次に、図2の106行目のmediaの値から、セグメントのURLのテンプレート”content_v1_$Number$.mp4”を取得し、$Number$を先に算出したNumber値に差し替えることにより、セグメントのURLを取得することができる。なお、上記例は図2の一つ目のPeriodを元に説明したが、二つ目のPeriodについても同様に算出できる。   Next, the segment URL template “content_v1_ $ Number $ .mp4” is obtained from the media value on line 106 in FIG. 2, and $ Number $ is replaced with the previously calculated Number value to obtain the URL of the segment. Can be obtained. Although the above example has been described based on the first period of FIG. 2, the second period can be calculated in the same manner.

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

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

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

バッファ制御部15は、再生制御部16から入力された再生開始時刻情報、及びバッファ14から入力されたバッファリング範囲(バッファ済みセグメント範囲)情報に基づき、取得対象のセグメントのセグメント開始時刻を決定する。そして、マニフェスト変換部12から入力されたセグメントURLリストから、セグメント開始時刻に対応付けられたセグメントのURLを抽出(決定)し、セグメント取得部13に出力する。また、バッファ制御部15は、セグメント取得部13からセグメントが入力されると、該セグメントをバッファ14に挿入する。   The buffer control unit 15 determines the segment start time of the acquisition target segment based on the reproduction start time information input from the reproduction control unit 16 and the buffering range (buffered segment range) information input from the buffer 14. . Then, the URL of the segment associated with the segment start time is extracted (determined) from the segment URL list input from the manifest conversion unit 12 and output to the segment acquisition unit 13. Further, when a segment is input from the segment acquisition unit 13, the buffer control unit 15 inserts the segment into the buffer 14.

セグメント取得部13は、バッファ制御部15から入力された取得対象のセグメントのURLに基づいて対応するセグメントを取得し、バッファ制御部15に出力する。具体的には、セグメントのURLを含むセグメント要求(リクエスト)を生成して通信I/F10を介して配信サーバ2に送信し、配信サーバ2から通信I/F10を介して該要求に対するレスポンスとして対応するセグメントを取得する。   The segment acquisition unit 13 acquires a corresponding segment based on the URL of the acquisition target segment input from the buffer control unit 15 and outputs the acquired segment to the buffer control unit 15. Specifically, a segment request (request) including the segment URL 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 perform.

バッファ14は、マニフェストファイルに記載の全Periodの開始時刻から終了時刻までの範囲を持っており、バッファ制御部15から入力したセグメントを、セグメント開始時刻及び再生継続時間を対応付けて保存する。   The buffer 14 has a range from the start time to the end time of all the periods described in the manifest file, and stores the segment input from the buffer control unit 15 in association with the segment start time and the playback duration.

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

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

再生部18は、再生制御部16から再生開始時刻情報を含む再生命令を入力すると、再生開始時刻に基づいてセグメントを順次バッファ14から入力し、入力したセグメントをセグメントのメディア形式(映像、音声、テキスト等)に従ってデコードし、表示部19に出力する。再生部18は、再生とともに更新される再生時刻の情報である現在再生時刻情報を再生制御部16に出力する。   When the playback unit 18 inputs a playback command including playback start time information from the playback control unit 16, the playback unit 18 sequentially inputs segments from the buffer 14 based on the playback start time, and the input segments are converted into the segment media format (video, audio, And the like and output to the display unit 19. The playback unit 18 outputs current playback time information, which is playback time information updated with playback, to the playback control unit 16.

また、再生部18は、再生制御部16から停止命令を入力した場合には、再生を停止する。   In addition, when the playback unit 18 inputs a stop command from the playback control unit 16, the playback unit 18 stops playback.

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

以下に、メディアコンポーネントの切り替え操作が実行された場合の動作について説明する。   Hereinafter, an operation when a media component switching operation is executed will be described.

再生制御部16は、再生制御ユーザI/F部17からメディアコンポーネント切り替え命令を入力すると、マニフェスト変換部12から入力された再生オフセット時間リストから、切り替え後のメディア識別子に対応付いた再生オフセット時間を取得する。また、再生制御部16は、再生部18から入力される現在再生時刻情報から、現在再生時刻を取得する。そして、現在再生時刻に再生オフセット時間を加算することにより、メディアコンポーネント切り替え後の再生時刻である新規再生開始時刻を算出する。そして、新規再生開始時刻を示す新規再生開始時刻情報をバッファ制御部15に出力し、バッファ制御部15からバッファ規定値を超えたことを示す通知を入力すると、再生部18に新規再生開始時刻情報を出力し、再生時刻の変更を指示する。   When the playback control unit 16 inputs a media component switching command from the playback control user I / F unit 17, the playback offset time associated with the media identifier after switching is selected from the playback offset time list input from the manifest conversion unit 12. get. Further, the playback control unit 16 acquires the current playback time from the current playback time information input from the playback unit 18. Then, by adding the playback offset time to the current playback time, a new playback start time that is the playback time after switching the media component is calculated. Then, new playback start time information indicating the new playback start time is output to the buffer control unit 15, and when a notification indicating that the buffer specified value has been exceeded is input from the buffer control unit 15, the new playback start time information is input to the playback unit 18. Is output to instruct to change the playback time.

このような処理を行うため、実際のバッファ14上の再生時刻となる新規再生開始時刻と、再生制御ユーザI/F部17に表示させる見かけ上の再生時刻である現在再生時刻とは異なり、メディアコンポーネントの切り替え時には、新規再生開始時刻から再生オフセット時間を減じた時刻が現在再生時刻となる。   In order to perform such processing, the new playback start time that is the playback time on the actual buffer 14 is different from the current playback time that is the apparent playback time displayed on the playback control user I / F unit 17. At the time of component switching, the current playback time is the time obtained by subtracting the playback offset time from the new playback start time.

バッファ制御部15は、再生制御部16から入力された新規再生開始時刻情報、及びバッファ14から入力されたバッファリング範囲情報に基づき、取得対象のセグメントのセグメント開始時刻を決定する。そして、マニフェスト取得部11から入力されたセグメントURLリストから、セグメント開始時刻に対応付けられたセグメントのURLを抽出し、セグメント取得部13に出力する。   The buffer control unit 15 determines the segment start time of the acquisition target segment based on the new playback start time information input from the playback control unit 16 and the buffering range information input from the buffer 14. Then, the URL of the segment associated with the segment start time is extracted from the segment URL list input from the manifest acquisition unit 11 and output to the segment acquisition unit 13.

再生部18は、再生制御部16から新規再生開始時刻情報を入力すると、新規再生開始時刻情報に基づいてセグメントを順次バッファ14から入力し、入力したセグメントをセグメントのメディアの形式に従ってデコードし、表示部19に出力する。   When the playback unit 18 inputs new playback start time information from the playback control unit 16, the playback unit 18 sequentially inputs segments from the buffer 14 based on the new playback start time information, decodes the input segments in accordance with the segment media format, and displays them. To the unit 19.

図3にメディアコンポーネントの切り替え時のバッファの状況の一例を示す。この例では、マニフェスト取得部11により、二つのメディアコンポーネント(AdaptationSet)から構成される一つのコンテンツ(Period)に関する情報を記述したマニフェストファイルを取得し、マニフェスト変換部12により、該マニフェストファイルを、それぞれ一つのメディアコンポーネント(AdaptationSet)から構成される二つのコンテンツ(Period)に関する情報を記述したマニフェストファイルに変換したものとする。また、各メディアコンポーネントの再生開始時刻(start)は300秒で、コンテンツ尺(duration)は3分であり、再生オフセット時間をコンテンツ尺としている。   FIG. 3 shows an example of the buffer status at the time of switching the media component. In this example, the manifest acquisition unit 11 acquires a manifest file describing information about one content (Period) composed of two media components (AdaptationSet), and the manifest conversion unit 12 converts the manifest file into each of the manifest files. It is assumed that it has been converted into a manifest file describing information related to two contents (Period) composed of one media component (AdaptationSet). Also, the playback start time (start) of each media component is 300 seconds, the content scale (duration) is 3 minutes, and the playback offset time is the content scale.

図3(a)は、メディアコンポーネントの切り替え指示直前の再生状態を示しており、300秒から一方のメディアコンポーネントのセグメントを挿入し、現在の再生時刻に先んじて10秒分のセグメントを取得してバッファに挿入している状態を示している。図3(b)は、メディアコンポーネントの切り替え後に、他方のメディアコンポーネントのセグメントを、各メディアコンポーネントのバッファ領域が重ならないように、495秒から挿入している状態を示している。このように、本発明ではメディアコンポーネントの切り替え時には、切り替え前のメディアコンポーネントが使用するバッファ領域とは異なるバッファ領域を利用する。   FIG. 3 (a) shows a playback state immediately before a media component switching instruction. One segment of a media component is inserted from 300 seconds, and a segment for 10 seconds is acquired prior to the current playback time. It shows the state of being inserted into the buffer. FIG. 3B shows a state in which after switching the media component, the segment of the other media component is inserted from 495 seconds so that the buffer areas of the media components do not overlap. As described above, in the present invention, when the media component is switched, a buffer area different from the buffer area used by the media component before the switching is used.

(再生時刻制御方法)
次に、メディアコンポーネント切り替え動作時の再生時刻制御方法について、図4に示すフローチャートを用いて説明する。
(Playback time control method)
Next, a playback time control method during a media component switching operation will be described using the flowchart shown in FIG.

図4に示すフローチャートは、既にマニフェストファイルを取得しており、マニフェスト変換処理後のセグメントURLリストも作成済みの状態から開始するものとする。また、ネットワークの混雑状況に応じて受信帯域が常に変動することを見越して、再生開始時刻を起点として、予め設定したバッファ規定値(例えば5秒)以上のセグメントがバッファ14に挿入されてから切り替え後のメディアコンポーネントの再生を開始するものとする。また、表示用再生時刻の範囲は、本来(マニフェストファイル変換前)のコンテンツの時間尺である、配信サーバ2から受信したマニフェストファイルに記載のPeriodの開始時刻から終了時刻までの範囲とする。   In the flowchart shown in FIG. 4, it is assumed that the manifest file has already been acquired and the segment URL list after the manifest conversion process has been created. In addition, in anticipation that the reception band constantly fluctuates depending on the network congestion situation, switching is performed after a segment having a buffer specified value (for example, 5 seconds) or more set in advance is inserted into the buffer 14 starting from the reproduction start time. It is assumed that later media component playback starts. The display playback time range is a range from the start time to the end time of the Period described in the manifest file received from the distribution server 2, which is the original time scale of the content (before conversion of the manifest file).

まず、再生制御ユーザI/F部17においてメディアコンポーネントの切り替え操作が実行されると(ステップS001)、再生制御部16は、マニフェスト変換部12から入力された再生オフセット時間リストから、切り替え後のメディア識別子を抽出する(ステップS002)。そして、再生制御部16は、表示用再生時刻に、切り替え後のメディア識別子に対応付いた再生オフセット時間を加算して新規再生開始時刻を算出し(ステップS003)、バッファ制御部15に出力する。   First, when a media component switching operation is performed in the playback control user I / F unit 17 (step S001), the playback control unit 16 reads the media after switching from the playback offset time list input from the manifest conversion unit 12. An identifier is extracted (step S002). Then, the playback control unit 16 calculates the new playback start time by adding the playback offset time associated with the media identifier after switching to the playback time for display (step S003), and outputs it to the buffer control unit 15.

次に、バッファ制御部15は、バッファ14内に新規再生開始時刻から予め設定したバッファ規定値以上のセグメントが存在するか否かを確認する(ステップS004)。ステップS004にてYESの場合には、再生時刻を新規再生開始時刻に変更する(ステップS009)。そして、切り替え後のメディアコンポーネントの再生を開始し(ステップS010)、処理を終了する。   Next, the buffer control unit 15 confirms whether or not there is a segment in the buffer 14 that is equal to or greater than a predetermined buffer specified value from the new playback start time (step S004). If YES in step S004, the playback time is changed to a new playback start time (step S009). Then, playback of the media component after switching is started (step S010), and the process ends.

一方、ステップS004にてNOの場合には、バッファ制御部15は、新規再生開始時刻を含むバッファリング範囲の最後のセグメントに続くセグメントのURLを、マニフェスト変換部12から入力されたセグメントURLリストから抽出し(ステップS005)、セグメント取得部13に出力する。そして、セグメント取得部13は、抽出したセグメントのURLを含むリクエストを配信サーバ2に送信し、該要求に対応するセグメントを受信し(ステップS006)、受信したセグメントをバッファ14に挿入する(ステップS007)。   On the other hand, in the case of NO in step S004, the buffer control unit 15 obtains the URL of the segment following the last segment in the buffering range including the new reproduction start time from the segment URL list input from the manifest conversion unit 12. Extract (step S005) and output to the segment acquisition unit 13. Then, the segment acquisition unit 13 transmits a request including the extracted URL of the segment to the distribution server 2, receives the segment corresponding to the request (step S006), and inserts the received segment into the buffer 14 (step S007). ).

次に、再生制御部16は、表示用再生時刻がコンテンツの終了時刻に到達したか又はユーザI/Fにて停止ボタンが押されたかを確認する(ステップS008)。ステップS008がNOであった場合にはステップS004に戻り、ステップS008がYESである場合には処理を終了する。   Next, the playback control unit 16 confirms whether the display playback time has reached the end time of the content or whether the user I / F has pressed the stop button (step S008). If step S008 is NO, the process returns to step S004. If step S008 is YES, the process ends.

このように、本発明に係る受信装置1は、主映像と、主映像に関連付けられた別角度の映像(マルチアングル)や別再生速度の映像(早送り・巻戻しなど)から構成されるコンテンツをストリーミング再生する際に、それぞれのメディアコンポーネントのバッファ領域が重ならないようにそれぞれのメディアコンポーネントの再生オフセット時間を設定する。そのため、メディアコンポーネントの切り替えの際に、切り替え前のメディアコンポーネントとは別のバッファ領域を利用することが可能となり、バッファリングの無駄を削減することができる。特に短い間隔でメディアコンポーネントの切り替え操作がなされた場合に、以前取得したセグメントの再取得の機会が減るため、ネットワークの利用効率も向上し、安定した視聴が可能となる。   As described above, the receiving apparatus 1 according to the present invention is configured to display content including a main video, a video at a different angle (multi-angle) associated with the main video, and a video at a different playback speed (fast forward / rewind). When performing streaming playback, the playback offset time of each media component is set so that the buffer areas of each media component do not overlap. Therefore, when the media component is switched, it is possible to use a buffer area different from the media component before the switching, and buffering waste can be reduced. In particular, when media components are switched at short intervals, the chance of reacquisition of previously acquired segments is reduced, so that the network usage efficiency is improved and stable viewing is possible.

なお、上述した受信装置1として機能させるためにコンピュータを好適に用いることができ、そのようなコンピュータは、受信装置1の各機能を実現する処理内容を記述したプログラムを該コンピュータの記憶部に格納しておき、該コンピュータのCPUによってこのプログラムを読み出して実行させることで実現することができる。なお、このプログラムは、コンピュータ読取り可能な記録媒体に記録可能である。   Note that a computer can be suitably used to cause the above-described function to function as the receiving device 1, and such a computer stores a program describing processing contents for realizing each function of the receiving device 1 in a storage unit of the computer. It 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 above embodiment has been described as a representative example, it will be apparent to those skilled in the art that many changes and substitutions can be made within the spirit and scope of the invention. Therefore, the present invention should not be construed as being limited by the above-described embodiments, and various modifications and changes can be made without departing from the scope of the claims. For example, a plurality of constituent blocks or processing steps described in the embodiments can be combined into one, or one can be divided into a plurality.

1 受信装置
2 配信サーバ
10 通信I/F
11 マニフェスト取得部
12 マニフェスト変換部
13 セグメント取得部
14 バッファ
15 バッファ制御部
16 再生制御部
17 再生制御ユーザI/F
18 再生部
19 表示部
1 Receiving Device 2 Distribution Server 10 Communication I / F
DESCRIPTION OF SYMBOLS 11 Manifest acquisition part 12 Manifest conversion part 13 Segment acquisition part 14 Buffer 15 Buffer control part 16 Playback control part 17 Playback control user I / F
18 Playback section 19 Display section

Claims (4)

複数のメディアコンポーネントから構成されるコンテンツをセグメントごとに受信する受信装置であって、
マニフェストファイルを取得するマニフェスト取得部と、
前記マニフェストファイルを解析し、同じメディア形式かつ再生時刻を共有するメディアコンポーネントが複数ある場合には、各メディアコンポーネントの再生時刻が重ならないようにメディアコンポーネントの再生開始時刻を変更し、各メディアコンポーネントの再生開始時刻の差を示す再生オフセット時間を決定するマニフェスト変換部と、
前記再生開始時刻に基づき取得対象のセグメントのURL及びセグメント開始時刻を決定するバッファ制御部と、
前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得部と、を備え
前記バッファ制御部は、前記セグメント取得部により取得した前記セグメントを、前記セグメント開始時刻に対応付けてバッファに保存し、
メディアコンポーネントの切り替え操作が実行された場合には、現在再生時刻に、切り替え前後のメディアコンポーネントの差を示す再生オフセット時間を加算した新規再生開始時刻に基づき、前記取得対象のセグメントのURL及び前記セグメント開始時刻を決定することを特徴とする受信装置。
A receiving device that receives content composed of a plurality of media components for each segment,
A manifest acquisition unit for acquiring a manifest file;
When there are multiple media components that analyze the manifest file and share the same media format and playback time, the playback start time of the media component is changed so that the playback times of the media components do not overlap , A manifest conversion unit that determines a playback offset time indicating a difference in playback start time;
A buffer controller for determining a URL and segment start time of the segment of the acquisition target on the basis of the playback start time,
A segment acquisition unit that acquires the segment to be acquired based on the URL of the segment ,
The buffer control unit stores the segment acquired by the segment acquisition unit in a buffer in association with the segment start time,
When a media component switching operation is executed, based on a new playback start time obtained by adding a playback offset time indicating a difference between media components before and after switching to the current playback time, the URL of the segment to be acquired and the segment receiving apparatus characterized that you determine the start time.
前記再生オフセット時間は、各メディアコンポーネントの再生時刻が重ならないようにコンテンツの時間尺以上であることを特徴とする、請求項1に記載の受信装置。   The receiving apparatus according to claim 1, wherein the playback offset time is equal to or longer than a time scale of content so that playback times of the respective media components do not overlap. 複数のメディアコンポーネントから構成されるコンテンツをセグメントごとに受信する受信装置における再生時刻制御方法であって、
マニフェストファイルを取得するマニフェスト取得ステップと、
前記マニフェストファイルを解析し、同じメディア形式かつ再生時刻を共有するメディアコンポーネントが複数ある場合には、各メディアコンポーネントの再生時刻が重ならないようにメディアコンポーネントの再生開始時刻を変更し、各メディアコンポーネントの再生開始時刻の差を示す再生オフセット時間を決定するマニフェスト変換ステップと、
前記再生開始時刻に基づき取得対象のセグメントのURL及びセグメント開始時刻を決定するバッファ制御ステップと、
前記セグメントのURLに基づき前記取得対象のセグメントを取得するセグメント取得ステップと、
前記セグメント取得ステップにより取得した前記セグメントを、前記セグメント開始時刻に対応付けてバッファに保存する保存ステップと、を含み、
前記バッファ制御ステップは、メディアコンポーネントの切り替え操作が実行された場合には、現在再生時刻に、切り替え前後のメディアコンポーネントの差を示す再生オフセット時間を加算した新規再生開始時刻に基づき、前記取得対象のセグメントのURL及び前記セグメント開始時刻を決定することを特徴とする再生時刻制御方法。
A playback time control method in a receiving device for receiving content composed of a plurality of media components for each segment,
A manifest acquisition step for acquiring a manifest file;
When there are multiple media components that analyze the manifest file and share the same media format and playback time, the playback start time of the media component is changed so that the playback times of the media components do not overlap , A manifest conversion step for determining a playback offset time indicating a difference in playback start time;
A buffer control step of determining the URL and segment start time of the segment of the acquisition target on the basis of the playback start time,
A segment acquisition step of acquiring the segment to be acquired based on the URL of the segment;
Said segments obtained by said segment acquisition step, seen including a storage step of storing in a buffer, the in association with the segment start time,
The buffer control step, when a media component switching operation is performed, is based on a new playback start time obtained by adding a playback offset time indicating a difference between media components before and after switching to the current playback time. A playback time control method, wherein a URL of a segment and the segment start time are determined .
コンピュータを、請求項1又は2に記載の受信装置として機能させるためのプログラム。 A program for causing a computer to function as a receiving device according to claim 1 or 2.
JP2015238792A 2015-12-07 2015-12-07 Receiving device, reproduction time control method, and program Active JP6609468B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015238792A JP6609468B2 (en) 2015-12-07 2015-12-07 Receiving device, reproduction time control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015238792A JP6609468B2 (en) 2015-12-07 2015-12-07 Receiving device, reproduction time control method, and program

Publications (2)

Publication Number Publication Date
JP2017108217A JP2017108217A (en) 2017-06-15
JP6609468B2 true JP6609468B2 (en) 2019-11-20

Family

ID=59060904

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015238792A Active JP6609468B2 (en) 2015-12-07 2015-12-07 Receiving device, reproduction time control method, and program

Country Status (1)

Country Link
JP (1) JP6609468B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200374567A1 (en) * 2017-08-07 2020-11-26 Sharp Kabushiki Kaisha Generation apparatus, reproduction apparatus, generation method, reproduction method, control program, and recording medium
JP2021129127A (en) * 2018-05-08 2021-09-02 ソニーグループ株式会社 Reception device, transmission device, reception method, transmission method, and program
JP7195163B2 (en) * 2019-01-29 2022-12-23 日本放送協会 User terminal and program
JP7458848B2 (en) 2020-03-24 2024-04-01 日本放送協会 User terminal and program

Also Published As

Publication number Publication date
JP2017108217A (en) 2017-06-15

Similar Documents

Publication Publication Date Title
EP2526671B1 (en) Methods and arrangements for http media stream distribution
US9584557B2 (en) Proxy for facilitating streaming of media from server to client
US11516542B2 (en) Systems and methods for real-time adaptive bitrate transcoding and transmission of transcoded media
WO2013008867A1 (en) Transmission device, method for controlling transmission device, control program, and recording medium
US10129574B2 (en) Systems and methods for providing variable speeds in a trick-play mode
US20160360244A1 (en) Live consecutive ad insertion
JP6609468B2 (en) Receiving device, reproduction time control method, and program
JP2019517219A (en) System and method for providing audio content during trick play playback
EP4075818A1 (en) Segment ladder transitioning in adaptive streaming
US10687106B2 (en) System and method for distributed control of segmented media
JP6535273B2 (en) Receiving device, segment acquisition method, and program
JP6397341B2 (en) Reception device, buffer management method, and program
US20170062004A1 (en) Method for enabling seamless and bidirectional playback of video
JP6626696B2 (en) Receiving device, manifest updating method, and program
WO2018139283A1 (en) Image processing device, method and program
WO2014171498A1 (en) Transmission apparatus, meta file transmission method, reception apparatus, and reception processing method
JP6581884B2 (en) Reception device, buffer management method, and program
JP7324012B2 (en) Receiving device and program
JP6294527B2 (en) Transmission device, transmission method, reproduction device, and reproduction method
JP2022133163A (en) Content generation device, reception device, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181029

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190724

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190730

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190913

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191028

R150 Certificate of patent or registration of utility model

Ref document number: 6609468

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