JP2010041183A - Information processor, and program - Google Patents

Information processor, and program Download PDF

Info

Publication number
JP2010041183A
JP2010041183A JP2008199503A JP2008199503A JP2010041183A JP 2010041183 A JP2010041183 A JP 2010041183A JP 2008199503 A JP2008199503 A JP 2008199503A JP 2008199503 A JP2008199503 A JP 2008199503A JP 2010041183 A JP2010041183 A JP 2010041183A
Authority
JP
Japan
Prior art keywords
information
content
reproduction reference
reference information
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.)
Granted
Application number
JP2008199503A
Other languages
Japanese (ja)
Other versions
JP5288927B2 (en
Inventor
Takashi Sato
隆士 佐藤
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.)
NEC Embedded Products Ltd
Original Assignee
NEC Embedded Products Ltd
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 NEC Embedded Products Ltd filed Critical NEC Embedded Products Ltd
Priority to JP2008199503A priority Critical patent/JP5288927B2/en
Publication of JP2010041183A publication Critical patent/JP2010041183A/en
Application granted granted Critical
Publication of JP5288927B2 publication Critical patent/JP5288927B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reproduce a large unspecified number of contents distributed by MPEG2 through broadcast or a network without taking plenty of time. <P>SOLUTION: When reproducing a content by receiving encoded stream data, this information processor relates and holds reproduction reference information consulted in reproducing the content by information obtained by analyzing the stream data by using a part of the received stream data, executes comparison using a part of stream data when newly receiving the stream data, and reproduces the content by using the held reproduction reference information in accordance with the comparison result. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、情報処理装置及びプログラムに関し、特に、例えばネットワークを介して配信されたコンテンツを受信する際、時間をかけることなく不特定多数のMPEG2を再生するのに好ましく適用される技術に関するものである。   The present invention relates to an information processing apparatus and a program, and more particularly to a technique preferably applied to reproducing an unspecified number of MPEG2s without taking time when receiving content distributed via a network, for example. is there.

デジタル放送では、放送番組としての画像や音声、その他の必要なデータが、MPEG(Moving Picture Experts Group)2−TS(Transport Stream)(以下、トランスポートストリームという)として伝送される。このトランスポートストリームは、データ長が固定の188バイトのTSパケットで構成される。そして、TSパケットは、ヘッダ及びペイロードから構成され、ヘッダにはペイロードに含まれるデータを識別するための13ビットのPID(Packet Identifier)が含まれる。また、MPEG2−TS形式で格納されたデータは、配信される際に、それぞれTSパケットの先頭に4バイトの到着時刻を付けて、1パケット192バイトの形式で配信される。これはMPEG2−TTS(Timestamped TS)形式と呼ばれる。   In digital broadcasting, images, sounds, and other necessary data as broadcast programs are transmitted as MPEG (Moving Picture Experts Group) 2-TS (Transport Stream) (hereinafter referred to as transport stream). This transport stream is composed of 188-byte TS packets having a fixed data length. The TS packet includes a header and a payload. The header includes a 13-bit PID (Packet Identifier) for identifying data included in the payload. Further, when data stored in the MPEG2-TS format is distributed, each packet is distributed in a 192-byte format with a 4-byte arrival time at the head of each TS packet. This is called MPEG2-TTS (Timestamped TS) format.

また、トランスポートストリームで伝送されてくるデータの中には、番組・コンテンツの画像や音声の他に、PAT(Program Association Table)やPMT(Program Map Table)がある。PATやPMTは、プログラム仕様情報PSI(Program Specific Information)の一種であり、画像や音声とは別のPIDを持つTSパケットである。つまり、PATにはPMTが格納されたTSパケットのPIDが記述されており、PMTにはトランスポートストリームで伝送される各コンテンツの画像や音声が格納されたTSパケットのPIDが記述されている。このため、以下のように、PATとPMTを参照することにより、トランスポートストリームの中から所望のコンテンツを構成するTSパケットだけを取り出すことができる。   The data transmitted by the transport stream includes a program association table (PAT) and a program map table (PMT) in addition to programs and content images and sounds. PAT and PMT are a kind of program specification information PSI (Program Specific Information), and are TS packets having a PID different from that of images and sounds. That is, the PID describes the PID of the TS packet storing the PMT, and the PMT describes the PID of the TS packet storing the image and audio of each content transmitted in the transport stream. Therefore, by referring to the PAT and PMT as follows, it is possible to extract only TS packets that constitute the desired content from the transport stream.

例えばネットワークを介して配信されるコンテンツを再生する情報処理装置は、まずトランスポートストリームからPATが格納されたTSパケットを抽出し、そのPATを参照してPMTのPIDを認識する。さらに、情報処理装置は、PMTのPIDに基づいて、トランスポートストリームのPMTが格納されたTSパケットを抽出し、例えばユーザが要求するコンテンツの画像と音声が格納されたTSパケットのPIDを認識する。そして、情報処理装置は、所望のコンテンツの画像(Video)や音声(Audio)が格納されたTSパケットのPIDに基づいて、トランスポートストリームから所望のコンテンツのVideoやAudioが格納されたTSパケットを抽出する。   For example, an information processing apparatus that reproduces content distributed via a network first extracts a TS packet in which a PAT is stored from a transport stream, and recognizes the PID of the PMT by referring to the PAT. Furthermore, the information processing apparatus extracts a TS packet in which the PMT of the transport stream is stored based on the PID of the PMT, and recognizes the PID of the TS packet in which, for example, the content image and audio requested by the user are stored. . Based on the PID of the TS packet in which the image (Video) or audio (Audio) of the desired content is stored, the information processing apparatus receives the TS packet in which the Video or Audio of the desired content is stored from the transport stream. Extract.

このように、トランスポートストリームを解釈してコンテンツを再生するためには、ストリーム中に一定間隔に挿入されるPATを見つけてからPMTのPIDを取得し、PMTからVideoのPDI、AudioのPIDを取得する必要がある。また、実際には、Videoからシーケンスヘッダ位置を見つけて、フレームレートやフレームサイズなどの出力のために必要な情報を得る必要がある。   As described above, in order to play back the content by interpreting the transport stream, the PID of the PMT is obtained after finding the PAT inserted in the stream at regular intervals, and the PDI of Video and the PID of Audio are obtained from the PMT. Need to get. In practice, it is necessary to find a sequence header position from Video and obtain information necessary for output such as a frame rate and a frame size.

ところで、例えば特許文献1では、番組特定情報(NITあるいはPMT)を頻繁に送出できない比較的低ビットレートの放送システムにおいて、チャンネル切り替え後の番組特定情報取得時間を短縮し、映像及び音声の提示を早くする移動体デジタル放送受信装置が開示されている。当該装置では、トランスポートストリームに含まれ得る第1の情報(PMT)を全て抽出できるように設定し、チャンネルを切り替えてから最初に抽出した第1の情報から番組構成データ(ES)のPIDを取得する。そして、該番組構成データをトランスポートストリームから抽出して復号し、映像及び音声を提示している。
特開2006−173760号公報
By the way, in Patent Document 1, for example, in a relatively low bit rate broadcasting system in which program specific information (NIT or PMT) cannot be sent frequently, the program specific information acquisition time after channel switching is shortened, and video and audio are presented. A mobile digital broadcast receiver for speeding up is disclosed. In the apparatus, setting is made so that all the first information (PMT) that can be included in the transport stream can be extracted, and the PID of the program configuration data (ES) is obtained from the first information extracted first after switching the channel. get. Then, the program configuration data is extracted from the transport stream and decoded to present video and audio.
JP 2006-173760 A

上述したようなこれまでのコンテンツ再生のやり方では、コンテンツを再生するために必要となる情報(最終的にはVideoやAudioのPID、出力に必要な情報(シーケンスヘッダ情報など))を取得するまでにある程度時間がかかる。そして、これらの情報の取得に時間がかかることで、図6に示すように、トランスポートストリームを受信してからコンテンツ再生可能となるまでの間に多くのVideoやAudioのTSパケットを破棄してしまうことになる。   In the conventional content reproduction method as described above, information necessary for reproducing the content (eventually, PID of Video or Audio, information necessary for output (sequence header information, etc.)) is acquired. Takes some time. Since it takes time to acquire these pieces of information, as shown in FIG. 6, a lot of Video and Audio TS packets are discarded from when the transport stream is received until the content can be reproduced. Will end up.

特許文献1の技術は、トランスポートストリームからNITを抽出し、NITを解析してPMTを特定してPMTを抽出するという手順を省いて、あらかじめ全てのPMTを抽出できる設定を行っておくものである(NITをPATに置き換えることは可能)。つまり、PATを抽出せずともPMTを抽出して、VideoやAudioのTSパケットを抽出することができる。しかしながら、特許文献1の技術は、移動体通信における1セグメント放送での映像音声表示を前提としており、8種類のPMTと対応するPIDからなる参照テーブルを用いてPMTの抽出条件の設定を行っている。このため、例えばネットワークを介してホームサーバから配信される不特定多数のコンテンツを再生するような場合には適用できず、やはりこれまでのコンテンツ再生方法によることとなる。   The technique of Patent Document 1 is configured to perform extraction in advance so that all PMTs can be extracted by omitting the procedure of extracting the NIT from the transport stream, analyzing the NIT, specifying the PMT, and extracting the PMT. Yes (it is possible to replace NIT with PAT). That is, it is possible to extract a PMT and extract a Video or Audio TS packet without extracting a PAT. However, the technique of Patent Document 1 is premised on video / audio display in one-segment broadcasting in mobile communication, and PMT extraction conditions are set using a reference table including eight types of PMTs and corresponding PIDs. Yes. For this reason, for example, it cannot be applied to a case where a large number of unspecified contents distributed from a home server via a network are reproduced, and it is also based on the conventional contents reproduction method.

そこで、本発明は、放送やネットワークを介してMPEG2により配信される不特定多数のコンテンツについて時間をかけずに再生することができるようにすることを目的とする。   In view of the above, an object of the present invention is to enable reproduction of an unspecified number of contents distributed by MPEG2 via broadcast or a network without taking time.

かかる目的を達成するために、本発明の第1の情報処理装置は、エンコードされたストリームデータを受信してコンテンツを再生するに際して、受信したストリームデータの一部を用いて、ストリームデータを解析して得られる情報でコンテンツ再生時に参照される再生参照情報を関連付けて保持し、新たにストリームデータを受信したときストリームデータの一部を用いた比較を行い、比較結果に応じて該保持した再生参照情報を利用してコンテンツの再生を行う。   In order to achieve this object, the first information processing apparatus of the present invention analyzes the stream data using a part of the received stream data when receiving the encoded stream data and reproducing the content. Is stored in association with the playback reference information that is referred to during content playback. When new stream data is received, a comparison is made using a part of the stream data, and the stored playback reference is determined according to the comparison result. Play back content using information.

また、本発明の第2の情報処理装置は、エンコードされたトランスポートストリームを受信してコンテンツを再生する情報処理装置であって、受信したトランスポートストリームのうちPATを含むTSパケットを用いて識別情報を生成する識別情報生成手段と、受信したトランスポートストリームを解析して、コンテンツ再生時に参照される再生参照情報を取得するストリーム解析手段と、ストリーム解析手段で取得された再生参照情報を、識別情報生成手段で生成された識別情報に関連付けて保持する再生参照情報保持手段と、トランスポートストリームを受信するたびに、識別情報生成手段で生成された識別情報と再生参照情報保持手段で関連付けて保持された識別情報とを比較し、比較結果に応じて再生参照情報を用いてコンテンツの再生を行うコンテンツ再生手段と、を有する。   A second information processing apparatus of the present invention is an information processing apparatus that receives an encoded transport stream and reproduces content, and identifies the received transport stream using a TS packet including a PAT. Identification information generating means for generating information, stream analysis means for analyzing the received transport stream to obtain reproduction reference information to be referred to during content reproduction, and reproduction reference information obtained by the stream analysis means Reproduction reference information holding means held in association with the identification information generated by the information generation means, and each time the transport stream is received, the identification information generated by the identification information generation means and the reproduction reference information holding means are held in association with each other. Content using the playback reference information according to the comparison result Having a content reproducing means for reproducing.

また、本発明の第3の情報処理装置は、上記第2の情報処理装置において、コンテンツ再生手段が、前記比較で双方の識別情報が同一である場合は、受信されたトランスポートストリームに対して前記再生参照保持手段で保持された再生参照情報を用いてコンテンツを再生し、前記比較で双方の識別情報が相違する場合は、前記トランスポートストリームに対して前記ストリーム解析手段で新たに解析された再生参照情報を用いてコンテンツを再生する。   The third information processing apparatus according to the present invention is the second information processing apparatus according to the second information processing apparatus, wherein when the identification information is the same in the comparison, the content reproduction means When the content is reproduced using the reproduction reference information held by the reproduction reference holding unit, and the identification information of both is different in the comparison, the transport stream is newly analyzed by the stream analysis unit The content is reproduced using the reproduction reference information.

また、本発明の第4の情報処理装置は、上記第2又は第3の情報処理装置において、コンテンツ再生手段が、比較で双方の識別情報が同一である場合は、受信されたトランスポートストリームに対して再生参照保持手段で保持された再生参照情報を用いてコンテンツを再生し、ストリーム解析手段が、コンテンツ再生と同時に、受信されたトランスポートストリームを解析して再生参照情報を取得し、再生参照情報保持手段が、既に保持している識別情報に関連付けられた再生参照情報と、ストリーム解析手段で取得された再生参照情報とが異なる場合に、取得された再生参照情報を用いて更新する。   Further, in the fourth information processing apparatus of the present invention, in the second or third information processing apparatus, when the content reproduction unit compares both pieces of identification information with each other, the received information is transmitted to the transport stream. On the other hand, the content is played back using the playback reference information held by the playback reference holding means, and the stream analysis means analyzes the received transport stream and acquires the playback reference information at the same time as the playback of the content. When the reproduction reference information associated with the identification information already held by the information holding unit is different from the reproduction reference information acquired by the stream analysis unit, the information holding unit updates using the acquired reproduction reference information.

また、本発明の第5の情報処理装置は、上記第2から第4のいずれかの情報処理装置において、識別情報生成手段は、PATを含むTSパケットからパケットの時刻情報を除いて識別情報を生成する。   The fifth information processing apparatus of the present invention is the information processing apparatus according to any one of the second to fourth aspects, wherein the identification information generating unit obtains the identification information by excluding the packet time information from the TS packet including the PAT. Generate.

また、本発明の第1のプログラムは、エンコードされたトランスポートストリームを受信してコンテンツを再生する情報処理装置に用いられるプログラムであって、コンピュータに、受信したトランスポートストリームのうちPATを含むTSパケットを用いて識別情報を生成する識別情報生成ステップと、受信したトランスポートストリームを解析して、コンテンツ再生時に参照される再生参照情報を取得するストリーム解析ステップと、ストリーム解析ステップで取得された再生参照情報を、識別情報生成ステップで生成された識別情報に関連付けて保持する再生参照情報保持ステップと、トランスポートストリームを受信するたびに、識別情報生成ステップで生成された識別情報と再生参照情報保持ステップで関連付けて保持された識別情報とを比較し、比較結果に応じて再生参照情報を用いてコンテンツの再生を行うコンテンツ再生ステップと、を実行させる。   A first program of the present invention is a program used in an information processing apparatus that receives an encoded transport stream and reproduces content, and the computer includes a TS including a PAT in the received transport stream. An identification information generation step for generating identification information using a packet, a stream analysis step for analyzing the received transport stream to obtain reproduction reference information to be referred to during content reproduction, and a reproduction obtained in the stream analysis step A reproduction reference information holding step for holding the reference information in association with the identification information generated in the identification information generation step, and holding the identification information and the reproduction reference information generated in the identification information generation step each time a transport stream is received. Knowledge stored in association with each step It compares the information, to execute a content reproduction step for reproducing content by using the playback reference information according to the comparison result.

本発明によれば、放送やネットワークを介してMPEG2により配信される不特定多数のコンテンツについて時間をかけずに再生することが可能となる。   According to the present invention, it is possible to reproduce an unspecified number of contents distributed by MPEG2 via broadcast or a network without taking time.

まず、図面を参照しながら、本発明の実施形態について説明する。なお、以下の述べる実施形態は、本発明の好適な実施の形態であるから、技術的に好ましい種々の限定が付されているが、本発明の範囲は、以下の説明において特に本発明を限定する旨の記載がない限り、これらの態様に限られるものではない。   First, an embodiment of the present invention will be described with reference to the drawings. The embodiments described below are preferred embodiments of the present invention, and thus various technically preferable limitations are given. However, the scope of the present invention is particularly limited in the following description. Unless otherwise stated, the present invention is not limited to these embodiments.

はじめに、図1及び図2を用いて本発明の実施形態に係る情報処理装置の構成について説明する。図1は、本実施形態に係る情報処理装置のハードウエア構成を示した図である。本実施形態の情報処理装置は、ネットワーク9を介してコンテンツを配信するサーバ10からMPEG2−TTS8を受信するクライアント20である。クライアント20は、受信部21、スプリッタ22、再生参照情報記録部23、デコーダ24、AV出力部25を備え、さらに不図示の制御部を備える。また、サーバ10は、TSデータ蓄積部11及び送信部12を備える。本実施形態では、例えばビデオカメラで記録したコンテンツを配信するホームサーバを例にとって、ネットワークを介してトランスポートストリームを受信する態様を説明するが、他の実施形態として、放送局から放送されるチャンネルを受信する場合や、IPTVにおいてURLを入力してチャンネルを受信する場合も含まれる。   First, the configuration of the information processing apparatus according to the embodiment of the present invention will be described with reference to FIGS. 1 and 2. FIG. 1 is a diagram illustrating a hardware configuration of the information processing apparatus according to the present embodiment. The information processing apparatus of the present embodiment is a client 20 that receives MPEG2-TTS 8 from a server 10 that distributes content via a network 9. The client 20 includes a receiving unit 21, a splitter 22, a reproduction reference information recording unit 23, a decoder 24, and an AV output unit 25, and further includes a control unit (not shown). The server 10 includes a TS data storage unit 11 and a transmission unit 12. In the present embodiment, for example, a home server that distributes content recorded by a video camera will be described as an example of receiving a transport stream via a network. As another embodiment, a channel broadcast from a broadcasting station is described. And the case of receiving a channel by inputting a URL in IPTV.

まずサーバ10のハードウエア構成について説明する。TSデータ蓄積部11は、配信対象のコンテンツが蓄積されており、MPEG2−TSの形式で保持されている。送信部12は、クライアント20により選択されたコンテンツを構成するトランスポートストリームを送信する。なお、TSデータ蓄積部11はコンテンツをMPEG2−PSの形式で保持してもよく、この場合、送信部12はMPEG2−TSの形式に変換して送信する。   First, the hardware configuration of the server 10 will be described. The TS data storage unit 11 stores content to be distributed and holds it in the MPEG2-TS format. The transmission unit 12 transmits a transport stream that constitutes the content selected by the client 20. The TS data storage unit 11 may hold the content in the MPEG2-PS format. In this case, the transmission unit 12 converts the content into the MPEG2-TS format and transmits it.

次にクライアント20のハードウエア構成について説明する。受信部21は、サーバ10からネットワーク9を介して送信されたMPEG2−TTS8を受信し、スプリッタ22に送出する。スプリッタ22は、受信部21から受け取ったトランスポートストリームについて解析を行い、コンテンツを再生するために必要な再生参照情報を取得してトランスポートストリームと再生参照情報をデコーダに送出する。また、スプリッタ22は、トランスポートストリーム中の一部のTSパケット(PATを含むTSパケット)を用いてハッシュ値を生成し、解析で取得した再生参照情報をハッシュ値に関連付けて再生参照情報記録部23に保持する。また、詳細は後述するが、スプリッタ22は、トランスポートストリームを受信するたびに、PATを含むTSパケットからハッシュ値を生成し、再生参照情報記録部23から一致するハッシュ値を検索する。デコーダ24は、該記録部23に保持された再生参照情報あるいは解析で取得された再生参照情報を用いて、所望のコンテンツを構成するTSパケット(VideoやAudioなど)のデコード処理を行う。AV出力部25は、デコーダ24でデコードされたVideo及びAudioの外部出力を行う。なお、本実施形態では、スプリッタ22に、ハッシュ値の生成、ハッシュ値の検索、トランスポートストリームの解析の機能を持たせているが、例えばハッシュ値の生成及び検索と、トランスポートストリームの解析の機能を別個のハードウエアに持たせるように構成することも可能である。   Next, the hardware configuration of the client 20 will be described. The receiving unit 21 receives the MPEG2-TTS 8 transmitted from the server 10 via the network 9 and sends it to the splitter 22. The splitter 22 analyzes the transport stream received from the receiving unit 21, acquires the reproduction reference information necessary for reproducing the content, and sends the transport stream and the reproduction reference information to the decoder. Further, the splitter 22 generates a hash value by using a part of TS packets (TS packet including PAT) in the transport stream, and associates the reproduction reference information acquired by the analysis with the hash value, and a reproduction reference information recording unit 23. Although details will be described later, every time the splitter 22 receives the transport stream, the splitter 22 generates a hash value from the TS packet including the PAT, and searches the reproduction reference information recording unit 23 for a matching hash value. The decoder 24 decodes TS packets (Video, Audio, etc.) constituting the desired content using the reproduction reference information held in the recording unit 23 or the reproduction reference information obtained by analysis. The AV output unit 25 performs external output of Video and Audio decoded by the decoder 24. In this embodiment, the splitter 22 is provided with functions for generating a hash value, searching for a hash value, and analyzing a transport stream. It is also possible to configure so that functions are provided in separate hardware.

図2は、本実施形態に係る情報処理装置の機能ブロックを示した図である。制御部1は、識別情報生成手段2、ストリーム解析手段3、再生参照情報保持手段4、コンテンツ再生手段5を論理的に有する。すなわち、識別情報生成手段2は請求項に記載した識別情報生成手段に対応する機能を、ストリーム解析手段3は請求項に記載したストリーム解析手段に対応する機能を、再生参照情報保持手段4は請求項に記載した再生参照情報保持手段に対応する機能を、コンテンツ再生手段5は請求項に記載したコンテンツ再生手段に対応する機能をそれぞれ有する。   FIG. 2 is a diagram illustrating functional blocks of the information processing apparatus according to the present embodiment. The control unit 1 logically includes an identification information generating unit 2, a stream analyzing unit 3, a reproduction reference information holding unit 4, and a content reproducing unit 5. That is, the identification information generation means 2 has a function corresponding to the identification information generation means described in the claims, the stream analysis means 3 has a function corresponding to the stream analysis means described in the claims, and the reproduction reference information holding means 4 has the function. The content reproduction means 5 has a function corresponding to the content reproduction means described in the claims, and the content reproduction means 5 has a function corresponding to the content reproduction means described in the claims.

本発明の特徴は、コンテンツ再生に必要な再生参照情報を関連付けて保持しておくとともに、トランスポートストリーム受信のたびにハッシュ値を生成して、このハッシュ値をキーに保持してある再生参照情報を検索してコンテンツ再生に利用することである。ここで再生参照情報は、トランスポートストリームのうち一部のTSパケットをハッシングして得られたハッシュ値と関連付けられて保持される。一部のTSパケットとはPATを含むTSパケットで、本実施形態では図3に示すようにPAT以降の3パケットとしている。ハッシュ値生成の対象となるTSパケットはPAT単体でもよく、PATを含む数パケットとしているのは同一性判断の精度を高めるためである。また、ハッシュ値生成の対象となるTSパケットの範囲は、PAT以降の3パケットのほか、PATをまたぐ3パケット(PAT+前後1パケット)や、PAT以前の3パケットなど任意に設定できる。   The feature of the present invention is that reproduction reference information necessary for content reproduction is stored in association with each other, and a hash value is generated every time a transport stream is received, and the reproduction reference information is stored in the hash value as a key. Is used for content reproduction. Here, the reproduction reference information is held in association with a hash value obtained by hashing some TS packets in the transport stream. Some TS packets are TS packets including a PAT, and in this embodiment, three packets after the PAT are used as shown in FIG. The TS packet for which the hash value is generated may be a single PAT, and the number of packets including the PAT is set to increase the accuracy of identity determination. Further, the range of TS packets for which a hash value is to be generated can be arbitrarily set such as 3 packets after PAT, 3 packets (PAT + 1 packet before and after PAT), and 3 packets before PAT.

なお、ハッシングの対象にPATを含ませているのは以下の理由による。一般にそれぞれの配信装置や録画装置によってエンコーダの仕様が異なることは知られており、そのためPAT周辺のバイナリ構成やPIDの値が各装置でおおよそ決まったものになる傾向がある。これは、MPEG2−TSの規格が広い裁量を許すために、 エンコーダごと、放送仕様ごとに、規格を用いる範囲を規程として定めたうえで、データを作成させているためだと考えられる。そこで、装置(エンコーダ)ごとに異なるPAT周辺のバイナリ構成を、トランスポートストリームを識別するための情報として利用することができる。例えば、PAT周辺のバイナリからハッシュ値を求めれば、装置(エンコーダ)ごとに一意の値が求められる。ハッシングを採用するのはデータ量を圧縮するとともに検索速度を高めるためであり、これらの目的を達成するのではあれば他の技術を用いてもよい。   The reason why PAT is included in the object of hashing is as follows. In general, it is known that the specification of an encoder differs depending on each distribution device or recording device. Therefore, the binary configuration around the PAT and the value of PID tend to be roughly determined in each device. This is probably because the MPEG2-TS standard allows a wide range of discretion so that data is created after the range of use of the standard is defined as a rule for each encoder and broadcast specification. Therefore, a binary configuration around the PAT that is different for each device (encoder) can be used as information for identifying a transport stream. For example, if a hash value is obtained from the binary around the PAT, a unique value is obtained for each device (encoder). Hashing is employed to compress the amount of data and increase the search speed, and other techniques may be used as long as these objects are achieved.

次に、図3から図5を用いて本実施形態に係る情報処理装置が行うコンテンツ再生動作について説明する。図3は、本実施形態におけるコンテンツ再生動作を説明するための図である。最初の再生では、受信したMPEG2−TTSについて通常通り解析を行って再生参照情報を取得し、デコード処理、AV出力処理を行うほか、取得した再生参照情報を識別情報に関連付けて記録部(図1の再生参照情報記録部23)に保存する。すなわち、図3(a)に示すように、受信したMPEG2−TTSからPATを抽出し、そのPATから3パケットについてハッシュ値を生成する(1)。他方で、MPEG2−TTSを解析して再生参照情報を取得する(2)。そして、解析で得られた再生参照情報をハッシュ値に関連付けて記録部に記録する(3)。そして、取得された再生参照情報を用いて、MPEG2−TTSから所望のコンテンツを構成するTSパケット(Video、Audio)を特定し、デコード処理を行う(4)。そして、デコードされたVideo及びAudioの外部出力を行う(5)。(1)〜(3)の動作はスプリッタ22(図1)が行い、(4)の動作はデコーダ24(図1)が行い、(5)の動作はAV出力部25(図1)が行う。   Next, a content reproduction operation performed by the information processing apparatus according to the present embodiment will be described with reference to FIGS. FIG. 3 is a diagram for explaining the content reproduction operation in the present embodiment. In the first reproduction, the received MPEG2-TTS is analyzed as usual to obtain reproduction reference information, and decoding processing and AV output processing are performed. In addition, the obtained reproduction reference information is associated with identification information in a recording unit (FIG. 1). Are stored in the reproduction reference information recording unit 23). That is, as shown in FIG. 3A, a PAT is extracted from the received MPEG2-TTS, and a hash value is generated for three packets from the PAT (1). On the other hand, reproduction reference information is acquired by analyzing MPEG2-TTS (2). Then, the reproduction reference information obtained by the analysis is recorded in the recording unit in association with the hash value (3). Then, using the obtained reproduction reference information, the TS packet (Video, Audio) constituting the desired content is specified from the MPEG2-TTS, and the decoding process is performed (4). Then, external output of the decoded Video and Audio is performed (5). The operations of (1) to (3) are performed by the splitter 22 (FIG. 1), the operation of (4) is performed by the decoder 24 (FIG. 1), and the operation of (5) is performed by the AV output unit 25 (FIG. 1). .

なお、再生参照情報は、コンテンツの再生に必要な情報で、図4に示すように、PMTのPID値、VideoのPID値、AudioのPID値、Video形式(MPEG2−PS、H264)、シーケンスヘッダ情報、Audio形式(AC3、AAC)、WAVEFORMAT情報を含んで構成される。   Note that the reproduction reference information is information necessary for reproduction of the content. As shown in FIG. 4, the PMT PID value, the Video PID value, the Audio PID value, the Video format (MPEG2-PS, H264), and the sequence header Information, Audio format (AC3, AAC), and WAVEFORMAT information.

最初の再生では記録部に再生参照情報が保存されていないため、記録部の検索を行わずに再生参照情報の記録を行ったが、2回目以降の再生では記録部に再生参照情報が保存されている可能性があるため、ハッシュ値をキーにした検索を行う。すなわち、受信したMPEG2−TTSのPATから3パケットを用いてハッシュ値を生成し(11)、記録部から一致するハッシュ値を検索する(12)。一致するハッシュ値が見つかったときは、検索されたハッシュ値に関連付けられた再生参照情報を読み出してデコード処理に用いる(14)。他方で、受信したMPEG2−TTSの解析をハッシュ値の生成と平行して行い、再生参照情報を取得しておく(13)。検索動作で一致するハッシュ値が見つからなかったとき、解析により取得した再生参照情報をデコードに用いとともにハッシュ値に関連付けて記録部に保存する(15)。また、一致するハッシュ値が見つかり、記録部の再生参照情報を用いてデコード処理を開始したものの、同時に行った解析で得られた再生参照情報と記録部の再生参照情報とが異なっていた場合には、解析で得られた再生参照情報を上書き保存して更新を行う(16)。   Since the reproduction reference information is not stored in the recording unit in the first reproduction, the reproduction reference information is recorded without searching the recording unit. However, in the second and subsequent reproductions, the reproduction reference information is stored in the recording unit. Therefore, search using the hash value as a key. That is, a hash value is generated using three packets from the received MPEG2-TTS PAT (11), and a matching hash value is searched from the recording unit (12). When a matching hash value is found, the reproduction reference information associated with the searched hash value is read and used for the decoding process (14). On the other hand, the received MPEG2-TTS is analyzed in parallel with the generation of the hash value to obtain reproduction reference information (13). When a matching hash value is not found in the search operation, the reproduction reference information obtained by the analysis is used for decoding and stored in the recording unit in association with the hash value (15). Also, when a matching hash value is found and decoding processing is started using the reproduction reference information of the recording unit, but the reproduction reference information obtained by the analysis performed at the same time is different from the reproduction reference information of the recording unit Updates the reproduction reference information obtained by the analysis by overwriting (16).

図5は、本実施形態におけるコンテンツ再生動作の流れを示したフローチャートである。まず受信部21(図1)にてMPEG2−TTSを受信する(ステップS101)。次に、識別情報生成手段2(図2)により、PAT以降の3パケットについてハッシングし、ハッシュ値を算出する(ステップS102)。ハッシングはMPEG2−TTSを受信するごとに行う。次に、ストリーム解析手段3(図2)により、ハッシングに並行してMPEG2−TTSを解析し、再生参照情報を取得する(ステップS103)。MPEG2−TTSの解析は後述するハッシュ値の検索結果に関係なく、MPEG2−TTSの受信ごとに行う。   FIG. 5 is a flowchart showing the flow of content reproduction operation in the present embodiment. First, MPEG2-TTS is received by the receiving unit 21 (FIG. 1) (step S101). Next, the identification information generating means 2 (FIG. 2) hashes the three packets after the PAT and calculates a hash value (step S102). Hashing is performed every time MPEG2-TTS is received. Next, the MPEG2-TTS is analyzed in parallel with hashing by the stream analysis means 3 (FIG. 2) to obtain reproduction reference information (step S103). The analysis of MPEG2-TTS is performed every time MPEG2-TTS is received regardless of the hash value search result described later.

なお、ハッシュ値を求めるにあたり、3つのTTSパケットから先頭4バイトの到着情報(ATS)を取り除く。これは、同じ装置からの配信データであっても配信ごとに毎回異なる値(パケット到着時刻)が付加されることからハッシュ値が異なってしまい、トランスポートストリームの識別に利用できなくなるためである。   When obtaining the hash value, the arrival information (ATS) of the first 4 bytes is removed from the three TTS packets. This is because even if the distribution data is from the same device, a different value (packet arrival time) is added for each distribution, so that the hash value is different and cannot be used for transport stream identification.

フローの戻ると、コンテンツ再生手段5(図2)により、算出したハッシュ値を用いて再生参照情報記録部23(図1)に保存されたデータ(再生参照情報に関連付けられたハッシュ値)を検索する(ステップS104)。一致するハッシュ値が見つかった場合(ステップS105/YES)には、検索されたハッシュ値に関連付けられた再生参照情報を該記録部から読み出し、MPEG2−TTSと再生参照情報を用いてデコード処理を開始する(ステップS106)。   When the flow returns, the content reproduction means 5 (FIG. 2) uses the calculated hash value to search the data (hash value associated with the reproduction reference information) stored in the reproduction reference information recording unit 23 (FIG. 1). (Step S104). When a matching hash value is found (step S105 / YES), reproduction reference information associated with the searched hash value is read from the recording unit, and decoding processing is started using MPEG2-TTS and reproduction reference information. (Step S106).

また、ストリーム解析手段3により、ハッシングと並行して解析した再生参照情報を取得し(ステップS107)、コンテンツ再生手段5により、解析で取得した再生参照情報とデコード処理で使用中の再生参照情報の比較を行う(ステップS108)。双方の再生参照情報が同一の場合(ステップS109/YES)はデコード処理を継続する(ステップS110)が、双方が異なる場合(ステップS109/NO)はデコードを中止し、解析で得られた再生参照情報を用いてデコード処理を開始する(ステップS111)とともに、取得した再生参照情報を上書きして再生参照情報記録部23のデータを更新する(ステップS112)。   Further, the reproduction reference information analyzed in parallel with the hashing is acquired by the stream analysis unit 3 (step S107), and the reproduction reference information acquired by the analysis and the reproduction reference information being used in the decoding process are acquired by the content reproduction unit 5. Comparison is performed (step S108). When both reproduction reference information is the same (step S109 / YES), the decoding process is continued (step S110), but when both are different (step S109 / NO), the decoding is stopped and the reproduction reference obtained by the analysis is obtained. The decoding process is started using the information (step S111), and the acquired reproduction reference information is overwritten to update the data of the reproduction reference information recording unit 23 (step S112).

他方、再生参照情報記録部23に保存されたデータの検索で一致するハッシュ値が見つからなかった場合(ステップS105/NO)には、ストリーム解析手段3により、ハッシングと並行して解析した再生参照情報を取得し(ステップS113)、再生参照情報保持手段4(図2)により、ハッシュ値に関連付けて再生参照情報を再生参照情報記録部23に保存する(ステップS114)。そして、解析により取得した再生参照情報を用いてデコード処理を開始する(ステップS115)。   On the other hand, if a matching hash value is not found in the search of the data stored in the reproduction reference information recording unit 23 (step S105 / NO), the reproduction reference information analyzed in parallel with the hashing by the stream analysis unit 3 (Step S113), the reproduction reference information holding means 4 (FIG. 2) stores the reproduction reference information in the reproduction reference information recording unit 23 in association with the hash value (step S114). Then, decoding processing is started using the reproduction reference information acquired by analysis (step S115).

上述した実施形態によれば、トランスポートストリームを通常通り解析して得られた再生参照情報を保存しておき、同じ装置から配信されたストリームデータの再生に保存した再生参照情報を利用するため、一度配信を受けたチャンネルのコンテンツについては、2回目以降から時間をかけることなく再生することが可能となる。   According to the above-described embodiment, the reproduction reference information obtained by analyzing the transport stream as usual is stored, and the reproduction reference information stored in the reproduction of the stream data distributed from the same device is used. The contents of the channel once received can be reproduced without taking time from the second time.

また、上述した実施形態によれば、トランスポートストリームのPATを含むTSパケットについてハッシュ値を生成し、ハッシュ値を利用して再生参照情報を保持するため、装置(エンコーダ)ごとに関連付けて再生参照情報を用いることが可能となる。このとき、ハッシングを採用することで記録するデータ量を圧縮することができるとともに、データ検索処理を高速化することが可能となる。また、コンテンツごとに再生参照情報を保存する場合と比較してデータ量を削減することができる。   In addition, according to the above-described embodiment, a hash value is generated for a TS packet including a PAT of a transport stream, and reproduction reference information is held using the hash value. Therefore, reproduction reference is associated with each device (encoder). Information can be used. At this time, by adopting hashing, the amount of data to be recorded can be compressed, and the data search process can be speeded up. Also, the data amount can be reduced as compared with the case where the reproduction reference information is stored for each content.

なお、上述する実施形態は、本発明の好適な実施形態であり、上記実施形態のみに本発明の範囲を限定するものではなく、本発明の要旨を逸脱しない範囲において種々の変更を施した形態での実施が可能である。   The above-described embodiment is a preferred embodiment of the present invention, and the scope of the present invention is not limited to the above-described embodiment alone, and various modifications are made without departing from the gist of the present invention. Implementation is possible.

すなわち、本実施形態における情報処理装置で実行されるプログラムは、先に述べた各手段(識別情報生成手段、ストリーム解析手段、再生参照情報保持手段、コンテンツ再生手段)を含むモジュール構成となっており、実際のハードウエアを用いて具体的手段を実現する。すなわち、コンピュータ(CPU)が所定の記録媒体からプログラムを読み出して実行することにより上記各手段が主記憶装置上にロードされ、識別情報生成手段、ストリーム解析手段、再生参照情報保持手段、コンテンツ再生手段が主記憶装置上に生成される。   That is, the program executed by the information processing apparatus according to the present embodiment has a module configuration including the above-described units (identification information generation unit, stream analysis unit, reproduction reference information holding unit, content reproduction unit). Specific means are realized by using actual hardware. That is, when the computer (CPU) reads out and executes a program from a predetermined recording medium, the above-described units are loaded onto the main storage device, and the identification information generating unit, the stream analyzing unit, the reproduction reference information holding unit, and the content reproduction unit Are generated on the main memory.

本実施形態における情報処理装置で実行されるプログラムは、インターネット等のネットワークに接続されたコンピュータ上に格納され、ネットワーク経由でダウンロードさせることにより提供されるように構成してもよい。また、上記プログラムをインターネット等のネットワーク経由で提供あるいは配布するように構成してもよい。   The program executed by the information processing apparatus in the present embodiment may be configured to be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. Further, the program may be provided or distributed via a network such as the Internet.

また、上記プログラムは、インストール可能な形式又は実行可能な形式のファイルで、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD、不揮発性のメモリカード等のコンピュータで読み取り可能な記録媒体に記録されて提供されるように構成してもよい。また、上記プログラムは、ROM等にあらかじめ組み込んで提供するように構成してもよい。   The program is a file in an installable or executable format, such as a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD, nonvolatile memory card, or the like. It may be configured to be provided by being recorded on a computer-readable recording medium. Further, the program may be provided by being incorporated in advance in a ROM or the like.

この場合、上記記録媒体から読み出された又は通信回線を通じてロードし実行されたプログラムコード自体が前述の実施形態の機能を実現することになる。そして、そのプログラムコードを記録した記録媒体は本発明を構成する。   In this case, the program code itself read from the recording medium or loaded and executed through the communication line realizes the functions of the above-described embodiments. And the recording medium which recorded the program code comprises this invention.

本発明の実施形態に係る情報処理装置のハードウエアブロック図である。It is a hardware block diagram of an information processor concerning an embodiment of the present invention. 本発明の実施形態に係る情報処理装置の制御部の機能ブロック図である。It is a functional block diagram of a control part of an information processor concerning an embodiment of the present invention. 本発明の実施形態におけるコンテンツ再生動作を説明するための図である。It is a figure for demonstrating the content reproduction operation | movement in embodiment of this invention. MPEG2で構成されるコンテンツの再生に必要な情報を説明するために図である。It is a figure for demonstrating the information required for reproduction | regeneration of the content comprised by MPEG2. 本発明の実施形態におけるコンテンツ再生動作の流れを示したフローチャートである。It is the flowchart which showed the flow of the content reproduction | regeneration operation | movement in embodiment of this invention. MPEG2で構成されるコンテンツの従来における再生方法を説明するための図である。It is a figure for demonstrating the reproduction | regeneration method in the past of the content comprised by MPEG2.

符号の説明Explanation of symbols

1 制御部
2 識別情報生成手段
3 ストリーム解析手段
4 再生参照情報保持手段
5 コンテンツ再生手段
8 MPEG2−TTS
9 ネットワーク
10 サーバ
11 TSデータ蓄積部
12 送信部
20 クライアント
21 受信部
22 スプリッタ
23 再生参照情報記録部
24 デコーダ
25 AV出力部
DESCRIPTION OF SYMBOLS 1 Control part 2 Identification information production | generation means 3 Stream analysis means 4 Reproduction | regeneration reference information holding means 5 Content reproduction means 8 MPEG2-TTS
9 Network 10 Server 11 TS Data Storage Unit 12 Transmission Unit 20 Client 21 Reception Unit 22 Splitter 23 Playback Reference Information Recording Unit 24 Decoder 25 AV Output Unit

Claims (8)

エンコードされたストリームデータを受信してコンテンツを再生するに際して、前記受信したストリームデータの一部を用いて、前記ストリームデータを解析して得られる情報でコンテンツ再生時に参照される再生参照情報を関連付けて保持し、新たにストリームデータを受信したときストリームデータの一部を用いた比較を行い、比較結果に応じて前記保持した再生参照情報を利用してコンテンツの再生を行うことを特徴とする情報処理装置。   When reproducing the content by receiving the encoded stream data, a part of the received stream data is used to associate the reproduction reference information referred to during content reproduction with the information obtained by analyzing the stream data. The information processing is characterized in that when the stream data is held and the stream data is newly received, the comparison is performed using a part of the stream data, and the content is played back using the held playback reference information according to the comparison result. apparatus. 前記ストリームデータはトランスポートストリームであり、前記ストリームデータの一部はPATを含むTSパケットであることを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the stream data is a transport stream, and a part of the stream data is a TS packet including a PAT. 前記比較結果が同一である場合は、前記新たに受信されたストリームデータに対して前記保持した再生参照情報を用いてコンテンツを再生し、前記比較結果が相違する場合は、前記新たに受信されたストリームデータの解析で取得された再生参照情報を関連付けて保持するとともに、前記ストリームデータに対して前記取得された再生参照情報を用いてコンテンツを再生することを特徴とする請求項1又は2に記載の情報処理装置。   When the comparison result is the same, the content is reproduced using the held reproduction reference information for the newly received stream data, and when the comparison result is different, the newly received stream data is received 3. The reproduction reference information acquired by analyzing stream data is held in association with each other, and the content is reproduced using the acquired reproduction reference information for the stream data. Information processing device. エンコードされたトランスポートストリームを受信してコンテンツを再生する情報処理装置であって、
前記受信したトランスポートストリームのうちPATを含むTSパケットを用いて識別情報を生成する識別情報生成手段と、
前記受信したトランスポートストリームを解析して、コンテンツ再生時に参照される再生参照情報を取得するストリーム解析手段と、
前記ストリーム解析手段で取得された再生参照情報を、前記識別情報生成手段で生成された識別情報に関連付けて保持する再生参照情報保持手段と、
トランスポートストリームを受信するたびに、前記識別情報生成手段で生成された識別情報と前記再生参照情報保持手段で関連付けて保持された識別情報とを比較し、比較結果に応じて再生参照情報を用いてコンテンツの再生を行うコンテンツ再生手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus that receives an encoded transport stream and reproduces content,
Identification information generating means for generating identification information using a TS packet including a PAT in the received transport stream;
Stream analysis means for analyzing the received transport stream and obtaining reproduction reference information referred to during content reproduction;
Reproduction reference information holding means for holding the reproduction reference information acquired by the stream analysis means in association with the identification information generated by the identification information generation means;
Each time a transport stream is received, the identification information generated by the identification information generating means is compared with the identification information held in association with the reproduction reference information holding means, and the reproduction reference information is used according to the comparison result. Content playback means for playing back content,
An information processing apparatus comprising:
前記コンテンツ再生手段は、前記比較で双方の識別情報が同一である場合は、受信されたトランスポートストリームに対して前記再生参照保持手段で保持された再生参照情報を用いてコンテンツを再生し、前記比較で双方の識別情報が相違する場合は、前記トランスポートストリームに対して前記ストリーム解析手段で新たに解析された再生参照情報を用いてコンテンツを再生することを特徴とする請求項4に記載の情報処理装置。   The content reproduction means reproduces the content using the reproduction reference information held by the reproduction reference holding means for the received transport stream when both identification information is the same in the comparison, The content is reproduced using the reproduction reference information newly analyzed by the stream analysis means for the transport stream when both identification information is different in the comparison. Information processing device. 前記コンテンツ再生手段は、前記比較で双方の識別情報が同一である場合は、受信されたトランスポートストリームに対して前記再生参照保持手段で保持された再生参照情報を用いてコンテンツを再生し、
前記ストリーム解析手段は、前記コンテンツ再生と同時に、前記受信されたトランスポートストリームを解析して再生参照情報を取得し、
前記再生参照情報保持手段は、既に保持している前記識別情報に関連付けられた再生参照情報と、前記ストリーム解析手段で取得された再生参照情報とが異なる場合に、前記取得された再生参照情報を用いて更新することを特徴とする請求項4又は5に記載の情報処理装置。
The content reproduction means reproduces the content using the reproduction reference information held in the reproduction reference holding means for the received transport stream when both identification information is the same in the comparison,
The stream analyzing means analyzes the received transport stream and obtains reproduction reference information simultaneously with the content reproduction,
The reproduction reference information holding means, when the reproduction reference information associated with the identification information already held is different from the reproduction reference information acquired by the stream analysis means, the acquired reproduction reference information The information processing apparatus according to claim 4, wherein the information processing apparatus is used and updated.
前記識別情報生成手段は、前記PATを含むTSパケットからパケットの時刻情報を除いて識別情報を生成することを特徴とする請求項4から6のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 4, wherein the identification information generation unit generates identification information by excluding time information of a packet from a TS packet including the PAT. エンコードされたトランスポートストリームを受信してコンテンツを再生する情報処理装置に用いられるプログラムであって、
コンピュータに、
前記受信したトランスポートストリームのうちPATを含むTSパケットを用いて識別情報を生成する識別情報生成ステップと、
前記受信したトランスポートストリームを解析して、コンテンツ再生時に参照される再生参照情報を取得するストリーム解析ステップと、
前記ストリーム解析ステップで取得された再生参照情報を、前記識別情報生成ステップで生成された識別情報に関連付けて保持する再生参照情報保持ステップと、
トランスポートストリームを受信するたびに、前記識別情報生成ステップで生成された識別情報と前記再生参照情報保持ステップで関連付けて保持された識別情報とを比較し、比較結果に応じて再生参照情報を用いてコンテンツの再生を行うコンテンツ再生ステップと、
を実行させることを特徴とするプログラム。
A program used in an information processing apparatus that receives an encoded transport stream and reproduces content,
On the computer,
An identification information generating step of generating identification information using a TS packet including a PAT in the received transport stream;
A stream analysis step of analyzing the received transport stream to obtain reproduction reference information referred to during content reproduction;
A reproduction reference information holding step for holding the reproduction reference information acquired in the stream analysis step in association with the identification information generated in the identification information generation step;
Each time a transport stream is received, the identification information generated in the identification information generation step is compared with the identification information held in association with the reproduction reference information holding step, and the reproduction reference information is used according to the comparison result. Content playback step for playing back content,
A program characterized by having executed.
JP2008199503A 2008-08-01 2008-08-01 Information processing apparatus and program Active JP5288927B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008199503A JP5288927B2 (en) 2008-08-01 2008-08-01 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008199503A JP5288927B2 (en) 2008-08-01 2008-08-01 Information processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2010041183A true JP2010041183A (en) 2010-02-18
JP5288927B2 JP5288927B2 (en) 2013-09-11

Family

ID=42013288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008199503A Active JP5288927B2 (en) 2008-08-01 2008-08-01 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP5288927B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10271464A (en) * 1997-03-25 1998-10-09 Victor Co Of Japan Ltd Digital broadcast receiver
JP2003250134A (en) * 2001-12-19 2003-09-05 Matsushita Electric Ind Co Ltd Digital broadcast receiver, method and program
JP2004312629A (en) * 2003-04-10 2004-11-04 Sharp Corp System for receiving digital broadcasting
JP2005303417A (en) * 2004-04-07 2005-10-27 Nippon Telegr & Teleph Corp <Ntt> Packet classifier device
JP2007166410A (en) * 2005-12-15 2007-06-28 Matsushita Electric Ind Co Ltd Digital broadcast retransmission apparatus
JP2007235978A (en) * 2007-03-28 2007-09-13 Sony Corp Information repeating apparatus
JP2008035377A (en) * 2006-07-31 2008-02-14 Sony Corp Receiver and receiving method
WO2009057639A1 (en) * 2007-10-30 2009-05-07 Kyocera Corporation Digital broadcast receiving device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10271464A (en) * 1997-03-25 1998-10-09 Victor Co Of Japan Ltd Digital broadcast receiver
JP2003250134A (en) * 2001-12-19 2003-09-05 Matsushita Electric Ind Co Ltd Digital broadcast receiver, method and program
JP2004312629A (en) * 2003-04-10 2004-11-04 Sharp Corp System for receiving digital broadcasting
JP2005303417A (en) * 2004-04-07 2005-10-27 Nippon Telegr & Teleph Corp <Ntt> Packet classifier device
JP2007166410A (en) * 2005-12-15 2007-06-28 Matsushita Electric Ind Co Ltd Digital broadcast retransmission apparatus
JP2008035377A (en) * 2006-07-31 2008-02-14 Sony Corp Receiver and receiving method
JP2007235978A (en) * 2007-03-28 2007-09-13 Sony Corp Information repeating apparatus
WO2009057639A1 (en) * 2007-10-30 2009-05-07 Kyocera Corporation Digital broadcast receiving device

Also Published As

Publication number Publication date
JP5288927B2 (en) 2013-09-11

Similar Documents

Publication Publication Date Title
KR100618473B1 (en) Method, machine-readable medium, apparatus and system for providing navigation for mpeg streams
JP7483091B2 (en) Reproduction method and device
TW567468B (en) Recording apparatus, recording method, reproducing apparatus, reproducing method and recording media
KR100952547B1 (en) Recording device, reproducing device, recording medium for recording program, and recording medium for reproducing program
US20050169303A1 (en) Multiplex scheme conversion apparatus
JP2005229587A (en) Multiplex system conversion device
US20090198713A1 (en) Communication apparatus and communication method
JP2006262483A (en) Device and method for controlling switchover of brodcasting channel in digital multimedia broadcasting receiver
JP3898674B2 (en) Information storage medium for storing information for generating DTV stream, DTV stream conversion method and apparatus
JP2016058967A (en) Broadcasting apparatus, broadcasting method, and program
JP5288927B2 (en) Information processing apparatus and program
JP4364850B2 (en) Audio playback device
KR100431548B1 (en) Apparatus for reproducing a moving picture using stream header information
JP2011259479A (en) Information recording medium
KR100914706B1 (en) Broadcast receiver and method for receive information scene of broadcasting program
JP2007150956A (en) Program unit separating device and program unit separating program
JP2012070344A (en) Digital broadcast reception device and digital broadcast reception method
JP2009021762A (en) Commercial message discrimination device, method, and program
JP2005235272A (en) Data recording/reproducing device
JP2006080589A (en) Edit information sharing system
JP2008211406A (en) Information recording and reproducing device
JP2005269481A (en) Data content storage apparatus, storage method, and storage system, and metadata distribution apparatus and distribution method
JP2010183411A (en) Data control apparatus, data control system, data correction method, data reproducing method and program
JP2014233022A (en) Apparatus and method for recording and reproduction
JP2006311040A (en) Recording apparatus, reproducing apparatus, transmission apparatus, and receiving apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110715

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20110830

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130307

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130604

R150 Certificate of patent or registration of utility model

Ref document number: 5288927

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

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250