Forum Moderators: open

Message Too Old, No Replies

using SQL to send or recieve video?

         

ssss

6:01 pm on Aug 30, 2009 (gmt 0)

10+ Year Member



Is it possible to store a live video feed in a database like SQL? And can this video be viewed live on a website?

eelixduppy

8:13 pm on Aug 31, 2009 (gmt 0)



Why would you want to store the whole video in the database? Just store the path to the video on the server.

Demaestro

8:45 pm on Aug 31, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you want to do video streaming ask your host, or check your control panel and see if you can install darwin streamer.

It will allow you to stream video.

ssss

4:43 pm on Sep 1, 2009 (gmt 0)

10+ Year Member



its like a security camera so i want to store the video in the database as it is being broadcast live on the server.. Can i use apache web server for this purpose? for broadcasting?

Demaestro

5:10 pm on Sep 1, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ssss,

If I understand you correctly, you want to show the live video on you website and at the same time you want to record the video and store it on your server.

I wouldn't recommend storing raw video data in a database. Unless you have a good reason, you can just store it as a video formatted file right on your server like you would an image or any other file.

Yes you can use Apache for this, but like I mentioned if you can use Darwin it is specifically made to broadcast/stream video.

ssss

5:53 pm on Sep 1, 2009 (gmt 0)

10+ Year Member



ok i searched for Darwin server on google and i have got a very general idea of what it is..is there any tutorial for Darwin? How to install it and the basic functions for it? Does it make use of c++ to implement? really appreciate the help