3

I have a Windows Media Services 2008 Server (NOT IIS Smooth Streaming) and I need to push a video to publishing point. What is the C# code (VS2010) to get this? What SDK I need to install? Where is the docs?

thanks a lot!

Rick
  • 1,042
  • 2
  • 14
  • 34

1 Answers1

0

WMS API is language-independent, so you can use your language of choice. Most of the sample code will be in C++. You need to do the translation.

Aby
  • 1,916
  • 1
  • 12
  • 18