Question

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?

Was it helpful?

Solution

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top