How can we Implement DRM on VOD with Cloud Formation

0

I want to implement DRM encryption on VOD with using the cloud formation using there https://s3.amazonaws.com/solutions-reference/video-on-demand-on-aws/latest/video-on-demand-on-aws.template at the documentation available https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/.

VOD is working fine but not the DRM encryption also we are using pallycon as DRM License provider https://pallycon.com/docs/en/multidrm/ .

2 Answers
0

AWS MediaPackage and MediaConvert can integrate with DRM servers to encrypt segmented content such as HLS and DASH. AWS as defined a common interface, called SPEKE, for DRM vendors to provide encryption keys from their servers. You can review the SPEKE details here. There are now two versions supported. https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html

Looking at the Customer onboarding section, Pallycon does not appear on the list of DRM vendors who have integrated with AWS SPEKE. https://docs.aws.amazon.com/speke/latest/documentation/customer-onboarding.html

You may want to ask Pallycon if they have an integration with AWS SPEKE and specifically for the live streaming through MediaPackage.

AWS
Mike-ME
answered 10 months ago
0

A correction to my previous post. Pallycon is part of the INKA Entworks, so it is supported. Please review the links to the SPEKE documentation provided.

AWS
Mike-ME
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions