WO1999035569A1 - Architecture for convergence systems - Google Patents
Architecture for convergence systems Download PDFInfo
- Publication number
- WO1999035569A1 WO1999035569A1 PCT/US1999/000017 US9900017W WO9935569A1 WO 1999035569 A1 WO1999035569 A1 WO 1999035569A1 US 9900017 W US9900017 W US 9900017W WO 9935569 A1 WO9935569 A1 WO 9935569A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- services
- view
- component
- overlay
- views
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/45—Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies, resolving scheduling conflicts
- H04N21/462—Content or additional data management, e.g. creating a master electronic program guide from data received from the Internet and a Head-end, controlling the complexity of a video stream by scaling the resolution or bit-rate based on the client capabilities
- H04N21/4622—Retrieving content or additional data from different sources, e.g. from a broadcast channel and the Internet
Definitions
- This application is related to the following co-pending, co-assigned, and co-filed applications: "System and method for reminding users of upcoming scheduled recordings,” “Method for managing multiple channel maps from multiple input devices in a multimedia system,” “Previous, favorite, and frequent channel management system,” “System for time-shifting events in a multichannel convergence system,” “System, apparatus, and method for tuning a television to a selected channel,” “A system for resolving channel selection in a multi-channel convergence system,” “A System for managing favorite channels,” “System for using a channel and event overlay for invoking channel and event related functions," “Multipurpose channel banner,” “Controlling the layout of graphics in a television environment,” “Mutatably transparent controls,” “Displaying layered information using lenticular-like interfaces,” “Method and system for associating web sites to television programs,” “Individualized parameter control for multiple media sources in a data processing system,” “System for scheduled caching of in-band data services,” “System for Combining Electronic Program Guide Data
- the present invention relates generally to convergence systems and more particularly to an architecture for such systems.
- a convergence system refers to a system that includes capabilities that otherwise are provided by separate systems.
- the Gateway Destination PC/TV system available from Gateway 2000, Inc., provides for both computer and television capability.
- convergence systems such as the Destination PC/TV system permit users to utilize both television and computer capability within the same system- Convergence systems are believed by many industry pundits to represent the future of consumer electronics.
- consumers may instead have a convergence system integrating the functionality of both the computer and these separate devices.
- convergence systems such as the Destination PC/TV system permit consumers to combine computer capability with the capability of such varying devices as digital video disc (DND) players, direct broadcast satellite (DBS) receivers, TV tuners (for broadcast and/or cable TV), CD-ROM players, audio/visual tuners having at least radio tuning capability, cable decoders, video cassette recorders, laser and compact disc players, video cameras, etc.
- DND digital video disc
- DBS direct broadcast satellite
- TV tuners for broadcast and/or cable TV
- CD-ROM players for broadcast and/or cable TV
- audio/visual tuners having at least radio tuning capability
- cable decoders for broadcast and/or cable TV
- video cassette recorders for broadcast and/or cable TV
- laser and compact disc players video cameras
- the invention describes a software architecture for convergence systems.
- the architecture includes views, overlays, and system services.
- the views each provide a graphical user interface, which may be associated with a particular application or applications.
- the overlays each provide a partial graphical user interface cooperating with and consistent over the views.
- the system services each provide common functionality and/or user interfaces shared by the views and the overlays. In this manner, the invention provides a modular architecture that enables rapid, easy and relatively bug-free development of convergence systems.
- new views can be easily added to take advantage of these overlays and services, without having to expend effort to ensure their consistency with existing views — since the overlays provide user interfaces consistent over all the views, and since the services provide functionality and interfaces common to and shared by the views.
- new functionality can be easily added by developing a new service, rather than coding the functionality into each existing program.
- FIG. 1 is a diagram of a computerized system according to one embodiment of the invention.
- FIG. 2 is a diagram of a software architecture, according to one embodiment of the invention.
- FIG. 3 is a diagram of a typical computer in conjunction with which embodiments of the invention may be implemented; and, FIGs. 4(a)-4(n) are diagrams showing in more detail a software architecture according to one embodiment of the invention.
- FIG. 1 a diagram of a computerized system according to one embodiment of the invention is shown.
- the computerized system includes hardware component 10, drivers component 12, system services component 14, views component 16, and overlays component 18. Each of these components is described in general in relation to FIG. 1, and is subsequently described in more detail in relation to FIG. 2.
- Drivers component 12, system services component 14, views component 16, and overlays component 18 constitute the inventive software architecture according to one embodiment of the invention.
- hardware component 10 acts as the hardware in conjunction with which the software architecture operates.
- the computerized system of FIG. 1 is modular, providing default behaviors and default graphical user interfaces, but allowing applications to specifically replace any or all of the behaviors or graphical user interfaces.
- Hardware component 10 includes the necessary hardware to provide for what is known in the art as a "convergence environment" in which a personal computer (PC) is integrated with other capability, such as and usually including at least television (TV) capability.
- PC personal computer
- TV television
- Such hardware components are known and available within the art.
- the Gateway Destination PC/TV system available from Gateway 2000, Inc., provides a convergence environment across two primary modes of operation: TV viewing, and PC operation (i.e., such that the system provides TV and PC capability).
- Drivers component 12 provides a plurality of drivers, which include low- level functionality that cooperate directly with hardware component 10 of the computerized system.
- the drivers thus provide the manner by which the other components of the software architecture interface with hardware component 10.
- the drivers act as the lowest level of abstraction within the software architecture. Examples of drivers include application programming interfaces (API's), as known within the art, such as those available within Microsoft Windows, as well as those available from other parties.
- Systems services component 14 interfaces with drivers 12 to provide a plurality of system services, which include functions and user interfaces shared by multiple views provided by views component 16 and multiple overlays provided by overlays component 18. System services also include functions that may provide a hardware abstraction layer that is not provided by the drivers of drivers component 12. That is, system services component 14 provides a hardware abstraction layer so that views component 16 and overlays component 18 do not have to directly access hardware component 10 or drivers component 12, and/or also provides a set of commonly used functions and user interfaces to views component 16 and overlays component 18.
- View component 16 provides a plurality of views, which are full-screen graphical user interfaces that define a context for a user of the computerized system. Examples of views include a full-screen TV window, in which a television station may be viewed (and thus providing a TV context), and the standard PC window, such as a windows desktop in the case of Microsoft Windows 95 (and thus providing a PC context). Other views include a web browser view, which permits a user to view world-wide-web Internet pages, and an electronic program guide (EPG) view, as known within the art. Views are graphical user interfaces that may be associated with a given application or applications, and are specific to that application or applications.
- EPG electronic program guide
- a web browser view for example, is specific to a web browser application, and does not relate to an electronic program guide application.
- views each provide a context, such as a PC or TV context; the invention is not particularly limited to a set of given contexts. There also may be more than one view, as those of ordinary skill within the art can appreciate.
- Overlays component 18 provides a plurality of overlays, which are partial screen graphical user interfaces displayed consistently across all views and modes of operation. That is, while a view is specific to a given application ⁇ such as a TV window, or a PC window — an overlay is displayed regardless of the selected view. It is laid over the current view, and is not necessarily specific to the view. Examples of overlays include a channel banner, which displays the current channel which is being tuned to, and a favorites list, which displays a list of favorite channels. Thus, even if a user switches from a web browser view to an electronic program guide (EPG) view, a given overlay may nevertheless still be displayed.
- EPG electronic program guide
- overlays and views are considered user interfaces of the software architecture, and overlays component 18 and view component 16 may be conceptualized as a user interface component.
- the division of the software architecture into drivers, system services and user interfaces (views and overlays) extends modularity to the architecture.
- a new user interface such as a new view or overlay
- a specific existing software architecture according to an embodiment of the invention therefore is amenable to further expansion or change, with minimal disruption and modification.
- the software architecture includes drivers component 12, system services component 14, and user interfaces component 20, the latter which is inclusive of view component 16 and overlays component 18 of FIG. 1.
- Drivers component 12 specifically includes Microsoft Windows 95 API's subcomponent 22 and vendor API's subcomponent 24.
- Microsoft Windows 95 API's subcomponent 22 includes a plurality of drivers 26, while vendor API's subcomponent 24 includes a plurality of drivers 24.
- System services component 14 specifically includes a plurality of services 30, while user interfaces component includes a plurality of overlays 32 and a plurality of views 34. Each of overlays 32 and views 34 is considered a user interface provided by a corresponding application.
- Drivers specifically include and/or provide for in one embodiment of the invention a video display adapter, video capture capability, sound capability, MIDI capability, media control devices (MPEG-2, active movie, video overlay, etc.), video and audio compression CODECs, and modem and communications ports.
- video display adapter video capture capability, sound capability, MIDI capability, media control devices (MPEG-2, active movie, video overlay, etc.), video and audio compression CODECs, and modem and communications ports.
- services 30 of system services component 14 include favorite services, channel map services, device control services, opportunities services, view services, EPG data services, parental lock services, TV services, user interface services, logo services, graphics services, and scheduler services. These services act as an abstraction layer to assist in developing views and overlays, and thus simplifying software development, reducing code maintenance, and ensuring greater user interface consistency across applications- Favorites services provides favorites list management functions, and also a set of common user interfaces for selecting a favorite item from a list, adding an item to a favorite list, and removing an item from a favorite list. Thus, an application calls favorites services when it wishes to add or delete an item such as a channel from a given favorites list.
- the favorites services provides both the functionality to maintain the favorites list, as well as the user interface to allow a user to add or delete an item from the list. Thus, regardless of which application calls favorites services, the interface presented to the user remains consistent.
- Channel map services provides functions for creating a logical tuning space that maps logical channel numbers to physical tuning devices and the specific channel, sub-channel, etc., on the device. For example, a given hardware component in conjunction with which the software architecture operates may have access to a number of chaimel sources, such as cable TV, broadcast TV, and one or more satellite TV sources. Each of these sources may also have a similar channel mapping, such that cable TV has channels 2-50, broadcast TV has channels 2-13, and satellite TV has channels 2-194.
- channel map services alleviates this problem by mapping logical channel numbers to actual channel numbers accessible on the number of channel sources.
- channel map services may map cable TV channels 2-50 as logical channels 1-49, broadcast TV channels 2-13 as logical channels 50-61, and satellite TV channels 2-194 as logical channels 62-254. Therefore, specifying a particular logical channel always uniquely identifies a given channel.
- Channel map services is thus called to determine the corresponding physical channel number and the corresponding physical device for a given logical channel number, and vice-versa.
- Device control services provides functions for controlling internal convergence hardware and external hardware that is a part of the hardware component in conjunction with which the software architecture operates.
- the external hardware may be wired directly to other parts of the hardware component, or be controlled via wireless signals, such as infrared signals, in accordance with the IR-Blaster interface or other interfaces known within the art.
- Device control services also provides common user interfaces for adding and removing new devices and access to specific user interfaces for controlling devices.
- a given application desires to control a given device such as a digital video disc (DVD) player, a video cassette recorder (VCR), etc.
- the application calls device control services as opposed to operating the given device itself.
- DVD digital video disc
- VCR video cassette recorder
- applications that access or control the DVD player do not need to be rewritten, rather only the specific device control service relating to the DVD player needs to be modified.
- this provides for greater efficiency in architecture development, since such applications need not necessarily be rewritten as the hardware that they control changes.
- Opportunities services provides functions for managing events that may be of interest to a user, as well as functions for controlling agents that generate these events. Opportunities services also provide a set of user interfaces for controlling the behavior of the agents.
- the architecture of opportunity services is particularly based on a modular approach in which new opportunity monitoring agents can be added to provide additional sources of events, and thus applications can thus also be added to make use of these events.
- opportunity services may provide access to an alarm clock agent, which generates an alarm clock event when the system time of the hardware component in conjunction with which the software architecture is operating is equal to a given predetermined alarm time.
- the opportunity service permits a given application to change the predetermined alarm time, to shut off the alarm, to turn on the alarm, etc.
- View services provides functions for managing views, navigating between views, and the device control that is necessary when selecting views. View services thus allow a new application to switch the view displayed on a display device of the hardware component in conjunction with which the software architecture is operating from the view corresponding to an initial application to the view corresponding to the new application.
- a browser program application may use view services to switch the view displayed on the display device from that associated with a different application (such as a TV tuner program) to that associated with the browser program.
- EPG data services provides functions for loading electronic program guide-type data from data services. Such data services may be communicated with through a modem, over the Internet, over a satellite, through the vertical blanking interrupt (VBI) of a TV program, etc.; the invention is not so particularly limited.
- EPG data services also provides a database API for accessing the data and common user interfaces for configuring the loading functions.
- an application may use EPG data services to determine what is programmed to be television on a given logical channel at a given time; the EPG data services may then call channel map services to determine the corresponding physical channel and physical device, and then load the relevant EPG if necessary before returning the requested information to the application.
- the architecture of the EPG data services is based on a modular approach, such that EPG providers may be added to the EPG database.
- EPG data services thus provides an abstraction layer between the providers of the EPG data and the application that use the data. If the provider of a given set of EPG data changes, for example, only the relevant EPG data services need to be modified; the applications that utilize these data services do not.
- the modular nature of the EPG data services also permits the integration of EPG data from multiple sources. For example, EPG data relating to satellite TV may originate from one particular provider, whereas EPG data relating to broadcast TV may originate from another particular provider.
- Parental lock services provide a set of functions and user interfaces for managing the access to television content, files, and pay events as well as common user interfaces for password management. For example, a parental lock service may be called to determine whether a particular pay channel on cable TV is allowed to be accessed. Furthermore, a parental lock service may be called to determine whether certain pay channels and other content may be accessible only via entry of the correct password. Thus, an application program or other service may use parental lock services to determine whether access to particular content is permitted.
- TV services provide a set of user interface components for watching video, as well as a simplified API for tuning a selected device in a given video window.
- TV services provides the interface for watching video regardless of the mode in which the hardware component in conjunction with which the software architecture operates is currently configured (for example, either a TV mode or a PC mode, as have been described).
- TV services specifically manages the relationship among the channel map services, device control services, EPG data services, and parental lock services.
- An application is able to call TV services to tune to a particular logical chaimel, TV services then calling channel map services to determine the corresponding device and physical channel, parental lock services to determine whether permission has been given to select that channel, and also device control services to physically tune to the channel on the corresponding device.
- EPG data services may also be called by TV services as necessary.
- User interface services and view services may be merged for convenience.
- User interface services provides a set of functions to dispatch keyboard, remote control, and other user interface events to the appropriate overlays and views. Thus, when a key on the keyboard has been actuated, or a control on the remote control has been actuated, etc., an appropriate event (such as a hardware interrupt) is generated that is detected and managed by user interface services. User interface services conveys this message to a subscribing overlay or view. A view or overlay (or another service) may thus utilize user interface services to be notified when a particular user interface event occurs.
- logo services provides a set of functions for managing logos used in a particular user interface, such as an overlay or a view, as well as the mapping of logos to different color resolutions and languages.
- a channel such as ABC or ESPN may have defined within logo services the manner by which its logo is to displayed for a number of color resolutions (i.e., sixteen colors, four colors, one-thousand-twenty-four colors, etc.).
- An application program or a service calling logo services is thus able to specify a channel for which a logo is needed, as well as the color resolution in which the logo is needed, and the logo services will return the requested logo if available.
- Graphics services provides a set of functions for managing common graphics operations. Such common graphics operations including replicating texture bit maps, and mapping bit maps and palettes to different color resolutions, as known within the art. For example, a service or application program may call graphics services, inputting a particular graphic in a given color resolution (e.g., sixteen colors), and request that graphics services return the graphic in another color resolution (e.g., four colors).
- a given color resolution e.g., sixteen colors
- graphics services return the graphic in another color resolution (e.g., four colors).
- Scheduler services provides a set of functions for scheduling timer- related events. Such events include the retrieval of data from an EPG data provider, the notification of a previously scheduled reminder (for example, that a predetermined television program will be broadcast in fifteen minutes), etc.
- Scheduler services are low-level functions, such that the services and user interfaces (such as views and overlays) calling scheduler services provide their own user interface in conjunction with the timer-related events. That is, scheduler services desirably does not provide a user interface for its events, but rather only manages the events. For example, scheduler services would notify a given service that a particular event has occurred, but would leave it to the given service to graphically display information regarding the event on a display device of the hardware component in conjunction with which the software architecture is operating.
- overlays 32 of user interfaces component 20 include a banner overlay, a favorites overlay, a view navigation overlay, a device control overlay, and an opportunities overlay. These overlays desirably appear as a virtual extension of the hardware component in conjunction with which the software architecture operates, and thus not as user interfaces that are specifically part of applications that are running within (and provided by) different views. In other words, overlays are thus not separate views, but rather cooperate with and extend other views. Overlays primarily provide contextual information and a manner by which parts of the hardware component is navigated.
- the banner overlay provides a user interface for identifying the content active in the current view.
- Such content typically includes audio and video information.
- the banner overlay may identify the channel currently tuned to, the logo of this channel, the current volume level, etc.
- the banner overlay thus is desirably closely integrated with television services, EPG data services, and logo services, as appreciated by those of ordinary skill within the art.
- the favorites overlay provides a user interface for quickly navigating content related to the current view. For example, a given user may have preprogrammed the software architecture such that four favorite logical channels are within the favorite services, the broadcast stations ABC, CBS, NBC, and FOX.
- the favorites overlay thus provides a user interface so that the user is able to switch quickly among these stations.
- the favorites overlay is desirably closely integrated with favorite services, television services, and logo services, as appreciated by those of ordinary skill within the art.
- the view navigation overlay provides a user interface for activating other views. For example, a user desiring to switch from the current view to another view does so through the view navigation overlay.
- the view navigation overlay is desirably closely integrated with view services and logo services, as appreciated by those of ordinary skill within the art.
- the device control overlay provides a user interface containing a subset of the functionality available in the device control view, described hereafter.
- the device control overlay permits a user to control devices without leaving the current view. This is distinguished from the device control view, which permits user control of devices only by first switching to the device control view.
- the device control overlay is desirably closely integrated with device control services and view services, as appreciated by those of ordinary skill within the art.
- the opportunities overlay provides a user interface to notify a user of opportunity events. For example, when a telephone device that is a part of the hardware component in conjunction with which the software operates rings, or electronic mail is received, the opportunities overlay presents a user interface to allow the user to take advantage of these opportunities, such as to answer the phone, or read the electronic mail.
- the opportunities overlay is desirably closely integrated with opportunity services and logo services, as appreciated by those of ordinary skill within the art.
- the overlays have corresponding services with which they are desirably closely integrated.
- the favorites overlay has corresponding favorites services
- the opportunities overlay has corresponding opportunities services
- the device control overlay has corresponding device control services.
- Such overlays provide a user interface to their corresponding services. This thus separates the user interface aspect of the services into an overlay apart from the functionality provided by the services. Such separation permits easy modification of the user interface aspect — the overlay — without necessarily forcing corresponding modification of the corresponding services, or vice-versa. Such easy modification is an advantage provided by embodiments of the invention.
- views 34 of user interfaces component 20 include a TV view, a PC view, a home view, an EPG view, a device control view, a web view, a communications view, a games view, and a kids view. These views generally are desirably full-screen graphical user interfaces.
- the software architecture may also provide access to a limited subset of two-view combinations, such as a split-screen web view and TV view.
- Each view may be associated with a given application program; each application program, however, may support a plurality of views, although the invention is not so limited.
- the TV view sets the display device of the hardware component in conjunction with which the system architecture operates into a TV mode, such that a video source is selected and displayed in the view.
- the video source may be displayed on a full-screen basis.
- Video sources include a TV tuner, a digital satellite modem, and a DVD player, although the invention is not so particularly limited.
- the TV view is desirably closely integrated with TV services, as those of ordinary skill within the art will appreciate.
- the PC view sets the display device of the hardware component in conjunction with which the system architecture operates into a PC mode, such that a user may use the operating system view, or shell, as provided by the operating system.
- One such operating system is a version of the Microsoft Windows operating system.
- the hardware component operates similar to other hardware (e.g., a computer) running the same operating system but not having convergence capability, except that the user still has access to overlays, which have been already described.
- many of the devices that are a part of the hardware component and that may be accessible through other views may also be available and accessible through the operating system.
- the operating system For example, within the Microsoft Windows 95 operating system, such devices may be available and accessible from the Start Menu, within the Program Files folder, and within the Control Panel application.
- While other views may limit window management - i.e., the sizing, overlapping, and moving of windows - the PC view desirably permits full control of the windows.
- the PC view is desirably not tightly integrated with any of the system services, as those of ordinary skill within the art will appreciate.
- application programs accessible within the operating system may themselves be integrated with specific services.
- the home view provides a single location to assess (view) the available convergence content available within the hardware component in conjunction with which the system architecture operates.
- accessing the home view permits a user to learn that, for example, the convergence content on a particular hardware component includes a PC mode, and a TV mode, such that the TV mode permits access to cable TV and satellite TV.
- the home view displays video from the favorite channels, the available opportunities, representations ("peeks") at other views, etc.
- the home view is considered a convergence application since all content available within the hardware component is accessed and available through the home view.
- the home view is desirably closely integrated with all the system services, and in particular TV services, favorites services, and opportunities services, as those of ordinary skill within the art will appreciate.
- the EPG view provides a program grid, a preview video window, and information about the current program or other programs in the grid.
- the EPG view provides a content-centric manner by which the hardware component in conjunction with which the software architecture operates may be navigated.
- a user is able to navigate the EPG information as displayed in the EPG view to learn, for example, what TV programs will be displayed and at what times, etc.
- the EPG view is desirably closely integrated with EPG data services, TV services, logo services, and scheduler services, as those of ordinary skill within the art will appreciate.
- the device control view provides user interfaces for each multimedia, audio, and video device within the hardware component in conjunction with which the software architecture operates. Such devices may be coupled within the hardware component via physical connection (hard-wired), or wirelessly (e.g., via infrared signals).
- the device control view provides a device-centric manner by which the hardware component may be navigated.
- the user interfaces for each device provide controls for operating the device, which desirably are typically limited to the controls normally found on a remote control for the device.
- the device control view is desirably closely integrated with device control services, favorites services, and TV services.
- the web view provides a user interface for browsing Internet worldwide-web pages.
- the interface provided by the web view may be that as provided by the computer program Netscape Navigator, or the computer program Microsoft Internet Explorer, as known within the art.
- the web view is desirably closely integrated with favorites services and parental lock services, as those of ordinary skill within the art will appreciate.
- the communications view provides a user interface to access various communications capabilities available within the software architecture and/or the hardware component in conjunction with which the software architecture operates.
- Such communications capabilities may include speaker phone, video phone, facsimile, electronic mail, and telephone answering machine capabilities.
- an application program wishing to utilize one of these communications capabilities may call the communications view to utilize the user interface provided by this view-
- the communications view is desirably closely integrated with favorites services, parental lock services, and logo services.
- the games view provides a user interface for navigating entertainment programs that may be included on the computerized system including the hardware component in conjunction with which the software architecture operates. Furthermore, the games view provides a user interface to permit a user to add a new game to the computerized system, from a device that is a part of the hardware component, such as a CD-ROM drive. As those of ordinary skill within the art will appreciate, the games view is desirably closely integrated with favorites services, parental lock services, and logo services.
- the kids view provides a user interface to simplify functionality provided by the computerized system, including the software architecture and the hardware component in conjunction with which the software architecture operates. That is, the kids view provides a user interface that limits access to functions and files that may be inappropriate to children, such that the entire computerized system is more easily used by children.
- the kids view is desirably closely integrated with favorites services, parental lock services, and TV services. As has been described, many of the views are desirably closely integrated with one or more services. This enables such views to combine the functionality provided by these services, in an easily accessible user interface.
- Computer 110 is operatively coupled to monitor 112, pointing device 114, and keyboard 116.
- the computerized system provides the hardware component and the software architecture as has been described herein.
- Computer 110 includes a processor (preferably, an Intel Pentium processor), random-access memory (RAM) (preferably, at least thirty-two megabytes), read-only memory (ROM), and one or more storage devices, such as a hard disk drive, a floppy disk drive (into which a floppy disk can be inserted), an optical disk drive, and a tape cartridge drive.
- the memory, hard drives, floppy disks, etc. are types of computer-readable media.
- Computer 110 preferably is a PC-compatible computer running a version of the Microsoft Windows operating system. The construction and operation of such computers are well known within the art.
- Computer 110 includes integrated therein or coupled thereto hardware to provide for what is known as the art as a "convergence environment" such that computer 110 provides capability beyond ordinary PC operation.
- Such capability preferably including TV capability.
- the Gateway Destination PC/TV system available from Gateway 2000, Inc., provides a convergence environment across two primary modes of operation: TV viewing, and PC operation.
- Computer 110 desirably provides for integration with or includes audio/visual (i.e., multimedia) devices including but not limited to: a sound card, a digital video disc (DVD) player, a direct broadcast satellite (DBS) receiver, a TV tuner (for broadcast and/or cable TV), audio/visual inputs for external or auxiliary devices, a CD-ROM player, an audio/visual tuner having at least radio tuning capability, a cable decoder, a video cassette recorder, a laser disc player, a compact disc player, a DBS integrated receiver-decoder (IRD), and a video camera.
- audio/visual i.e., multimedia
- audio/visual devices including but not limited to: a sound card, a digital video disc (DVD) player, a direct broadcast satellite (DBS) receiver, a TV tuner (for broadcast and/or cable TV), audio/visual inputs for external or auxiliary devices, a CD-ROM player, an audio/visual tuner having at least radio tuning capability, a cable decoder,
- Computer 110 may also be communicatively connected to the Internet, any particular manner by which the invention is not limited to, and which is not shown in FIG. 1.
- Internet connectivity is well known within the art.
- the computer includes a modem and corresponding communication drivers to connect to the Internet via what is known in the art as a "dial-up connection.”
- the computer includes an Ethernet or similar hardware card to connect to a local-area network (LAN) that itself is connected to the Internet via what is know in the art as a "direct connection” (e.g., TI line, etc.).
- LAN local-area network
- Monitor 112 permits the display of information, including computer, video and other information, for viewing by a user of the computer.
- monitors include cathode ray tube (CRT) displays, as well as flat panel displays such as liquid crystal displays (LCD's).
- the monitor is, however, desirably a 31" VGA monitor.
- Pointing device 114 permits the control of the screen pointer provided by the graphical user interface of operating systems such as versions of Microsoft Windows.
- the invention is not limited to any particular pointing device 114, and may include a plurality of pointing devices.
- Such pointing devices include mouses, touch pads, trackballs, remote controls and point sticks.
- the remote control has a number of keys that may be used for text entry.
- keyboard 116 permits entry of textual information into computer 110, as known within the art, and the invention is not limited to any particular type of keyboard. Desirably, keyboard 116 is a wireless keyboard.
- FIGs. 4(a)-4(n) diagrams showing in more detail a software architecture according to one embodiment of the invention are shown. These diagrams are shown to illustrate the manner by which a software architecture may be implemented, and the invention is not so limited-
- FIG. 4(a) specifically relates to favorites services.
- FIG. 4(b) specifically refers to channel map services.
- FIG. 4(c) specifically refers to opportunity services.
- FIG. 4(d) specifically refers to device control services.
- FIG. 4(e) specifically refers to EPG services.
- FIG. 4(f) specifically refers to user interface services.
- FIG. 4(g) specifically refers to TV services.
- FIG. 4(h) specifically refers to parental lock services.
- FIG. 4(i) specifically refers to logo services.
- FIG. 4(j) specifically refers to graphic services.
- FIG. 4(k) specifically refers to view services.
- FIG. 4(1) specifically refers to scheduler services.
- FIG. 4(m) specifically refers to favorites overlay.
- FIG. 4(n) specifically refers to banner overlay.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Information Transfer Between Computers (AREA)
- Digital Computer Display Output (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP99902035A EP0965081A1 (en) | 1998-01-05 | 1999-01-04 | Architecture for convergence systems |
AU22112/99A AU763282B2 (en) | 1998-01-05 | 1999-01-04 | Architecture for convergence systems |
JP53621499A JP2001517346A (en) | 1998-01-05 | 1999-01-04 | Architecture for fusion systems |
CA002283271A CA2283271A1 (en) | 1998-01-05 | 1999-01-04 | Architecture for convergence systems |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/002,828 | 1998-01-05 | ||
US09/002,828 US20030035007A1 (en) | 1998-01-05 | 1998-01-05 | Architecture for convergence systems |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1999035569A1 true WO1999035569A1 (en) | 1999-07-15 |
Family
ID=21702714
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1999/000017 WO1999035569A1 (en) | 1998-01-05 | 1999-01-04 | Architecture for convergence systems |
Country Status (6)
Country | Link |
---|---|
US (1) | US20030035007A1 (en) |
EP (1) | EP0965081A1 (en) |
JP (1) | JP2001517346A (en) |
AU (1) | AU763282B2 (en) |
CA (1) | CA2283271A1 (en) |
WO (1) | WO1999035569A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002035835A2 (en) * | 2000-10-23 | 2002-05-02 | Thomson Licensing Sa | Method for setting up a connection and associated device for receiving interactive services |
EP2321968A2 (en) * | 2008-09-03 | 2011-05-18 | TQTVD Software Ltda | Application execution system for digital television, apparatus for application execution for digital television and method to implement said system |
Families Citing this family (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9286294B2 (en) | 1992-12-09 | 2016-03-15 | Comcast Ip Holdings I, Llc | Video and digital multimedia aggregator content suggestion engine |
US7168084B1 (en) | 1992-12-09 | 2007-01-23 | Sedna Patent Services, Llc | Method and apparatus for targeting virtual objects |
WO1999013641A1 (en) * | 1997-09-05 | 1999-03-18 | Prevue International, Inc. | Program guide application interface system |
US7117440B2 (en) * | 1997-12-03 | 2006-10-03 | Sedna Patent Services, Llc | Method and apparatus for providing a menu structure for an interactive information distribution system |
AR019458A1 (en) * | 1998-07-23 | 2002-02-20 | United Video Properties Inc | AN INTERACTIVE TELEVISION PROGRAMMING GUIDE PROVISION THAT SERVES AS AN ENTRY |
BR9912385A (en) | 1998-07-23 | 2002-01-15 | Diva Systems Corp | User interface generated on a head end, interactive program guide, and processes for generating and distributing a user interface, and interacting with an interactive program guide |
US9924234B2 (en) | 1998-07-23 | 2018-03-20 | Comcast Ip Holdings I, Llc | Data structure and methods for providing an interactive program |
EP2268019A3 (en) * | 1998-07-23 | 2012-05-30 | United Video Properties, Inc. | Interactive television program guide system that serves as a portal |
US6754905B2 (en) | 1998-07-23 | 2004-06-22 | Diva Systems Corporation | Data structure and methods for providing an interactive program guide |
US6993721B2 (en) * | 1998-11-30 | 2006-01-31 | Sony Corporation | Web channel guide graphical interface system and method |
US7313805B1 (en) | 1998-11-30 | 2007-12-25 | Sony Corporation | Content navigator graphical user interface system and method |
US6904610B1 (en) | 1999-04-15 | 2005-06-07 | Sedna Patent Services, Llc | Server-centric customized interactive program guide in an interactive television environment |
US7096487B1 (en) | 1999-10-27 | 2006-08-22 | Sedna Patent Services, Llc | Apparatus and method for combining realtime and non-realtime encoded content |
US6754271B1 (en) | 1999-04-15 | 2004-06-22 | Diva Systems Corporation | Temporal slice persistence method and apparatus for delivery of interactive program guide |
CA2388606C (en) | 1999-10-27 | 2009-12-29 | Diva Systems Corporation | Picture-in-picture and multiple video streams using slice-based encoding |
US20050177850A1 (en) | 1999-10-29 | 2005-08-11 | United Video Properties, Inc. | Interactive television system with programming-related links |
US6871012B1 (en) * | 2000-11-22 | 2005-03-22 | Microsoft Corporation | Unique digital content identifier generating methods and arrangements |
US6990671B1 (en) * | 2000-11-22 | 2006-01-24 | Microsoft Corporation | Playback control methods and arrangements for a DVD player |
US7200323B1 (en) * | 2000-11-22 | 2007-04-03 | Microsoft Corporation | Restricted content viewing methods and arrangements for use in a DVD player |
US7451453B1 (en) | 2000-11-22 | 2008-11-11 | Microsoft Corporation | DVD navigator and application programming interfaces (APIs) |
US7793326B2 (en) | 2001-08-03 | 2010-09-07 | Comcast Ip Holdings I, Llc | Video and digital multimedia aggregator |
US7908628B2 (en) | 2001-08-03 | 2011-03-15 | Comcast Ip Holdings I, Llc | Video and digital multimedia aggregator content coding and formatting |
US20040008222A1 (en) * | 2002-07-09 | 2004-01-15 | Silverlynk, Corporation | User intuitive easy access computer system |
KR100536594B1 (en) * | 2002-12-30 | 2005-12-14 | 삼성전자주식회사 | A photosensitive polymer containing silicon and resist compositions using the same |
US20050065912A1 (en) * | 2003-09-02 | 2005-03-24 | Digital Networks North America, Inc. | Digital media system with request-based merging of metadata from multiple databases |
KR100522724B1 (en) * | 2003-10-24 | 2005-10-18 | 주식회사 레인콤 | System and method for driving a portable multimedia player, portable multimedia player and recording media |
US7734155B2 (en) * | 2003-12-08 | 2010-06-08 | Sony Corporation | Multimedia home network computer |
US7798903B2 (en) * | 2004-04-30 | 2010-09-21 | Microsoft Corporation | System and method for accessing system software in a gaming console system via an input device |
US20070094726A1 (en) * | 2005-10-26 | 2007-04-26 | Wilson Michael C | System and method for neutralizing pestware that is loaded by a desirable process |
EP1992161A1 (en) * | 2006-03-06 | 2008-11-19 | Thomson Licensing | Method and apparatus for updating a favorite list of channel numbers |
US8775656B2 (en) * | 2006-10-10 | 2014-07-08 | Microsoft Corporation | Strategies for integrating plural modes of content delivery |
US8677404B2 (en) * | 2007-09-21 | 2014-03-18 | Globalfoundries Inc. | System and method for controlling video inputs to a computer |
JP5791236B2 (en) * | 2010-05-10 | 2015-10-07 | キヤノン株式会社 | Information processing apparatus, information processing apparatus control method, and program |
US9117385B2 (en) * | 2011-02-09 | 2015-08-25 | Dolby Laboratories Licensing Corporation | Resolution management for multi-view display technologies |
US9154813B2 (en) | 2011-06-09 | 2015-10-06 | Comcast Cable Communications, Llc | Multiple video content in a composite video stream |
US9679330B2 (en) | 2012-06-10 | 2017-06-13 | Apple Inc. | Interface for enhanced continuity of browsing experience |
SE1200467A1 (en) * | 2012-07-27 | 2014-01-28 | Magine Holding AB | System and procedure |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6275266B1 (en) * | 1997-11-12 | 2001-08-14 | Philips Electronics North America Corporation | Apparatus and method for automatically detecting and configuring a television display for a personal computer |
-
1998
- 1998-01-05 US US09/002,828 patent/US20030035007A1/en not_active Abandoned
-
1999
- 1999-01-04 CA CA002283271A patent/CA2283271A1/en not_active Abandoned
- 1999-01-04 AU AU22112/99A patent/AU763282B2/en not_active Ceased
- 1999-01-04 EP EP99902035A patent/EP0965081A1/en not_active Withdrawn
- 1999-01-04 WO PCT/US1999/000017 patent/WO1999035569A1/en not_active Application Discontinuation
- 1999-01-04 JP JP53621499A patent/JP2001517346A/en active Pending
Non-Patent Citations (3)
Title |
---|
MCNINCH B: "SCREEN-BASED TELEPHONY", IEEE COMMUNICATIONS MAGAZINE, vol. 28, no. 4, 1 April 1990 (1990-04-01), pages 34 - 38, XP000179286 * |
SCHMIDT U: "DER "MEDIENMANAGER", EINE NEUARTIGE BENUTZERFUERUNG FUER MULTIMEDIA-PCS", FERNSEH UND KINOTECHNIK, vol. 50, no. 3, 1 March 1996 (1996-03-01), pages 110 - 114, XP000581420 * |
SCHROETER E ET AL: "An application interface with multiple workspaces: the context switcher", PROCEEDINGS SIXTH AUSTRALIAN CONFERENCE ON COMPUTER-HUMAN INTERACTION, PROCEEDINGS SIXTH AUSTRALIAN CONFERENCE ON COMPUTER-HUMAN INTERACTION, HAMILTON, NEW ZEALAND, 24-27 NOV. 1996, ISBN 0-8186-7525-X, 1996, Los Alamitos, CA, USA, IEEE Computer. Soc. Press, USA, pages 318 - 319, XP002105066 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002035835A2 (en) * | 2000-10-23 | 2002-05-02 | Thomson Licensing Sa | Method for setting up a connection and associated device for receiving interactive services |
WO2002035835A3 (en) * | 2000-10-23 | 2002-06-20 | Thomson Licensing Sa | Method for setting up a connection and associated device for receiving interactive services |
EP2321968A2 (en) * | 2008-09-03 | 2011-05-18 | TQTVD Software Ltda | Application execution system for digital television, apparatus for application execution for digital television and method to implement said system |
EP2321968A4 (en) * | 2008-09-03 | 2013-08-21 | Tqtvd Software Ltda | Application execution system for digital television, apparatus for application execution for digital television and method to implement said system |
CN102239701B (en) * | 2008-09-03 | 2014-12-03 | Tqtvd软件有限公司 | Application execution system for digital television, apparatus for application execution for digital television and method to implement said system |
Also Published As
Publication number | Publication date |
---|---|
AU763282B2 (en) | 2003-07-17 |
US20030035007A1 (en) | 2003-02-20 |
AU2211299A (en) | 1999-07-26 |
EP0965081A1 (en) | 1999-12-22 |
CA2283271A1 (en) | 1999-07-15 |
JP2001517346A (en) | 2001-10-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
AU763282B2 (en) | Architecture for convergence systems | |
US7152236B1 (en) | Integration of internet sources into an electronic program database list | |
US6567106B1 (en) | Multipurpose channel banner | |
US7451469B2 (en) | Electronic program guide displayed simultaneously with television programming | |
US6201538B1 (en) | Controlling the layout of graphics in a television environment | |
US5933141A (en) | Mutatably transparent displays | |
US6501511B2 (en) | Broadcasting program displaying device for receiving and displaying a program video and property information | |
US20030056216A1 (en) | System for managing favorite channels | |
US20020157094A1 (en) | Display control apparatus and method, receiving apparatus and recording medium | |
US7949230B2 (en) | Electronic equipment, system for video content, and display method | |
US6563547B1 (en) | System and method for displaying a television picture within another displayed image | |
KR20130071499A (en) | Systems and methods for personalizing an interactive media guidance application | |
US7051280B1 (en) | Method for displaying reservation guide/confirmation screen in a TV | |
WO2005046239A1 (en) | Mehtod and apparatus for accessing and processing data for television contents, and the media and transmitting signal containing the method | |
US20050216935A1 (en) | Filter criteria and results display apparatus and method | |
KR20060017892A (en) | Apparatus for accessing and processing data for television contents | |
US20050141870A1 (en) | Apparatus for receiving broadcast signals and method of receiving broadcast signals | |
WO1999035828A1 (en) | Channel tuner for television |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AU CA JP |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE |
|
WWE | Wipo information: entry into national phase |
Ref document number: 22112/99 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1999902035 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2283271 Country of ref document: CA Ref country code: CA Ref document number: 2283271 Kind code of ref document: A Format of ref document f/p: F |
|
ENP | Entry into the national phase |
Ref country code: JP Ref document number: 1999 536214 Kind code of ref document: A Format of ref document f/p: F |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWP | Wipo information: published in national office |
Ref document number: 1999902035 Country of ref document: EP |
|
WWG | Wipo information: grant in national office |
Ref document number: 22112/99 Country of ref document: AU |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1999902035 Country of ref document: EP |