Yeah, I'm seeing the delay is at least 3-4 seconds if you want to send this amount of data (and it is slower if you encode it) Hopefully with time there would be a better node/socket.io approach to send binary data like that, my problem is that I've never done anything with WebRTC, so I'll have to dig into it. The good thing is that there are a lot of examples already done and it works on Firefox and Chrome, so that's good :) Thanks for the advice and I'll see what I can do.
Cheers! On Thursday, 1 August 2013 02:31:47 UTC+1, Ket wrote: > > According to Google engineer team (the audio team), WebRTC is the way to > go. For now, node.js is not yet powerful enough to stream audio live due to > huge latency. You have to reduce sound quality in exchange for speed. Flash > is still better. In the future, we have yet to see. > > And besides, RTC data channel is much faster than websocket. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
