JP2010033277A - Server device - Google Patents

Server device Download PDF

Info

Publication number
JP2010033277A
JP2010033277A JP2008193903A JP2008193903A JP2010033277A JP 2010033277 A JP2010033277 A JP 2010033277A JP 2008193903 A JP2008193903 A JP 2008193903A JP 2008193903 A JP2008193903 A JP 2008193903A JP 2010033277 A JP2010033277 A JP 2010033277A
Authority
JP
Japan
Prior art keywords
content
data
unit
storage unit
content 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
JP2008193903A
Other languages
Japanese (ja)
Inventor
Kazuyoshi Harada
一良 原田
Shuji Ogasawara
修司 小笠原
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP2008193903A priority Critical patent/JP2010033277A/en
Publication of JP2010033277A publication Critical patent/JP2010033277A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To input a password even to a general client corresponding to a CDS (Content Directory Service). <P>SOLUTION: A content data storage part 14 stores a plurality of content data. A directory storage part 12 stores content information including content identifiers corresponding to respective of the plurality of content data. A directory transmission part 22 transmits the content information. An access request receiving part 24 receives a content identifier as a response to the content information. A content transmission part 26 transmits the content data on the basis of the content identifier. A history storage part 16 stores history of the content identifier over a prescribed period. A processing part 18 converts a system of the content identifier into data after a prescribed period is over in order according to the history stored in the history storage part 16. The processing part 18 performs prescribed processing on the basis of the converted data. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ネットワークを介してコンテンツデータを送信するサーバ装置に関する。   The present invention relates to a server device that transmits content data via a network.

近年、AV機器や家電機器などのネットワーク化が進んでいる。AV機器のネットワーク化の際に使用されるプロトコルの例として、DLNA(Digital Living Network Alliance)で用いられるUPnP(Universal Plug and Play)−AVがある。UPnP−AVは、AV機器をコントロールするためのコマンドなどを定義した規格であり、その中で定義されているサービスのひとつがCDS(Content Directory Service)である。CDSを用いてコンテンツサーバであるチューナデバイスを制御する方法が提案されており、CDSでチューナを記述する仕様が定められている(例えば、特許文献1、非特許文献1参照)。クライアント側には、チューナデバイスの選局可能なチャンネルリストがタイトルリストとして表示されることとなり、クライアント側でのタイトル選択操作が、チャンネル選択制御をサーバ側に要求することに相当する。これは、サーバ上のコンテンツをクライアントが再生する枠組みの中での実現方法であり、対象コンテンツがライブストリーミングになっている。また、サーバでコンテンツをツリー型のディレクトリ構造で管理し、ディレクトリやコンテンツにアクセス制限のための暗証番号を設定することがなされている(例えば、特許文献2参照)。
特開2004−312412号公報 、デジタル放送用受信装置 標準規格 (望ましい仕様) ARIB−STD−B21 4.6版、日本、社団法人 電波産業会 特開2004−341657号公報
In recent years, networking of AV equipment and home appliances has been progressing. As an example of a protocol used when networking AV equipment, there is UPnP (Universal Plug and Play) -AV used in DLNA (Digital Living Network Alliance). UPnP-AV is a standard that defines commands for controlling AV devices, and one of the services defined therein is CDS (Content Directory Service). A method of controlling a tuner device that is a content server using CDS has been proposed, and specifications for describing a tuner using CDS are defined (for example, see Patent Document 1 and Non-Patent Document 1). On the client side, a channel list that can be selected by the tuner device is displayed as a title list, and a title selection operation on the client side corresponds to requesting channel selection control from the server side. This is an implementation method in a framework in which a client reproduces content on a server, and the target content is live streaming. In addition, content is managed by a server in a tree-type directory structure, and a password for restricting access is set for the directory and content (for example, see Patent Document 2).
JP 2004-312412 A , Digital broadcasting receiver standard (desired specification) ARIB-STD-B21 4.6 edition, Japan, Japan Radio Industry Association JP 2004-341657 A

しかしながら、クライアント側では、暗証番号設定されたコンテンツやディレクトリにアクセスする際に、暗証番号入力が要求される。その際、仮に、暗証番号入力をサーバから要求されても、汎用的な再生用途のクライアントは、暗証番号を入力できず、コンテンツを再生できない。その結果、そのサーバ専用のクライアントをユーザは使用しなければならず、ユーザへのコスト負担が招かれる。   However, the client side is required to input a personal identification number when accessing the content or directory for which the personal identification number is set. At this time, even if a password input is requested from the server, a general-purpose client for reproduction cannot input the password and cannot reproduce the content. As a result, the user must use a client dedicated to the server, which incurs a cost burden on the user.

また、HTTP(Hyper Text Transfer Protocol)プロトコルを用いるHTTPサーバとブラウザ間において、クライアントに相当するブラウザから操作するユーザの入力データをHTTPサーバに送る場合は、POSTメソッドを用いてブラウザから送信するのが一般的である。しかしながら、UPnP AVで定めるようなMediaサーバとクライアント間において、クライアントはサーバの提供するCDSの情報をSOAP(Simple Object Access Protocol)によるBrowseアクションやSearchアクションを用いてXML(eXtensible Markup Language)形式のデータで入手し、コンテンツ属性情報に含まれるコンテンツのURIをHTTPプロトコル等でサーバから配信を受ける構成になっている。そのため、前述の暗証番号のようなユーザが入力するデータをサーバ側に送信する手段は講じられていない。その結果、クライアント側からユーザ入力のデータを送る場合は、別途サーバとクライアント間での取り決めが必要となり、結果として専用クライアントを準備することになってしまう。   In addition, when sending input data of a user operated from a browser corresponding to a client to an HTTP server between an HTTP server using an HTTP (Hyper Text Transfer Protocol) protocol and the browser, it is transmitted from the browser using the POST method. It is common. However, between the Media server and the client as defined by UPnP AV, the client uses the XML (Extensible Markup Language) format data by using the Browse Action or the Search action based on the Simple Object Access Protocol (SOAP). The content URI included in the content attribute information is distributed from the server by the HTTP protocol or the like. For this reason, no means is provided for transmitting data input by the user such as the above-mentioned personal identification number to the server side. As a result, when user-input data is sent from the client side, a separate agreement between the server and the client is required, and as a result, a dedicated client is prepared.

本発明はこうした状況に鑑みなされたものであり、その目的は、CDSに対応した汎用的なクライアントに対しても、暗証番号入力を実現させる技術を提供することにある。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a technique for realizing the input of a personal identification number even for a general-purpose client compatible with CDS.

上記課題を解決するために、本発明のある態様のサーバ装置は、複数のコンテンツデータを格納するデータ格納部と、データ格納部に格納した複数のコンテンツデータに対する属性情報であって、コンテンツデータのタイトル名と、データ格納部におけるコンテンツデータの格納場所とが対応づけられた属性情報をコンテンツ情報として格納する情報格納部と、情報格納部において格納したコンテンツ情報のうちのタイトル名をクライアント装置に表示させるために、ネットワークを介してクライアント装置へコンテンツ情報を送信する第1送信部と、第1送信部において送信したコンテンツ情報に対する応答として、ネットワークを介して格納場所を受信する受信部と、受信部において受信した格納場所をもとに、データ格納部に格納したコンテンツデータをクライアント装置に表示させるために、ネットワークを介してクライアント装置へコンテンツデータを送信する第2送信部とを備える。データ格納部に格納した複数のコンテンツデータのそれぞれは、数字データおよび文字データのうちの少なくとも一方であり、情報格納部に格納したコンテンツ情報におけるタイトル名は、コンテンツデータと同一の数字および文字データのうちの少なくとも一方である。   In order to solve the above problem, a server device according to an aspect of the present invention includes a data storage unit that stores a plurality of content data, and attribute information for the plurality of content data stored in the data storage unit, An information storage unit that stores, as content information, attribute information in which a title name is associated with a storage location of content data in the data storage unit, and a title name of the content information stored in the information storage unit is displayed on the client device A first transmission unit that transmits content information to the client device via the network, a reception unit that receives the storage location via the network as a response to the content information transmitted by the first transmission unit, and a reception unit Stored in the data storage unit based on the storage location received at To display the content data to the client device, and a second transmission unit for transmitting the content data via the network to the client device. Each of the plurality of content data stored in the data storage unit is at least one of numeric data and character data, and the title name in the content information stored in the information storage unit is the same as the content data. At least one of them.

本発明の別の態様もまた、サーバ装置である。この装置は、複数のコンテンツデータを格納するデータ格納部と、データ格納部に格納した複数のコンテンツデータのそれぞれに対するコンテンツ識別子が含まれたコンテンツ情報を格納する情報格納部と、情報格納部において格納したコンテンツ情報をネットワークを介して送信する第1送信部と、第1送信部において送信したコンテンツ情報に対する応答として、ネットワークを介してコンテンツ識別子を受信する受信部と、受信部において受信したコンテンツ識別子をもとに、データ格納部に格納したコンテンツデータを抽出し、ネットワークを介してコンテンツデータを送信する第2送信部と、受信部と第2送信部との処理が繰り返される場合に、所定の期間にわたって、受信部において受信したコンテンツ識別子の履歴を記憶する履歴記憶部と、履歴記憶部において記憶した履歴にしたがった順序にてコンテンツ識別子の系列を所定の期間終了後にデータに変換する変換部と、変換部において変換したデータをもとに所定の処理を実行する処理部と、を備える。   Another embodiment of the present invention is also a server device. The apparatus stores a data storage unit that stores a plurality of content data, an information storage unit that stores content information including a content identifier for each of the plurality of content data stored in the data storage unit, and stores in the information storage unit In response to the content information transmitted by the first transmitter, the first transmitter that transmits the content information that has been transmitted via the network, the receiver that receives the content identifier via the network, and the content identifier received by the receiver When a process of extracting the content data stored in the data storage unit and transmitting the content data via the network, and a process of the reception unit and the second transmission unit are repeated, a predetermined period of time The history of the content identifier received at the receiving unit is stored A history storage unit, a conversion unit that converts a series of content identifiers into data in the order according to the history stored in the history storage unit, and a predetermined process based on the data converted by the conversion unit A processing unit to be executed.

情報格納部に格納したコンテンツ情報に含まれたコンテンツ識別子には、データ格納部に格納したコンテンツデータの格納場所が示されたURI(Uniform Resource Identifier)が含まれていてもよい。情報格納部に格納したコンテンツ情報は、CDS(Content Directory Service)に準拠して形成されていてもよい。   The content identifier included in the content information stored in the information storage unit may include a URI (Uniform Resource Identifier) indicating the storage location of the content data stored in the data storage unit. The content information stored in the information storage unit may be formed in conformity with CDS (Content Directory Service).

本発明のさらに別の態様もまた、サーバ装置である。この装置は、ネットワークを介して接続されるクライアント装置からのデータ入力を受けつけるサーバ装置であって、複数のコンテンツデータを格納するデータ格納部と、クライアント装置に対して数字データまたは文字データの入力を要求する入力要求部と、クライアント装置からのデータ入力を受信する受信部と、受信部において受信したデータ入力の内容に対応するコンテンツデータをデータ格納部から選択する選択部と、選択部において選択したコンテンツデータをクライアント装置へ送信する送信部と、を備える。   Yet another embodiment of the present invention is also a server device. This device is a server device that accepts data input from a client device connected via a network, and a data storage unit that stores a plurality of content data, and inputs numeric data or character data to the client device. The input requesting unit to request, the receiving unit that receives data input from the client device, the selection unit that selects content data corresponding to the content of the data input received in the receiving unit from the data storage unit, and the selection unit selected A transmission unit that transmits content data to the client device.

本発明のさらに別の態様は、データ送信方法である。この方法は、メモリに格納した複数のコンテンツデータに対する属性情報であって、コンテンツデータのタイトル名と、メモリにおけるコンテンツデータの格納場所とが対応づけられた属性情報であるコンテンツ情報のうちのタイトル名をクライアント装置に表示させるために、ネットワークを介してクライアント装置へコンテンツ情報を送信するステップと、送信したコンテンツ情報に対する応答として、ネットワークを介して格納場所を受信するステップと、受信した格納場所をもとに、メモリに格納したコンテンツデータをクライアント装置に表示させるために、ネットワークを介してクライアント装置へコンテンツデータを送信するステップとを備える。送信するステップにおいて、メモリに格納した複数のコンテンツデータのそれぞれは、数字データおよび文字データのうちの少なくとも一方であり、コンテンツ情報におけるタイトル名は、コンテンツデータと同一の数字および文字データのうちの少なくとも一方である。   Yet another embodiment of the present invention is a data transmission method. This method is attribute information for a plurality of content data stored in a memory, and the title name of the content information which is attribute information in which the title name of the content data is associated with the storage location of the content data in the memory In order to display the content information on the client device, the step of transmitting the content information to the client device via the network, the step of receiving the storage location via the network as a response to the transmitted content information, and the received storage location are also included. And transmitting the content data to the client device via the network in order to display the content data stored in the memory on the client device. In the transmitting step, each of the plurality of content data stored in the memory is at least one of numeric data and character data, and the title name in the content information is at least one of the same numeric and character data as the content data On the other hand.

本発明のさらに別の態様は、データ処理方法である。この方法は、メモリに格納した複数のコンテンツデータのそれぞれに対するコンテンツ識別子が含まれたコンテンツ情報をネットワークを介してクライアント装置へ送信するステップと、送信したコンテンツ情報に対する応答として、ネットワークを介してコンテンツ識別子を受信するステップと、受信したコンテンツ識別子をもとに、メモリに格納したコンテンツデータを抽出し、ネットワークを介してコンテンツデータを送信するステップと、コンテンツ識別子を受信するステップとコンテンツデータを送信するステップとの処理が繰り返される場合に、所定の期間にわたって、受信したコンテンツ識別子の履歴を記憶するステップと、所定の期間終了後に、記憶した履歴にしたがった順序にてコンテンツ識別子の系列をデータに変換するステップと、変換したデータをもとに所定の処理を実行するステップと、を備える。   Yet another embodiment of the present invention is a data processing method. The method includes a step of transmitting content information including a content identifier for each of a plurality of content data stored in a memory to a client device via a network, and a content identifier via the network as a response to the transmitted content information. Receiving the content identifier, extracting the content data stored in the memory based on the received content identifier, transmitting the content data via the network, receiving the content identifier, and transmitting the content data When the process is repeated, a step of storing a history of received content identifiers over a predetermined period, and a sequence of content identifiers is converted into data in the order according to the stored history after the end of the predetermined period. Comprising the step, and executing a predetermined processing based on the converted data.

なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and a conversion of the expression of the present invention between a method, an apparatus, a system, a recording medium, a computer program, etc. are also effective as an aspect of the present invention.

本発明によれば、CDSに対応した汎用的なクライアントに対しても、暗証番号入力を実現させることができる。   According to the present invention, a PIN code can be input even to a general-purpose client compatible with CDS.

本発明を具体的に説明する前に、概要を述べる。本発明の実施例は、UPnP AVをもとにして、ネットワークを介して接続されるサーバ装置とクライアント装置にて構成されるデータ処理システムに関する。ここで、クライアント装置は、サーバ装置からコンテンツ属性情報を入手して、コンテンツ属性情報をもとに、コンテンツデータの送信を要求し、サーバ装置は、コンテンツデータを管理格納しており、コンテンツデータをネットワーク上のクライアント装置へ送信する。特に、本実施例では、クライアント装置が、ユーザからの情報入力をサーバ装置へ伝達する技術を説明する。   Before describing the present invention in detail, an outline will be described. An embodiment of the present invention relates to a data processing system composed of a server device and a client device connected via a network based on UPnP AV. Here, the client device obtains content attribute information from the server device, and requests transmission of content data based on the content attribute information. The server device manages and stores the content data, and stores the content data. Send to a client device on the network. In particular, in this embodiment, a technique will be described in which a client device transmits information input from a user to a server device.

DLNAで使用されるUPnP AVでは、コンテンツデータを管理格納するサーバ装置が、UPnPのMedia Serverとして動作しており、コンテンツ属性情報は、CDSを使用してクライアント装置に公開される。クライアント装置は、UPnPのCDSを用いてサーバ装置上のコンテンツ属性情報を入手し、コンテンツ属性情報に含まれるコンテンツデータのURI(Uniform Resource Identifier)からコンテンツデータの格納場所を把握する。その後、クライアント装置は、サーバ装置に対しコンテンツ要求を行い、コンテンツデータの再生処理を実行する。ここで、サーバ装置は、所定のタイミングを起点として、クライアント装置のコンテンツ要求の順序を履歴情報として管理する。サーバ装置は、その履歴情報をクライアント装置からの情報入力データとして扱う。その結果、コンテンツデータの探索と再生機能しか有さないクライアント装置に対し特別な手段を講じることなくユーザの操作による情報入力データの伝達が可能になる。   In UPnP AV used in DLNA, a server device that manages and stores content data operates as a UPnP Media Server, and content attribute information is disclosed to client devices using CDS. The client device obtains the content attribute information on the server device using UPnP CDS, and grasps the storage location of the content data from the URI (Uniform Resource Identifier) of the content data included in the content attribute information. Thereafter, the client device makes a content request to the server device, and executes content data reproduction processing. Here, the server apparatus manages the order of content requests of the client apparatus as history information starting from a predetermined timing. The server device handles the history information as information input data from the client device. As a result, it is possible to transmit information input data by user operation without taking special measures for a client device having only a function for searching and reproducing content data.

具体的に説明すると、サーバ装置は、クライアント装置を操作するユーザに入力操作を行ってもらうために、CDSにて公開するコンテンツデータのタイトル名を、0〜9までの数字文字とし、コンテンツデータもその数字を表現する静止画にする。その結果、クライアント装置のモニタでは、タイトルリストに0〜9までの数字文字がボタンのように並ぶ。ユーザがいずれかの数字が表示されたタイトルを選択すると、結果的にクライアント装置にその数字の静止画が表示され、あたかもキー入力エコー処理が行われたようになる。サーバ装置は、クライアント装置から要求されたURIからそれに基づくCDSのコンテンツ属性情報を判別し、ユーザの操作で何が選択されたかを認識する。クライアント装置でのそうした操作が繰り返されることによって、サーバ装置は、ユーザ操作によるコンテンツ選択の履歴を記憶する。さらに、サーバ装置は、入力終了を示すコンテンツデータの選択時点で、履歴情報をユーザからの入力操作によるデータとして、データ処理を実行する。   More specifically, in order for the user operating the client device to perform an input operation, the server device sets the title name of the content data to be disclosed on the CDS to numeric characters from 0 to 9, and the content data also Make a still image that represents the number. As a result, on the monitor of the client device, numeric characters from 0 to 9 are arranged like buttons in the title list. When the user selects a title on which any number is displayed, as a result, a still image of the number is displayed on the client device, as if key input echo processing has been performed. The server device determines the content attribute information of the CDS based on the URI requested from the client device, and recognizes what has been selected by the user's operation. By repeating such operations on the client device, the server device stores a history of content selection by a user operation. Further, the server device executes data processing using the history information as data by the input operation from the user at the time of selecting the content data indicating the end of input.

図1は、本発明の実施例に係るデータ処理システム500の構成を示す。データ処理システム500は、サーバ装置100、クライアント装置200、ネットワーク300を含む。サーバ装置100は、ディレクトリ格納部12、コンテンツデータ格納部14、履歴記憶部16、処理部18、通信部20、制御部30を含む。また、通信部20は、ディレクトリ送信部22、アクセス要求受信部24、コンテンツ送信部26を含む。クライアント装置200は、通信部70、制御部90、ディレクトリ保持部60、受付部80、表示部92を含む。また、通信部70は、ディレクトリ受信部72、アクセス要求送信部74、コンテンツ受信部76を含む。   FIG. 1 shows a configuration of a data processing system 500 according to an embodiment of the present invention. The data processing system 500 includes a server device 100, a client device 200, and a network 300. The server device 100 includes a directory storage unit 12, a content data storage unit 14, a history storage unit 16, a processing unit 18, a communication unit 20, and a control unit 30. The communication unit 20 includes a directory transmission unit 22, an access request reception unit 24, and a content transmission unit 26. The client device 200 includes a communication unit 70, a control unit 90, a directory holding unit 60, a reception unit 80, and a display unit 92. The communication unit 70 includes a directory receiving unit 72, an access request transmitting unit 74, and a content receiving unit 76.

データ処理システム500では、ネットワーク300を介して、サーバ装置100とクライアント装置200とが接続されている。クライアント装置200は、汎用的なDLNAのDMP(Digital Media Player)として動作する。クライアント装置200は、ネットワーク300を介してサーバ装置100へ、コンテンツデータに対する属性情報(以下、「コンテンツ属性情報」という)の公開を要求し、サーバ装置100からコンテンツ属性情報を取得する。   In the data processing system 500, the server device 100 and the client device 200 are connected via the network 300. The client device 200 operates as a general-purpose DLNA DMP (Digital Media Player). The client apparatus 200 requests the server apparatus 100 to disclose attribute information (hereinafter referred to as “content attribute information”) to the content data via the network 300, and acquires the content attribute information from the server apparatus 100.

サーバ装置100は、UPnP AVのMedia Serverや、DLNAのDMS(Digital Media Server)として動作し、CDSを利用して、コンテンツ属性情報を公開する。また、サーバ装置100は、ネットワーク300を介してクライアント装置200からコンテンツ属性情報を要求され、クライアント装置200にコンテンツ属性情報を供与する。コンテンツ属性情報およびコンテンツデータについては、後述する。ネットワーク300は有線または無線LANなどで構築される。なお、例えば、サーバ装置100は、PCに相当し、クライアント装置200は、テレビジョン受像装置に相当してもよい。   The server device 100 operates as a UPnP AV Media Server or DLNA DMS (Digital Media Server), and publishes content attribute information using CDS. Further, the server apparatus 100 is requested for content attribute information from the client apparatus 200 via the network 300, and provides the content attribute information to the client apparatus 200. The content attribute information and content data will be described later. The network 300 is constructed by a wired or wireless LAN. For example, the server device 100 may correspond to a PC, and the client device 200 may correspond to a television receiver.

図1では、説明を簡略にするために、サーバ装置100とクライアント装置200とがそれぞれひとつ示されている。しかしながら、いずれか一方または両方が、複数含まれていてもよい。また、サーバ装置100およびクライアント装置200という名称はその機能に注目したものであり、特定の機器が一方ではサーバ装置100として機能し、他方ではクライアント装置200として機能することも可能である。サーバ装置100およびクライアント装置200のそれぞれの構成は、ハードウェア的には、任意のコンピュータのCPU、メモリ、その他のLSIで実現でき、ソフトウェア的にはメモリにロードされたプログラムなどによって実現されるが、ここではそれらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックがハードウェアのみ、ソフトウェアのみ、またはそれらの組合せによっていろいろな形で実現できることは、当業者には理解されるところである。   In FIG. 1, one server device 100 and one client device 200 are shown to simplify the description. However, a plurality of either or both of them may be included. The names of the server device 100 and the client device 200 pay attention to their functions, and a specific device can function as the server device 100 on the one hand and function as the client device 200 on the other hand. Each configuration of the server apparatus 100 and the client apparatus 200 can be realized in hardware by a CPU, a memory, and other LSIs of an arbitrary computer, and can be realized in software by a program loaded in the memory. Here, the functional blocks realized by the cooperation are depicted. Accordingly, those skilled in the art will understand that these functional blocks can be realized in various forms by hardware only, software only, or a combination thereof.

以下では、データ処理システム500の動作の概略、サーバ装置100およびクライアント装置200の構成、暗証番号の入力動作の詳細の順に説明する。まず、データ処理システム500の動作の概略を説明する。図2は、データ処理システム500の動作概要を示すシーケンス図である。サーバ装置100がネットワーク300に加わったとき、サーバ装置100はSSDP(Simple Service Discovery Protocol)のNOTIFYメソッドを用いて、ssdp:aliveメッセージをクライアント装置200へ送信する(S10)。サーバ装置100が保持するコンテンツ属性情報を取得するために、クライアント装置200を操作しているユーザの指示により、クライアント装置200は、CDSのBrowseアクションを要求する(S12)。   Hereinafter, the outline of the operation of the data processing system 500, the configuration of the server device 100 and the client device 200, and the details of the password input operation will be described in order. First, an outline of the operation of the data processing system 500 will be described. FIG. 2 is a sequence diagram showing an outline of the operation of the data processing system 500. When the server apparatus 100 joins the network 300, the server apparatus 100 transmits an ssdp: alive message to the client apparatus 200 by using a NOTIFY method of SSDP (Simple Service Discovery Protocol) (S10). In order to acquire content attribute information held by the server apparatus 100, the client apparatus 200 requests a CDS Browse action in accordance with an instruction from a user operating the client apparatus 200 (S12).

サーバ装置100は、Browseに対するレスポンスによりコンテンツのCDSで管理される情報、つまりコンテンツ属性情報を返信する(S14)。CDSの階層構造に応じて、Browseは複数回繰り返される。次に、クライアント装置200を操作するユーザの指示により、クライアント装置200は、サーバ装置100へコンテンツ取得要求を送信する(S16)。サーバ装置100は、コンテンツ取得要求に含まれるURIからユーザの所望のコンテンツデータを特定し、クライアント装置200へコンテンツデータを送信する(S18)。図1に戻る。   The server apparatus 100 returns information managed by the CDS of the content, that is, content attribute information, in response to the response to Browse (S14). Depending on the CDS hierarchical structure, Browse is repeated a plurality of times. Next, in response to an instruction from the user who operates the client device 200, the client device 200 transmits a content acquisition request to the server device 100 (S16). The server device 100 specifies content data desired by the user from the URI included in the content acquisition request, and transmits the content data to the client device 200 (S18). Returning to FIG.

次に、図1に戻って、サーバ装置100およびクライアント装置200の構成を説明する。コンテンツデータ格納部14は、ディレクトリ格納部12に保持されるディレクトリによって管理されるコンテンツデータを記憶する。ここで、コンテンツデータには、2種類存在する。ひとつは、映画、ドラマ等の動画像データ、つまりクライアント装置200を使用するユーザが最終的に視聴すべきコンテンツについてのデータである。なお、このようなデータは、動画像データに限られず、音声データ等の別の形式のデータやそれらの組合せであってもよい。   Next, returning to FIG. 1, the configuration of the server device 100 and the client device 200 will be described. The content data storage unit 14 stores content data managed by a directory held in the directory storage unit 12. Here, there are two types of content data. One is moving image data such as a movie and a drama, that is, data about content that a user who uses the client device 200 should ultimately view. Such data is not limited to moving image data, and may be data in another format such as audio data or a combination thereof.

もうひとつは、前述の動画像データ等にクライアント装置200からアクセスする際の暗証番号入力に使用されるべきデータである。以下では、暗証番号入力に関する処理を中心に説明するので、後者をコンテンツデータといい、前者を動画像データという。コンテンツデータ格納部14は、複数のコンテンツデータを格納する。ここで、コンテンツデータ格納部14に格納した複数のコンテンツデータのそれぞれは、数字データ、つまり「0」から「9」のそれぞれに対応した静止画像データおよび「終了」の文字が示された静止画像データである。なお、コンテンツデータや動画像データとして、静止画であればJPEG、動画であればMPEG2−PS、音楽であればLPCM、などDLNAで規定された必須のメディアフォーマットが採用される。   The other is data to be used for inputting a personal identification number when accessing the above-described moving image data or the like from the client device 200. In the following description, the processing related to the input of a personal identification number will be mainly described, so the latter is called content data and the former is called moving image data. The content data storage unit 14 stores a plurality of content data. Here, each of the plurality of content data stored in the content data storage unit 14 is numeric data, that is, still image data corresponding to each of “0” to “9” and a still image in which “End” characters are indicated. It is data. As the content data and moving image data, essential media formats defined by DLNA, such as JPEG for still images, MPEG2-PS for moving images, and LPCM for music, are adopted.

ディレクトリ格納部12は、コンテンツデータ格納部14に格納した動画像データおよびコンテンツデータに対する属性情報をコンテンツ属性情報として格納する。ここで、コンテンツ属性情報は、CDSに準拠して形成されており、ディレクトリ形式にて規定されている。複数のコンテンツデータに対するコンテンツ属性情報では、各コンテンツデータのタイトル名と、コンテンツデータ格納部14におけるコンテンツデータの格納場所とが対応づけられている。なお、このようなタイトル名および格納場所は、コンテンツ識別子と総称される。また、タイトル名は、コンテンツデータと同一の数字となるように規定されている。例えば、コンテンツデータ「1」に対するタイトル名は「1」であるとする。
また、格納場所は、URI(Uniform Resource Identifier)にて特定される。
The directory storage unit 12 stores the moving image data and the attribute information for the content data stored in the content data storage unit 14 as content attribute information. Here, the content attribute information is formed in conformity with CDS, and is defined in a directory format. In the content attribute information for a plurality of content data, the title name of each content data is associated with the storage location of the content data in the content data storage unit 14. Such title names and storage locations are collectively referred to as content identifiers. The title name is defined to be the same number as the content data. For example, it is assumed that the title name for the content data “1” is “1”.
The storage location is specified by a URI (Uniform Resource Identifier).

図3は、ディレクトリ格納部12に格納された一般的なCDSの構成を示す。これは、前述の動画像データに対応したコンテンツ属性情報に相当する。図中、コンテナは長方形のブロックで、アイテムは平行四辺形のブロックで示されている。各コンテナおよび各アイテム上の文字は、CDSのオブジェクトプロパティのtitleで表されるオブジェクトの名前を示したものである。アイテムは複数のリソースを持つことができ、リソースはprotocolInfoでMIME−typeなどを示し、uriを記述する。通常、コンテナは複数のコンテンツを格納するフォルダやディレクトリに相当し、アイテムはコンテンツに相当する。コンテンツのメディアフォーマットにより、複数のリソースにてコンテンツデータをそれぞれ持つことができる。なお、CDSの詳細については「UPnP ContentDirectory:1, ContentDirectory:1 Service Template Version 1.01, UPnP Forum, June 25, 2002.」に記載されている。   FIG. 3 shows the configuration of a general CDS stored in the directory storage unit 12. This corresponds to the content attribute information corresponding to the moving image data described above. In the figure, the container is a rectangular block and the item is a parallelogram block. The characters on each container and each item indicate the name of the object represented by the title of the object property of the CDS. An item can have a plurality of resources. The resource indicates MIME-type or the like in protocolInfo, and describes uri. Usually, a container corresponds to a folder or directory storing a plurality of contents, and an item corresponds to contents. Depending on the media format of the content, the content data can be held by a plurality of resources. Details of the CDS are described in “UPnP Content Directory: 1, Content Directory: 1 Service Template Version 1.01, UPnP Forum, June 25, 2002.”.

図3にて、ルートはコンテナ「ビデオ」、「写真」・・・を含む。コンテナ「ビデオ」は、コンテナ「全て」、「ジャンル」、「チャンネル別」を含む。コンテナ「全て」は、アイテム「野球A対B」、「邦画劇場」、「サッカーC対D」・・・を含む。コンテナ「ジャンル」は、コンテナ「映画」、「スポーツ」、「ドラマ」・・・を含む。コンテナ「映画」は、アイテム「邦画劇場」・・・を含む。コンテナ「スポーツ」は、アイテム「野球A対B」、「サッカーC対D」・・・を含む。図4は、ディレクトリ格納部12に格納されたCDSの別の構成を示す。これは、前述のコンテンツデータに対応したコンテンツ属性情報に相当する。コンテナ「映画」は、図3と同様である。コンテナ「映画」の配下には、前述のアイテム「邦画劇場」とは別に、コンテナ「暗証番号入力」が配置される。さらに、コンテナ「暗証番号入力」は、アイテム「1」から「9」および「終了」を含む。図1に戻る。   In FIG. 3, the route includes containers “video”, “photograph”. The container “video” includes containers “all”, “genre”, and “by channel”. The container “all” includes items “baseball A vs. B”, “Japanese movie theater”, “soccer C vs. D”. The container “genre” includes containers “movies”, “sports”, “drama”. The container “movie” includes an item “Japanese movie theater”. The container “sports” includes items “baseball A vs. B”, “soccer C vs. D”. FIG. 4 shows another configuration of the CDS stored in the directory storage unit 12. This corresponds to content attribute information corresponding to the content data described above. The container “movie” is the same as FIG. In addition to the item “Japanese movie theater”, a container “input PIN” is arranged under the container “movie”. Further, the container “input PIN” includes items “1” to “9” and “end”. Returning to FIG.

ディレクトリ送信部22は、ネットワーク300を介して、ディレクトリ格納部12に格納したコンテンツ属性情報、つまりディレクトリの情報をクライアント装置200へ送信する。以下では、コンテンツ属性情報およびディレクトリの情報とを区別せずに使用する。送信されるディレクトリの情報は、ディレクトリ格納部12に格納したすべての情報であってもよいし、一部の情報、例えば、階層ごとの情報であってもよい。ここでは、後者であるとする。また、このディレクトリの情報を送信するタイミングは、ネットワーク300にサーバ装置100またはクライアント装置200が初めて接続されたときであってもよいし、それ以外のときでクライアント装置200から要求を受けたときであってもよい。ここでも、後者であるとする。特に、コンテンツデータに対するコンテンツ属性情報が送信される場合、つまり暗証番号が入力される場合、ディレクトリ送信部22は、コンテンツ属性情報のうちのタイトル名をクライアント装置200に表示させるために、コンテンツ属性情報を送信する。なお、コンテンツ属性情報は、後述の数字データまたは文字データの入力を要求する信号ともいえる。   The directory transmission unit 22 transmits content attribute information stored in the directory storage unit 12, that is, directory information, to the client device 200 via the network 300. In the following, content attribute information and directory information are used without distinction. The directory information to be transmitted may be all information stored in the directory storage unit 12, or may be partial information, for example, information for each layer. Here, the latter is assumed. The directory information may be transmitted when the server apparatus 100 or the client apparatus 200 is connected to the network 300 for the first time, or when a request is received from the client apparatus 200 at other times. There may be. Again, the latter is assumed. In particular, when content attribute information for content data is transmitted, that is, when a personal identification number is input, the directory transmission unit 22 causes the client device 200 to display the title name of the content attribute information. Send. The content attribute information can be said to be a signal for requesting input of numeric data or character data, which will be described later.

アクセス要求受信部24は、ネットワーク300を介してクライアント装置200から、上記ディレクトリに管理される特定の項目、つまりコンテンあるいはアイテムに対する公開要求を受信する。特に、アイテムに対する公開要求は、当該アイテムに関連づけられたコンテンツデータや動画像データへのアクセス要求といえる。より具体的に説明すると、アクセス要求受信部24は、コンテンツデータや動画像データを一意に特定するコンテンツ識別子によるアクセス要求を受信する。コンテンツ識別子には、前述のごとく、URIが採用される。つまり、アクセス要求受信部24は、ディレクトリ送信部22において送信したコンテンツ属性情報に対する応答として、ネットワーク300を介して格納場所が含まれたコンテンツ識別子を受信する。   The access request receiving unit 24 receives from the client device 200 via the network 300 a publication request for a specific item managed in the directory, that is, content or item. In particular, a publication request for an item can be said to be an access request for content data and moving image data associated with the item. More specifically, the access request receiving unit 24 receives an access request based on a content identifier that uniquely specifies content data or moving image data. As described above, the URI is adopted as the content identifier. That is, the access request receiving unit 24 receives the content identifier including the storage location via the network 300 as a response to the content attribute information transmitted by the directory transmitting unit 22.

制御部30は、アクセス要求受信部24において受信したアクセス要求をもとに、コンテンツデータ格納部14に格納したコンテンツデータや動画像データを抽出する。前述のごとく、アクセス要求であるコンテンツ識別子には、URIが含まれているので、制御部30は、URIをもとにコンテンツデータや動画像データを特定する。制御部30は、抽出したコンテンツデータや動画像データをコンテンツ送信部26へ出力する。コンテンツ送信部26は、制御部30からコンテンツデータや動画像データを受けつけ、ネットワーク300を介してクライアント装置200へコンテンツデータや動画像データを送信する。ここで、コンテンツ送信部26は、コンテンツデータや動画像データをクライアント装置200に表示させるために、これらを送信する。   The control unit 30 extracts content data and moving image data stored in the content data storage unit 14 based on the access request received by the access request reception unit 24. As described above, since the content identifier that is an access request includes a URI, the control unit 30 specifies content data and moving image data based on the URI. The control unit 30 outputs the extracted content data and moving image data to the content transmission unit 26. The content transmission unit 26 receives content data and moving image data from the control unit 30 and transmits the content data and moving image data to the client device 200 via the network 300. Here, the content transmission unit 26 transmits the content data and the moving image data to display them on the client device 200.

履歴記憶部16は、コンテンツデータに対して、アクセス要求受信部24におけるコンテンツ識別子の受信処理と、コンテンツ送信部26におけるコンテンツデータの送信処理とが繰り返される場合に、所定の期間にわたって、アクセス要求受信部24において受信したコンテンツ識別子の履歴を記憶する。ここで、所定の期間は、図4に示した「終了」に対するコンテンツ識別子が受信されたタイミングにて終了される。また、所定の期間が終了された後、次のコンテンツ識別子が受信されたタイミングにて、次の所定の期間が開始される。このように、履歴記憶部16は、所定の期間にわたって、アクセス要求受信部24において受信したコンテンツデータの格納場所に関する情報を記憶する。その結果、所定の期間にわたって、クライアント装置200から選択された数字データが記憶される。なお、所定の期間の終了時に、履歴記憶部16は、既に記憶した履歴を消去する。   The history storage unit 16 receives the access request over a predetermined period when the content identifier reception process in the access request reception unit 24 and the content data transmission process in the content transmission unit 26 are repeated for the content data. The history of the content identifier received by the unit 24 is stored. Here, the predetermined period ends at the timing when the content identifier for “end” shown in FIG. 4 is received. In addition, after the predetermined period ends, the next predetermined period starts at the timing when the next content identifier is received. As described above, the history storage unit 16 stores information regarding the storage location of the content data received by the access request receiving unit 24 over a predetermined period. As a result, the numeric data selected from the client device 200 is stored over a predetermined period. At the end of the predetermined period, the history storage unit 16 erases the history that has already been stored.

制御部30は、前述の所定の期間において、アクセス要求受信部24が新たなコンテンツ識別子、つまり格納場所を受信した場合に、コンテンツデータ格納部14から、新たなコンテンツ識別子に対応したコンテンツデータを抽出する。また、制御部30は、履歴記憶部16にそれまでに記憶したコンテンツ識別子に対応したコンテンツデータも抽出する。なお、履歴記憶部16に記憶されたコンテンツ識別子が複数存在する場合、制御部30は、記憶された順番に複数のコンテンツデータを抽出する。制御部30は、履歴記憶部16での履歴に対応したコンテンツデータの後部に、新たなコンテンツ識別子に対応したコンテンツデータを合成する。制御部30は、合成したコンテンツデータをコンテンツ送信部26へ出力する。コンテンツ送信部26は、合成したコンテンツデータをクライアント装置200へ送信する。   The control unit 30 extracts content data corresponding to the new content identifier from the content data storage unit 14 when the access request reception unit 24 receives a new content identifier, that is, a storage location, during the predetermined period. To do. The control unit 30 also extracts content data corresponding to the content identifier stored in the history storage unit 16 so far. When there are a plurality of content identifiers stored in the history storage unit 16, the control unit 30 extracts a plurality of content data in the stored order. The control unit 30 synthesizes content data corresponding to the new content identifier in the rear part of the content data corresponding to the history in the history storage unit 16. The control unit 30 outputs the combined content data to the content transmission unit 26. The content transmission unit 26 transmits the combined content data to the client device 200.

処理部18は、履歴記憶部16における所定の期間が終了した場合、つまりアクセス要求受信部24がコンテンツ識別子「終了」を受信した場合に、履歴記憶部16に記憶した履歴にしたがった順序にてコンテンツ識別子の系列を入力する。入力した系列は、複数の数字が並んだ状態に相当する。処理部18は、入力した系列をデータに変換する。例えば、入力した数字が「1」、「2」、「3」、「4」である場合、処理部18は、これらをデータ「1234」に変換する。さらに、処理部18は、変換したデータをもとに所定の処理を実行する。変換したデータが、クライアント装置200から入力された暗証番号である場合、処理部18は、予め記憶した暗証番号と入力したデータとの一致を確認する。一致すれば、コンテンツデータ格納部14に格納した動画像データをクライアント装置200に選択させるために、処理部18は、ディレクトリ格納部12に格納したコンテンツ属性情報をディレクトリ送信部22から送信させる。   When the predetermined period in the history storage unit 16 ends, that is, when the access request reception unit 24 receives the content identifier “end”, the processing unit 18 performs the processing according to the history stored in the history storage unit 16. Enter a series of content identifiers. The input series corresponds to a state in which a plurality of numbers are arranged. The processing unit 18 converts the input series into data. For example, when the input numbers are “1”, “2”, “3”, “4”, the processing unit 18 converts these into data “1234”. Further, the processing unit 18 executes predetermined processing based on the converted data. When the converted data is the password entered from the client device 200, the processing unit 18 checks whether the password stored in advance matches the entered data. If they match, the processing unit 18 causes the directory transmission unit 22 to transmit the content attribute information stored in the directory storage unit 12 in order to cause the client device 200 to select the moving image data stored in the content data storage unit 14.

ディレクトリ受信部72は、ネットワーク300を介して、ディレクトリ格納部12に格納されたコンテンツ属性情報、つまりディレクトリの情報を受信する。ディレクトリ受信部72は、受信したコンテンツ属性情報を制御部90へ出力する。制御部90は、コンテンツ属性情報をディレクトリ保持部60へ出力し、ディレクトリ保持部60は、コンテンツ属性情報を保持する。また、制御部90は、コンテンツ属性情報のうち、タイトル名を表示部92へ出力する。表示部92は、モニタ等によって構成されており、タイトル名を表示する。   The directory receiving unit 72 receives content attribute information stored in the directory storage unit 12, that is, directory information, via the network 300. The directory receiving unit 72 outputs the received content attribute information to the control unit 90. The control unit 90 outputs the content attribute information to the directory holding unit 60, and the directory holding unit 60 holds the content attribute information. In addition, the control unit 90 outputs the title name of the content attribute information to the display unit 92. The display unit 92 is configured by a monitor or the like and displays a title name.

受付部80は、ボタン等によって構成されており、ユーザからの指示を受けつける。例えば、表示部92に表示されたタイトル名を見ながら、ユーザは、ひとつのタイトルを選択し、当該タイトルを選択するための指示を受付部80に入力する。受付部80は、受けつけた指示を制御部90へ出力する。制御部90は、受けつけた指示をもとに、アクセス要求としてのコンテンツ識別子を生成する。具体的に説明すると、制御部90は、受けつけた指示に対応したタイトル名を特定する。また、制御部90は、コンテンツ属性情報の中から、タイトル名に対応した格納場所、つまりURIを特定する。制御部90は、URIを含むようにコンテンツ識別子を生成する。制御部90は、アクセス要求をアクセス要求送信部74へ出力する。   The receiving unit 80 includes buttons and receives instructions from the user. For example, while viewing the title name displayed on the display unit 92, the user selects one title and inputs an instruction for selecting the title to the reception unit 80. The receiving unit 80 outputs the received instruction to the control unit 90. The control unit 90 generates a content identifier as an access request based on the received instruction. More specifically, the control unit 90 identifies a title name corresponding to the received instruction. Further, the control unit 90 specifies a storage location corresponding to the title name, that is, a URI, from the content attribute information. The control unit 90 generates a content identifier so as to include the URI. The control unit 90 outputs the access request to the access request transmission unit 74.

アクセス要求送信部74は、ネットワーク300を介して、制御部90において生成したアクセス要求をサーバ装置100に送信する。コンテンツ受信部76は、サーバ装置100からネットワーク300を介してコンテンツデータを受信する。コンテンツ受信部76は、制御部90を介して、受信したコンテンツデータを表示部92へ出力する。表示部92は、コンテンツデータを静止画像として表示する。なお、コンテンツデータが、合成されたコンテンツデータである場合、表示部92は、合成されたコンテンツデータを表示する。これまでのクライアント装置200に関する説明は、暗証番号入力に関する動作であるが、動画像データを再生する場合も、同様の動作がなされる。   The access request transmission unit 74 transmits the access request generated in the control unit 90 to the server device 100 via the network 300. The content receiving unit 76 receives content data from the server device 100 via the network 300. The content receiving unit 76 outputs the received content data to the display unit 92 via the control unit 90. The display unit 92 displays the content data as a still image. When the content data is synthesized content data, the display unit 92 displays the synthesized content data. The description related to the client device 200 so far is the operation related to the input of the personal identification number, but the same operation is performed when the moving image data is reproduced.

次に、暗証番号の入力動作の詳細を説明する。図4では、ディレクトリ格納部12において、コンテナ「映画」の配下にコンテナ「暗証番号入力」が配置されている。このような構成において、ディレクトリ格納部12におけるコンテナ「映画」のデータ構造を説明する。図5は、ディレクトリ格納部12に格納された映画ディレクトリ下のCDSのデータ構造を示す。図示のごとく、映画ディレクトリ下には、タイトル名「暗証番号入力」のコンテナが格納されている。図1に戻る。当該コンテナに対応したコンテンツ属性情報が、サーバ装置100からクライアント装置200へ送信されると、クライアント装置200の表示部92では、次のような表示がなされる。   Next, details of the password input operation will be described. In FIG. 4, in the directory storage unit 12, a container “input PIN” is arranged under the container “movie”. In this configuration, the data structure of the container “movie” in the directory storage unit 12 will be described. FIG. 5 shows the data structure of the CDS under the movie directory stored in the directory storage unit 12. As shown in the figure, a container with the title name “PIN code input” is stored under the movie directory. Returning to FIG. When the content attribute information corresponding to the container is transmitted from the server apparatus 100 to the client apparatus 200, the following display is performed on the display unit 92 of the client apparatus 200.

図6は、表示部92において映画ディレクトリが表示されている場合の画面を示す。これは、サーバ装置100の公開したCDSをクライアント装置200でのユーザ操作により、映画ディレクトリにたどり着いた状態に相当する。図6において、暗証番号入力ディレクトリには、サーバ装置100内で管理される暗証番号入力がマッピングされている。図1に戻る。ユーザは、受付部80を使用しながら、暗証番号入力ディレクトリを示す「暗証番号入力」を選択する。   FIG. 6 shows a screen when a movie directory is displayed on the display unit 92. This corresponds to a state in which the CDS released by the server apparatus 100 has reached the movie directory by a user operation on the client apparatus 200. In FIG. 6, the password input directory managed in the server apparatus 100 is mapped to the password input directory. Returning to FIG. The user selects “PIN code input” indicating the PIN number input directory while using the receiving unit 80.

その後、クライアント装置200は、Browseアクションにて、暗証番号入力に対応したコンテンツ属性情報を入力する。図7は、ディレクトリ格納部12に格納された暗証番号入力ディレクトリ下のCDSのデータ構造を示す。「1」から「9」および「終了」のタイトル名と、それぞれに対応したURIが示されている。ここで、各リソースのbitmapは、コンテンツデータが静止画像であることを示すが、各タイトル名に表される表示データとなっている。前述のごとく、タイトル名が「1」であれば、コンテンツデータは、「1」を表現するbitmapデータである。図1に戻る。図7に示されたコンテンツ属性情報が、サーバ装置100からクライアント装置200へ送信されると、クライアント装置200の表示部92では、次のような表示がなされる。   Thereafter, the client device 200 inputs content attribute information corresponding to the input of the personal identification number by the Browse action. FIG. 7 shows the data structure of the CDS under the password input directory stored in the directory storage unit 12. Title names “1” to “9” and “End” and corresponding URIs are shown. Here, the bitmap of each resource indicates that the content data is a still image, but is display data represented by each title name. As described above, if the title name is “1”, the content data is bitmap data representing “1”. Returning to FIG. When the content attribute information shown in FIG. 7 is transmitted from the server apparatus 100 to the client apparatus 200, the following display is performed on the display unit 92 of the client apparatus 200.

図8は、表示部92において暗証番号入力ディレクトリが表示されている場合の画面を示す。図示のごとく、暗証番号入力ディレクトリ下の「1」から「9」および「終了」にて構成されるタイトルリストが表示されている。図1に戻る。表示部92が図8の画面を表示している状態において、ユーザが受付部80を介して「2」を選択すると、クライアント装置200の制御部90は、図7でのタイトル名「2」のアイテムが選択されたとする。制御部90は、当該アイテムに対応したURI「http://DMS/INPUT=2」をコンテンツ識別子に含め、HTTPプロトコルにてサーバ装置100にコンテンツ識別子を送信する。サーバ装置100の制御部30は、コンテンツデータ格納部14から、コンテンツ識別子に含まれたURIに該当するbitmapデータを抽出する。前述のごとく、bitmapデータは、数字「2」が示された静止画像データである。コンテンツ送信部26は、読み出したbitmapデータをクライアント装置200へ送信する。   FIG. 8 shows a screen when the password input directory is displayed on the display unit 92. As shown in the figure, a title list composed of “1” to “9” and “end” under the password input directory is displayed. Returning to FIG. When the user selects “2” via the receiving unit 80 while the display unit 92 displays the screen of FIG. 8, the control unit 90 of the client device 200 displays the title name “2” in FIG. 7. Suppose an item is selected. The control unit 90 includes the URI “http: // DMS / INPUT = 2” corresponding to the item in the content identifier, and transmits the content identifier to the server apparatus 100 using the HTTP protocol. The control unit 30 of the server device 100 extracts bitmap data corresponding to the URI included in the content identifier from the content data storage unit 14. As described above, the bitmap data is still image data in which the numeral “2” is indicated. The content transmission unit 26 transmits the read bitmap data to the client device 200.

クライアント装置200の表示部92では、次のような表示がなされる。図9は、表示部92において「2」のコンテンツデータ表示されている場合の画面を示す。図示のごとく、数字「2」の数字データが表示される。図1に戻る。以上の動作とともに、サーバ装置100の履歴記憶部16は、クライアント装置200のIP(Internet Protocol)アドレスをもとに暗証番号入力ディレクトリ内でのアイテムの示すURIの履歴管理を開始する。なお、IPアドレスの代わりに、MAC(Media Access Control)アドレスが使用されてもよい。図10は、履歴記憶部16において記憶された履歴の構成を示す。カウントは、履歴の管理が開始されてから、受信したコンテンツ識別子の数に相当する。メモリ参照先には、数字「2」が格納されている。図1に戻る。   On the display unit 92 of the client device 200, the following display is performed. FIG. 9 shows a screen when the content data “2” is displayed on the display unit 92. As shown in the figure, numeric data “2” is displayed. Returning to FIG. With the above operation, the history storage unit 16 of the server device 100 starts managing the history of the URI indicated by the item in the password input directory based on the IP (Internet Protocol) address of the client device 200. Note that a MAC (Media Access Control) address may be used instead of the IP address. FIG. 10 shows the configuration of the history stored in the history storage unit 16. The count corresponds to the number of content identifiers received since the history management was started. The number “2” is stored in the memory reference destination. Returning to FIG.

クライアント装置200は、表示部92において図9の内容を表示している状態において、ユーザからの他の番号入力を受けつけるために、図9の内容の表示後、一定期間経過したり、戻るための操作がなされたりすると、表示部92の表示内容を図8に戻す。なお、通信部20は、履歴記憶部16において履歴を記憶している状態において、コンテンツデータを送信した後、コンテンツ情報に変化があった旨を送信し、通信部70が当該通知を受信すると、表示部92は、表示内容を戻してもよい。その際、ディレクトリ保持部60に記憶されたコンテンツ属性情報が使用される。続いて、ユーザが受付部80を使用しながら、タイトル名「9」を選択すると、クライアント装置200の制御部90は、図7でのタイトル名「9」のアイテムが選択されたとする。制御部90は、当該アイテムに対応したURI「http://DMS/INPUT=9」をコンテンツ識別に含め、HTTPプロトコルにてサーバ装置100にコンテンツ識別子を送信する。   In order to receive another number input from the user in the state where the content of FIG. 9 is displayed on the display unit 92, the client device 200 is used for elapse of a certain period of time after the display of the content of FIG. When an operation is performed, the display content of the display unit 92 is returned to FIG. Note that the communication unit 20 transmits information indicating that the content information has changed after transmitting the content data in a state where the history is stored in the history storage unit 16, and when the communication unit 70 receives the notification, The display unit 92 may return the display content. At that time, the content attribute information stored in the directory holding unit 60 is used. Subsequently, when the user selects the title name “9” while using the reception unit 80, the control unit 90 of the client device 200 is assumed to select the item with the title name “9” in FIG. The control unit 90 includes the URI “http: // DMS / INPUT = 9” corresponding to the item in the content identification, and transmits the content identifier to the server apparatus 100 using the HTTP protocol.

サーバ装置100の制御部30は、クライアント装置200にコンテンツデータを送信するために、図10のように管理されているURI履歴からこれまでの選択コンテンツである「2」のbitmapデータをコンテンツデータ格納部14から読み出す。さらに、制御部30は、今回の選択コンテンツの「9」のbitmapデータをコンテンツデータ格納部14から読み出す。制御部30は、それらを合成し、合成後のbitmapデータ、ここでは、「2」「9」を生成する。コンテンツ送信部26は、合成したコンテンツデータをクライアント装置200へ送信する。   In order to transmit content data to the client device 200, the control unit 30 of the server device 100 stores bitmap data of “2”, which is the selected content so far, from the URI history managed as shown in FIG. Read from unit 14. Further, the control unit 30 reads out “9” bitmap data of the currently selected content from the content data storage unit 14. The control unit 30 synthesizes them, and generates bitmap data after synthesis, which is “2” and “9” here. The content transmission unit 26 transmits the combined content data to the client device 200.

クライアント装置200の表示部92では、次のような表示がなされる。図11は、表示部92において「2」の次に「9」のコンテンツデータ表示されている場合の画面を示す。図示のごとく、ユーザが数字を選択した順番に、「2」、「9」の数字が表示されている。図1に戻る。なお、サーバ装置100の制御部30は、bitmapデータを合成しなくてもよく、例えば、今回選択された「9」に該当するbitmapデータだけをコンテンツ送信部26に送信させてもよい。一方、履歴記憶部16は、クライアント装置200に該当するURI履歴メモリに「9」を追加する。図12は、履歴記憶部16において記憶された履歴の構成を示す。カウンタ「2」に対応したメモリ参照先に、コンテンツデータ「2」、「9」が記憶されている。図1に戻る。   On the display unit 92 of the client device 200, the following display is performed. FIG. 11 shows a screen when content data “9” is displayed next to “2” on the display unit 92. As illustrated, the numbers “2” and “9” are displayed in the order in which the user selects the numbers. Returning to FIG. Note that the control unit 30 of the server apparatus 100 may not synthesize the bitmap data, and may cause the content transmission unit 26 to transmit only the bitmap data corresponding to “9” selected this time, for example. On the other hand, the history storage unit 16 adds “9” to the URI history memory corresponding to the client device 200. FIG. 12 shows the structure of the history stored in the history storage unit 16. Content data “2” and “9” are stored in the memory reference destination corresponding to the counter “2”. Returning to FIG.

ここで、クライアント装置200を使用しているユーザが暗証番号入力操作を終える場合、図11の画面を表示している表示部92は、一定期間経過後あるいはユーザによる操作によって、図8のタイトルリスト表示状態に戻る。ユーザが受付部80を使用して、タイトル名「終了」を選択すると、クライアント装置200の制御部90は、図7でのタイトル名「終了」のアイテムが選択されたとする。制御部90は、当該アイテムに対応したURI「http://DMS/INPUT=END」をコンテンツ識別に含め、HTTPプロトコルにてサーバ装置100にコンテンツ識別子を送信する。サーバ装置100の制御部30は、コンテンツデータ格納部14から、コンテンツ識別子に含まれたURIに該当するbitmapデータを抽出する。前述のごとく、bitmapデータは、数字「終了」が示された静止画像データである。コンテンツ送信部26は、読み出したbitmapデータをクライアント装置200へ送信する。   Here, when the user using the client device 200 finishes the password input operation, the display unit 92 displaying the screen of FIG. 11 displays the title list of FIG. 8 after a certain period of time or by an operation by the user. Return to the display state. When the user selects the title name “end” using the reception unit 80, the control unit 90 of the client apparatus 200 is assumed to select the item with the title name “end” in FIG. The control unit 90 includes the URI “http: // DMS / INPUT = END” corresponding to the item in the content identification, and transmits the content identifier to the server apparatus 100 using the HTTP protocol. The control unit 30 of the server device 100 extracts bitmap data corresponding to the URI included in the content identifier from the content data storage unit 14. As described above, the bitmap data is still image data in which the numeral “end” is indicated. The content transmission unit 26 transmits the read bitmap data to the client device 200.

クライアント装置200の表示部92では、次のような表示がなされる。図13は、表示部92において「終了」のコンテンツデータ表示されている場合の画面を示す。図示のごとく、ユーザの選択と同様に、「終了」の文字が表示されている。図1に戻る。さらに、サーバ装置100の履歴記憶部16は、要求されたURIが暗証番号入力終了であると解釈し、図12に示したURI履歴メモリから、「2」、「9」を処理部18へ出力する。処理部18は、これらの数字をひとつのデータ「29」へ変換し、それを入力された暗証番号として、ディレクトリ格納部12における図6の暗証番号入力ディレクトリにマッピングされている暗証番号と比較する。暗証番号が正しければ、処理部18は暗証番号入力ディレクトリ下の図7のCDS情報を空にする。また、履歴記憶部16の履歴もリセットされる。また、処理部18は、図6の映画ディレクトリの下に、本来の映画タイトルのためのCDS情報を設定する。   On the display unit 92 of the client device 200, the following display is performed. FIG. 13 shows a screen when content data “End” is displayed on the display unit 92. As shown in the figure, the word “END” is displayed in the same manner as the user's selection. Returning to FIG. Furthermore, the history storage unit 16 of the server device 100 interprets that the requested URI is the end of the input of the personal identification number, and outputs “2” and “9” to the processing unit 18 from the URI history memory shown in FIG. To do. The processing unit 18 converts these numbers into one data “29”, and compares it with the personal identification number mapped to the personal identification number input directory of FIG. 6 in the directory storage unit 12 as the input personal identification number. . If the password is correct, the processing unit 18 empties the CDS information of FIG. 7 under the password input directory. Further, the history stored in the history storage unit 16 is also reset. Further, the processing unit 18 sets CDS information for the original movie title under the movie directory of FIG.

クライアント装置200を操作するユーザは、図13のような表示部92での表示から1回の戻る操作によって、次に示す表示に戻る。図14は、表示部92において空の暗証番号入力ディレクトリが表示されている場合の画面を示す。図示のごとく、図8と同様に、暗証番号入力ディレクトリが表示されているが、「1」から「9」および「終了」のタイトル名は表示されていない。図1に戻る。クライアント装置200を操作するユーザは、図14のような表示部92での表示から、もう1回の戻る操作によって、次に示す表示に戻る。図15は、表示部92において認証終了後の映画ディレクトリが表示されている場合の画面を示す。暗証番号を入力する処理は終了しているので、ユーザが視聴可能な動画像データのタイトル名が表示されている。ユーザは、受付部80を使用しながら、ひとつのタイトル名を選択することで、サーバ装置100からの動画像データの配信を受けることができる。   The user who operates the client device 200 returns to the following display by a single return operation from the display on the display unit 92 as shown in FIG. FIG. 14 shows a screen when an empty password input directory is displayed on the display unit 92. As shown in the figure, the password input directory is displayed as in FIG. 8, but the title names "1" to "9" and "End" are not displayed. Returning to FIG. The user who operates the client device 200 returns to the following display from the display on the display unit 92 as shown in FIG. 14 by another return operation. FIG. 15 shows a screen when the movie directory after authentication is displayed on the display unit 92. Since the process of inputting the personal identification number has been completed, the title name of the moving image data that can be viewed by the user is displayed. The user can receive distribution of moving image data from the server device 100 by selecting one title name while using the reception unit 80.

以上の構成によるサーバ装置100の動作を説明する。図16は、サーバ装置100に係る認証処理の手順を示すフローチャートである。ディレクトリ送信部22は、暗証番号入力ディレクトリを提示する(S50)。アクセス要求受信部24は、コンテンツ要求を受信する(S52)。コンテンツ要求において「終了」が要求されていなければ(S54のN)、制御部30は、コンテンツデータ格納部14からコンテンツデータを読み出す(S56)。履歴記憶部16に履歴があれば(S58のY)、制御部30は、履歴に対応したコンテンツデータを読み出し(S60)、コンテンツデータを合成する(S62)。一方、履歴記憶部16に履歴がなければ(S58のN)、ステップ60および62はスキップされる。コンテンツ送信部26は、コンテンツデータを送信する(S64)。履歴記憶部16は、要求内容を履歴に蓄積する(S66)。処理は、ステップ50に戻る。コンテンツ要求において「終了」が要求されていれば(S54のY)、受付部80は、履歴内容を暗証番号に変換する(S68)。処理部18は、認証処理を実行する(S70)。   The operation of the server apparatus 100 configured as above will be described. FIG. 16 is a flowchart illustrating a procedure of authentication processing according to the server device 100. The directory transmission unit 22 presents a password input directory (S50). The access request receiving unit 24 receives a content request (S52). If “end” is not requested in the content request (N in S54), the control unit 30 reads the content data from the content data storage unit 14 (S56). If there is a history in the history storage unit 16 (Y in S58), the control unit 30 reads content data corresponding to the history (S60) and synthesizes the content data (S62). On the other hand, if there is no history in the history storage unit 16 (N in S58), steps 60 and 62 are skipped. The content transmission unit 26 transmits content data (S64). The history storage unit 16 accumulates the requested content in the history (S66). The process returns to step 50. If “end” is requested in the content request (Y in S54), the accepting unit 80 converts the history content into a personal identification number (S68). The processing unit 18 executes an authentication process (S70).

以下、変形例を説明する。ここまで、コンテンツデータ格納部14に格納したコンテンツデータとして、bitmapデータ、つまり静止画像データを使用していた。しかしながら、クライアント装置200が、音声や音楽データを再生する機能を有している場合、コンテンツデータは、静止画像データでなくてもよい。変形例は、コンテンツデータとして音声データも使用する場合を説明する。変形例に係るデータ処理システム500の構成は、図1と同様のタイプである。ここでは、相違点を中心に説明する。   Hereinafter, modified examples will be described. Up to this point, bitmap data, that is, still image data has been used as the content data stored in the content data storage unit 14. However, when the client device 200 has a function of reproducing voice and music data, the content data may not be still image data. In the modification, a case where audio data is also used as content data will be described. The configuration of the data processing system 500 according to the modification is the same type as that in FIG. Here, the difference will be mainly described.

図17は、本発明の変形例に係る暗証番号入力ディレクトリ下のCDSのデータ構造を示す。図17は、図7と同様に示されるが、リソースとしてPCM(Pulse Code Modulation)データも使用される。なお、MP3(MPEG Audio Layer−3)データが使用されてもよい。アクセス要求受信部24において受信されたコンテンツ識別子が、タイトル名「2」に相当する場合、コンテンツデータ格納部14には、クライアント装置200において再生された際に、ユーザが「2」と認識できる音声データが記憶される。また、図17のようにマルチリソースの暗証番号入力用CDSをクライアント装置200で準備し、さまざまクライアント装置200に対応させることもできる。さらに、コンテンツデータとして、MPEG(Moving Picture Experts Group)2やMPEG4等の動画がリソースに使用されてもよい。   FIG. 17 shows a data structure of a CDS under a personal identification number input directory according to a modification of the present invention. FIG. 17 is shown similarly to FIG. 7, but PCM (Pulse Code Modulation) data is also used as a resource. In addition, MP3 (MPEG Audio Layer-3) data may be used. When the content identifier received by the access request receiving unit 24 corresponds to the title name “2”, the content data storage unit 14 has a sound that can be recognized by the user as “2” when reproduced by the client device 200. Data is stored. In addition, as shown in FIG. 17, a multi-resource personal identification number input CDS can be prepared by the client device 200 to correspond to various client devices 200. Furthermore, moving images such as MPEG (Moving Picture Experts Group) 2 and MPEG 4 may be used as resources as content data.

以下、別の変形例を説明する。実施例においてデータ処理システム500は、サーバ装置100、クライアント装置200を含んでいた。別の変形例では、UPnP AV Architecture:1によるMedia Server、Media Renderer、Control Point(CP)の3つのデバイスが、データ処理システム500に含まれている場合を対象にする。   Hereinafter, another modification will be described. In the embodiment, the data processing system 500 includes the server device 100 and the client device 200. In another modification, the data processing system 500 includes three devices: Media Server, Media Renderer, and Control Point (CP) according to UPnP AV Architecture: 1.

図18は、本発明の別の変形例に係るデータ処理システム500の構成を示す。データ処理システム500は、サーバ装置100、携帯電話端末装置600、テレビジョン受像装置700を含む。携帯電話端末装置600は、前述のCPに相当し、サーバ装置100、つまりMedia Serverからコンテナやアイテムのコンテンツ属性情報を入手し表示する。しかしながら、携帯電話端末装置600は、コンテンツデータの再生機能を有さない。テレビジョン受像装置700は、前述のMedia Rendererに相当し、携帯電話端末装置600からAVT(AVTransport Service)を用いて制御される。   FIG. 18 shows a configuration of a data processing system 500 according to another modification of the present invention. The data processing system 500 includes a server device 100, a mobile phone terminal device 600, and a television receiver device 700. The mobile phone terminal device 600 corresponds to the above-described CP, and obtains and displays content attribute information of containers and items from the server device 100, that is, the Media Server. However, the mobile phone terminal device 600 does not have a content data playback function. The television receiver device 700 corresponds to the above-described Media Renderer, and is controlled from the mobile phone terminal device 600 using AVT (AVTransport Service).

その結果、テレビジョン受像装置700では、表示するコンテンツデータのリソースURI通知や再生制御要求が携帯電話端末装置600から発行される。テレビジョン受像装置700は、再生開始を携帯電話端末装置600から要求されると、前もって通知されたURIをもとに、サーバ装置100に対しコンテンツ要求を行い、サーバ装置100から送信されるコンテンツデータを再生する。サーバ装置100は、実施例と同様に動作する。つまり、別の変形例では、実施例のクライアント装置200が、携帯電話端末装置600、テレビジョン受像装置700によって構成されていることに相当する。   As a result, the television receiver device 700 issues a resource URI notification and a playback control request for the content data to be displayed from the mobile phone terminal device 600. When the television receiver 700 is requested by the mobile phone terminal device 600 to start playback, the television receiver device 700 makes a content request to the server device 100 based on the previously notified URI, and the content data transmitted from the server device 100 Play. The server device 100 operates in the same manner as in the embodiment. That is, in another modified example, the client device 200 of the embodiment corresponds to the mobile phone terminal device 600 and the television receiver device 700.

携帯電話端末装置600は、CDSのBrowseアクションをサーバ装置100へ送信する(S100)。サーバ装置100は、Browse応答を携帯電話端末装置600へ送信する(S102)。携帯電話端末装置600は、タイトルリストを表示する(S104)。携帯電話端末装置600は、AVTのSetAVTransportURIアクションをテレビジョン受像装置700へ送信する(S106)。また、携帯電話端末装置600は、AVTのPlayアクションをテレビジョン受像装置700へ送信する(S108)。テレビジョン受像装置700は、コンテンツ要求をサーバ装置100へ送信する(S110)。サーバ装置100は、コンテンツデータをテレビジョン受像装置700へ送信する(S112)。   The cellular phone terminal device 600 transmits a CDS Browse action to the server device 100 (S100). The server device 100 transmits a Browse response to the mobile phone terminal device 600 (S102). The mobile phone terminal device 600 displays a title list (S104). The mobile phone terminal device 600 transmits an AVT SetAVTransportURI action to the television receiver device 700 (S106). In addition, the mobile phone terminal device 600 transmits an AVT Play action to the television receiver device 700 (S108). The television receiver device 700 transmits a content request to the server device 100 (S110). The server device 100 transmits the content data to the television receiver device 700 (S112).

ここで、サーバ装置100が空気調節装置(Air Conditiomer:以下、「エアコン」という)を制御するためのサーバである場合を説明する。ディレクトリ格納部12は、図7の暗証番号入力ディレクトリと同様に、温度設定入力ディレクトリを格納する。図19は、本発明の別の変形例に係る温度設定入力ディレクトリ下のCDSのデータ構造を示す。図19は、図7と同様に示されるが、図7におけるアイテム「1」から「0」は、最終的に暗証番号と解せられるのに対して、図19におけるアイテム「1」から「0」は、最終的に温度と解せられる。図18の携帯電話端末装置600は、温度設定入力ディレクトリに対してBrowseを実行することによって、CDS情報を取得する。携帯電話端末装置600では、次のような表示がなされる。図20は、表示部92において温度設定入力ディレクトリが表示されている場合の画面を示す。図示のごとく、図8と同様の表示がなされる。図18に戻る。   Here, the case where the server apparatus 100 is a server for controlling an air conditioner (hereinafter referred to as “air conditioner”) will be described. The directory storage unit 12 stores a temperature setting input directory in the same manner as the password input directory of FIG. FIG. 19 shows a data structure of CDS under a temperature setting input directory according to another modification of the present invention. FIG. 19 is shown in the same manner as FIG. 7, but items “1” to “0” in FIG. 7 are finally interpreted as password numbers, whereas items “1” to “0” in FIG. Is finally understood as temperature. The mobile phone terminal device 600 in FIG. 18 acquires CDS information by executing Browse on the temperature setting input directory. In the mobile phone terminal device 600, the following display is performed. FIG. 20 shows a screen when the temperature setting input directory is displayed on the display unit 92. As shown in the figure, the same display as in FIG. 8 is made. Returning to FIG.

ユーザが、29度に温度設定する場合、携帯電話端末装置600を使用しながら、図20でタイトル名「2」を選択すると、携帯電話端末装置600からテレビジョン受像装置700へSetAVTransportURIアクションにより、「http://DMS/INPUT=2」がURIとして通知される。続いて、携帯電話端末装置600は、Playアクションをテレビジョン受像装置700へ要求する。テレビジョン受像装置700は、サーバ装置100に対し、先のURIをもとにコンテンツ要求を送信する。一方、サーバ装置100は、「2」のbitmapデータをテレビジョン受像装置700へ送信する。テレビジョン受像装置700は、図9のように表示する。サーバ装置100は、図10のように、URIの履歴を管理しており、「2」を履歴メモリに格納する。ここでのIPアドレスは、テレビジョン受像装置700に付与されたIPアドレスになる。   When the user sets the temperature to 29 degrees and selects the title name “2” in FIG. 20 while using the mobile phone terminal device 600, “SetAVTransportURI action” is performed from the mobile phone terminal device 600 to the television receiver 700. “http: // DMS / INPUT = 2” is notified as a URI. Subsequently, the cellular phone terminal device 600 requests the television receiver 700 for a Play action. Television receiving apparatus 700 transmits a content request to server apparatus 100 based on the previous URI. On the other hand, the server apparatus 100 transmits the bitmap data “2” to the television receiver apparatus 700. The television receiver 700 displays as shown in FIG. As shown in FIG. 10, the server apparatus 100 manages the URI history, and stores “2” in the history memory. The IP address here is an IP address assigned to the television receiver 700.

さらに、ユーザは携帯電話端末装置600において「9」のタイトルを選択するので、「2」の場合と同様の処理がなされた結果、テレビジョン受像装置700は、図11のような画面を表示し、サーバ装置100には、「29」が伝達され、URIの履歴が記憶される。さらに、ユーザが携帯電話端末装置600において「終了」のタイトルを選択すると、テレビジョン受像装置700は、図13のような画面を表示する。また、サーバ装置100は、温度設定の入力終了と判断し、URI履歴メモリにおける29度をエアコンの温度設定として決定する。サーバ装置100は、当該温度設定にてエアコンに対し温度制御を実行する。   Further, since the user selects the title “9” on the mobile phone terminal device 600, the television receiver 700 displays a screen as shown in FIG. 11 as a result of the same processing as in the case of “2”. Then, “29” is transmitted to the server apparatus 100, and the URI history is stored. Further, when the user selects the “End” title on the mobile phone terminal device 600, the television receiver 700 displays a screen as shown in FIG. Further, the server device 100 determines that the input of the temperature setting is completed, and determines 29 degrees in the URI history memory as the temperature setting of the air conditioner. The server apparatus 100 performs temperature control on the air conditioner with the temperature setting.

本発明の実施例によれば、ユーザからの入力を期待する場合に、サーバ装置内のコンテンツディレクトリ下に入力してもらいたい文字や数字を示すタイトル名と、クライアント装置において再生されるコンテンツデータを示すURIを含むCDSの情報を用意するので、ユーザに入力内容を確認させることができる。また、コンテンツデータにて示される数字とタイトル名とを同一にするので、メニューでの表示とコンテンツデータの表示とを統一できる。また、コンテンツディレクトリでのタイトル一覧がクライアント装置で表示されている状態において、ユーザがひとつのタイトルを選択すると、URIに基づくタイトルのデータがサーバ装置から配信されるので、ユーザはクライアント装置の画面表示にて選択内容を確認できる。また、サーバ装置は、そのタイトル選択時に要求されるURIの履歴を管理し、かつその順番を解釈するので、ユーザからの入力をもとに暗号番号を生成できる。また、汎用的なUPnPのクライアントやDLNAのDMP(Digital Media Player)を変更することなく、暗証番号入力を実現できる。また、クライアント装置におけるデータ入力の内容に対応したコンテンツデータが、クライアント装置へ送信されるので、ユーザは、入力した内容を確認できる。また、ユーザは、入力した内容を確認するので、利便性を向上できる。   According to the embodiment of the present invention, when an input from a user is expected, a title name indicating characters and numbers desired to be input under a content directory in the server device and content data reproduced on the client device are displayed. Since the CDS information including the URI to be prepared is prepared, the user can confirm the input content. In addition, since the numbers and title names shown in the content data are the same, the menu display and the content data display can be unified. Further, when the user selects one title in a state where the title list in the content directory is displayed on the client device, the title data based on the URI is distributed from the server device, so that the user can display the screen of the client device. You can confirm your selection at. Further, the server device manages the URI history required when the title is selected and interprets the order, so that the encryption number can be generated based on the input from the user. Further, it is possible to realize the input of a personal identification number without changing a general-purpose UPnP client or DLNA DMP (Digital Media Player). In addition, since the content data corresponding to the data input content in the client device is transmitted to the client device, the user can check the input content. Moreover, since the user confirms the input content, the convenience can be improved.

以上、本発明を実施例をもとに説明した。この実施例は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   In the above, this invention was demonstrated based on the Example. This embodiment is an exemplification, and it will be understood by those skilled in the art that various modifications can be made to the combination of each component and each processing process, and such modifications are also within the scope of the present invention. .

本発明の実施例において、コンテンツデータ格納部14に格納された複数のコンテンツデータには、数字データが含まれており、かつディレクトリ格納部12に格納したコンテンツ属性情報では、コンテンツデータと同一の数字データとなるようにタイトル名が規定されている。しかしながらこれに限らず例えば、コンテンツデータ格納部14に格納された複数のコンテンツデータは、文字データであってもよく、ディレクトリ格納部12に格納したコンテンツ属性情報は、コンテンツデータと同一の文字データとなるようにタイトル名が規定されていてもよい。文字データとして、ひらがな、カタカナ、アルファベット等が使用される。さらに、コンテンツデータおよびタイトルが、数字データと文字データの組合せであってもよい。本変形例によれば、クライアント装置200からサーバ装置100へさまざまな情報を入力できる。   In the embodiment of the present invention, the plurality of content data stored in the content data storage unit 14 includes numeric data, and the content attribute information stored in the directory storage unit 12 has the same number as the content data. The title name is defined to be data. However, the present invention is not limited to this. For example, the plurality of content data stored in the content data storage unit 14 may be character data, and the content attribute information stored in the directory storage unit 12 is the same character data as the content data. The title name may be defined as follows. Hiragana, katakana, alphabet, etc. are used as character data. Further, the content data and the title may be a combination of numeric data and character data. According to this modification, various information can be input from the client device 200 to the server device 100.

本発明の実施例において、アクセス要求受信部24が受信するコンテンツ識別子には、コンテンツの格納場所としてのURIが含まれている。しかしながらこれに限らず例えば、コンテンツ識別子にURI等の格納場所に関する情報が含まれていなくてもよい。その際、コンテンツ識別子には、コンテンツデータを指定するための指示が含まれていればよい。制御部30は、コンテンツデータの指定指示をもとに、コンテンツデータ格納部14からコンテンツデータを抽出する。本変形例によれば、コンテンツ識別子の規定の自由度を向上できる。   In the embodiment of the present invention, the content identifier received by the access request receiver 24 includes a URI as a content storage location. However, the present invention is not limited to this, and for example, the content identifier may not include information on the storage location such as the URI. At this time, the content identifier only needs to include an instruction for designating content data. The control unit 30 extracts content data from the content data storage unit 14 based on a content data designation instruction. According to this modification, the degree of freedom for defining the content identifier can be improved.

本発明の実施例において、コンテンツデータ格納部14に格納されたコンテンツデータそのものと、ディレクトリ格納部12に格納したコンテンツ属性情報でのタイトル名とが一致している。しかしながらこれに限らず例えば、両者が完全に一致していなくてもよい。コンテンツデータが「2」であり、タイトル名が「dmsinput2.bmp」であってもよい。本変形例によれば、コンテンツデータとタイトル名とを決定する際の自由度を向上できる。ようは、ユーザが、コンテンツデータとタイトル名のうちの一方を見たときに、他方を連想できればよい。   In the embodiment of the present invention, the content data itself stored in the content data storage unit 14 matches the title name in the content attribute information stored in the directory storage unit 12. However, the present invention is not limited to this. For example, the two do not have to completely match. The content data may be “2” and the title name may be “dminput2.bmp”. According to this modification, it is possible to improve the degree of freedom when determining the content data and the title name. As such, when the user sees one of the content data and the title name, the user may be able to associate the other.

本発明の実施例では、表示部92上に、図8のような「1」から「9」までの数字ボタンを含んだ暗証番号入力画面を表示させた状況下でユーザに暗証番号を選択させている。しかしながらこれに限らず例えば、図8のような暗証番号入力画面を表示しなくてもよい。例えば、図8のような画面に代えて表示部92は単に「暗証番号をテンキーから入力下さい」という文字だけが記された入力画面を表示してもよい。これを受けてユーザは受付部80から暗証番号をボタン等により入力してもよい。   In the embodiment of the present invention, the user is allowed to select a personal identification number under a situation where a personal identification number input screen including numeric buttons “1” to “9” as shown in FIG. ing. However, the present invention is not limited to this. For example, the password input screen as shown in FIG. 8 may not be displayed. For example, instead of the screen as shown in FIG. 8, the display unit 92 may simply display an input screen on which only the characters “Please enter the password from the numeric keypad” are written. In response to this, the user may input the personal identification number from the reception unit 80 using a button or the like.

本発明の実施例に係るデータ処理システムの構成を示す図である。It is a figure which shows the structure of the data processing system which concerns on the Example of this invention. 図1のデータ処理システムの動作概要を示すシーケンス図である。It is a sequence diagram which shows the operation | movement outline | summary of the data processing system of FIG. 図1のディレクトリ格納部に格納された一般的なCDSの構成を示す図である。It is a figure which shows the structure of the general CDS stored in the directory storage part of FIG. 図1のディレクトリ格納部に格納されたCDSの別の構成を示す図である。It is a figure which shows another structure of CDS stored in the directory storage part of FIG. 図1のディレクトリ格納部に格納された映画ディレクトリ下のCDSのデータ構造を示す図である。It is a figure which shows the data structure of CDS under the movie directory stored in the directory storage part of FIG. 図1の表示部において映画ディレクトリが表示されている場合の画面を示す図である。It is a figure which shows a screen when the movie directory is displayed on the display part of FIG. 図1のディレクトリ格納部に格納された暗証番号入力ディレクトリ下のCDSのデータ構造を示す図である。It is a figure which shows the data structure of CDS under the PIN code input directory stored in the directory storage part of FIG. 図1の表示部において暗証番号入力ディレクトリが表示されている場合の画面を示す図である。It is a figure which shows a screen when the PIN code input directory is displayed on the display part of FIG. 図1の表示部において「2」のコンテンツデータ表示されている場合の画面を示す図である。It is a figure which shows a screen in case the content data of "2" is displayed on the display part of FIG. 図1の履歴記憶部において記憶された履歴の構成を示す図である。It is a figure which shows the structure of the log | history memorize | stored in the log | history memory | storage part of FIG. 図1の表示部において「2」の次に「9」のコンテンツデータ表示されている場合の画面を示す図である。It is a figure which shows a screen when the content data of "9" is displayed after "2" in the display part of FIG. 図1の履歴記憶部において記憶された履歴の構成を示す図である。It is a figure which shows the structure of the log | history memorize | stored in the log | history memory | storage part of FIG. 図1の表示部において「終了」のコンテンツデータ表示されている場合の画面を示す図である。It is a figure which shows a screen in case the content data of "end" are displayed on the display part of FIG. 図1の表示部において空の暗証番号入力ディレクトリが表示されている場合の画面を示す図である。It is a figure which shows a screen when the empty PIN code input directory is displayed on the display part of FIG. 図1の表示部において認証終了後の映画ディレクトリが表示されている場合の画面を示す図である。It is a figure which shows a screen when the movie directory after completion | finish of authentication is displayed on the display part of FIG. 図1のサーバ装置に係る認証処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the authentication process which concerns on the server apparatus of FIG. 本発明の変形例に係る暗証番号入力ディレクトリ下のCDSのデータ構造を示す図である。It is a figure which shows the data structure of CDS under the PIN code input directory which concerns on the modification of this invention. 本発明の別の変形例に係るデータ処理システムの構成を示す図である。It is a figure which shows the structure of the data processing system which concerns on another modification of this invention. 本発明の別の変形例に係る温度設定入力ディレクトリ下のCDSのデータ構造を示す図である。It is a figure which shows the data structure of CDS under the temperature setting input directory which concerns on another modification of this invention. 図1の表示部において温度設定入力ディレクトリが表示されている場合の画面を示す図である。It is a figure which shows a screen in case the temperature setting input directory is displayed on the display part of FIG.

符号の説明Explanation of symbols

12 ディレクトリ格納部、 14 コンテンツデータ格納部、 16 履歴記憶部、 18 処理部、 20 通信部、 22 ディレクトリ送信部、 24 アクセス要求受信部、 26 コンテンツ送信部、 30 制御部、 60 ディレクトリ保持部、 70 通信部、 72 ディレクトリ受信部、 74 アクセス要求送信部、 76 コンテンツ受信部、 80 受付部、 90 制御部、 92 表示部、 100 サーバ装置、 200 クライアント装置、 300 ネットワーク、 500 データ処理システム。   12 directory storage unit, 14 content data storage unit, 16 history storage unit, 18 processing unit, 20 communication unit, 22 directory transmission unit, 24 access request reception unit, 26 content transmission unit, 30 control unit, 60 directory holding unit, 70 Communication unit, 72 directory reception unit, 74 access request transmission unit, 76 content reception unit, 80 reception unit, 90 control unit, 92 display unit, 100 server device, 200 client device, 300 network, 500 data processing system.

Claims (6)

複数のコンテンツデータを格納するデータ格納部と、
前記データ格納部に格納した複数のコンテンツデータに対する属性情報であって、コンテンツデータのタイトル名と、前記データ格納部におけるコンテンツデータの格納場所とが対応づけられた属性情報をコンテンツ情報として格納する情報格納部と、
前記情報格納部において格納したコンテンツ情報のうちのタイトル名をクライアント装置に表示させるために、ネットワークを介して前記クライアント装置へコンテンツ情報を送信する第1送信部と、
前記第1送信部において送信したコンテンツ情報に対する応答として、ネットワークを介して格納場所を受信する受信部と、
前記受信部において受信した格納場所をもとに、前記データ格納部に格納したコンテンツデータを前記クライアント装置に表示させるために、ネットワークを介して前記クライアント装置へコンテンツデータを送信する第2送信部とを備え、
前記データ格納部に格納した複数のコンテンツデータのそれぞれは、数字データおよび文字データのうちの少なくとも一方であり、
前記情報格納部に格納したコンテンツ情報におけるタイトル名は、コンテンツデータと同一の数字および文字データのうちの少なくとも一方であることを特徴とするサーバ装置。
A data storage unit for storing a plurality of content data;
Attribute information for a plurality of pieces of content data stored in the data storage unit, the information storing the attribute information in which the title name of the content data is associated with the storage location of the content data in the data storage unit as content information A storage unit;
A first transmission unit configured to transmit content information to the client device via a network in order to cause the client device to display a title name of the content information stored in the information storage unit;
As a response to the content information transmitted in the first transmitter, a receiver that receives a storage location via a network;
A second transmission unit configured to transmit content data to the client device via a network in order to display the content data stored in the data storage unit on the client device based on the storage location received by the reception unit; With
Each of the plurality of content data stored in the data storage unit is at least one of numeric data and character data,
The server apparatus according to claim 1, wherein the title name in the content information stored in the information storage unit is at least one of the same number and character data as the content data.
前記受信部において受信した格納場所に対応した情報を記憶する履歴記憶部をさらに備え、
前記第2送信部は、前記受信部が新たな格納場所を受信した場合に、新たな格納場所に対応したコンテンツデータと、前記履歴記憶部にそれまでに記憶した情報に対応したコンテンツデータとを合成してから送信することを特徴とする請求項1に記載のサーバ装置。
A history storage unit that stores information corresponding to the storage location received by the reception unit;
When the receiving unit receives a new storage location, the second transmission unit receives content data corresponding to the new storage location and content data corresponding to information stored so far in the history storage unit. The server apparatus according to claim 1, wherein the server apparatus transmits the combined information.
複数のコンテンツデータを格納するデータ格納部と、
前記データ格納部に格納した複数のコンテンツデータのそれぞれに対するコンテンツ識別子が含まれたコンテンツ情報を格納する情報格納部と、
前記情報格納部において格納したコンテンツ情報をネットワークを介して送信する第1送信部と、
前記第1送信部において送信したコンテンツ情報に対する応答として、ネットワークを介してコンテンツ識別子を受信する受信部と、
前記受信部において受信したコンテンツ識別子をもとに、前記データ格納部に格納したコンテンツデータを抽出し、ネットワークを介してコンテンツデータを送信する第2送信部と、
前記受信部と前記第2送信部との処理が繰り返される場合に、所定の期間にわたって、前記受信部において受信したコンテンツ識別子の履歴を記憶する履歴記憶部と、
前記履歴記憶部において記憶した履歴にしたがった順序にてコンテンツ識別子の系列を所定の期間終了後にデータに変換する変換部と、
前記変換部において変換したデータをもとに所定の処理を実行する処理部と、
を備えることを特徴とするサーバ装置。
A data storage unit for storing a plurality of content data;
An information storage unit for storing content information including a content identifier for each of a plurality of content data stored in the data storage unit;
A first transmission unit for transmitting content information stored in the information storage unit via a network;
A reception unit that receives a content identifier via a network as a response to the content information transmitted in the first transmission unit;
A second transmission unit that extracts content data stored in the data storage unit based on the content identifier received in the reception unit, and transmits the content data via a network;
A history storage unit that stores a history of content identifiers received by the reception unit over a predetermined period when the processing of the reception unit and the second transmission unit is repeated;
A conversion unit that converts a sequence of content identifiers into data after the end of a predetermined period in the order according to the history stored in the history storage unit;
A processing unit that executes predetermined processing based on the data converted by the conversion unit;
A server device comprising:
前記第2送信部は、前記受信部が新たなコンテンツ識別子を受信した場合、新たなコンテンツ識別子に対応したコンテンツデータと、前記履歴記憶部にそれまでに記憶したコンテンツ識別子に対応したコンテンツデータとを合成してから送信することを特徴とする請求項3に記載のサーバ装置。   When the receiving unit receives a new content identifier, the second transmitting unit receives content data corresponding to the new content identifier and content data corresponding to the content identifier stored so far in the history storage unit. The server apparatus according to claim 3, wherein the server apparatus transmits the combined information. 前記第2送信部は、前記履歴記憶部において履歴を記憶している状態において、コンテンツデータを送信した後、コンテンツ情報に変化があった旨を送信することを特徴とする請求項3または4に記載のサーバ装置。   The second transmission unit transmits that the content information has changed after transmitting the content data in a state where the history is stored in the history storage unit. The server apparatus of description. ネットワークを介して接続されるクライアント装置からのデータ入力を受けつけるサーバ装置であって、
複数のコンテンツデータを格納するデータ格納部と、
前記クライアント装置に対して数字データまたは文字データの入力を要求する入力要求部と、
前記クライアント装置からのデータ入力を受信する受信部と、
前記受信部において受信したデータ入力の内容に対応するコンテンツデータを前記データ格納部から選択する選択部と、
前記選択部において選択したコンテンツデータを前記クライアント装置へ送信する送信部と、
を備えることを特徴とするサーバ装置。
A server device that receives data input from a client device connected via a network,
A data storage unit for storing a plurality of content data;
An input request unit that requests the client device to input numeric data or character data;
A receiving unit for receiving data input from the client device;
A selection unit for selecting content data corresponding to the content of the data input received in the reception unit from the data storage unit;
A transmission unit that transmits the content data selected by the selection unit to the client device;
A server device comprising:
JP2008193903A 2008-07-28 2008-07-28 Server device Pending JP2010033277A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008193903A JP2010033277A (en) 2008-07-28 2008-07-28 Server device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008193903A JP2010033277A (en) 2008-07-28 2008-07-28 Server device

Publications (1)

Publication Number Publication Date
JP2010033277A true JP2010033277A (en) 2010-02-12

Family

ID=41737685

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008193903A Pending JP2010033277A (en) 2008-07-28 2008-07-28 Server device

Country Status (1)

Country Link
JP (1) JP2010033277A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170671A (en) * 2010-02-19 2011-09-01 Nec System Technologies Ltd Information processing system, file storage device, control method of file storage device, and program
JP2015510306A (en) * 2012-01-06 2015-04-02 クゥアルコム・インコーポレイテッドQualcomm Incorporated Wireless display using multi-screen service
CN105516794A (en) * 2015-12-11 2016-04-20 广东欧珀移动通信有限公司 Method and device for providing file reading list
EP3163896A1 (en) 2015-10-26 2017-05-03 Funai Electric Co., Ltd. Content sending device and content sending method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002056017A (en) * 2000-08-09 2002-02-20 Fumitaka Murayama Method and system for providing character contents
JP2002229948A (en) * 2001-02-01 2002-08-16 Matsushita Electric Ind Co Ltd Authentication system and program
JP2004102460A (en) * 2002-09-06 2004-04-02 Hitachi Software Eng Co Ltd Personal authentication method and program therefor
JP2007053538A (en) * 2005-08-17 2007-03-01 Sharp Corp Server and method of controlling same, communication network system, server control program, and recording medium with the program recorded thereon

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002056017A (en) * 2000-08-09 2002-02-20 Fumitaka Murayama Method and system for providing character contents
JP2002229948A (en) * 2001-02-01 2002-08-16 Matsushita Electric Ind Co Ltd Authentication system and program
JP2004102460A (en) * 2002-09-06 2004-04-02 Hitachi Software Eng Co Ltd Personal authentication method and program therefor
JP2007053538A (en) * 2005-08-17 2007-03-01 Sharp Corp Server and method of controlling same, communication network system, server control program, and recording medium with the program recorded thereon

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170671A (en) * 2010-02-19 2011-09-01 Nec System Technologies Ltd Information processing system, file storage device, control method of file storage device, and program
JP2015510306A (en) * 2012-01-06 2015-04-02 クゥアルコム・インコーポレイテッドQualcomm Incorporated Wireless display using multi-screen service
EP3163896A1 (en) 2015-10-26 2017-05-03 Funai Electric Co., Ltd. Content sending device and content sending method
US10075745B2 (en) 2015-10-26 2018-09-11 Funai Electric Co., Ltd. Content sending device and content sending method
CN105516794A (en) * 2015-12-11 2016-04-20 广东欧珀移动通信有限公司 Method and device for providing file reading list

Similar Documents

Publication Publication Date Title
US9003301B2 (en) Image management method and system using thumbnail in DLNA system
KR100643282B1 (en) Method and apparatus for identifying a device on UPnP network, and playing content through the device
US7523214B2 (en) Content providing server, information processing device and method, and computer program
US9992035B2 (en) Apparatus and method for sharing a bookmark with other users in a home network
US8443386B2 (en) Information processing apparatus, information processing method, program and information processing system
US8914464B2 (en) Information processing device, information processing method, and information processing system
US9229937B2 (en) Apparatus and method for managing digital contents distributed over network
JP5270608B2 (en) Content reproduction control system, content reproduction control method, content server, portable terminal, and program
KR101771003B1 (en) Content output system and codec information sharing method thereof
US7953748B2 (en) Information processing apparatus and information processing method, and computer program
JP2010067097A (en) Information processing apparatus and method, and information processing system
US20070033288A1 (en) Method of using pause time information on media content in UPnP environment
JP5314840B2 (en) Content playback apparatus and content playback method
US20100031283A1 (en) Data communication device, data communication method, data requesting device, data requesting method, and data communication system
WO2009093694A1 (en) Transmitter, receiver, indicator, communication system, transmission method, reception method, indicating method, program, and recording medium
JP2004348455A (en) Information processor, information processing method, and computer program
JP2010033277A (en) Server device
US8776139B2 (en) Scheduling content to be rendered
JP5042063B2 (en) Controlled device, control system and management device
US20070258474A1 (en) Method and system of providing rss content by dms to devices in dlna network
KR101329668B1 (en) Contents sharing system and method using push server
KR20120072100A (en) Web media control apparatus and method for connecting web content service and home networking
JP2010061306A (en) Information processing apparatus, content management server, information processing method, connection management method, and information processing system
KR101501923B1 (en) Method and system for Adaptive Data Transmission based on DLNA network
US20130060910A1 (en) Content reproducing apparatus, content reproducing system, and control method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110628

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121212

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121218

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130409