Oracle interMedia Annotator User's Guide
Release 9.0.1

Part Number A88784-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

2
GUI Overview and Configuration

This chapter provides an overview of the Oracle interMedia Annotator GUI. This chapter also provides instructions on the configuration of Annotator and the installation and configuration of additional helper applications.

2.1 GUI Overview

After you install and configure interMedia Annotator, run interMedia Annotator by opening either Annotator.bat (on Windows NT systems), or Annotator.sh (on Unix and Linux systems). The Oracle interMedia Annotator window appears (Figure 2-1).

Figure 2-1 Oracle interMedia Annotator Window


Text description of fullscre.gif follows.
Text description of the illustration fullscre.gif

The main features of the Oracle interMedia Annotator window are the following:

2.2 Configuration

To configure the interMedia Annotator GUI to best use its features, perform the steps listed in Section 2.2.1 through Section 2.2.5.

2.2.1 Set Connection to the Database

One of the most useful and powerful features of interMedia Annotator is the ability to upload media sources and annotations to an Oracle database. To connect to an Oracle database, you must correctly specify the database connection parameters by performing the following operations:

  1. From the Edit menu, select Preferences and click the Database tab. The Database tab of the Preferences window appears (Figure 2-5).

    Figure 2-5 Database Tab of the Preferences Window


    Text description of prefs-da.gif follows.
    Text description of the illustration prefs-da.gif

  2. Enter the necessary information to ensure that you will connect to the correct database:

  3. Click OK to confirm and save the changes.

2.2.2 Create Tables

Before you can upload annotations and media files, your database must contain tables that can be used for the storage of audio and video data. If it does not, you will need to create these tables.

The following SQL statements will create two sample tables, one for the storage of the video data and one for the storage of the audio data. These statements will create the tables that are used in the example in Chapter 4:

CREATE TYPE VideoType AS OBJECT (ID    NUMBER,
                                 title VARCHAR2(256),
                                 vsrc  ORDSYS.ORDVIDEO);
CREATE TABLE VideoStorage OF VideoType (ID PRIMARY KEY)
             LOB(vsrc.source.localdata) STORE AS (NOCACHE NOLOGGING);

CREATE TYPE AudioType AS OBJECT (ID    NUMBER,
                                 title VARCHAR2(256),
                                 asrc ORDSYS.ORDAUDIO);
CREATE TABLE AudioStorage OF AudioType (ID PRIMARY KEY)
             LOB(asrc.source.localdata) STORE AS (NOCACHE NOLOGGING);

Although object types and object tables are used in the examples, any relational tables with interMedia Audio or Video types can be used for the storage of audio or video data.

2.2.3 Check the Proxy Settings

interMedia Annotator can annotate media sources that are available remotely over the Internet through the HTTP protocol.

If you are running in a secure environment, you will need to configure interMedia Annotator to use your proxy server before you can access the Internet. Configure the proxy server by performing the following operations:

  1. From the Edit menu, select Preferences and click the General tab. The General tab of the Preferences window appears (Figure 2-6).

    Figure 2-6 General Tab of the Preferences Window


    Text description of prefs-ge.gif follows.
    Text description of the illustration prefs-ge.gif

  2. Enter your proxy server settings in the HTTP Proxy Server: and HTTP Proxy Port: text fields.

  3. Click OK.

2.2.4 Connect to a CDDB

interMedia Annotator can connect to a CDDB to add information to audio CD annotations. However, you must contact the administrators of the CDDB in order to obtain a license before using CDDB functions; contact them for a license at:
http://www.cddb.com/developers.html

To change the CDDB URL that Annotator queries for information, perform the following operations:

  1. From the Edit menu, select Preferences and click the Parsers tab.

    The Parsers tab of the Preferences window appears (Figure 2-7).

    Figure 2-7 Parsers Tab of the Preferences Window


    Text description of prefs-pa.gif follows.
    Text description of the illustration prefs-pa.gif

  2. If CDDB is not visible under AudioCDParser, click the plus sign (+) next to AudioCDParser to expose it.

  3. Enter the host name and port number in the CDDB Server Host: and CDDB Server Port: text fields.


    Note:

    You must obtain a license from the CDDB server before you can use its functions. 


  4. Click OK to confirm and save the changes.

2.2.5 Install Helper Applications

interMedia Annotator is capable of playing media sources and extracted media samples. However, in order to play them, you may need to install some additional helper applications.

Recommended Windows NT applications are:

Recommended Macintosh applications are:

Make sure that each MIME type is paired up with the correct file extension and player by performing the following operations:

  1. From the Edit menu, select Preferences and select the Mime-Types tab.

    The Mime-Types tab of the Preferences window appears (Figure 2-8).

    Figure 2-8 Mime-Types Tab of the Preferences Window


    Text description of prefs-mi.gif follows.
    Text description of the illustration prefs-mi.gif

  2. Double-click on the row of the MIME type that you want to edit.

    The Change: Mime-type Settings window appears (Figure 2-9).

    Figure 2-9 Change: Mime-type Settings Window


    Text description of mime-typ.gif follows.
    Text description of the illustration mime-typ.gif

  3. Edit the contents of the window and click OK.

    The Change: Mime-type Settings window closes.

  4. Click OK to confirm and save the changes.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback