Skip to content
giongto35 edited this page May 12, 2021 · 9 revisions

Room

Room is the core building block of Cloud Gaming stream in CloudRetro. Room Includes Emulator + Encoder + WebRTC

Worker a.k.a Streaming Server

Worker runs multiple gaming sessions inside a worker. User communicates with Worker directly over P2P connection.

Worker Pairing

User firstly connects to Coordinator. Coordinator first finds the best worker to user and setup WebRTC connection between user and worker. After WebRTC connection is setup, Coordinator is no longer involved.