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