views:

181

answers:

1

Hi All,

I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this programatically.

I'm currently downloading windows 2008 SDK since it should have support for media services programming. What I want to know is
- Whether any of you had done this before?
- What are the challenges I should expect?
- Will the SDK have manged code for media services?

Thanks All!

Uchitha.

A: 

I have found the answer to part 3 of my question on managed code.

Yes WindowsSDK does provide a Com wrapper (Primary Interop Assembly) to Window Media Services. The parent object of the wrapper is 'WMSServerObject'. The SDK documentation provides enough material to get me going.

Here's the Windows SDK help link.

'ms-help://MS.MSSDK.1033/MS.WinSDK.1033/wmsrvsdk/htm/sdkarchitecture.htm'

Uchitha