Anirudh Goel
Anirudh Goel

Reputation: 4711

video streaming asp.net

i've been making an asp website in which i'm providing the user a facility to upload videos and view them once they are uploaded. I've been successfully been able to upload videos to my server, but not getting as how to play it on the client's page. I want to buffer the video and stream it on user's browser, don't want him to wait and download the whole video before playing. How can i approach?

Upvotes: 2

Views: 1835

Answers (3)

notandy
notandy

Reputation: 3330

You might want to take a look at Video.Show.

Upvotes: 0

Mcbeev
Mcbeev

Reputation: 1529

May want to try installing Windows Media Services on your server and play around with it.

HowTo here: http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx

API here: http://msdn.microsoft.com/en-us/library/ms738748.aspx

Upvotes: 1

Shoban
Shoban

Reputation: 23016

You can use windows mediaplayer component. Here is an article about that. Have you thought about using silverlight? Here is one for you using Silverlight.

Upvotes: 2

Related Questions