简体   繁体   中英

Streaming audio recording from browser to server?

I've found things that let you record audio in a browser and then save it to a server. Is there anything out there that lets you do streaming recording -- that is, sending the audio in chunks to a server rather than waiting until after the entire recording has been done?

I'm wondering this because I'd like to record a long-ish (15-20 min) length audio recording and I want to avoid the risk of something going wrong after the recording, or facing an audio file that is too large to easily upload.

On the client/browser end ideally we're talking Flash (obviously as soon as there is any kind of support in HTML5 we'll switch to that) and then on the server end pretty much anything that will run on a Linux box, although something in Python would be preferred.

getUserMedia allows this and live streaming to the server. However, support is sparse, and you'll need a wrapper to get the current beta versions of Chrome to support it. Other than that, only Opera Betas support it at the moment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM