Keyserver on Windows?

Hello, I'm looking for a FairPlay keyserver that will work on a Windows based OS.


Is there any documentation, guide, or how to that will help compile the Server portion of the Fairplay Keyserver on Windows?


Since I'm calling this from .NET, additional bindings or p/invoke guidance would be appreciated.

Replies

The FPS Key-server is a specification that is not specific to a platform or language. There is a C reference implantation in the FPS SDK, but nothing provided for a specific platform.

Can you share info on how to setup fairplay server on any platform that you know of?

I am looking for help

can you help me how to setup the server ?

give me some pointers of documentation

To get you started, I recommend you first read the FairPlay Streaming (FPS) Overview, watch our videos on the FPS page https://developer.apple.com/streaming/fps/, then download the FairPlay Streaming SDK. The SDK has the programming guide, reference KSM, sample clients and what you need to test the KSM. We provide a reference, you get to port it to your platform of choice.

Hi,

I rebuilt teh SDK in c# .net and got it working good.

Regards Matt

Is it possible to share it on github?