Hello Friends can anybody help me in how to upload the video files from my web application to Windows media services, i.e a streaming server from Microsoft and how to use the thumbnail of video files to play it using windows media player in my application.I need a C# source code for this.
I am waiting for Your Valuable feedback.
Thanks
Loading
Javeed M ShaikhPosted Oct 19, 2011, 10:46 AM
You need to install and configure Windows Media Services, if you have not done so you can follow this link:
http://technet.microsoft.com/en-us/library/cc778708(WS.10).aspx
http://technet.microsoft.com/en-us/library/cc772032.aspx
After that you can use WMSServerClass from the SDK and loop through all publishing point, when you have found your publishing point name than you can create a playlist element and save the same.
Please do not forget to mark "Accepted Answer".
Satishchandra TNPosted Oct 20, 2011, 3:03 AM