lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.09k stars 1.02k forks source link

Please consider incorporating SCReAM algorithm #808

Open jonassmedegaard opened 7 years ago

jonassmedegaard commented 7 years ago

On a brief look at your codebase, it seems you might benefit from incorporating the SCReAM algorithm. its main implementation is as a C++ library, that you might link against - rather than forking, where you might miss future tuning of the algorithm: https://github.com/EricssonResearch/scream.

jcague commented 7 years ago

thanks for the info, we'll consider it in the future.