cracker0dks / Accelerator

Online Conference and Collaboration Tool
GNU General Public License v3.0
65 stars 25 forks source link

what sfu we use? #40

Closed qbgit closed 3 years ago

qbgit commented 3 years ago

I do not understand what sfu server we use ? like janus or other sfu server

cracker0dks commented 3 years ago

we build our own sfu. It is using the chromium stack, for webRTC features, and is running inside puppeteer. Note that this is a Audio MCU and Video SFU. The code: https://github.com/cracker0dks/Accelerator/tree/master/public/ezMCU The "index.html" is called inside puppeteer (with the correct parameters) here: https://github.com/cracker0dks/Accelerator/blob/master/acc_server_modules/ezMCU/s_ezMCUsignaling.js#L345

qianbo0423 commented 3 years ago

ok,i get you