Wilbur
Guest
|
Posted:
Wed Jun 09, 2004 1:39 pm Post subject:
Newbie in DRM, some questions to ask~ |
|
|
Dear Sir.
when I try to test DRM9 sample program, I had packaged wmv files using
"package.asp" with "9 Series license qcquisition URL(Simple)" mode, and set
"Rights to allow" for "Play two times".Then I downloaded the packaged files
and play it for more than two times, but it also play and no limit use. I
don't know what happened?
I had try to edit simple.asp, and modify some asp code, but it also play~
I don't know how to really limit user play times, Can anyone help me or
give me some hints~ thanks ~
Wilbur
|
|
yaktipper
Guest
|
Posted:
Sat Jun 12, 2004 12:51 am Post subject:
Re: Newbie in DRM, some questions to ask~ |
|
|
Wilbur,
Here are the steps media player takes when you run a video packaged
with the sample pages:
1) Check current license, if expired or you don't have one yet, go to
simple.asp to get one.
2) Simple.asp gives the 2-play license
Repeat.
Every 3rd time your media player should be showing "Acquiring
license", that is the only visual you will have that the license has
expired. It gives you a new one silently, so you will never see a
"sorry, license expired!" message, you just have another 2-play
license, in a never-ending cycle.
If you want the functionality I think you are looking for, you could
do what I do and use a login page first, then if the login is a valid
customer account, give the license, otherwise show an error/status
page.
"Wilbur" <wilbur@jusoft.com.tw> wrote in message news:<#OJxcbgTEHA.904@TK2MSFTNGP12.phx.gbl>...
| Quote: | Dear Sir.
when I try to test DRM9 sample program, I had packaged wmv files using
"package.asp" with "9 Series license qcquisition URL(Simple)" mode, and set
"Rights to allow" for "Play two times".Then I downloaded the packaged files
and play it for more than two times, but it also play and no limit use. I
don't know what happened?
I had try to edit simple.asp, and modify some asp code, but it also play~
I don't know how to really limit user play times, Can anyone help me or
give me some hints~ thanks ~
Wilbur |
|
|