JP2004086558A - Content downloading method and its program - Google Patents

Content downloading method and its program Download PDF

Info

Publication number
JP2004086558A
JP2004086558A JP2002246611A JP2002246611A JP2004086558A JP 2004086558 A JP2004086558 A JP 2004086558A JP 2002246611 A JP2002246611 A JP 2002246611A JP 2002246611 A JP2002246611 A JP 2002246611A JP 2004086558 A JP2004086558 A JP 2004086558A
Authority
JP
Japan
Prior art keywords
content
identification information
download
terminal
data
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.)
Pending
Application number
JP2002246611A
Other languages
Japanese (ja)
Other versions
JP2004086558A5 (en
Inventor
Masahiro Nakanishi
中西 正洋
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2002246611A priority Critical patent/JP2004086558A/en
Publication of JP2004086558A publication Critical patent/JP2004086558A/en
Publication of JP2004086558A5 publication Critical patent/JP2004086558A5/ja
Pending legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a content downloading method for downloading proper contents only by preventing the download of contents impossible to regenerate by a terminal. <P>SOLUTION: A one-packet header portion of the content is received by the terminal (S103) and whether identification information as part thereof showing the terminal permitting the download corresponds to identification information for the terminal or not is checked (S107). If it does not correspond thereto, the content is incorrect data impossible to regenerate by the terminal (YES in S109) and the download is immediately stopped (S111). If it corresponds, further packets are received and the identification information as further part thereof is repeatedly checked. At the time when it is determined to be incorrect data (YES in S119), the download is immediately stopped (S111). <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
この発明はコンテンツのダウンロード方法およびコンテンツのダウンロードプログラムに関し、特に、適切なコンテンツのダウンロードを実現するコンテンツのダウンロード方法およびコンテンツのダウンロードプログラムに関する。
【0002】
【従来の技術】
コンテンツの作成者が作成したコンテンツを、携帯電話等の端末装置にダウンロードし、当該端末装置において再生するコンテンツのダウンロード方法が広く普及している。
【0003】
コンテンツ作成装置から端末装置へコンテンツをダウンロードするダウンロード方法において、ユーザからは、データ形式等が適切な、当該端末装置で再生することのできる適切なコンテンツのみをダウンロードしたいという要望がある。
【0004】
このような要望に応えるために、端末装置の識別情報であって鍵となるデータを、コンテンツデータの所定部分に埋込むことが従来なされている。そして、端末装置に備えられるコンテンツ再生用のソフトウェアの仕様により、端末装置においては、以下の2パターンでのコンテンツデータの再生を実行することができる。
(1)全ての鍵(識別情報)が一致した場合に、当該端末装置においてコンテンツの再生を許可し、1つでも鍵が一致しない場合には、当該端末装置においてコンテンツの再生を許可しない。
(2)複数の鍵のうち1つでも一致した場合には、当該端末装置においてコンテンツの再生を許可する。
【0005】
ところで、当該再生装置では再生不可能な不正なコンテンツを発見するために、従来は、図13に示されるようなダウンロード方法が提案されている。すなわち、図13を参照して、コンテンツのダウンロードを完了し、全てのデータを端末装置に持ってくる(S1,S3)。そして、端末装置において、ファイルの先頭に埋込まれているマジックナンバーを見る(S5)。さらに、チェックサムのチェックと、識別情報の一致のチェックとを行なう(S7,S9)。これらのチェックの結果、当該端末装置で再生不可能な不正なデータである場合は(S11でYES)、ダウンロードしたコンテンツの廃棄処理を行ない(S15)、不正でないデータのみ(S11でNO)端末装置へ登録する(S13)。
【0006】
なお、上述のマジックナンバーとは、コンテンツの先頭に埋めこまれているファイルの拡張子などの情報であって、これをチェックすることで、表示される拡張子とデータ形式を示す実際の拡張子とが異なる、いわゆる「なりすましコンテンツ」を簡単に識別することができる。
【0007】
【発明が解決しようとする課題】
しかしながら、上述のような従来のコンテンツのダウンロード方法では、以下のような問題点があった。
【0008】
すなわち、従来のコンテンツのダウンロード方法では、全てのデータのダウンロードが完了した後に識別情報のチェックを端末装置側で行なう。そのために、コンテンツが再生不可能な不正なデータである場合であっても全てダウンロードを完了せねばならず、コンテンツのダウンロードに時間がかかってしまうという問題があった。そのため、ユーザに無駄なパケット代を払わせてしまうという問題があった。
【0009】
また、WEBブラウジングを行なっている場合、当該端末装置で再生不可能なコンテンツを識別するまで時間がかかるので、ブラウジングの処理が遅くなってしまうという問題もあった。
【0010】
本発明は、これらの問題に鑑みてなされたものであって、端末装置で再生不可能なコンテンツがダウンロードされることを防ぎ、適切なコンテンツのみダウンロードすることができるコンテンツのダウンロード方法およびコンテンツのダウンロードプログラムを提供することを目的とする。
【0011】
【課題を解決するための手段】
上記目的を達成するために、本発明のある局面に従うと、コンテンツのダウンロード方法は、識別情報を含む領域と、構成要素を含む領域とからなるコンテンツをダウンロードする方法であって、コンテンツの識別情報を含む領域を優先的に取得する識別情報取得ステップと、コンテンツより取得したコンテンツ識別情報と、コンテンツをダウンロードする端末装置の端末識別情報とが合致する場合に、コンテンツのダウンロードの継続を許可する許可ステップとを備える。
【0012】
また、上述の許可ステップは、コンテンツ識別情報と端末識別情報とが全て合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0013】
また、上述の許可ステップは、コンテンツ識別情報と端末識別情報とが少なくとも1つでも合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0014】
また、上述の識別情報取得ステップは、コンテンツの識別情報を含む領域のうちの所定領域を取得し、許可ステップは、所定領域内に含まれるコンテンツ識別情報が端末識別情報に合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0015】
本発明の他の局面に従うと、コンテンツのダウンロードプログラムは、識別情報を含む領域と、構成要素を含む領域とからなるコンテンツのダウンロード方法をコンピュータに実行させるコンテンツのダウンロードプログラムであって、コンテンツの識別情報を含む領域を優先的に取得する識別情報取得ステップと、コンテンツより取得したコンテンツ識別情報と、コンテンツをダウンロードする端末装置の端末識別情報とが合致する場合に、コンテンツのダウンロードの継続を許可する許可ステップとを実行させる。
【0016】
また、上述の許可ステップは、コンテンツ識別情報と端末識別情報とが全て合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0017】
また、上述の許可ステップは、コンテンツ識別情報と端末識別情報とが少なくとも1つでも合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0018】
また、上述の識別情報取得ステップは、コンテンツの識別情報を含む領域のうちの所定領域を取得し、許可ステップは、所定領域内に含まれるコンテンツ識別情報が端末識別情報に合致する場合に、コンテンツのダウンロードの継続を許可することが望ましい。
【0019】
【発明の実施の形態】
以下に、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品および構成要素には同一の符号を付してある。それらの名称および機能も同じである。したがってそれらについての詳細な説明は繰返さない。
【0020】
図1は、本実施の形態においてコンテンツデータをダウンロードする端末装置である、携帯電話1の構成を示す図である。本実施の形態においては、端末装置を携帯電話であるものとして説明を行なうが、携帯電話に限定されるものではなく、PDA(Personal Digital Assistants)やその他の通信端末であっても構わない。
【0021】
図1を参照して、本実施の形態における端末装置である携帯電話1は、CPU(Central Processing Unit)等から構成され、携帯電話1全体の制御を行なう制御部101と、コンテンツを作成するコンテンツ作成装置等他の装置と通信を行なう通信部102と、ROM(Read Only Memory)やRAM(Random Access Memory)から構成される記憶部103と、指示や情報の入出力を行なうための入出力部110とを含む。
【0022】
上述の記憶部103は、制御部101で実行されるプログラムや、ダウンロードしたコンテンツのデータや、電話帳データ(電話番号データ)等を記憶する。さらに、記憶部103のROMは、当該携帯電話1の電話番号等の識別情報や、コードを記憶する。また、記憶部103のRAMは、制御部101でプログラムを実行する際の作業領域ともなる。
【0023】
さらに上述の入出力部110は、ナンバーキーやスクロールキー等から構成され、各種操作を行なうための操作部111と、ディスプレイ等から構成され、コンテンツ情報等を表示する表示部112と、マイク等で構成され音声情報の入力を行なう音声入力部113と、スピーカ等で構成され音声情報の出力を行なう音声出力部114と、カメラ等で構成され画像情報の入力を行なう画像入力部115とを含む。
【0024】
本実施の形態において上述のコードは、携帯電話のある特定に集合ごと予め割振られる識別情報を指す。さらに、特定の集合とは、同じ機種の携帯電話ごと、搭載しているコンテンツ再生ソフトが同じバージョンである携帯電話ごと、特定の国や地域に登録されている携帯電話ごと、特定の製造メーカーの携帯電話ごと等の集合である。
【0025】
なお、上述の図1に示される携帯電話1の構成は、一般的な携帯電話の構成を示すものであって、上述の構成に限定されるものではない。
【0026】
本実施の形態においては、このような携帯電話1で、コンテンツの作成装置からコンテンツをダウンロードし、再生する。このときの動作について、図2のフローチャートに示す。図2のフローチャートに示される処理は、携帯電話1の制御部101が記憶部103に記憶されるプログラムを読出して実行することによって実現される。
【0027】
図2を参照して、携帯電話1においては、コンテンツの作成装置からコンテンツのデータを受信する処理を実行し(S10)、受信したコンテンツデータを記憶部103にあるライブラリに登録する(S20)。そして、登録したコンテンツデータを再生する(S30)。
【0028】
ここで、受信するコンテンツデータの具体例を図3に示す。図3に示すように、コンテンツデータはヘッダ部とボディ(本体)部とから構成され、パケットと言われる所定の単位ごとに受信される。
【0029】
さらに、図4を参照して、ヘッダ部は、データ形式等の当該コンテンツの属性を示す情報や作者等を示す著作権情報等と共に、当該コンテンツを再生することが可能な端末装置の機種に固有な機種情報や当該コンテンツの作成者が配信しようとする地域を表わす地域情報等のコードを含む。コンテンツのヘッダ部に含まれるコードは、当該コンテンツを再生可能な条件を表わす情報であって、コンテンツの作成者が当該コンテンツを配信しようとする個人や特定のグループを示す情報である。
【0030】
また図4を参照して、ボディ部は、当該コンテンツの構成要素である、図形情報や文字情報や画像情報や音楽情報等を含む。
【0031】
そして、本発明の実施の形態においては、端末装置である携帯電話1が、上述のステップS20において、以下のようなコンテンツデータの受信処理を行なうことを特徴とする。すなわち、上述のステップS20におけるコンテンツデータの受信処理について、図5および図6にフローチャートを示す。
【0032】
図5を参照して、始めに、通信部102においてコンテンツの受信を開始する(S101)。そして、コンテンツの先頭から所定の量を受信したところで(S103)、受信したコンテンツデータのマジックナンバーをチェックする(S105)。ここでの所定の量は、1パケット分のデータであることが望ましい。なお、ステップS105でのマジックナンバーのチェックは、一般的な識別処理であるため、ここでの説明は省略する。
【0033】
さらに、当該コンテンツに埋込まれているコードをチェックする(S107)。ステップS107でのコードのチェックは、後にサブルーチンを挙げて詳細な説明を行なう。なお、ここでのマジックナンバーのチェックと、コードのチェックとは、その順番は問わない。
【0034】
なお、以下においては、このコードが、当該コンテンツを再生可能な端末装置の機種ごとに予め割振られている識別情報であるものとして説明を行なうが、これに限定されるものではない。
【0035】
ステップS105,S107でのチェックの結果、受信しているコンテンツが再生不可能な不正なデータであると判断された場合には(S109でYES)、直ちにダウンロードを中止する(S111)。
【0036】
受信しているコンテンツが不正なデータでないと判断された場合には(S109でNO)、コンテンツの次のパケットのデータを受信する(S113)。そして、さらに、受信したデータのコードをチェックし(S115)、不正なデータでないことを確認する(S119)。ステップS115でのコードのチェック処理も、上述のステップS107での処理と同様であるため、以下に詳述する。
【0037】
上述のステップS115におけるコードのチェックを、当該コンテンツデータのヘッダ部について全て実行してチェックを終了する(S121でYES)。すなわち、当該コンテンツに含まれる全てのコードについてチェックを終了すると(S121でYES)、図6を参照して、当該コンテンツのボディ部のデータを含めて全てのデータを受信したか否かを確認し(S123)、残りのデータを全て受信して(S125)、コンテンツの受信を終了する(S127)。
【0038】
さらにチェックサムのチェックを実行し(S129)、受信が完了したコンテンツが不正なデータであると判断されると(S131でYES)、このコンテンツの廃棄処理を実行する(S133)。なお、ステップS129で実行するチェックサムのチェックは、広く行なわれている誤り検出方法の1つであるチェックサム方式の誤り検出方法であり、ここでの詳細な説明は行なわない。
【0039】
以上でコンテンツデータの受信処理を終了し、ステップS20で受信したコンテンツデータを登録する。なお、ステップS20におけるデータの登録処理およびステップS30におけるデータの再生処理は、一般的な処理であるため、ここでの説明を省略する。
【0040】
このようなコンテンツデータの受信処理において、受信中のコンテンツが不正なデータである場合、携帯電話1は直ちにコンテンツのダウンロードを中止し、表示部112に、図7に示すような画面を表示する。図7に示される画面が表示されることで、当該コンテンツが不正なデータであり、ダウンロードが中止されたことがユーザに通知される。
【0041】
さらに、上述のステップS107におけるコードのチェック処理について、図8にフローチャートを用いて説明する。
【0042】
図8を参照して、受信した1パケット分のコンテンツデータについて、先頭から解析(パーズ)を開始する(S201)。
【0043】
始めに、受信した命令から1命令を取出し(S203)、その命令を解釈する(S205)。ステップ205の解釈の結果、取出した命令がコードであるまで(S207でNO)、次の命令を取出す(S211)。
【0044】
そして、取出した命令がコードである場合(S207でYES)、そのコードと、携帯電話1のコードとが一致するか否かをチェックする。
【0045】
携帯電話1のコードと当該コンテンツに埋込まれているコードとが全て一致した場合には(S213でYES)、当該コンテンツを携帯電話1において再生することが可能であるかは不明であるとして(S215)、処理を図5に戻す。
【0046】
携帯電話1のコードと当該コンテンツに埋込まれているコードとが1つでも不一致である場合には(S213でNO)、当該コンテンツを携帯電話1において再生することが不可能であるとして(S217)、処理を図5に戻す。
【0047】
図4のステップS109では、上述のコードのチェックの結果、「当該コンテンツを携帯電話1において再生することが不可能である」とされた場合には、当該コンテンツデータが再生不可能な不正なデータであるとして、ステップS111でダウンロードを中止する。
【0048】
本実施の形態における携帯電話1で、上述の処理を行なうことで、図9に示すようなダウンロードが実現される。すなわち、図9を参照して、コンテンツの作成者が当該コンテンツに埋込んだコードと、携帯電話のコードとが全て一致する携帯電話でのみ、当該コンテンツのダウンロードが可能になる。このため、端末装置では、再生が可能なコンテンツのみがダウンロードされ、再生不可能なコンテンツがダウンロードされることを防ぐことができる。
【0049】
さらに、本実施の形態における携帯電話1では、コンテンツのヘッダ部について、先頭から所定の量の(1パケット分の)データのダウンロードを行なった時点で上述のチェック処理を行なうため、従来のように全てのデータをダウンロードしてからチェックする必要がない。このため、再生が不可能な不正なコンテンツのダウンロードに要する時間を短縮することができる。その結果、WEBブラウジングを速くすることができる。また、ユーザの負担するパケット費用を軽減することもできる。さらに、再生が不可能な不正なデータの端末装置への登録を防ぐことができる。
【0050】
さらに、このようなダウンロード方法を用いることで、コンテンツ作成者が再生させたくない端末装置で当該コンテンツがダウンロードされることを防ぐこともできる。例えば、特定の個人や特定のグループ等、コンテンツを配信したい端末装置ごとに割振ったコードをコンテンツ作成者が当該コンテンツに埋込むことで、そのコードを備える端末装置でのみ当該コンテンツデータのダウンロードが許可されるものである。
【0051】
したがって、端末装置では再生を可能とするコンテンツのみを自動的に選択することができ、コンテンツ作成者(作成装置)は当該コンテンツの再生を可能とする端末装置を選択することができる。このことによって、従来のようにサーバでの処理を必要とせず、ネットワークの途中にサーバを含まないシステムが構築されている場合であっても、コンテンツ作成装置と端末装置とで、端末装置ごとにコンテンツの再生を制限することができる。
【0052】
なお、上述の図8に示したコードのチェックの処理を、図10に示す処理とすることもできる。すなわち、図10を参照して、上述の図8のステップS213におけるチェックを、携帯電話1のコードと当該コンテンツに埋込まれているコードとが全て一致するか否かのチェックに替えて、携帯電話1のコードと当該コンテンツに埋込まれているコードとが少なくとも1つでも一致するか否かのチェックとすることもできる。
【0053】
本実施の形態における携帯電話1で、上述の処理を行なうことで、図11に示すようなダウンロードが実現される。すなわち、図11を参照して、コンテンツの作成者が当該コンテンツに埋込んだコードと、携帯電話のコードとが少なくとも1つ一致する携帯電話でのみ、当該コンテンツのダウンロードが可能になる。このため、端末装置では、再生が可能なコンテンツのみがダウンロードされ、再生不可能なコンテンツがダウンロードされることを防ぐことができる。
【0054】
さらに、このようなダウンロード方法を用いることでも、コンテンツ作成者が再生させたくない端末装置で当該コンテンツがダウンロードされることを防ぐことができる。
【0055】
なお、上述の図5および図6に示すデータの受信(ダウンロード)処理においては、ステップS115において、1パケット受信するごとに上述のコードのチェック処理を繰返し実行しているが、図12のフローチャートに示すように、省略することもできる。
【0056】
すなわち、図4に構成の具体例が示されるヘッダ部のように、どの位置にコードが埋込まれているかが不明の場合には、1パケット受信するごとにコードのチェック処理を繰返すことが有効であるが、コードがコンテンツのヘッダ部のどの部分に埋込まれているかが予め定められている場合には、コンテンツの先頭からコードが埋込まれている箇所までを受信して当該コードのチェック処理を行なう。その結果、当該コンテンツが端末装置で再生不可能な不正なデータである場合には、直ちにダウンロードを中止することができる。
【0057】
さらに、上述のコンテンツのダウンロード方法を、プログラムとして提供することもできる。このようなプログラムは、コンピュータに付属するフレキシブルディスク、CD−ROM(Compact Disc−ROM)、ROM、RAMおよびメモリカードなどのコンピュータ読取り可能な記録媒体にて記録させて、プログラム製品として提供することもできる。あるいは、コンピュータに内蔵するハードディスクなどの記録媒体にて記録させて、プログラムを提供することもできる。また、ネットワークを介したダウンロードによって、プログラムを提供することもできる。
【0058】
提供されるプログラム製品は、ハードディスクなどのプログラム格納部にインストールされて実行される。なお、プログラム製品は、プログラム自体と、プログラムが記録された記録媒体とを含む。
【0059】
今回開示された実施の形態はすべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。
【図面の簡単な説明】
【図1】本実施の形態においてコンテンツデータをダウンロードする端末装置である、携帯電話1の構成を示す図である。
【図2】携帯電話1での処理を示すフローチャートである。
【図3】コンテンツデータの構成と受信単位との具体例を示す図である。
【図4】コンテンツデータのヘッダ部とボディ部との構成の具体例を示す図である。
【図5】ステップS20におけるコンテンツデータの受信処理を示す第1のフローチャートである。
【図6】ステップS20におけるコンテンツデータの受信処理を示す第1のフローチャートである。
【図7】携帯電話1の表示部112の表示の具体例を示す図である。
【図8】ステップS107におけるコードのチェック処理を示すフローチャートである。
【図9】本実施の形態におけるコンテンツのダウンロードの第1の具体例を示す図である。
【図10】ステップS107におけるコードのチェック処理を示すフローチャートである。
【図11】本実施の形態におけるコンテンツのダウンロードの第2の具体例を示す図である。
【図12】ステップS20におけるコンテンツデータの受信処理を示す第2のフローチャートである。
【図13】従来のコンテンツデータの受信処理および登録処理を示すフローチャートである。
【符号の説明】
1 携帯電話、101 制御部、102 通信部、103 記憶部、110 入出力部、111 操作部、112 表示部、113 音声入力部、114 音声出力部、115 画像入力部。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a content download method and a content download program, and more particularly to a content download method and a content download program for realizing appropriate content download.
[0002]
[Prior art]
2. Description of the Related Art A method of downloading content created by a content creator to a terminal device such as a mobile phone and reproducing the content on the terminal device has been widely used.
[0003]
In a download method for downloading content from a content creation device to a terminal device, a user desires to download only appropriate content that has an appropriate data format or the like and can be played back on the terminal device.
[0004]
In order to respond to such a demand, it has been conventionally performed to embed key data which is identification information of a terminal device in a predetermined portion of content data. Then, according to the specification of the content reproduction software provided in the terminal device, the terminal device can execute reproduction of content data in the following two patterns.
(1) When all keys (identification information) match, reproduction of the content is permitted in the terminal device. When at least one key does not match, reproduction of the content is not permitted in the terminal device.
(2) If at least one of the keys matches, reproduction of the content is permitted in the terminal device.
[0005]
By the way, a downloading method as shown in FIG. 13 has conventionally been proposed in order to find illegal contents that cannot be reproduced by the reproducing apparatus. That is, referring to FIG. 13, the download of the content is completed, and all the data is brought to the terminal device (S1, S3). Then, the terminal device checks the magic number embedded at the head of the file (S5). Further, the checksum check and the matching of the identification information are performed (S7, S9). As a result of these checks, if the data is illegal data that cannot be reproduced by the terminal device (YES in S11), the downloaded content is discarded (S15), and only the non-illegal data is processed (NO in S11). Is registered (S13).
[0006]
The above-mentioned magic number is information such as the extension of the file embedded at the beginning of the content. By checking this, the displayed extension and the actual extension indicating the data format are displayed. , So-called “spoofed content” can be easily identified.
[0007]
[Problems to be solved by the invention]
However, the conventional content download method as described above has the following problems.
[0008]
That is, in the conventional content download method, the identification information is checked on the terminal device side after all the data has been downloaded. Therefore, even if the content is illegitimate data that cannot be reproduced, all the downloads must be completed, and there is a problem that it takes time to download the content. Therefore, there is a problem that a user is paid a useless packet fee.
[0009]
In addition, when web browsing is performed, it takes time to identify a content that cannot be reproduced by the terminal device, so that there is a problem that the browsing process is delayed.
[0010]
The present invention has been made in view of these problems, and a content download method and a content download method capable of preventing unreproducible content from being downloaded on a terminal device and downloading only appropriate content. The purpose is to provide the program.
[0011]
[Means for Solving the Problems]
In order to achieve the above object, according to an aspect of the present invention, a method for downloading content is a method for downloading content including an area including identification information and an area including constituent elements, the method including: Identification information acquiring step of preferentially acquiring an area including the content, and permitting continuation of downloading of the content when the content identification information acquired from the content matches the terminal identification information of the terminal device that downloads the content. And steps.
[0012]
Further, it is preferable that the permission step permits the continuation of downloading of the content when the content identification information and the terminal identification information all match.
[0013]
Further, it is preferable that the permission step permits the continuation of the download of the content when at least one of the content identification information and the terminal identification information matches.
[0014]
The above-described identification information obtaining step obtains a predetermined area of the area including the content identification information, and the permission step determines whether the content identification information included in the predetermined area matches the terminal identification information. It is desirable to allow the continuation of downloading.
[0015]
According to another aspect of the present invention, a content download program is a content download program for causing a computer to execute a content download method including an area including identification information and an area including components. An identification information acquiring step of preferentially acquiring an area including information, and permitting continuation of downloading of the content when the content identification information acquired from the content matches the terminal identification information of the terminal device that downloads the content. And executing the permission step.
[0016]
Further, it is preferable that the permission step permits the continuation of downloading of the content when the content identification information and the terminal identification information all match.
[0017]
Further, it is preferable that the permission step permits the continuation of the download of the content when at least one of the content identification information and the terminal identification information matches.
[0018]
The above-described identification information obtaining step obtains a predetermined area of the area including the content identification information, and the permission step determines whether the content identification information included in the predetermined area matches the terminal identification information. It is desirable to allow the continuation of downloading.
[0019]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts and components are denoted by the same reference numerals. Their names and functions are the same. Therefore, detailed description thereof will not be repeated.
[0020]
FIG. 1 is a diagram showing a configuration of a mobile phone 1 which is a terminal device for downloading content data in the present embodiment. In the present embodiment, the terminal device is described as being a mobile phone, but is not limited to a mobile phone, but may be a PDA (Personal Digital Assistants) or another communication terminal.
[0021]
Referring to FIG. 1, a mobile phone 1 as a terminal device according to the present embodiment is configured by a CPU (Central Processing Unit) and the like, and controls a control unit 101 for controlling the entire mobile phone 1 and a content for creating content. A communication unit 102 that communicates with another device such as a creation device; a storage unit 103 including a read only memory (ROM) or a random access memory (RAM); and an input / output unit that inputs and outputs instructions and information 110.
[0022]
The storage unit 103 stores programs executed by the control unit 101, data of downloaded contents, telephone directory data (telephone number data), and the like. Further, the ROM of the storage unit 103 stores identification information such as a telephone number of the mobile phone 1 and a code. The RAM of the storage unit 103 also serves as a work area when the control unit 101 executes a program.
[0023]
Further, the input / output unit 110 includes a number key, a scroll key, and the like, and includes an operation unit 111 for performing various operations, a display and the like, a display unit 112 for displaying content information and the like, and a microphone and the like. It includes a voice input unit 113 configured to input voice information, a voice output unit 114 configured by a speaker or the like to output voice information, and an image input unit 115 configured by a camera or the like to input image information.
[0024]
In the present embodiment, the above-mentioned code indicates identification information that is allocated in advance to a specific set of mobile phones for each set. Furthermore, a specific set includes each mobile phone of the same model, each mobile phone with the same version of content playback software installed, each mobile phone registered in a specific country or region, or a specific manufacturer's It is a set for each mobile phone.
[0025]
Note that the configuration of the mobile phone 1 shown in FIG. 1 described above shows a configuration of a general mobile phone, and is not limited to the above configuration.
[0026]
In the present embodiment, such a mobile phone 1 downloads and reproduces content from a content creation device. The operation at this time is shown in the flowchart of FIG. The process shown in the flowchart of FIG. 2 is realized by the control unit 101 of the mobile phone 1 reading and executing a program stored in the storage unit 103.
[0027]
Referring to FIG. 2, mobile phone 1 executes a process of receiving content data from a content creation device (S10), and registers the received content data in a library in storage unit 103 (S20). Then, the registered content data is reproduced (S30).
[0028]
Here, a specific example of the received content data is shown in FIG. As shown in FIG. 3, the content data includes a header portion and a body (body) portion, and is received in predetermined units called packets.
[0029]
Further, referring to FIG. 4, the header portion includes information indicating the attribute of the content such as a data format, copyright information indicating the creator, and the like, and a header specific to the model of the terminal device capable of reproducing the content. The information includes codes such as model information and area information indicating an area to be distributed by the creator of the content. The code included in the header of the content is information indicating a condition under which the content can be reproduced, and is information indicating an individual or a specific group to which the creator of the content intends to distribute the content.
[0030]
Referring to FIG. 4, the body portion includes graphic information, character information, image information, music information, and the like, which are components of the content.
[0031]
The embodiment of the present invention is characterized in that the mobile phone 1 as the terminal device performs the following content data reception processing in the above-described step S20. That is, FIGS. 5 and 6 show flowcharts of the content data reception processing in step S20 described above.
[0032]
Referring to FIG. 5, first, reception of content is started in communication unit 102 (S101). Then, when a predetermined amount is received from the beginning of the content (S103), the magic number of the received content data is checked (S105). The predetermined amount here is desirably data for one packet. Note that the check of the magic number in step S105 is a general identification process, and a description thereof will be omitted.
[0033]
Further, a code embedded in the content is checked (S107). The check of the code in step S107 will be described later in detail with reference to a subroutine. Note that the magic number check and the code check here may be performed in any order.
[0034]
In the following, description will be made assuming that this code is identification information that is allocated in advance for each model of a terminal device capable of reproducing the content, but the present invention is not limited to this.
[0035]
As a result of the check in steps S105 and S107, when it is determined that the received content is invalid data that cannot be reproduced (YES in S109), the download is immediately stopped (S111).
[0036]
If it is determined that the content being received is not illegal data (NO in S109), data of the packet next to the content is received (S113). Then, the code of the received data is checked (S115), and it is confirmed that the data is not invalid data (S119). The code check process in step S115 is the same as the process in step S107 described above, and will be described in detail below.
[0037]
The code check in step S115 described above is performed for all the header portions of the content data, and the check ends (YES in S121). That is, when the check is completed for all the codes included in the content (YES in S121), it is determined whether or not all data including the data of the body part of the content has been received with reference to FIG. (S123), all the remaining data is received (S125), and the reception of the content ends (S127).
[0038]
Further, the checksum is checked (S129), and if it is determined that the received content is invalid data (YES in S131), the content is discarded (S133). The checksum check performed in step S129 is a checksum type error detection method, which is one of widely used error detection methods, and will not be described in detail here.
[0039]
Thus, the content data receiving process is completed, and the content data received in step S20 is registered. Note that the data registration process in step S20 and the data reproduction process in step S30 are general processes, and thus description thereof will be omitted.
[0040]
In the content data receiving process, if the content being received is invalid data, the mobile phone 1 immediately stops downloading the content and displays a screen as shown in FIG. When the screen shown in FIG. 7 is displayed, the user is notified that the content is invalid data and the download has been stopped.
[0041]
Further, the code checking process in step S107 described above will be described with reference to the flowchart in FIG.
[0042]
Referring to FIG. 8, analysis (parse) of the received content data of one packet is started from the beginning (S201).
[0043]
First, one command is extracted from the received command (S203), and the command is interpreted (S205). As a result of the interpretation in step 205, the next instruction is fetched (S211) until the fetched instruction is a code (NO in S207).
[0044]
Then, if the extracted instruction is a code (YES in S207), it is checked whether or not the code matches the code of the mobile phone 1.
[0045]
If the code of the mobile phone 1 and the code embedded in the content all match (YES in S213), it is determined that it is unknown whether the content can be reproduced on the mobile phone 1 ( S215), the process returns to FIG.
[0046]
If at least one of the code of the mobile phone 1 and the code embedded in the content does not match (NO in S213), it is determined that the content cannot be reproduced on the mobile phone 1 (S217). ), The process returns to FIG.
[0047]
In step S109 of FIG. 4, if it is determined that the content is not reproducible on the mobile phone 1 as a result of the above code check, the content data is invalid data that cannot be reproduced. , The download is stopped in step S111.
[0048]
By performing the above-described processing on the mobile phone 1 in the present embodiment, a download as shown in FIG. 9 is realized. That is, referring to FIG. 9, the content can be downloaded only by a mobile phone in which the code embedded in the content by the creator of the content matches the code of the mobile phone. For this reason, in the terminal device, only the content that can be played back is downloaded, and the download of the content that cannot be played back can be prevented.
[0049]
Furthermore, in the mobile phone 1 according to the present embodiment, the above-described check processing is performed on the header portion of the content when a predetermined amount of data (for one packet) has been downloaded from the top, so that the conventional mobile phone 1 is different from the conventional one. No need to download and check all data. For this reason, it is possible to reduce the time required for downloading illegal contents that cannot be reproduced. As a result, web browsing can be accelerated. In addition, it is possible to reduce the packet cost borne by the user. Further, it is possible to prevent registration of unauthorized data that cannot be reproduced into the terminal device.
[0050]
Further, by using such a download method, it is possible to prevent the content creator from being downloaded by a terminal device that the content creator does not want to reproduce. For example, when a content creator embeds a code assigned to each terminal device to which content is to be distributed, such as a specific individual or a specific group, in the content, the content data can be downloaded only with the terminal device having the code. It is allowed.
[0051]
Therefore, the terminal device can automatically select only the content that can be reproduced, and the content creator (creating device) can select the terminal device that can reproduce the content. As a result, even when a system that does not require a server and does not include a server in the middle of a network as in the related art is constructed, the content creation device and the terminal Reproduction of content can be restricted.
[0052]
Note that the above-described code check processing shown in FIG. 8 may be the processing shown in FIG. That is, referring to FIG. 10, the above-described check in step S213 in FIG. 8 is replaced with a check of whether or not the code of mobile phone 1 and the code embedded in the content all match, and A check can be made as to whether at least one code of the telephone 1 matches the code embedded in the content.
[0053]
By performing the above-described processing on the mobile phone 1 in the present embodiment, a download as shown in FIG. 11 is realized. In other words, referring to FIG. 11, the content can be downloaded only by a mobile phone in which at least one code of the mobile phone matches the code embedded in the content by the creator of the content. For this reason, in the terminal device, only the content that can be played back is downloaded, and the download of the content that cannot be played back can be prevented.
[0054]
Further, even by using such a download method, it is possible to prevent the content creator from being downloaded by a terminal device that the content creator does not want to reproduce.
[0055]
In the data receiving (downloading) processing shown in FIGS. 5 and 6 described above, the code checking processing is repeatedly executed every time one packet is received in step S115. As shown, it can be omitted.
[0056]
In other words, when it is not known where a code is embedded as in the header portion of which a specific example of the configuration is shown in FIG. 4, it is effective to repeat the code checking process every time one packet is received. However, if it is determined in advance where the code is embedded in the header portion of the content, the content from the beginning of the content to the location where the code is embedded is received and the code is checked. Perform processing. As a result, if the content is invalid data that cannot be reproduced by the terminal device, the download can be immediately stopped.
[0057]
Further, the above-described content download method can be provided as a program. Such a program may be recorded on a computer-readable recording medium such as a flexible disk, a CD-ROM (Compact Disc-ROM), a ROM, a RAM, and a memory card attached to the computer, and may be provided as a program product. it can. Alternatively, the program can be provided by being recorded on a recording medium such as a hard disk incorporated in the computer. Further, the program can be provided by downloading via a network.
[0058]
The provided program product is installed and executed in a program storage unit such as a hard disk. Note that the program product includes the program itself and a recording medium on which the program is recorded.
[0059]
The embodiments disclosed this time are to be considered in all respects as illustrative and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of a mobile phone 1, which is a terminal device for downloading content data in the present embodiment.
FIG. 2 is a flowchart showing processing in the mobile phone 1;
FIG. 3 is a diagram showing a specific example of a configuration of content data and a reception unit.
FIG. 4 is a diagram showing a specific example of a configuration of a header part and a body part of content data.
FIG. 5 is a first flowchart showing a content data receiving process in step S20.
FIG. 6 is a first flowchart showing a content data receiving process in step S20.
FIG. 7 is a diagram showing a specific example of display on the display unit 112 of the mobile phone 1.
FIG. 8 is a flowchart showing a code check process in step S107.
FIG. 9 is a diagram showing a first specific example of downloading content according to the present embodiment.
FIG. 10 is a flowchart showing a code check process in step S107.
FIG. 11 is a diagram showing a second specific example of downloading content according to the present embodiment.
FIG. 12 is a second flowchart showing the content data receiving process in step S20.
FIG. 13 is a flowchart showing conventional content data reception processing and registration processing.
[Explanation of symbols]
1 mobile phone, 101 control unit, 102 communication unit, 103 storage unit, 110 input / output unit, 111 operation unit, 112 display unit, 113 audio input unit, 114 audio output unit, 115 image input unit.

Claims (8)

識別情報を含む領域と、構成要素を含む領域とからなるコンテンツをダウンロードする方法であって、
前記コンテンツの前記識別情報を含む領域を取得する識別情報取得ステップと、
前記コンテンツより取得したコンテンツ識別情報と、前記コンテンツをダウンロードする端末装置の端末識別情報とが合致する場合に、前記コンテンツのダウンロードの継続を許可する許可ステップとを備える、コンテンツのダウンロード方法。
A method for downloading content including an area including identification information and an area including constituent elements,
Identification information obtaining step of obtaining an area including the identification information of the content,
A content download method, comprising: when the content identification information obtained from the content matches the terminal identification information of the terminal device that downloads the content, permitting continuation of the download of the content.
前記許可ステップは、前記コンテンツ識別情報と前記端末識別情報とが全て合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項1に記載のコンテンツのダウンロード方法。2. The content download method according to claim 1, wherein the permitting step permits continuation of the download of the content when all of the content identification information and the terminal identification information match. 前記許可ステップは、前記コンテンツ識別情報と前記端末識別情報とが少なくとも1つでも合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項1に記載のコンテンツのダウンロード方法。The content download method according to claim 1, wherein the permitting step permits continuation of the download of the content when at least one of the content identification information and the terminal identification information matches. 前記識別情報取得ステップは、前記コンテンツの前記識別情報を含む領域のうちの所定領域を取得し、
前記許可ステップは、前記所定領域内に含まれる前記コンテンツ識別情報が前記端末識別情報に合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項1〜3のいずれかに記載のコンテンツのダウンロード方法。
The identification information obtaining step obtains a predetermined area of the area including the identification information of the content,
The content according to any one of claims 1 to 3, wherein the permission step permits continuation of downloading of the content when the content identification information included in the predetermined area matches the terminal identification information. Download method.
識別情報を含む領域と、構成要素を含む領域とからなるコンテンツのダウンロード方法をコンピュータに実行させるコンテンツのダウンロードプログラムであって、
前記コンテンツの前記識別情報を含む領域を取得する識別情報取得ステップと、
前記コンテンツより取得したコンテンツ識別情報と、前記コンテンツをダウンロードする端末装置の端末識別情報とが合致する場合に、前記コンテンツのダウンロードの継続を許可する許可ステップとを実行させる、コンテンツのダウンロードプログラム。
A content download program for causing a computer to execute a content download method including an area including identification information and an area including constituent elements,
Identification information obtaining step of obtaining an area including the identification information of the content,
A content download program that, when the content identification information obtained from the content matches the terminal identification information of the terminal device that downloads the content, executes a permission step of permitting continuation of the download of the content.
前記許可ステップは、前記コンテンツ識別情報と前記端末識別情報とが全て合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項5に記載のコンテンツのダウンロードプログラム。The content download program according to claim 5, wherein the permission step permits continuation of the download of the content when all of the content identification information and the terminal identification information match. 前記許可ステップは、前記コンテンツ識別情報と前記端末識別情報とが少なくとも1つでも合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項5に記載のコンテンツのダウンロードプログラム。The content download program according to claim 5, wherein the permission step permits continuation of the download of the content when at least one of the content identification information and the terminal identification information matches. 前記識別情報取得ステップは、前記コンテンツの前記識別情報を含む領域のうちの所定領域を取得し、
前記許可ステップは、前記所定領域内に含まれる前記コンテンツ識別情報が前記端末識別情報に合致する場合に、前記コンテンツのダウンロードの継続を許可する、請求項5〜7のいずれかに記載のコンテンツのダウンロードプログラム。
The identification information obtaining step obtains a predetermined area of the area including the identification information of the content,
The content according to any one of claims 5 to 7, wherein the permission step permits continuation of downloading of the content when the content identification information included in the predetermined area matches the terminal identification information. Download program.
JP2002246611A 2002-08-27 2002-08-27 Content downloading method and its program Pending JP2004086558A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002246611A JP2004086558A (en) 2002-08-27 2002-08-27 Content downloading method and its program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002246611A JP2004086558A (en) 2002-08-27 2002-08-27 Content downloading method and its program

Publications (2)

Publication Number Publication Date
JP2004086558A true JP2004086558A (en) 2004-03-18
JP2004086558A5 JP2004086558A5 (en) 2005-10-20

Family

ID=32054463

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002246611A Pending JP2004086558A (en) 2002-08-27 2002-08-27 Content downloading method and its program

Country Status (1)

Country Link
JP (1) JP2004086558A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007066082A (en) * 2005-08-31 2007-03-15 Canon Inc Data processor, data input control method, information processing equipment and program
US7720985B2 (en) 2005-08-24 2010-05-18 Sony Corporation Content receiving apparatus and content receiving method
US7742369B2 (en) 2005-02-09 2010-06-22 Sony Corporation Content reproduction system, content reproduction apparatus, and content reproduction method
JP2023506432A (en) * 2019-12-18 2023-02-16 クォン,オー・ギョン Content wallet device and self-sovereign identity and copyright authentication system using same device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7742369B2 (en) 2005-02-09 2010-06-22 Sony Corporation Content reproduction system, content reproduction apparatus, and content reproduction method
US7894310B2 (en) 2005-02-09 2011-02-22 Sony Corporation Content reproduction system, content reproduction apparatus, and content reproduction method
US8213273B2 (en) 2005-02-09 2012-07-03 Sony Corporation Content reproduction system, content reproduction apparatus, and content reproduction method
US7720985B2 (en) 2005-08-24 2010-05-18 Sony Corporation Content receiving apparatus and content receiving method
JP2007066082A (en) * 2005-08-31 2007-03-15 Canon Inc Data processor, data input control method, information processing equipment and program
US8521831B2 (en) 2005-08-31 2013-08-27 Canon Kabushiki Kaisha Data processing apparatus, data input control method thereof, information processing device, and program for implementing the method
JP2023506432A (en) * 2019-12-18 2023-02-16 クォン,オー・ギョン Content wallet device and self-sovereign identity and copyright authentication system using same device
JP7371987B2 (en) 2019-12-18 2023-10-31 クォン,オー・ギョン Content wallet device and self-sovereign identity and copyright authentication system using the same device

Similar Documents

Publication Publication Date Title
US8549511B2 (en) Information processing apparatus, executability determining method, and computer program for the same
US7797456B2 (en) Information processing apparatus and associated method of transferring grouped content
EP2151770B1 (en) Systems and methods for searching media content based on an editing file
JPH05210497A (en) Cd-rom disk and security check method for the disk
JP2011527465A5 (en)
JP2011527465A (en) Generation and distribution of computer applications
US20070288596A1 (en) Methods and systems for storing content definition within a media file
JP2001061019A (en) Music data reproduction system by downloaded program
JP2007220062A (en) Control program, program offering system, and program offering method
JP2006050563A (en) Bell sound reproducing method of mobile terminal equipment
JP2004086558A (en) Content downloading method and its program
EP1443380A2 (en) Contents processing apparatus and contents processing program
KR100748192B1 (en) Backup memory managing device, backup memory managing method, game machine, and recorded medium
US7404083B2 (en) Image signal analysis for watermark detection and decoding
KR20060028240A (en) Method for editing a sound source and apparatus of enabling the method
CN112416127B (en) Electronic instruction device for laboratory and acquisition operation assisting method
JP4453393B2 (en) Electronic music apparatus capable of reproducing music content and program thereof
JP4638427B2 (en) Content playback terminal
JP2001078008A (en) Continuous data processing method
JPH08336668A (en) Game device
KR20060119021A (en) Method for re-downloading rights management file in portable device
US20090106399A1 (en) Content Storage Medium Making Method, Computer Program, and Content Providing System
JP4052722B2 (en) Display device, display method, computer-readable recording medium recording display program, and data reproducing device
JP2007183725A (en) Copyright protection method of electronic file
JP4529382B2 (en) Information processing apparatus and information processing method

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050615

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050615

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071023

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080304