How to set config for content protection using Adobe Access for an HLS VOD stream?
hi,
i trying content protection hls vod stream using adobeaccess in ams 5.0.1,
i have followed steps mentioned in below documentation.
http://help.adobe.com/en_us/adobemediaserver/devguide/ws52621785137562 06-4b6aabd1378392bb59-7fe8.html
here configuration snippet httpd.conf :
<location /hls-vod>
hlshttpstreamingenabled true
hlsmediafileduration 8000
httpstreamingcontentpath "/mnt/webroot/vod"
hlsfmsdirpath ".."
hlsjitconfallowed true
hlsencryptionscope server
hlsprotectionscheme adobeaccessv3
hlsdrmcontentid httpd_conf
hlsdrmcommonkeyfile "../creds/common-key.bin"
hlsdrmlicenseserverurl "http://<licenseserver>/flashaccessserver/sampletenant"
hlsdrmtransportcertfile "../creds/cert-trial.der"
hlsdrmlicenseservercertfile "../creds/cert-trial.der"
hlsdrmpackagercredentialfile "../creds/cert-trial.pfx"
hlsdrmpackagercredentialpassword <plain text password>
hlsdrmpolicyfile "../creds/ad-policy.pol"
hlsdrmkeyserverurl "http://faxs.adobe.com"
options -indexes followsymlinks
</location>
when hit video url desktop chrome browser,apache error log says:
[warn] error fetching encryption params:/mnt/webroot/vod/sample_video.mp4
[error] mod_hlshttp [403]: encryption error while processing /mnt/webroot/vod/sample_video.mp4, ref: [6:key uri missing]
and when tried video url on ipad device using accessplayer sample given adobe, error log came as:
drm error major[3363] minor[0]nserror:[(null)]
any idea going wrong?
is configuration going @ httpd.conf accurate?
any appreciated !!
thanks in advance,
maria
More discussions in Adobe Media Server
adobe
Comments
Post a Comment