[whatwg] Recorder audio and save to server

Hi,
    I am trying to do simple audio recording service.
with help of navigator.getUserMedia, I am able to record audio in wav
format.

Here are some question.
1) Should I encode PCM data into ogg format at client end using some web
worker or should I directly send PCM data to server. or encode into wav
format and send multiple wav file. Server will combine it.

2) should I use websocket or XHR ?

3) I am using nodejs at server side. do I need to switch to any another
technology? I only know JavaScript well.

4) The audio duration will be like 30 minutes to 1 hour.


-- 

*Narendra SisodiyaUI Architect @ *Unicommerce <http://www.unicommerce.com>
Delhi - Bharat

Received on Saturday, 4 April 2015 08:29:15 UTC