HDS_VOD: Packaging multiple bitrates file to f4m with the drm header using f4fpackager
Hi,
I need help with packaging multiple bitrates file into the .f4m meta data file with the drm header.
Without drm all working fine.
I am using the f4fpackager tool:
f4fpackager --input-file=big_buck_bunny_480p_50mb_200k.mp4 --bitrate=200 --fragment-duration=10 --segment-duration=10 --manifest-file=big_buck_bunny_480p_50mb_100k.f4m
I'm able to package them but there is no DRM header if i try to access the url under hds_vod e.g.
http://localhost:8134/hds_vod/big_buck_bunny_480p_50mb_100k.f4m
whereas
http://localhost:8134/hds_vod/big_buck_bunny_480p_50mb_100k.mp4.f4m
Contains the DRM Header
I am trying to package an encrypt the content but with no luck.
This page the command to package and encrypt the content.
http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS9463dbe8dbe45c4c-c126f3b1260533756d-7ffc.html
f4fpackager --input-file=shortvideo_100k.mp4 --bitrate=100 --license-server-url=http://server1.com:9999 --transport-cert=../phds_production_transport.der --license-server-cert=../phds_license_server.der --packager-cred ential=../phds_production_packager.pfx --credential-pwd=password --policy-file=../phds_24hr_policy.pol --common-key=../common-key.bin --content-id=455ca33c-4e37-4dc1-8ed1-0fd984eff3b0
i'm getting this error
Error 11: Error in the Encryption Library
Do I need a license server as it says it required the license server url.
Thanks,
Shameem
