What is the effort to port Licode from Linux to Windows, through
Cygwin…, to recompile the Erizo addon… What have to expect as modules
and dependencies?
What is the case if the MCU and the STUN/TURN server(s) are on the same
physical host as a practical case?
What STUN/TURN server implementation Licode recommend?
Can I easily use the Temasys plugin for IE/Safari with Licode…?
I don’t think it will be too hard… You can take a look at the dependencies in the scripts (installUbuntuDeps or installMacDeps), once you get those and node.js (with node-gyp) it should be pretty straightforward. Also keep in mind there are some OS checks in the CMakeFiles of erizo.
The most common case is for using TCP in port 443 for stun. It can help connection through proxies/firewalls in some environments.
We have not really tested it ourselves, hopefully we will find time to do it because its really interesting. If you check it out please share your experience
What is the effort to port Licode from Linux to Windows, through
Cygwin…, to recompile the Erizo addon… What have to expect as modules
and dependencies?
What is the case if the MCU and the STUN/TURN server(s) are on the same
physical host as a practical case?
What STUN/TURN server implementation Licode recommend?
Can I easily use the Temasys plugin for IE/Safari with Licode…?