Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to stream a video stored in a db server in another system? Is there any way to do this?
Posted

1 solution

Yes, of course.
You need to write a streaming server that will fetch it's data from SQL server. You can start here: Motion JPEG Streaming Server[^].
But be aware, that storing such large files in sql database is not efficient and presents a huge overhead. You can use FILESTREAM[^] feature however to overcome this.
 
Share this answer
 
Comments
Uday P.Singh 4-Feb-13 3:02am    
+5
Zoltán Zörgő 4-Feb-13 3:04am    
Thank you.

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