Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
how can we run video files in asp.net

Thanks
Posted
Updated 5-Sep-11 8:06am
v3

use <embedd> tab to insert multimedia ojects in asp.net Page.
This tag can be used to insert video, swf and many more multimedia files.
 
Share this answer
 
check this out:

Display Videos in ASP.NET 2.0 [^]

hope it helps :)
 
Share this answer
 
Please Search over the net[^] before asking question. There are plenty of examples are available over there. If you have any specific problem do let us know.
 
Share this answer
 
Comments
Wendelius 5-Sep-11 15:12pm    
Not sure if the OP is really asking... Have a look at Abhinav's and my answers and also the first version of this question.
Abhijit Jana 5-Sep-11 15:40pm    
lol. Seems first version and the current version are totally different. That is the reason, I was wondering why your's and abhinav's answer got deleted. Seems, if you people answered based on the first version, then the question got totally changed and some one deleted your's answers !! ha looks very funny !
I think among all the available options you have the best is to take help of IIS smooth streaming that is supported by IIS 7 recently released.

I have worked on it and it is very easy to work on for a .NET developer and it automatically adjusts its streaming quality based on the speed.

You need Microsoft Encoder and IIS media services to do that.
Check this video for details
http://debugmode.net/2011/07/23/video-iis-smooth-streaming/[^]


Here is the link of actual download :
http://www.iis.net/download/SmoothClient[^]

And here is a great player that is shared free for you.
http://smf.codeplex.com/[^]

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900