2
Answers

Uploading video files to Windows Media Services

Satishchandra TN

Satishchandra TN

13y
2.1k
1
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




Answers (2)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 13y
Hi Satishchandra,

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".
Accepted
0
Satishchandra TN

Satishchandra TN

NA 58 48.6k 13y
Hi Javeed, this approach seems nice to implement but how can i get the thumbnails of video files in my application from streaming server ?? could u help me pls