CA2555276A1 - System and method for describing presentation and behavior information in an itv application - Google Patents

System and method for describing presentation and behavior information in an itv application Download PDF

Info

Publication number
CA2555276A1
CA2555276A1 CA002555276A CA2555276A CA2555276A1 CA 2555276 A1 CA2555276 A1 CA 2555276A1 CA 002555276 A CA002555276 A CA 002555276A CA 2555276 A CA2555276 A CA 2555276A CA 2555276 A1 CA2555276 A1 CA 2555276A1
Authority
CA
Canada
Prior art keywords
data structure
itv
data structures
identifier
retrieving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CA002555276A
Other languages
French (fr)
Other versions
CA2555276C (en
Inventor
Karen Sarachik
Jon Dakss
Jeff Gorder
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.)
MK Systems USA Inc
Original Assignee
Individual
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 Individual filed Critical Individual
Publication of CA2555276A1 publication Critical patent/CA2555276A1/en
Application granted granted Critical
Publication of CA2555276C publication Critical patent/CA2555276C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/44Receiver circuitry for the reception of television signals according to analogue transmission standards
    • H04N5/445Receiver circuitry for the reception of television signals according to analogue transmission standards for displaying additional information
    • H04N5/44504Circuit details of the additional information generator, e.g. details of the character or graphics signal generator, overlay mixing circuits
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/235Processing of additional data, e.g. scrambling of additional data or processing content descriptors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/435Processing of additional data, e.g. decrypting of additional data, reconstructing software from modules extracted from the transport stream
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/85Assembly of content; Generation of multimedia applications
    • H04N21/854Content authoring
    • H04N21/8543Content authoring using a description language, e.g. Multimedia and Hypermedia information coding Expert Group [MHEG], eXtensible Markup Language [XML]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/85Assembly of content; Generation of multimedia applications
    • H04N21/858Linking data to content, e.g. by linking an URL to a video object, by creating a hotspot

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Graphics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

An ITV application definition language (ADL) used to generate ITV applications for different types of target platforms and devices. The ADL provides a plurality of core data structure types upon which one or more data structures may be built. Data structures storing ITV content presentation and behavior information are referred to as resources. A resource is associated with a globally unique identifier that allows the data structure to be efficiently stored and retrieved from a hash table. A resource is also associated with an expiration time stamp that indicates when the resource is to be freed from memory. A resource is of arbitrary length, and contains values that differ from the default values stored at a receiving client device. Resources are also packaged into a module that may be catered to a platform and/or profile of a receiving client. The client may quickly determine whether the module is relevant to it by examining the platform and/or profile ID contained in a header of the module.

Claims (23)

1. An interactive television (ITV) system comprising:
an authoring tool generating an ITV application, the ITV application including presentation information represented via a plurality of data structures built based on one or more predetermined data structure types; and an execution engine receiving and executing the ITV application and providing an associated interactive event, the execution engine storing a plurality of default values for the presentation information and retrieving the default values in response to an absence of corresponding values in the plurality of data structures.
2. The system of claim 1, wherein the ITV application includes behavior information describing how the application behaves in response to an external event, the behavior information being stored in a data structure separate from the data structure storing the presentation information.
3. The system of claim 1, wherein the plurality of data structures are of variable length.
4. The system of claim 1, wherein each data structure is referenced by a unique identifier associated with a memory location for the data structure.
5. The system of claim 4, wherein a portion of the unique identifier uniquely identifies a creator of the data structure.
6. The system of claim 1 further comprising:
an interchange formatting system generating a compact representation of the ITV
application prior to delivery to the execution engine.
7. The system of claim 6, wherein the compact representation is a binary representation.
8. The system of claim 1, wherein a first of the plurality of data structures inherits properties associated with a second of the plurality of data structures.
9. The system of claim 8, wherein the plurality of data structures are packaged into a module having header information.
10. The system of claim 9, wherein the execution engine examines the header information for determining a relevance of the module to the execution engine.
11. The system of claim 8, wherein the plurality of data structures are packaged into a module catered to a particular platform of a receiving client.
12. The system of claim 8, wherein the plurality of data structures are packaged into a module catered to a particular profile of a receiving client.
13. The system of claim 1, wherein one of the plurality of data structures are built based on a dictionary data structure type that maps symbols to unique identifier values.
14. The system of claim 13, wherein a symbol is associated with an event, and the unique identifier value mapped to the event identifies an action data structure.
15. An authoring tool generating an ITV application, the authoring tool comprising:
means for storing and organizing a first portion of interactive content presentation or behavior information in a first data structure generated based on one or more base data structure types, the first data structure including a symbol mapped to a unique identifier value, the unique identifier value referencing a second data structure; and means for storing and organizing a second portion of interactive content presentation or behavior information in the second data structure.
16. The authoring tool of claim 15, wherein a portion of the unique identifier uniquely identifies a creator of the data structure.
17. The authoring tool of claim 15, wherein the second data structure inherits properties defined by the first data structure.
18. The authoring tool of claim 17, wherein the properties are visual presentation properties.
19. The authoring tool of claim 15, wherein the first data structure stores and organizes the presentation information, and the second data structure stores and organizes the behavior information.
20. A client device in an interactive television system, the client device comprising:
a decoder receiving and decoding an ITV application, the ITV application including presentation and behavior information represented via a plurality of data structures, each data structure being identified by an identifier, the ITV application further including one or more ITV commands;
a processor coupled to the decoder; and a memory coupled to the processor, the memory having computer program instructions executable by the processor stored therein, the computer program instructions including:

parsing each data structure included in the received ITV application and retrieving the identifier associated with the parsed data structure;
identifying a memory location based on a retrieved identifier;
storing an associated data structure in the identified memory location;
retrieving an ITV command included in the received ITV application, the command including a command name and an identifier of a particular data structure associated with the command;
retrieving the particular data structure from a particular memory location based on the identifier included in the ITV command; and executing the ITV command with respect to the retrieved data structure.
21. The client device of claim 20, wherein the identifying of the memory location includes identifying an entry in a hash table based on the retrieved identifier, and wherein the retrieving the particular data structure includes retrieving the particular data structure from a particular entry in the hash table, the particular entry being identified based on the identifier included in the ITV command.
22. The client device of claim 20 further comprising:
means for storing a default value for the presentation information, wherein the computer program instructions further include retrieving the default value in response to an absence of a corresponding value in the retrieved data structure.
23. The method of claim 20, wherein the retrieved data structure is associated with an expiration time stamp, and the computer program instructions further include freeing a memory location in response to a determination that a time indicated by the expiration time stamp has arrived.
CA2555276A 2004-03-01 2005-03-01 System and method for describing presentation and behavior information in an itv application Active CA2555276C (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US54899704P 2004-03-01 2004-03-01
US60/548,997 2004-03-01
US63475704P 2004-12-09 2004-12-09
US60/634,757 2004-12-09
PCT/US2005/006804 WO2005084348A2 (en) 2004-03-01 2005-03-01 System and method for describing presentation and behavior information in an itv application

Publications (2)

Publication Number Publication Date
CA2555276A1 true CA2555276A1 (en) 2005-09-15
CA2555276C CA2555276C (en) 2012-05-15

Family

ID=34922700

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2555276A Active CA2555276C (en) 2004-03-01 2005-03-01 System and method for describing presentation and behavior information in an itv application

Country Status (4)

Country Link
EP (1) EP1730949A4 (en)
CN (1) CN101073254B (en)
CA (1) CA2555276C (en)
WO (1) WO2005084348A2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10086289B2 (en) * 2016-11-22 2018-10-02 Sony Interactive Entertainment America Llc Remastering by emulation
EP3901926A1 (en) * 2020-04-21 2021-10-27 Deutsche Post AG Validation method and apparatus for identification documents

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6496981B1 (en) * 1997-09-19 2002-12-17 Douglass A. Wistendahl System for converting media content for interactive TV use
US6018768A (en) * 1996-03-08 2000-01-25 Actv, Inc. Enhanced video programming system and method for incorporating and displaying retrieved integrated internet information segments
US6240555B1 (en) * 1996-03-29 2001-05-29 Microsoft Corporation Interactive entertainment system for presenting supplemental interactive content together with continuous video programs
US6173317B1 (en) * 1997-03-14 2001-01-09 Microsoft Corporation Streaming and displaying a video stream with synchronized annotations over a computer network
US6392664B1 (en) * 1998-11-30 2002-05-21 Webtv Networks, Inc. Method and system for presenting television programming and interactive entertainment
CA2326197A1 (en) * 2000-01-11 2001-07-11 International Business Machines Corporation Method and system for enabling real-time interactive e-commerce transactions
US7120924B1 (en) * 2000-02-29 2006-10-10 Goldpocket Interactive, Inc. Method and apparatus for receiving a hyperlinked television broadcast

Also Published As

Publication number Publication date
EP1730949A2 (en) 2006-12-13
CA2555276C (en) 2012-05-15
EP1730949A4 (en) 2009-08-12
CN101073254B (en) 2011-05-18
WO2005084348A2 (en) 2005-09-15
WO2005084348A3 (en) 2007-05-24
CN101073254A (en) 2007-11-14

Similar Documents

Publication Publication Date Title
US8626786B2 (en) Dynamic language checking
US7283959B2 (en) Compact easily parseable binary format for a context-free grammar
US20130132422A1 (en) System and method for creating and controlling an application operating on a plurality of computer platform types
JP2004234111A5 (en)
ATE268023T1 (en) PRELOADING CLASSES IN A DATA PROCESSING DEVICE WITHOUT A VIRTUAL STORAGE MANAGER
WO2004104764A3 (en) Graphics model referencing method and apparatus
IES20030062A2 (en) Document transformation
JP2004234157A5 (en)
US6317760B1 (en) Extensible ordered information within a web page
US8165885B2 (en) Methods, systems, and computer-readable media for associating dynamic sound content with a web page in a browser
CN104346342A (en) Method and apparatus for loading Flash plug-in
CN111831920A (en) User demand analysis method and device, computer equipment and storage medium
US7461337B2 (en) Exception markup documents
CN109033082B (en) Learning training method and device of semantic model and computer readable storage medium
US8359592B2 (en) Identifying groups and subgroups
CA2555276A1 (en) System and method for describing presentation and behavior information in an itv application
US20110087698A1 (en) Search expression creating system, search expression creating method, search expression creating program, and recording medium
US7900136B2 (en) Structured document processing apparatus and structured document processing method, and program
WO2019000697A1 (en) Information search method, system, server, and readable storage medium
CN113742785A (en) Webpage classification method and device, electronic equipment and storage medium
CN106156191B (en) Academic probation method based on ePub file and the academic probation system based on ePub file
CN101227579A (en) System and method for presenting supplementary program data
KR101574893B1 (en) Apparatus and method for caching web page layout using non-volatile memory
US8612844B1 (en) Sniffing hypertext content to determine type
US7107582B2 (en) System and method for source-driven form-independent dynamic content resolution

Legal Events

Date Code Title Description
EEER Examination request