I try use your project example and speex into main app.
Main idea, your engine is start recording audio (and video?) and encoded speex samples store into blob. The blob send via socket.io to main nodejs server. The received chunks is one-one single audio file 0.5-2 sec intervall. I use this a nodejs base stream server. (general problem on WebRTC p2p model and none available p2s->s2m model)
Can You help me, howto I make this?
I check the speex.js and find it xhr, ws comms, I not understand how it works.
Your example is grab audio and encode in buffer level(size) chunks. Howto get this into blob and send via socket to main server in background async mode?
Pleas refer to me: joinfok@gmail.com
I am a webconference provider in hungary and find a new, moder feathures to this.
Helo!
I try use your project example and speex into main app. Main idea, your engine is start recording audio (and video?) and encoded speex samples store into blob. The blob send via socket.io to main nodejs server. The received chunks is one-one single audio file 0.5-2 sec intervall. I use this a nodejs base stream server. (general problem on WebRTC p2p model and none available p2s->s2m model)
Can You help me, howto I make this?
I check the speex.js and find it xhr, ws comms, I not understand how it works.
Your example is grab audio and encode in buffer level(size) chunks. Howto get this into blob and send via socket to main server in background async mode?
Pleas refer to me: joinfok@gmail.com I am a webconference provider in hungary and find a new, moder feathures to this.
Regards, Balazs Varga