Hi Achraf,
Yes, with the additional idea that Lynckia is aimed to provide any
type of audio, video and data communication between multiple clients,
not only two, by saving bandwidth and processing time on clients.
There are some mistakes on your description. I put some comment inline:
Hi,
I understand that Lynckia is a plugin-free set of tools that enable live
video conferencing on the web.
There are:
A centralized MCU which receives and sends streams to multiples users. A
user can be a publisher and a subscriber, or only a subscriber. The MCU is
called Erizo.
That’s ok. Erizo is a C++ MCU, that offers a full WebRTC stack. It has
been implemented from scratch.
A server-side API with REST endpoints that manages rooms, tokens and users.
This service is called Nuve and it talks to Erizo. Nuve is called in one’s
server app.
That’s ok, But Nuve doesn’t talk directly to Erizo. It starts and
stops Erizo Controllers (scaling up and down according to workloads).
These Erizo Controllers talk to Erizo through Erizo API, which is a
JavaScript wrapper for Erizo. Erizo API only leverage Erizo functions,
and Erizo Controllers also handle connections from clients and manage
signalling between clients and the MCU.
Third-party services will use Nuve through their server apps to
provide access to their users, and to create and remove rooms, that
are the virtual places where users will communicate. In other words,
users will be able to publish their streams in the room where they are
connected (and only in this room), and to subscribe to any of these
streams later.
A client-side API. This API talks with Nuve for access and management. Then
the users seamlessly establish WebRTC media peer connections with Erizo.
Nuve is installed with the Node.JS app as a dependency. Erizo is installed
on a Linux server. Cloud deployment and management are up to Lynckia users.
The client-side API talks to Erizo Controller, not to Nuve. And all
systems can be installed on Ubuntu or Mac. They potentially could be
used in any other platform, but we haven’t tried more than these. For
the time being Cloud deployment and management are up to users that
want to install Lynckia.
Cheers,
Javier.On 5 December 2012 22:58, Achraf Kassioui achrafkassioui@gmail.com wrote:
Is that correct?
Big fuzziness with that last fourth point.
–