Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

We have created a single-player game app. If you haven't created an app yet, you can access our streaming URL below:

https://connector.eagle3dstreaming.com/v5/demo/SinglePlayerDemo/default

Device 1 Device 2

...

Step 2. Click the Play button when it appears.

Device 1 Device 2

...

Step 3. The game is streaming as a single-player experience on all devices.

Info

No player When you start the game, you will notice that you are the only player moving around. There are no other players visible in the environment. This indicates that the game is a single-player experience, and no players can see or communicate with each other.

In such cases, the game operates independently on each device without any shared interaction or data exchange, as there is no server connecting the players.

Player 1 Player 2

...

In the video below, we have demonstrated the same game streaming as a single-player experience from three different devices.

...

Now what is the solution?

Answer : We need The solution is to introduce a medium to connect and enable communication among the playersthat connects players and enables communication between them. This medium is called a server. A server is used for connecting players and facilitating communication between themacts as a central hub, allowing players to interact, exchange data, and synchronize actions in real time.

In the flow diagram below, we can see that a total of n players are connected to the server. Each player represents a separate device. The server acts as a central hub, enabling all connected devices to communicate with each other and share real-time data. This setup ensures seamless interaction and synchronization among players in a multiplayer environment.

...