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!
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!
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.