Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one tell how to play the videos in UI on stored in database in binary formate?
Its very urgent for me .any help from ur side appreciated?

Thanks in advance,

siva prasad
Posted

First of all, I would like to share that databases will be lot heavy and costly storing videos, so you should use the filesystem for that, and just store the path in the database.

Still, if you want then see: Save and Restore Files/Images to SQL Server Database[^]

To display videos, here:
ASP.NET Embedded Video Player (YouTube™ API, C#)
video streaming with ASP.NET 2.0, IIS and HTTP handler
display video in .net ( C# with Asp.net )
Display videos in ASP.NET 2.0
 
Share this answer
 
Comments
bbirajdar 28-Apr-12 9:06am    
correct solution ..+5
Sandeep Mewara 28-Apr-12 11:32am    
Thanks.
If it's so urgent why did you not try this[^]?
 
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