Wednesday, 6 June 2018

Voice chat between server and browser

I have done voice chatting between two node.js servers before (see: tvoip), which works quite well, but now I would like to do it between a node.js server and a browser. How could this be done?
From node.js to node.js I used raw PCM streams over a TCP connection.
For the browser this is probably not going to be that easy, right? Would I have to convert the streams and if so into what format and how? What protocol should I use? Are there any helpful libraries to accomplish this already?



from Voice chat between server and browser

No comments:

Post a Comment