I had an idea for something that I can't find any evidence if it exists,
or if it can be done. I assume it can be done.
What I'd like to be able to do, is to allow people who come to my website,
click a button on the page to begin submitting an audio stream to the
server.
Basically, once the "record" button was hit by the client, an audio stream
would be generated by the client's microphone and would be sent over port
80 (just like all other web data) and would be recorded on the server,
encoded as an MP3.
I figure, when you upload a file, it sends 0s and 1s in a stream that is
written as a file on the server, why not 0s and 1s generated by a
microphone rather than reading from a file on the client's hard drive?
The point would be to allow web users to record short audio MP3s directly
to the server without any other software than their browser, and with only
a standard microphone. Files would be saved, and then added to a Podcast
automatically, thus creating a sort of audio message board or blog.
Has this ever been done? Is it possible?
Couldn't find anything on Google or sourceforge.
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
or if it can be done. I assume it can be done.
What I'd like to be able to do, is to allow people who come to my website,
click a button on the page to begin submitting an audio stream to the
server.
Basically, once the "record" button was hit by the client, an audio stream
would be generated by the client's microphone and would be sent over port
80 (just like all other web data) and would be recorded on the server,
encoded as an MP3.
I figure, when you upload a file, it sends 0s and 1s in a stream that is
written as a file on the server, why not 0s and 1s generated by a
microphone rather than reading from a file on the client's hard drive?
The point would be to allow web users to record short audio MP3s directly
to the server without any other software than their browser, and with only
a standard microphone. Files would be saved, and then added to a Podcast
automatically, thus creating a sort of audio message board or blog.
Has this ever been done? Is it possible?
Couldn't find anything on Google or sourceforge.
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
Comment