JP6626696B2 - Receiving device, manifest updating method, and program - Google Patents
Receiving device, manifest updating method, and program Download PDFInfo
- Publication number
- JP6626696B2 JP6626696B2 JP2015227890A JP2015227890A JP6626696B2 JP 6626696 B2 JP6626696 B2 JP 6626696B2 JP 2015227890 A JP2015227890 A JP 2015227890A JP 2015227890 A JP2015227890 A JP 2015227890A JP 6626696 B2 JP6626696 B2 JP 6626696B2
- Authority
- JP
- Japan
- Prior art keywords
- time
- playback
- manifest
- manifest file
- reproduction
- 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
Links
- 238000000034 method Methods 0.000 title claims description 16
- 230000007774 longterm Effects 0.000 claims description 9
- 238000005516 engineering process Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 230000004044 response Effects 0.000 description 5
- 230000003044 adaptive effect Effects 0.000 description 3
- 239000000284 extract Substances 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 239000012092 media component Substances 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002250 progressing effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Description
本発明は、ライブストリーミングを受信する受信装置、マニフェスト更新方法、及びプログラムに関する。 The present invention relates to a receiving device that receives live streaming, a manifest updating method, and a program.
近年インターネットにおいては、ストリーミングによる動画配信サービスが普及している。例えば、ユーザが要求したタイミングで、配信サーバより選択したコンテンツを受信するVOD(Video On Demand)型のサービスや、スポーツやイベントのライブストリーミングが行われている。これらに加え、編成に従って番組を次々と配信する放送型のライブストリーミングも今後普及していくものと考えられる。 In recent years, a moving image distribution service by streaming has become widespread on the Internet. For example, a VOD (Video On Demand) service that receives content selected from a distribution server at the timing requested by a user, or a live streaming of a sport or event is performed. In addition, broadcast-type live streaming, which distributes programs one after another according to the schedule, is expected to become popular in the future.
昨今のインターネットにおけるストリーミング動画配信では、専用のサーバと専用のプロトコルによるストリーミング配信方式から、汎用的なWebサーバによりHTTPプロトコルを用いてストリーミング配信する方式への移行が進んでおり、多くのデバイス向けの配信において主流となっている。このようなHTTPプロトコルによるストリーミング配信方式(アダプティブストリーミング)としては、ITベンダによる独自技術が普及している他、これらストリーミング方式の統一を意図した国際標準規格であるMPEG−DASH(ISO/IEC23009−1)が策定された。 In streaming video distribution on the Internet in recent years, a transition from a streaming distribution method using a dedicated server and a dedicated protocol to a streaming distribution method using a general-purpose Web server using the HTTP protocol has been progressing. Mainstream in distribution. As such a streaming distribution system (adaptive streaming) based on the HTTP protocol, an original technology by an IT vendor is widespread, and MPEG-DASH (ISO / IEC23009-1) which is an international standard intended to unify these streaming systems. ) Was formulated.
いずれの技術も基本的なコンセプトは同様であり、Webサーバには動画コンテンツを一つ又は複数の品質(画面サイズやビットレート)でエンコードしたストリームをそれぞれ数秒から数十秒程度のファイルに分割したもの(セグメント)と、それらの動画コンテンツの属性やURLを記述したマニフェストファイルを用意する。受信端末はマニフェストファイルに記述されたURLに従って次々とセグメントを受信し、1本の動画コンテンツにつなぎ合わせて再生する(例えば、非特許文献1参照)。 Both technologies have the same basic concept. The web server divides a stream of video content encoded with one or more qualities (screen size and bit rate) into files of several seconds to several tens of seconds each. A manifest file that describes objects (segments) and attributes and URLs of the moving image contents is prepared. The receiving terminal receives the segments one after another according to the URL described in the manifest file, and connects and reproduces the segments with one moving image content (for example, see Non-Patent Document 1).
図6にHTTPプロトコルによるストリーミング配信方式の概念を示す。図6では、ライブエンコーダでエンコードされたコンテンツが時間の進行に合わせて分割され、1〜6のセグメントが順次生成されている(例えば、非特許文献2参照)。マニフェストファイルも同様に、セグメントが生成されるのに合わせて内容が更新されている。一番左のマニフェストファイルには1〜3のセグメントのURLが登録されており、次のマニフェストファイルには2〜4のセグメントのURLが登録されているように、マニフェストファイルに登録されているセグメントのURLは、順次一定個数ずつスライドする。
FIG. 6 shows the concept of the streaming distribution system based on the HTTP protocol. In FIG. 6, the content encoded by the live encoder is divided according to the progress of time, and
セグメント及びマニフェストファイルは、順次Webサーバに供給される。受信端末は、Webサーバからマニフェストファイルを受信し、マニフェストファイルに登録されているセグメントを順次HTTPプロトコルにより受信する。受信端末は、更新されたマニフェストファイルを受信し、新規に登録されたセグメントを受信する処理を繰り返すことにより、ライブストリーミングを受信することができる。 The segment and the manifest file are sequentially supplied to the Web server. The receiving terminal receives the manifest file from the Web server, and sequentially receives the segments registered in the manifest file using the HTTP protocol. The receiving terminal can receive the live streaming by receiving the updated manifest file and repeating the process of receiving the newly registered segment.
さらに、マニフェストファイル更新の際に、時間的に過去のセグメントをマニフェストファイルから消去せずに、順次生成されたセグメントを追加していくことにより、ライブストリーミングでありながら、番組の冒頭に遡って再生したり、過去の任意の再生位置にシークして視聴したりすることを可能とするサービスも普及している。 In addition, when updating the manifest file, by adding segments that are sequentially generated without deleting temporally past segments from the manifest file, it is possible to play back to the beginning of the program while it is live streaming In addition, a service that enables a user to seek to an arbitrary playback position in the past and view the content is also widespread.
ライブストリーミングを継続的に視聴するためには、更新されたマニフェストファイルを適宜取得する必要がある。このようなマニフェストファイルの更新については、後続要求をサーバに送信し、応答として受信したプレイリストファイル(マニフェストファイル)が前回受信したプレイリストファイルと異なる場合には、第1の期間の後にプレイリストファイルに対する後続要求をサーバに送信し、異ならない場合は、第2の期間の後に後続要求をサーバに送信する方法が知られている(例えば、特許文献1参照)。この方法は常に最新のセグメントが記載されたマニフェストファイルを取得することを意図したものである。 In order to continuously watch live streaming, it is necessary to appropriately obtain an updated manifest file. For such an update of the manifest file, a subsequent request is transmitted to the server, and if the playlist file (manifest file) received as a response is different from the playlist file received last time, the playlist is updated after the first period. A method is known in which a subsequent request for a file is transmitted to a server, and if they do not differ, a subsequent request is transmitted to the server after a second period (for example, see Patent Document 1). This method is intended to always obtain a manifest file in which the latest segments are described.
ユーザの視聴方法によっては、必ずしも最新のセグメントの情報を必要としない場合がある。例えば、番組冒頭に遡って視聴する場合や、最新のセグメントからある一定の遅延(例えば1時間)をもって視聴する場合などである。しかしながら、従来の手法ではそのような場合であっても高頻度でマニフェストファイルを更新していたため、マニフェストファイルの更新に伴うネットワークや配信サーバの負荷が大きかった。 Depending on the user's viewing method, the latest segment information may not always be needed. For example, there is a case where the user watches the program retrospectively, or a case where the user views the program with a certain delay (for example, one hour) from the latest segment. However, in the conventional method, even in such a case, the manifest file is frequently updated, so that the load on the network and the distribution server due to the update of the manifest file is large.
かかる事情に鑑みてなされた本発明の目的は、ライブストリーミングにおいて、マニフェストファイルの更新負荷を軽減することを可能とするストリーミング受信装置、及びマニフェスト更新方法を提供することにある。 An object of the present invention, which has been made in view of such circumstances, is to provide a streaming receiving apparatus and a manifest updating method capable of reducing the update load of a manifest file in live streaming.
上記課題を解決するため、本発明に係る受信装置は、ライブストリーミングを受信する受信装置であって、マニフェストファイルを取得して更新するマニフェスト取得部と、現在の再生時刻又は新たに指定された再生時刻を出力する再生制御部と、前記マニフェストファイルに記載された最新のセグメントの再生終了時刻から一定の遅延時間分遡った再生時刻であるライブ再生基準時刻を決定し、前記再生時刻が前記ライブ再生基準時刻よりも前である場合には、前記マニフェストファイルの更新周期を長期に設定し、前記再生時刻が前記ライブ再生基準時刻以降である場合には、前記マニフェストファイルの更新周期を短期に設定するマニフェスト更新制御部と、を備えることを特徴とする。 In order to solve the above problems, a receiving device according to the present invention is a receiving device that receives live streaming, a manifest obtaining unit that obtains and updates a manifest file, and a current playback time or a newly designated playback. A playback control unit that outputs a time, and determines a live playback reference time that is a playback time retroactive by a fixed delay time from the playback end time of the latest segment described in the manifest file, and the playback time is the live playback. If it is before the reference time, the update cycle of the manifest file is set to a long time, and if the playback time is after the live playback reference time, the update cycle of the manifest file is set to a short time. And a manifest update control unit.
さらに、本発明に係る受信装置において、前記マニフェスト取得部は、シーク動作時に前記更新周期が長期に設定されている場合には、最新のマニフェストファイルを取得し、前記マニフェスト更新制御部は、前記最新のマニフェストファイルに基づき前記ライブ再生基準時刻を決定することを特徴とする。 Furthermore, in the receiving device according to the present invention, when the update cycle is set to a long time during a seek operation, the manifest acquisition unit acquires the latest manifest file, and the manifest update control unit includes the latest update file. and determining said live playback reference time based on the manifest file of.
また、上記課題を解決するため、本発明に係るマニフェスト更新方法は、ライブストリーミングを受信する受信装置におけるマニフェスト更新方法であって、マニフェストファイルを取得して更新するステップと、現在の再生時刻又は新たに指定された再生時刻を出力するステップと、前記マニフェストファイルに記載された最新のセグメントの再生終了時刻から一定の遅延時間分遡った再生時刻であるライブ再生基準時刻を決定し、前記再生時刻が前記ライブ再生基準時刻よりも前である場合には、前記マニフェストファイルの更新周期を長期に設定し、前記再生時刻が前記ライブ再生基準時刻以降である場合には、前記マニフェストファイルの更新周期を短期に設定するステップと、を含むことを特徴とする。
Further, in order to solve the above problem, a manifest updating method according to the present invention is a manifest updating method in a receiving device that receives live streaming, wherein a step of acquiring and updating a manifest file, Outputting the playback time specified in the step (a), and determining a live playback reference time that is a playback time retroactive by a certain delay time from the playback end time of the latest segment described in the manifest file, and wherein the playback time is If it is before the live playback reference time, the update cycle of the manifest file is set to a long time, and if the playback time is after the live playback reference time, the update cycle of the manifest file is set to a short time. And setting to
また、上記課題を解決するため、本発明に係るプログラムは、コンピュータを、上記受信装置として機能させることを特徴とする。 Further, in order to solve the above problem, a program according to the present invention causes a computer to function as the receiving device.
本発明によれば、必ずしも最新のセグメントの情報を必要としない視聴方法である場合には、マニフェストファイルの更新周期を長期に設定することにより、マニフェストファイルの更新に伴うネットワークや配信サーバの負荷を軽減することが可能となる。 According to the present invention, when the viewing method does not necessarily require the latest segment information, by setting the update period of the manifest file to a long period, the load on the network and the distribution server due to the update of the manifest file is reduced. It becomes possible to reduce.
以下、本発明の一実施形態について、図面を参照して詳細に説明する。 Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.
まず、配信サーバに用意されるマニフェストファイルについて説明する。本実施形態では一例としてマニフェストファイルをMPEG−DASH(ISO/IEC23009−1)のMPD(Media Presentation Description)形式とする。 First, the manifest file prepared in the distribution server will be described. In the present embodiment, as an example, the manifest file is in an MPD (Media Presentation Description) format of MPEG-DASH (ISO / IEC23009-1).
図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は、番組を時間方向に(一つ又は複数に)区切った一区画を示している。Periodは一つ以上のAdaptationSetから構成される。図2の例ではAdaptationSetは一つである。 Period indicates a section that divides the program in the time direction (one or more). Period consists of one or more AdaptationSets. In the example of FIG. 2, there is one AdaptationSet.
AdaptationSetは、メディアのコンポーネント(映像、音声、テキスト等)の情報を示しており、同じメディアでパラメータ(ビットレートや画面サイズ、音声のチャンネル数など)の異なる複数のコンポーネントを含むことができる。図2の例ではコンポーネントは一つである。 The AdaptationSet indicates information of media components (video, audio, text, etc.), and can include a plurality of components having different parameters (bit rate, screen size, number of audio channels, etc.) in the same media. In the example of FIG. 2, there is one component.
Representationは、AdaptationSetに含まれるそれぞれのメディアのコンポーネントの情報を示しており、一つ以上のセグメントで構成される。 Representation indicates information of each media component included in the AdaptationSet, and is composed of one or more segments.
また、AdaptationSetに含まれるSegmentTemplateは、セグメントのURLのテンプレートの情報を示している。また、SegmentTimelineは、このMPDファイルに含まれるセグメント毎の開始時刻と継続時間を対応付けたリストを示している。具体的には、図2の6〜12行目の<S>タグがセグメントの時刻情報を示しており、tの値がセグメントの再生開始時刻、dの値がセグメントの継続時間を示している。AdaptationSetのtimescale(90000)をもとに、開始時刻及び継続時間は以下のように算出される。これより、このMPDファイルには0秒から60.06秒までのセグメントが存在しており、各セグメントの継続時間が2.002秒であることがわかる。
6行目:開始時刻=t/timescale=0、継続時間=d/timescale=2.002、
7行目:開始時刻=t/timescale=2.002、継続時間=d/timescale=2.002、
8行目:開始時刻=t/timescale=4.004、継続時間=d/timescale=2.002、
12行目:開始時刻=t/timescale=58.058、継続時間=d/timescale=2.002
SegmentTemplate included in AdaptationSet indicates information on a template of a URL of a segment. The SegmentTimeline indicates a list in which the start time and the duration of each segment included in the MPD file are associated. Specifically, the <S> tag in the sixth to twelfth lines in FIG. 2 indicates the time information of the segment, the value of t indicates the reproduction start time of the segment, and the value of d indicates the duration of the segment. . Based on the timescale (90000) of the AdaptationSet, the start time and the duration are calculated as follows. From this, it can be seen that segments from 0 seconds to 60.06 seconds exist in this MPD file, and the duration of each segment is 2.002 seconds.
6th line: start time = t / timescale = 0, duration = d / timescale = 2.002,
Line 7: Start time = t / timescale = 2.002, duration = d / timescale = 2.002,
8th line: start time = t / timescale = 4.004, duration = d / timescale = 2.002,
12th line: start time = t / timescale = 58.058, duration = d / timescale = 2.002
以上より、ある再生時刻のセグメントのURLは、当該再生時刻を含む<S>タグを抽出し、該抽出した<S>タグのtで、4行目のmediaの値から抽出したテンプレート”live#v1#$Time$.mp4”の$Time$を差し替えることにより取得することができる。 As described above, the URL of the segment at a certain playback time is obtained by extracting the <S> tag including the playback time, and extracting the template “live #” extracted from the media value in the fourth line by the extracted <S> tag t. v1 # $ Time $ .mp4 ”can be obtained by replacing $ Time $.
minimumUpdatePeriodは、マニフェストファイルを取得してから次のマニフェストファイルを要求するまでの最小遅延時間を示しており、受信装置のマニフェスト更新に対する指標を与えるものである。図2の例では、minimumUpdatePeriodは2秒である。 minimumUpdatePeriod indicates the minimum delay time from when the manifest file is acquired to when the next manifest file is requested, and gives an index for updating the manifest of the receiving apparatus. In the example of FIG. 2, the minimumUpdatePeriod is 2 seconds.
suggestedPresentationDelayは、現在時刻からの固定遅延時間の推奨値を表している。つまりは、MPDファイルに存在する最新のセグメントからsuggestedPresentationDelay秒だけ遡った再生時刻のセグメントから再生することが推奨されていることを示すものである。図2の例では、suggestedPresentationDelayは20秒である。 suggestedPresentationDelay indicates the recommended value of the fixed delay time from the current time. In other words, it indicates that it is recommended to play back from the segment whose playback time is earlier than the latest segment existing in the MPD file by suggestedPresentationDelay seconds. In the example of FIG. 2, suggestedPresentationDelay is 20 seconds.
このマニフェストファイルは、順次生成されるデータストリームを分割した複数のセグメントと、該分割されたセグメントのうち新たに生成されたセグメントの所在を示す情報を追加すると共に、有効期限切れとなったセグメントの所在を示す情報を削除することで更新される。 The manifest file includes a plurality of segments obtained by dividing the sequentially generated data stream, information indicating the location of a newly generated segment among the divided segments, and the location of the expired segment. Is updated by deleting the information indicating.
(受信装置の構成)
次に、本発明の一実施形態に係る受信装置の構成例について、図1を参照して説明する。受信装置1と配信サーバ2はインターネットを介して接続される。受信装置1は、配信サーバ2から複数のセグメントにより構成されるコンテンツをセグメントごとに受信し、ストリーミング再生を行う。
(Configuration of receiving device)
Next, an example of the configuration of a receiving device according to an embodiment of the present invention will be described with reference to FIG. The receiving
配信サーバ2は、受信装置1によって指定されたURLのマニフェストファイルやセグメントを配信するサーバであり、例えば一般的なWebサーバとすることができる。
The
受信装置1は、マニフェスト取得部11と、マニフェスト更新制御部12と、セグメント取得部13と、バッファ14と、再生・表示部15と、再生制御部16と、再生制御ユーザI/F17と、通信I/F18とを備え、ライブストリーミングを受信する。
The receiving
マニフェスト取得部11は、マニフェスト更新制御部12の指示により、配信サーバ2から所望のコンテンツのマニフェストファイルを取得して更新し、マニフェスト更新制御部12に出力する。
The
マニフェスト更新制御部12は、マニフェスト取得部11から入力されたマニフェストファイルをもとに、再生時刻とセグメントのURLを対応付けたセグメントURLリストを生成し、セグメント取得部13及び再生制御部16に出力する。
The manifest
また、マニフェスト更新制御部12は、マニフェストファイルに記載されたセグメントの時刻情報に基づきライブ再生基準時刻を決定する。ここで、ライブ再生基準時刻とは、ライブ再生を安定に行うための基準時刻であり、セグメントURLリスト内の最新のセグメントの再生終了時刻から一定の遅延時間分遡った再生時刻のことをいう。ライブ再生基準時刻は、再生終了時刻から図2に示すsuggestedPresentationDelayに規定される時間だけ遡った再生時刻としてもよいし、別途設定した遅延時間分だけ遡った再生時刻としてもよい。
Further, the manifest
また、マニフェスト更新制御部12は、ライブ再生基準時刻と、再生制御部16から入力された再生時刻(現在再生時刻又は再生要求時刻)とを比較し、再生時刻がライブ再生基準時刻よりも前である場合には、マニフェストファイルの更新周期を長期に設定し、再生時刻がライブ再生基準時刻以降である場合には、マニフェストファイルの更新周期を短期に設定する。以下の説明では、マニフェストファイルの更新周期を長期に設定するモードを長期モードと称し、マニフェストファイルの更新周期を短期に設定するモードを短期モードと称する。
Also, the manifest
このようにすることで、マニフェストファイルを高頻度に更新する必要がある場合には短期モードが設定される。短期モードの更新周期は、図2に示すminimumUpdatePeriodに規定される基準値をそのまま用いてもよいし、当該基準値をもとに別途設定してもよい。一方、高頻度でマニフェストファイルを更新する必要がない場合には長期モードが設定されることになる。長期モードの更新周期は、短期モードの更新間隔の倍数(例えば10倍)としてもよいし、別途短期モードよりも長い値を設定してもよい。 In this way, the short-term mode is set when the manifest file needs to be updated frequently. The update cycle of the short-term mode may use the reference value specified in minimumUpdatePeriod shown in FIG. 2 as it is, or may set it separately based on the reference value. On the other hand, if it is not necessary to update the manifest file frequently, the long-term mode is set. The update cycle of the long-term mode may be a multiple (for example, 10 times) of the update interval of the short-term mode, or a value longer than that of the short-term mode may be set separately.
さらに、マニフェスト更新制御部12は、設定したマニフェスト更新周期をもとにマニフェストファイルを更新するか否かを判定し、更新すると決定した場合はマニフェスト更新指示をマニフェスト取得部11に指示する。
Further, the manifest
セグメント取得部13は、マニフェスト更新制御部12から入力されたセグメントURLリスト、再生制御部16から入力された再生開始時刻情報、及びバッファ14に溜まっているセグメントの状態に基づき、取得すべきセグメントのURLを抽出し、該URLを含むリクエストを配信サーバ2に送信する。そして、該リクエストに対するレスポンスとしてセグメントを取得し、バッファ14に挿入する。
The
再生・表示部15は、再生制御部16の再生指示をもとにバッファ14からセグメントを順次入力し、該入力したセグメントを再生・表示するとともに、現在の再生時刻である現在再生時刻を再生制御部16に出力する。
The reproduction /
再生制御部16は、現在の再生状態(再生中、停止中)、及び再生・表示部15から入力された現在再生時刻をマニフェスト更新制御部12及び再生制御ユーザI/F17に出力する。また、再生制御ユーザI/F17から再生開始、停止の命令を入力したら、再生・表示部15に再生開始・停止を指示する。
The
さらに、再生制御部16は、再生制御ユーザI/F17からシーク(再生時刻変更)命令を入力すると、新たに指定された再生時刻である再生要求時刻を求め、マニフェスト更新制御部12に出力する。また、マニフェスト更新制御部12から入力されたライブ再生基準時刻及びセグメントURLリストに基づいて再生開始時刻を決定し、再生開始時刻を示す再生開始時刻情報をセグメント取得部13に出力する。
Further, upon input of a seek (reproduction time change) command from the reproduction control user I /
再生制御ユーザI/F17は、ユーザの操作によって再生を制御する機能を有する。再生開始・停止ボタンを用意するとともに、コンテンツの開始時刻及び終了時刻を表示し、さらに再生制御部16から入力された現在再生時刻情報をもとに、現在の再生時刻をグラフィカルに表示してもよい。
The reproduction control user I /
例えば、再生画面の下部にコンテンツの開始時刻を左端、終了時刻を右端とする横長の棒状で表示し、それと重なるようにつまみ状の操作部分を配置し、つまみ上の操作部分を再生が進むにつれて左端から右端に移動させることによって、ユーザは再生時間全体のうち今どの部分を再生しているのかを一目で把握することができる。また、このつまみをマウス等のユーザ操作によって動かすことにより、任意の再生位置を指定できるようにしてもよい。ユーザ操作によって、再生開始命令、停止命令、及びシーク命令による再生要求時刻を再生制御部16に出力する。
For example, at the bottom of the playback screen, the start time of the content is displayed as a horizontal bar with the left end and the end time is the right end, and a knob-shaped operation part is arranged so as to overlap with it, and as the playback of the operation part on the knob progresses 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. By moving the knob by a user operation such as a mouse, an arbitrary reproduction position may be designated. By a user operation, a playback request time according to a playback start command, a stop command, and a seek command is output to the
(アプリケーション起動動作)
次に、受信装置1におけるアプリケーション起動から再生開始までの動作について、図3のフローチャートを参照して説明する。
(Application startup operation)
Next, the operation of the receiving
まず、ユーザ操作により視聴アプリケーションが起動されたら(ステップS001)、マニフェスト更新制御部12によりマニフェスト更新周期を短期モードに設定する(ステップS002)。続いて、マニフェスト取得部11により配信サーバ2から所望のコンテンツのマニフェストファイルを取得する(ステップS003)。
First, when the viewing application is started by a user operation (step S001), the manifest
続いて、マニフェスト更新制御部12により、取得したマニフェストファイルを解析し、セグメントURLリストを生成するとともにライブ再生基準時刻を設定する(ステップS004)。
Subsequently, the manifest
続いて、再生制御部16により、再生開始時刻をライブ再生基準時刻に設定する(ステップS005)。
Subsequently, the
続いて、セグメント取得部13により、ステップS005で設定された再生開始時刻を含むセグメントのURLをセグメントURLリストから抽出し、該URLを含むリクエストを配信サーバ2に送信する(ステップS006)。そして、該リクエストに対するレスポンスとして受信したセグメントをバッファ14に挿入する(ステップS007)。
Subsequently, the
続いて、再生・表示部15により、取得したセグメントの再生を開始する(ステップS008)。
Subsequently, the reproduction /
(再生動作)
次に、受信装置1における再生中の動作について、図4のフローチャートを参照して説明する。
(Playback operation)
Next, an operation during reproduction in the receiving
まず、マニフェスト更新制御部12により、マニフェスト更新周期が長期モードであり、かつ現在再生時刻がライブ再生基準時刻以降であるか否かを確認する(ステップS101)。現在再生時刻がライブ再生基準時刻以降である場合には(ステップS101−YES)、新しいセグメントを早期に取得する必要があるため、マニフェスト更新周期を短期モードに設定する(ステップS102)。現在再生時刻がライブ再生基準時刻より前である場合には(ステップS101−NO)、ステップS102を迂回する。
First, the manifest
続いて、マニフェスト更新制御部12により、前回マニフェストファイルを取得してからマニフェスト更新周期以上の時間が経過しているか否かを確認する(ステップS103)。ステップS103がNOの場合には、ステップS104,S015は迂回する。
Subsequently, the manifest
一方、ステップS103がYESの場合には、マニフェスト取得部11により、配信サーバ2から更新されたマニフェストファイルを取得する(ステップS104)。続いて、マニフェスト更新制御部12により、取得したマニフェストファイルを解析してセグメントURLリストを更新するとともにライブ再生基準時刻を更新する(ステップS105)。
On the other hand, if step S103 is YES, the
次に、バッファ14にバッファ規定値(例えば5秒)以上のセグメントが存在するか否かを確認する(ステップS106)。最初にマニフェストファイルを取得した段階ではまだバッファ14にセグメントが挿入されていないためである。ここで、バッファ規定値とは、安定した視聴を継続するために現在再生時刻よりも先んじて受信しておくバッファ14内のセグメントの再生時間尺である。ステップS106がYESの場合には、ステップS107,S018の処理は迂回する。
Next, it is confirmed whether or not a segment having a buffer specified value (for example, 5 seconds) or more exists in the buffer 14 (step S106). This is because no segment has been inserted into the
一方、ステップS106がNOの場合には、セグメント取得部13により、バッファ14に溜まっている最後のセグメントに続くセグメントのURLをセグメントURLリストから抽出し、該URLを含むリクエストを配信サーバ2に送信する(ステップS107)。そして、該リクエストに対するレスポンスとして受信したセグメントをバッファ14に挿入する(ステップS108)。
On the other hand, when step S106 is NO, the
続いて、再生終了の指示がない場合には(ステップS109−NO)、ステップS101に戻り、再生終了の指示があった場合には(ステップS109−YES)、再生処理を終了する。 Subsequently, when there is no instruction to end the reproduction (step S109-NO), the process returns to step S101, and when there is an instruction to end the reproduction (step S109-YES), the reproduction processing is ended.
(シーク動作)
次に、本発明における受信装置1のシーク動作について、図5のフローチャートを参照して説明する。
(Seek operation)
Next, the seek operation of the receiving
まず、再生制御ユーザI/F17おいてユーザによりシーク操作が実行されたら、再生制御部16により再生要求時刻を取得する(ステップS201)。続いて、マニフェスト更新制御部12により、マニフェスト更新周期が長期モードであるか否かを確認する(ステップS202)。マニフェスト更新周期が短期モードである場合には(ステップS202−NO)、ステップS204,S205の処理を迂回する。
First, when the user performs a seek operation in the reproduction control user I /
一方、マニフェスト更新周期が長期モードである場合には(ステップS202−YES)、取得しているマニフェストファイルが最新でない可能性があるため、マニフェスト取得部11により、配信サーバ2から更新された最新のマニフェストファイルを取得する(ステップS204)。そして、マニフェスト更新制御部12により、取得したマニフェストファイルを解析し、セグメントの時刻情報に基づき、セグメントURLリスト及びライブ再生基準時刻を決定(更新)する(ステップS205)。
On the other hand, if the manifest update cycle is the long-term mode (step S202—YES), the acquired manifest file may not be the latest, so the
続いて、マニフェスト更新制御部12により、再生要求時刻がライブ再生基準時刻よりも前であるか否かを確認する(ステップS203)。再生要求時刻がライブ再生基準時刻より前である場合には(ステップS203−YES)、マニフェスト更新周期を長期モードに設定する(ステップS206)。一方、再生要求時刻がライブ再生基準時刻以降である場合には(ステップS203−NO)、マニフェスト更新モードを短期モードに設定するとともに(ステップS207)、再生要求時刻をライブ再生基準時刻に設定する(ステップS208)。
Subsequently, the manifest
続いて、再生制御部16により、再生要求時刻を含むセグメントのURLがセグメントURLリストに存在するか否かを確認する(ステップS209)。ステップS209がYESである場合には、再生開始時刻を再生要求時刻に設定する(ステップS210)。一方、ステップS209がNOである場合には、再生開始時刻をセグメントURLリスト内で最も古いセグメントの再生時刻に設定する(ステップS211)。
Subsequently, the
続いて、セグメント取得部13により、再生開始時刻を含むセグメントのURLをセグメントURLリストから抽出し、該URLを含むリクエストを配信サーバ2に送信する(ステップS212)。そして、該リクエストに対するレスポンスとして配信サーバ2からセグメントを受信し、バッファ14に挿入する(ステップS213)。
Subsequently, the
続いて、再生・表示部15により、取得したセグメントの再生を開始する(ステップS214)。
Subsequently, the reproduction /
以上により、必ずしも最新のセグメントの情報を必要としない視聴方法である場合、すなわち現在再生時刻、又はシークによる再生要求時刻が、ライブ再生基準時刻よりも前である場合には、マニフェストファイルの更新周期を長くすることにより、マニフェストファイルの更新に伴うネットワークや配信サーバ2の負荷を軽減することが可能となる。
As described above, when the viewing method does not necessarily require the latest segment information, that is, when the current playback time or the playback request time by the seek is earlier than the live playback reference time, the manifest file update cycle Makes it possible to reduce the load on the network and the
なお、上述した受信装置1として機能させるためにコンピュータを好適に用いることができ、そのようなコンピュータは、受信装置1の各機能を実現する処理内容を記述したプログラムを該コンピュータの記憶部に格納しておき、該コンピュータのCPUによってこのプログラムを読み出して実行させることで実現することができる。なお、このプログラムは、コンピュータ読取り可能な記録媒体に記録可能である。
Note that a computer can be suitably used to function as the above-described
上述の実施形態は代表的な例として説明したが、本発明の趣旨及び範囲内で、多くの変更及び置換ができることは当業者に明らかである。したがって、本発明は、上述の実施形態によって制限するものと解するべきではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。例えば、実施形態に記載の構成ブロック又は処理ステップについて、複数を1つに組み合わせたり、1つを複数に分割したりすることが可能である。 Although the above embodiments have been described as representative examples, 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 present 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, with respect to the constituent 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 配信サーバ
11 マニフェスト取得部
12 マニフェスト更新制御部
13 セグメント取得部
14 バッファ
15 再生・表示部
16 再生制御部
17 再生制御ユーザI/F
18 通信I/F
DESCRIPTION OF
18 Communication I / F
Claims (4)
マニフェストファイルを取得して更新するマニフェスト取得部と、
現在の再生時刻又は新たに指定された再生時刻を出力する再生制御部と、
前記マニフェストファイルに記載された最新のセグメントの再生終了時刻から一定の遅延時間分遡った再生時刻であるライブ再生基準時刻を決定し、前記再生時刻が前記ライブ再生基準時刻よりも前である場合には、前記マニフェストファイルの更新周期を長期に設定し、前記再生時刻が前記ライブ再生基準時刻以降である場合には、前記マニフェストファイルの更新周期を短期に設定するマニフェスト更新制御部と、
を備えることを特徴とする受信装置。 A receiving device for receiving live streaming,
A manifest acquisition unit for acquiring and updating a manifest file,
A playback control unit that outputs the current playback time or a newly designated playback time,
Determine a live playback reference time that is a playback time that is a predetermined delay time earlier than the playback end time of the latest segment described in the manifest file, and when the playback time is earlier than the live playback reference time, A manifest update control unit that sets the update cycle of the manifest file to a long term, and sets the update cycle of the manifest file to a short term when the playback time is after the live playback reference time,
A receiving device comprising:
前記マニフェスト更新制御部は、前記最新のマニフェストファイルに基づき前記ライブ再生基準時刻を決定することを特徴とする、請求項1に記載の受信装置。 The manifest acquisition unit acquires the latest manifest file when the update cycle is set to a long time during a seek operation,
The manifest update control unit, and determines the live playback reference time based on the latest manifest file, the receiving apparatus according to claim 1.
マニフェストファイルを取得して更新するステップと、
現在の再生時刻又は新たに指定された再生時刻を出力するステップと、
前記マニフェストファイルに記載された最新のセグメントの再生終了時刻から一定の遅延時間分遡った再生時刻であるライブ再生基準時刻を決定し、前記再生時刻が前記ライブ再生基準時刻よりも前である場合には、前記マニフェストファイルの更新周期を長期に設定し、前記再生時刻が前記ライブ再生基準時刻以降である場合には、前記マニフェストファイルの更新周期を短期に設定するステップと、
を含むことを特徴とするマニフェスト更新方法。 A method for updating a manifest in a receiving device that receives live streaming,
Obtaining and updating the manifest file;
Outputting the current playback time or a newly designated playback time;
Determine a live playback reference time that is a playback time that is a predetermined delay time earlier than the playback end time of the latest segment described in the manifest file, and when the playback time is earlier than the live playback reference time, Setting the update cycle of the manifest file to a long time, and when the playback time is after the live playback reference time, setting the update cycle of the manifest file to a short time;
A manifest updating method comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015227890A JP6626696B2 (en) | 2015-11-20 | 2015-11-20 | Receiving device, manifest updating method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015227890A JP6626696B2 (en) | 2015-11-20 | 2015-11-20 | Receiving device, manifest updating method, and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017098703A JP2017098703A (en) | 2017-06-01 |
JP6626696B2 true JP6626696B2 (en) | 2019-12-25 |
Family
ID=58818232
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015227890A Active JP6626696B2 (en) | 2015-11-20 | 2015-11-20 | Receiving device, manifest updating method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6626696B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6869135B2 (en) * | 2017-07-28 | 2021-05-12 | キヤノン株式会社 | Reproduction device, control method of reproduction device, and program |
JP7363920B2 (en) * | 2019-11-26 | 2023-10-18 | 日本電信電話株式会社 | System control device and prototype manifest file acquisition method |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9209934B2 (en) * | 2006-06-09 | 2015-12-08 | Qualcomm Incorporated | Enhanced block-request streaming using cooperative parallel HTTP and forward error correction |
KR101705898B1 (en) * | 2010-04-02 | 2017-02-13 | 삼성전자주식회사 | Method and system for providing timeshift service in digital broadcasting system |
CN102291373B (en) * | 2010-06-15 | 2016-08-31 | 华为技术有限公司 | The update method of meta data file, device and system |
-
2015
- 2015-11-20 JP JP2015227890A patent/JP6626696B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2017098703A (en) | 2017-06-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12028564B2 (en) | Methods, systems, processors and computer code for providing video clips | |
US9936183B2 (en) | Playback device | |
US9344472B2 (en) | Seamlessly playing a composite media presentation | |
US9584557B2 (en) | Proxy for facilitating streaming of media from server to client | |
US8683337B2 (en) | Seamless playback of composite media | |
JP5979483B2 (en) | Content reproduction apparatus, content reproduction system, and content reproduction method | |
CN105339922A (en) | Personal over-the-top network video recorder | |
WO2017015090A1 (en) | Media production system with score-based display feature | |
EP2526671A1 (en) | Methods and arrangements for http media stream distribution | |
KR20090130082A (en) | Method and system for previewing media over a network | |
CN113424553B (en) | Method and system for playback of media items | |
JP6609468B2 (en) | Receiving device, reproduction time control method, and program | |
JP6626696B2 (en) | Receiving device, manifest updating method, and program | |
JP6535273B2 (en) | Receiving device, segment acquisition method, and program | |
JP6397341B2 (en) | Reception device, buffer management method, and program | |
US9215267B2 (en) | Adaptive streaming for content playback | |
US20190387271A1 (en) | Image processing apparatus, image processing method, and program | |
JP2016134702A (en) | Video data file generation program, video data file generation method, and video data file generation device | |
US10455257B1 (en) | System and corresponding method for facilitating application of a digital video-effect to a temporal portion of a video segment | |
JP6581884B2 (en) | Reception device, buffer management method, and program | |
JP7324012B2 (en) | Receiving device and program | |
KR102526605B1 (en) | Method of provding advertisement | |
JP6258897B2 (en) | Content acquisition device, content acquisition method, metadata distribution device, and metadata distribution method | |
JP2022133163A (en) | Content generation device, reception device, and program | |
CN118283365A (en) | Method, apparatus, device and storage medium for generating live playback |
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 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190409 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190530 |
|
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: 20191105 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20191202 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6626696 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 |