문제

I am trying to develop an encryption tools that takes clear Smooth Streaming files and encrypt them with PlayReady DRM.

The only solution I found is using IIS Transform Manager. My problem is that I want an offline tool without any dependency to IIS. I already have my tool encrypting regular files, and I want to achieve that for SS as well..

Any tool/lib you know?

Thanks

도움이 되었습니까?

해결책

IIS Transform Manager comes with a tool called SmoothProtect, which is a command-line utility that can do exactly what you need. In addition, it has a redistribution license, so you can use the tool separately from IIS Transform Manager.

You can find this tool at %programfiles%\IIS\Transform Manager\SmoothProtect.exe

다른 팁

You could user Azure Media Services to encrypt Smooth Streaming file with PlayReady license, here is how: https://www.youtube.com/watch?v=nQCM1jFdi_4. You could either use PlayReady license server provided in the cloud, or set up your own PlayReady license server.

Meanwhile, Azure Media Services offer dynamic decryption capability that encrypt stream on the fly. For more information please refer to my blog post: http://azure.microsoft.com/blog/2014/09/10/announcing-public-availability-of-azure-media-services-content-protection-services/.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top