Method and apparatus for content management

Information

  • Patent Grant
  • 8719958
  • Patent Number
    8,719,958
  • Date Filed
    Tuesday, May 22, 2012
    12 years ago
  • Date Issued
    Tuesday, May 6, 2014
    10 years ago
Abstract
The present disclosure relates generally to audio and video processing. One claim recites a portable apparatus comprising: electronic memory comprising one or more identifiers, each of the identifiers being associated with previously accessed audio or video items, with each previously accessed audio or video item including an identifier associated therewith; and a logic processor programmed for: a. restricting access to an encountered audio or video item if an identifier associated with the encountered audio or video item is one of the one or more identifiers associated with the previously accessed audio or video items, and b. limiting a number of content items with different user identifiers that can be accessed in a predetermined amount of time. Other claims and combinations are provided as well.
Description
BACKGROUND OF THE INVENTION

With the influx of digital compression schemes, digital media copiers, digital playing devices, and the Internet, it has become relatively simple to illegally copy and distribute digital content. Therefore, content providers want to allow only the person who bought content to access (i.e. play, copy or record) that content. One way to do this is to provide content that contains an ID, and lock the ID to the consumer, the rendering device or the storage unit. However, these existing solutions of how to use the ID produce unreasonable burdens for consumers.


One existing solution, known as user-binding, requires a person to carry an ID-card and/or remember a personal identification number (PIN) to access the content, similar to the way bank ATM machines work. The consumer has accepted this solution in order to access money in the bank, a situation where security is an advantage to the consumer too. However, it is doubtful that consumers will accept this requirement to access content, for example, play audio on a car stereo. In addition, when a group of people are sharing content, such as music, the process of each person having to scan a card before listening to their music is obtrusive. Finally, this solution requires data that links the ID to the user, so PINs and/or ID-cards can be produced. This data means the user's privacy has been compromised.


Another existing solution restricts playing of the content to one device, known as player-binding. This solution means your friend's music will not play in your car stereo, neither will your movie play at his house. This solution is not only inconvenient to the consumer, but also reduces the sale of content since many people buy content after playing or viewing it with their friends.


A final solution links the content to the storage unit, known as media-binding. The storage unit includes but is not limited to a magnetic hard drive, optical disk or electronic memory. This solution becomes cumbersome when the content should be allowed to move between different storage unit types. For example, a user, Joe, may want to play his audio from his computer's hard drive over his home stereo, or have the audio in his car or on a jog as portable electronic memory. However, with this media-binding solution, this audio can only be played in one place, and to move it from Joe's stereo to his car, he has to remember to where it was “checked out”, otherwise, piracy cannot be controlled. Importantly, he can't just listen to it from each place as desirable to the consumer.


SUMMARY OF THE INVENTION

The object of the invented process and apparatus ease the fashion in which consumers legitimately access protected content while controlling piracy. The basic concept is that the content contains an ID that locks it to a particular user or broadcast and the rendering device automatically determines whether the content can be accessed based upon the current and previously rendered IDs and rules. This technology should result in increased sales of content for the content providers.


The invented process involves the rendering device keeping track of the IDs contained in both the current and previously accessed content. This allows the rendering device to control access to new content based upon the new content's ID, the rules provided with the content (by the content providers) and/or within the device, and the IDs from previously rendered content by the device.


The ID may be linked to the user or the broadcast. User IDs work well for content that is sold for a user's continued use, whereas broadcast IDs work well for content recorded by the user from a broadcast.


An example implementation of the invented process is as follows. For user-linked content, the rendering device includes constraints that limit the number of content tracks with different user IDs that can be accessed in a certain amount of time, possibly influenced by the number of times content with each user ID has already been accessed. For broadcast content, broadcast IDs and the optionally included rules can be used to limit rendering or copying of each broadcast. In other words, with broadcast IDs, the limits are based upon date or number of times that ID is played, not on the total number of broadcast IDs.


More specifically, a portable MP3 player can keep track of each song's user ID, and if the previously played songs contain more than N different user IDs, the player decides if it can replace an old user ID with the new one due to the old user ID's date and number of times songs with that ID have been played. Similarly, if a broadcast ID is contained in memory, the MP3 player notes that the user has played the audio X times and Y times is allowed by the broadcast, or the date is past the broadcast's allowable usage date.


To this end, it is easy for the consumer to use the device, as he/she is not required to posses an ID card. In addition, there is no need for a global database linking the user to the ID; thus, the user's privacy is not compromised. For example, if a user looses his/her ID, it can be obtained from previous content. However, the user or broadcast ID can be kept secret and other privacy methods can be used with this technology. Most importantly, access to the media is limited, as the content providers wish, but the user is not inconvenienced.


The apparatus to implement this process includes a logic processor and memory, where it is desirable if the memory maintains its state when the device is without power. Most devices will already contain logic processors for rendering the content, and this process may be implemented on those processors and share time cycles with the other responsibilities of that processor. Importantly, the cost of the hardware to implement this process is minimal since the process is so simple, as desired by the device manufacturers.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is an overview of the process of automatic ID management.



FIG. 2 is the pseudo-code for implementing an exemplar automatic ID management process.



FIG. 3 is the apparatus to implement automatic ID management.



FIG. 4 is a portable MP3 audio player containing the apparatus.





DETAILED DESCRIPTION

Lets begin with some definitions. The rendering device is the device that can play, view, record or perform a similar action upon the data. The rendering device can provide any type of perceived data, including but not limited to images, audio and video. If the rendering device has a portable section, such as with a MP3 player, the loader, which puts the content onto the rendering device, is considered as part of the rendering device. The ID may be a user or broadcast ID. For example, many MP3 players can also record broadcasts, and these broadcasts will, in the future, contain embedded broadcast IDs, possibly as watermarks or header data with digital broadcasts. Content refers to the desired audio, video, image, or other relevant perceived data. Content providers include but are not limited to record labels, movie studios, and independent artists. The ID may be embedded within the content such as bits in the header file or a watermark, or the ID can be linked to the encryption and decryption of the content. Finally, this automatic ID management may be used in conjunction with other methods, such as media-binding.



FIG. 1 displays an overview of the automatic ID management process. In the process, the rendering device 100 keeps track of the IDs contained within the content it has previously accessed (box 110). The rules 120 may be provided in the device hardware and/or contained with the content. The rules 120 decide whether or not the device can access the new content based upon its ID (box 130).


If the rendering device has a portable section, such as with a MP3 player, the loader, defined above as part of the rendering device, can be used to lower the amount of memory required within the portable section, thus lowering its costs. This means that with a portable rendering device, the portable section may contain all of the memory and processing hardware (described in detail below) required to perform this automatic ID handling, or the hardware may be split between the loader and portable section. For example, when a computer uses a software loader to put MP3 files onto a portable MP3 player, the loader may store all the information about IDs on the computer and all the rendering device needs to do is count the number of times each song is played and maintain date information for its current list of content.



FIG. 2 displays the pseudo-code to implement an example of the process. In this example, the rules 120 include constraints 245, which are contained within the content as specified by the content provider, as well as default rules contained with the rendering device hardware. The constraints 245 are retrieved from the content 200 (box 240). The constraints 245 may limit the number of content tracks with different IDs that a device can access during a set time-period. The constraints 245 may also change the time-period an ID is stored dependent upon the number of times content with a specific ID was accessed. The constraints 245 may be embedded within the content or attached as a header information or a linked file.


For ease-of-use, it is better to not change these constraints per song because it may confuse the user. Ideally, the constraints should be agreed upon and set in the rendering device. However, including the rules in the content is a viable option for this technology.


Before describing the details of this exemplar process, it is important to understand the apparatus that implements the automatic ID management process (FIG. 3). The hardware includes a logic processor 300 and a memory 310. The logic processor 300 may be defined as the equivalent of a digital signal processor (DSP), general-purpose central processing unit (CPU), or a specialized CPU, including media processors. A likely DSP chip is one of the Texas Instruments TMS320 product line. A CPU could include one of Intel's Pentium line or Motorola/IBM's PowerPC product line. The design of code for controlling logic processor 300 is simple for someone familiar with the state of the art given the above pseudo-code and description.


In addition, a person familiar with the state of the art could implement the logic processor 300 using analog and digital circuitry, either separate or in an application specific integrated circuit (ASIC). The analog and digital circuitry could include any combination of the following devices: digital-to-analog converters (D/A), comparators, sample-and-hold circuits, delay elements, analog-to-digital converters (A/D), and programmable logic controllers (PLC).


The memory 310 stores the information required by rules 120, such as IDs, last play date, and the number of times that content with each ID has been accessed. Memory 310 may consist of standard computer random access memory (RAM). It is also desirable if memory 310 maintains this information even without power in the rendering device, perhaps but not limited to using ROM with backup and chargeable battery power, or memory that is stable without power, such as EPROM. As discussed above, memory 310 may consist of two separate modules when using a portable section and loader.


Now, back to a detailed description of the example process. It begins with the device 100 receiving new content 200. From the content 200, an ID 210 is retrieved. The ID 210 is checked to see if it is a user or broadcast ID (box 215).


For user IDs, the following happens. If the ID 210 already exists in the memory 310 of device 100 (box 220), the play count and last access date are updated (box 222) and the content 200 is rendered (box 230). If the ID 210 does not exist in memory 310 (box 220), the rules 120 are checked. If another ID can exist in memory 310 (box 250), ID 210 and the current date are added to the memory 310 (box 260) and the content is rendered (box 230). If another ID cannot be added, the rules 120 are checked to see if any existing IDs can be replaced because they are too old (box 270). If any IDs can be replaced, the old ID is replaced with ID 210 (box 280) and the content is rendered (box 230). If no IDs can be replaced, the user may be warned and access to content 200 is denied or limited (box 290). The user may also be presented with a link to buy the content (box 290).


More specifically, the rules may allow a device to store 10 IDs, and IDs can be replaced if they have not been accessed for a week.


In addition, the number of times an ID has been rendered could be used to determine whether or not to replace the old ID with a new one (box 270). This count value could influence the time period an ID is held is memory 310; thus allowing ID 210 to replace a stored ID (boxes 270 and 280). For example, if content associated with the stored ID has not been accessed in a week, it can be replaced. Conversely, if content associated with the stored ID has been played at least 7 times, it should be held for at least a month since its last access.


There are many other simple rules that can be designed to meet the specific needs of the content provider. Some may involve using difference equations to decide whether or not an ID can be replaced. For example, the count for an ID can be reduced by one each day and incremented by one for each rendering of content containing the ID, and the ID can be replaced (box 270) if the count is zero or less, or the date of last access is over a week.


For broadcast IDs, the following happens. The ID 210 is examined to see if it already exists in memory 310 (box 255). If not, the ID 210 and current date are added to the rendering devices memory 310 (box 265), and the content is rendered (box 230). If the ID 210 does exist in memory, the play count, record date and/or last access date are checked to see if the content can be rendered (box 275). The broadcast may allow only two renders, or one week of rendering, or rendering until a specific date. If the broadcast is allowed to be rendered, the count and last access date are updated (box 285) and the content is accessed (box 230). If the broadcast is not allowed to be rendered, the user is notified, the access is limited and a link to buy the broadcast or similar content may be provided, if applicable (box 295).


In addition, the device should probably have some way to reset all of the information, such as IDs, date and count. The reset function may require a password code that is pseudo-random, thus requiring the user to contact support to reset the device. For example, the password may depend upon the day and year and obtained from an automation system. The reset button may also delete all the current content as well as ID information. This allows people to use one portable player with many friends at a party, but the loss of content will discourage piracy since it will be cumbersome.



FIG. 4 shows a portable MP3 player 400 that contains the described apparatus implementing the described pseudo-code. In this case, the logic processor 300 could be a separate processor, or share access with the processor that decompresses the audio. The device also contains the necessary memory 310 to store the required information, such as ID, data and count, possibly even when the player 400 is without power. The device may share this memory with a software loader.


Finally, in any rendering device, the logic processor 300 could be a separate processor or share time with the processor handling content for the device, such as compressing or decompressing digital content.


In summary, the main advantage of this technology is that it will be easier for consumers to access protected content than with prior-art ID methods and apparatus. In addition, it provides the content protection desired by content providers, and minimal increase in cost for rendering devices as desired by consumer electronic manufacturers.


The foregoing descriptions of the preferred embodiments of the technology have been presented to teach those skilled in the art how to best utilize the technology. Many modifications and variations are possible in light of the above teaching, such as other simple rules to meet specific content provider goals or combinations of portable and loader sections. To this end, the following claims define the scope and spirit of the invention.

Claims
  • 1. A portable apparatus comprising: electronic memory comprising one or more identifiers, each of the identifiers being associated with a respective previously accessed audio or video item, with each previously accessed audio or video item including an identifier associated therewith;a logic processor programmed for: a. restricting access to an encountered audio or video item if an identifier associated with the encountered audio or video item is one of the one or more identifiers associated with the previously accessed audio or video items, andb. limiting a number of content items with different identifiers that can be accessed in a predetermined amount of time.
  • 2. The portable apparatus of claim 1 where the predetermined amount of time is decided by the portable device.
  • 3. The portable apparatus of claim 1 in which one identifier from the one or more identifiers cannot be replaced with an identifier associated with the encountered audio or video item when the audio or video item associated with the existing identifier has been accessed within the certain period of time.
  • 4. The portable apparatus of claim 1 where at least one identifier from the one or more identifiers can be replaced if an audio or video item associated with an identifier to be replaced has not been accessed for a certain period of time.
  • 5. The portable apparatus of claim 4 where the certain period of time is influenced by a number of times the audio or video item associated with the identifier to be replaced has been rendered.
  • 6. The portable apparatus of claim 4 where if the audio or video item associated with the one identifier to be replaced has been rendered at least a predetermined number of times, the one identifier is tracked for a longer time relative to other identifiers.
  • 7. The portable apparatus of claim 4 where the one identifier can be replaced dependent upon a difference equation involving an access or rendering count.
  • 8. The portable apparatus of claim 7 where the access or rendering count for tracked identifiers is decremented or reduced after the expiration of a set time, and the one identifier also can be replaced if it has a zero count.
RELATED APPLICATION DATA

This application is a continuation of U.S. patent application Ser. No. 12/493,972, filed Jun. 29, 2009 (U.S. Pat. No. 8,185,967), which is a continuation of U.S. patent application Ser. No. 11/671,291, filed Feb. 5, 2007(U.S. Pat. No. 7,555,785), which is a continuation of U.S. patent application Ser. No. 11/080,352, filed Mar. 14, 2005 (published as US 2005-0216513 A1), which is a continuation of U.S. patent application Ser. No. 09/522,312, filed Mar. 9, 2000 (now U.S. Pat. No. 6,868,497), which claims the benefit of U.S. Provisional Patent Application No. 60/123,587, filed Mar. 10, 1999. Each of these patent documents is hereby incorporated herein by reference.

US Referenced Citations (105)
Number Name Date Kind
4218738 Matyas et al. Aug 1980 A
4528588 Lofberg Jul 1985 A
4528643 Freeny Jul 1985 A
4827508 Shear May 1989 A
4888798 Earnest Dec 1989 A
4941175 Enescu et al. Jul 1990 A
4977594 Shear Dec 1990 A
4999806 Chernow et al. Mar 1991 A
5023907 Johnson et al. Jun 1991 A
5050213 Shear Sep 1991 A
5103476 Waite Apr 1992 A
5113518 Durst et al. May 1992 A
5138712 Corbin Aug 1992 A
5182770 Medveczky et al. Jan 1993 A
5319705 Halter Jun 1994 A
5321841 East Jun 1994 A
5410598 Shear Apr 1995 A
5428606 Moskowitz Jun 1995 A
5428731 Powers, III Jun 1995 A
5464997 Watanabe Nov 1995 A
5473692 Davis Dec 1995 A
5495411 Ananda Feb 1996 A
5548645 Ananda Aug 1996 A
5553143 Ross et al. Sep 1996 A
5579479 Plum Nov 1996 A
5613004 Cooperman Mar 1997 A
5617119 Briggs et al. Apr 1997 A
5629980 Stefik et al. May 1997 A
5634012 Stefik et al. May 1997 A
5636276 Brugger Jun 1997 A
5638443 Stefik et al. Jun 1997 A
5646997 Barton Jul 1997 A
5646999 Saito Jul 1997 A
5652714 Peterson et al. Jul 1997 A
5657462 Brouwer et al. Aug 1997 A
5699526 Siefert Dec 1997 A
5715403 Stefik Feb 1998 A
5721788 Powell et al. Feb 1998 A
5734119 France et al. Mar 1998 A
5734719 Tsevdos Mar 1998 A
5745569 Moskowitz et al. Apr 1998 A
5748956 Lafer May 1998 A
5765152 Erickson Jun 1998 A
5765176 Bloomberg Jun 1998 A
5801687 Peterson et al. Sep 1998 A
5822432 Moskowitz et al. Oct 1998 A
5828485 Hewlett Oct 1998 A
5845281 Benson Dec 1998 A
5848424 Scheinkman et al. Dec 1998 A
5852673 Young Dec 1998 A
5875249 Mintzer et al. Feb 1999 A
5912972 Barton Jun 1999 A
5915019 Ginter Jun 1999 A
5917912 Ginter et al. Jun 1999 A
5920861 Hall et al. Jul 1999 A
5920878 DeMont Jul 1999 A
5926822 Garman Jul 1999 A
5930369 Cox et al. Jul 1999 A
5940504 Griswold Aug 1999 A
5943422 Van Wie et al. Aug 1999 A
5974141 Saito Oct 1999 A
5983218 Syeda-Mahmood Nov 1999 A
5991876 Johnson et al. Nov 1999 A
5995625 Sudia Nov 1999 A
6021196 Sandford et al. Feb 2000 A
6044182 Daly et al. Mar 2000 A
6049627 Becker et al. Apr 2000 A
6061793 Tewfik et al. May 2000 A
6182218 Saito Jan 2001 B1
6185683 Ginter Feb 2001 B1
6226618 Downs et al. May 2001 B1
6233684 Stefik May 2001 B1
6236971 Stefik May 2001 B1
6398245 Gruse Jun 2002 B1
6574609 Downs Jun 2003 B1
6629138 Lambert et al. Sep 2003 B1
6868497 Levy Mar 2005 B1
7555785 Levy Jun 2009 B2
8185967 Levy May 2012 B2
20010004736 Hirano Jun 2001 A1
20010008557 Stefik Jul 2001 A1
20010026618 Van Wie Oct 2001 A1
20010032312 Runje Oct 2001 A1
20010034835 Smith Oct 2001 A1
20010037378 Hirayama Nov 2001 A1
20010041061 Nakagawa Nov 2001 A1
20010042043 Shear Nov 2001 A1
20010051996 Cooper et al. Dec 2001 A1
20020002468 Spagna Jan 2002 A1
20020007456 Peinado Jan 2002 A1
20020013772 Peinado Jan 2002 A1
20020019814 Ganesan Feb 2002 A1
20020048369 Ginter Apr 2002 A1
20020059238 Saito May 2002 A1
20020062252 Van Zoest May 2002 A1
20020065780 Barritz May 2002 A1
20020106082 Kori et al. Aug 2002 A1
20020107803 Lisanke Aug 2002 A1
20020112171 Ginter Aug 2002 A1
20020188570 Holliman Dec 2002 A1
20030005135 Inoue et al. Jan 2003 A1
20030069749 Shear et al. Apr 2003 A1
20030191719 Ginter et al. Oct 2003 A1
20040103305 Ginter et al. May 2004 A1
20050216513 Levy Sep 2005 A1
Non-Patent Literature Citations (11)
Entry
Choudhury et al., “Copyright Protection for Electronic Publishing Over Computer Networks,” 8302 IEEE Network 9, No. 3 (1995).
Microsoft Press, Microsoft Windows NT Workstation Resource Kit, 1996.
“Multimedia Mixed Object Envelopes Supporting a Graduated Fee Scheme via Encryption,” IBM Technical Disclosure Bulletin vol. 37, No. 03, pp. 413-417, Mar. 1994.
Sibert et al., “DigiBox: A Self-Protecting Container for Information Commerce,” Electronic Publishing Recourses, Inc., originall published in the Proceeding of the First USENIX Workshop on Electronic Commerce, Jul. 1995.
Erickson, “A Copyright Management System for Networked Interactive Multimedia,” Proc. of the Dartmouth Institute for Advanced Graduate Studies (DAGS'95), Jun. 1995.
Erickson, “Can Fair Use Survive Our Information-based Future,” Dartmouth Interactive Media Lab Technical Report, 1995.
Griswold, “A Method of Protecting Copyrights on Networks,” Proc. Technological Strategies for Protecting Intellectual Property in the Networked Multimedia Environment, 1994.
Perritt, “Permission Headers and Contract Law,” Proc. Technological Strategies for Protecting intellectual Property in the Networked Multimedia Environment, 1994.
Upthegrove, “Intellectual Property Header Descriptors: A Dynamic Approach,” Proc. Technological Strategies for Protecting intellectual Property in the Networked Multimedia Environment, 1994.
Jul. 23, 2008 Amendment; Mar. 7, 2008 Requirement for Restriction, all from assignee's U.S. Appl. No. 11/080,352.
Nov. 22, 2004, Notice of Allowance; Jul. 15, 2004 Amendment; Jul. 6, 2004 non-final Office Action; Jun. 2, 2004 Amendment Accompanying RCE; May 28, 2004 Advisory Action; May 4, 2004 Amendment; Apr. 21, 2004 Advisory Action; Mar. 29, 2004 Amendment; Mar. 18, 2004 final Office Action; Feb, 20, 2005 Amendment; and Dec. 1, 2003 non-final Office Action, all from assignee's U.S. Appl. No. 09/522,312.
Related Publications (1)
Number Date Country
20120324590 A1 Dec 2012 US
Provisional Applications (1)
Number Date Country
60123587 Mar 1999 US
Continuations (4)
Number Date Country
Parent 12493972 Jun 2009 US
Child 13477856 US
Parent 11671291 Feb 2007 US
Child 12493972 US
Parent 11080352 Mar 2005 US
Child 11671291 US
Parent 09522312 Mar 2000 US
Child 11080352 US