You Are Here:

Community: Wiki

This page was last modified on 23 June 2009, at 13:25.

TSC001443 - Configuring an HTTP server for DRM protected content

From Forum Nokia Wiki



ID TSC001443 Creation date June 23, 2009
Platform S60 3rd Edition, FP1 Devices Nokia E71
Category Browsing Subcategory DRM


Keywords (APIs, classes, methods, functions):


Overview

Using a HTTP server, it is possible to host DRM protected content. Certain rules have to be followed before hosting a DRM protected file.

Description

Let us take as an example a publicly available HTTPD Apache server. Suppose a DRM protected file needs to be hosted on the server. When downloaded on a device, the file should be registered as a DRM file and forwarding of the file should be forbidden. After installing the Apache HTTPD server, there is a configuration file called httpd.conf in the directory <Apache_Path>\conf. This file needs to be edited in the <Directory> section where the root directory of the document is mentioned. Within the body, an option called Addtype needs to be used to indicate that all .dm file extensions have the MIME type application/vnd.oma.drm.message.

<Directory "<Apache_Path>\docs_root">
#Other settings
.
.
#"AddType" option is shown below for receiving .dm files with DRM mime type
AddType application/vnd.oma.drm.message dm
</Directory>


The above configuration script ensures that any .dm file placed in the docs_root directory of the server, when downloaded, comes with the correct MIME type of application/vnd.oma.drm.message instead of a plain text MIME type (text\plain).

Note that if this piece of script is not added to the configuration, the .dm files are downloaded on the device as plain text files.

Once the DRM file is downloaded, the content present in the file is extracted and forward-locked.

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fwikiE2eforumE2enokiaE2ecomE2findeE78E2ephpE2fTSC001443E5fE2dE5fConfiguringE5fanE5fHTTPE5fserverE5fforE5fE44E52ME5fprotectedE5fcontentX qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZKnowledgeBaseContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZTechnicalSolutionQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqfntypeZWikiContentQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZdrmQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZKnowledgeBaseContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZTechnicalSolutionQ qfnZtypeQUqfntypeZWebpageQ qfnZtypeQUqfntypeZWikiContentQ qfnZuserE5ftagQSxdrmX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZKnowledgeBaseContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZTechnicalSolutionQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqfntypeZWikiContentQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ