| Author |
Message |
Chris
Guest
|
Posted:
Thu Jul 22, 2004 2:04 pm Post subject:
Customer & Client Informations |
|
|
Hi all!
Is it possible that a customer can check from which distributor are the media contents and verify that this content on his client is allotted to himself?
(I will give the customer the opportunity to prove that he had paid for his content.)
Where can i find more informations about that?
Thx for all help!!
Chris
|
|
| Back to top |
|
 |
Satoru Koshiba
Guest
|
Posted:
Sat Jul 24, 2004 4:57 am Post subject:
Re: Customer & Client Informations |
|
|
Yes it is possible.
You can realize it using WMRM Rheader Objects.
I am using it for trace how content was re-distrbuted on
PeerToPeerFileSharingNetwork(WinMX,KaZaZ,Winny...).
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:C73E34F2-6427-4B7A-9039-C7D022D47808@microsoft.com...
| Quote: | Hi all!
Is it possible that a customer can check from which distributor are the
media contents and verify that this content on his client is allotted to |
himself?
| Quote: | (I will give the customer the opportunity to prove that he had paid for
his content.)
Where can i find more informations about that?
Thx for all help!!
Chris |
|
|
| Back to top |
|
 |
Satoru Koshiba (JP)
Guest
|
Posted:
Wed Jul 28, 2004 7:52 am Post subject:
Re: Customer & Client Informations |
|
|
You can get many useful information from MSDN online :-)
These two Objects will realize what you want to do.
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/wmrm/htm/iwmrmheaderobject.asp
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/wmrm/htm/idownloadobject.asp
thanks
*********************
SATORU KOSHIBA
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:D6840AA7-0970-4BE2-A361-A249582872A2@microsoft.com...
| Quote: | Please can you say me where i can find informations about this object?
"Satoru Koshiba" wrote:
Yes it is possible.
You can realize it using WMRM Rheader Objects.
I am using it for trace how content was re-distrbuted on
PeerToPeerFileSharingNetwork(WinMX,KaZaZ,Winny...).
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:C73E34F2-6427-4B7A-9039-C7D022D47808@microsoft.com...
Hi all!
Is it possible that a customer can check from which distributor are
the
media contents and verify that this content on his client is allotted to
himself?
(I will give the customer the opportunity to prove that he had paid
for
his content.)
Where can i find more informations about that?
Thx for all help!!
Chris
|
|
|
| Back to top |
|
 |
Stephen Clarke-Willson
Guest
|
Posted:
Sat Aug 21, 2004 7:56 am Post subject:
Re: Customer & Client Informations |
|
|
You can download two unix utilities "strings.exe" and "grep.exe" from here
http://home.att.net/~short.stop/freesoft/misc02.htm#uxutl .
Then CD to the directory with your files and enter (assuming you put
strings.exe and grep.exe into your search path):
c:\MyMusicDirectory> strings *.wma | grep http
Ths will print the URLs that are used to buy licenses.
Note: "strings.exe" searches a file for things that look like regular
strings and "grep.exe" searchs for patterns - in this case, any string with
'http' in it.
For instance, it prints
https://secure.buymusic.com/dominion/auth.asp?cid=287354
for a file from BuyMusic.com.
-- Stephen
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:8EC94C35-78F5-412C-899D-843EFAE68884@microsoft.com...
| Quote: | Please can you say me where i can find informations about that?
"Satoru Koshiba" wrote:
Yes it is possible.
You can realize it using WMRM Rheader Objects.
I am using it for trace how content was re-distrbuted on
PeerToPeerFileSharingNetwork(WinMX,KaZaZ,Winny...).
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:C73E34F2-6427-4B7A-9039-C7D022D47808@microsoft.com...
Hi all!
Is it possible that a customer can check from which distributor are the
media contents and verify that this content on his client is allotted to
himself?
(I will give the customer the opportunity to prove that he had paid for
his content.)
Where can i find more informations about that?
Thx for all help!!
Chris
|
|
|
| Back to top |
|
 |
|
|
|
|