Go to file
mcottontensor 61960f9396
Merge pull request #299 from Belchy06/UE5.1
Fix video res and frames dropped not updating in stats panel
2023-07-17 12:42:15 +10:00
.github/workflows Add missing checkout step to GitHub Actions workflow 2022-11-17 16:09:20 +10:00
Matchmaker Existing work brought over from old repository 2022-06-15 13:56:20 +10:00
SFU Existing work brought over from old repository 2022-06-15 13:56:20 +10:00
SignallingWebServer Merge branch 'EpicGames:UE5.1' into UE5.1 2023-07-17 12:04:17 +10:00
.gitignore Added gitignore 2022-06-22 10:29:44 +10:00
LICENSE.md License added 2022-06-15 12:38:38 +10:00
README.md Add container image list to README 2022-11-17 16:05:48 +10:00

README.md

The new home for the Pixel Streaming servers!

The Pixel Streaming servers and web frontend that was in Samples/PixelStreaming/WebServers is now here.

Goals

The goals of this repository are to:

  • Increase the release cadence for the Pixel Streaming servers (to mitigate browser breaking changes sooner).
  • Encourage easier contribution of these components by Unreal Engine licensees.
  • Facilitate a more standard web release mechanism (e.g. NPM packages or similar... coming soon).
  • Grant a permissive license to distribute and modify this code wherever you see fit (MIT licensed).

Repository contents

Reference implementations for the various pieces needed to support a PixelStreaming application:

  • SignallingWebServer (Cirrus)
  • SFU (Selective Forwarding Unit)
  • Matchmaker

Container images

The following container images are built from this repository:

Versions

We maintain versions of the servers and frontend that are compatible with existing and in-development version of Unreal Engine.

⚠️ There are breaking changes between UE versions - so make sure you get the right version. ⚠️

We maintain the following in branches right now:

Master (This is our dev branch.)

UE5.1

UE5.0

UE4.27

UE4.26

© 2004-2022, Epic Games, Inc. Unreal and its logo are Epics trademarks or registered trademarks in the US and elsewhere.