Combined Delivery Vs Separate Delivery DRM

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drfeelgood
Forum Newbie
Posts: 15
Joined: Mon Sep 01, 2008 9:57 pm

Combined Delivery Vs Separate Delivery DRM

Post by drfeelgood »

Hi all,

what is the different between Combined Delivery Lock and Separate Delivery Lock ?
which one can do rights renewal ?

Hope someone would help me ...

thx,
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Combined Delivery Vs Separate Delivery DRM

Post by Christopher »

Combined Delivery Lock means the DRM rights information is delivered together with the data being protected -- ususally as MIME chunks. Separate Delivery Lock means the data is delivered alone, but cannot be accessed until a separate rights information is retrieved.

Either can do renewal. They are just delivery styles.
(#10850)
Post Reply