Overview
The following is an explanation the general concepts of the Render Streaming system.
System Structure
The Render Streaming system consists of the following 3 components
- Unity (Editor or Application)
- Web server
- Web browser
In Render Streaming a P2P network is created between Unity and the Web browser, and this network sends data via UDP/IP. The Web server enables communication between the Web browser and Unity. This communication is called signaling.
Warning
Currently does not support the following features.
- Streaming video from the browser to Unity
- Streaming audio from the browser to Unity
The Signaling Process
The following is an explanation of how signaling works.
- Web browser sends Offer SDP to the Web server.
- Unity checks the Web server for unprocessed Offer SDPs and receives any found.
- Unity sends Answer SDP to the Web server.
- Web browser checks the Web server for unprocessed Answer SDPs and receives any found.
- Web browser sends ICE Candidate to the Web server.
- Unity checks the Web server for unprocessed ICE Candidates and receives any found.
- Unity sends ICE Candidateto the Web server.
- Web browser checks the Web server for unprocessed ICE Candidate and receives any found.