I have a number of .wav files stored in a SQL Server database. When a user
requests one of these via an HTML page on the internet I wanted to send the
file to them using streaming. All the media streaming servers I can find
require the file to be stored in a directory, is there a Streaming server
that can take the binary data direct from a database? Or prehaps someone
has some other suggestions (other than writing the data to a file).
p.s. Im using IIS & Cold Fusion for my web/html scripting servers if thats
relevent
Das
Das <NOSPAM#ds...@blueyonder.co.uk> wrote in message
news:1014746305.19164....@news.demon.co.uk...
Why not Store the .wavs in a file..? You can then store the path in your
DB.
Thomas
Das
"jmedland@INTUVISION" <jmed...@intuvision.com> wrote in message
news:hITe8.124$_%1.31...@rdr1.wms.teleglobe.net...
I don't know about the specifics of your context and it's limitations but
here a few suggestions
a) put an new drive in the server to hold only the audio data, and set
drive/directory permissions accordingly
b) set up a dedicated audio server
c) implement SSL
I don't see any way to be able to stream without moving the data to file,
esp considering "data could be being transmitted when it gets deleted"
I also don't see how being file based would be any less secure than using
the DB
if your security is properly implemented.
If your security issues are access to your server's file system and not
the "proprietary-ness" of the audio look at an external shout cast service.
that's all I can see without a little more detail on what and why.
j-
Das <NOSPAM#ds...@blueyonder.co.uk> wrote in message
news:1015323220.8776.0...@news.demon.co.uk...
Das <NOSPAM#ds...@blueyonder.co.uk> wrote in message
news:1015407521.6231.0...@news.demon.co.uk...