bigbluebutton
bigbluebutton copied to clipboard
Support sessions distributed over multiple servers
Author Name: Felipe Cecagno (Felipe Cecagno) Original Redmine Issue: 935, http://dev.mconf.org/redmine/issues/935 Original Date: 2013-08-14
The objective of this task is to make possible to handle a session with >500 users distributed over multiple servers.
The idea is to use the same bridge that is being created between node.js and Red5 using Redis for the HTML5, and create a component that will tunnel messages from a Red5 to another, making possible to handle the same session using more than one server.