Go to file
Luke Bermingham 2159bb4272
Update publish-ui-library-to-npm.yml
Lock github action to NodeJS 18.17.0

Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com>
2023-09-11 22:35:06 +10:00
.github Update publish-ui-library-to-npm.yml 2023-09-11 22:35:06 +10:00
Docs New general docs page/ToC + new security page. (#254) 2023-06-09 08:56:43 +10:00
Frontend Renamed config parameter 2023-09-11 13:09:16 +10:00
Matchmaker Merge remote-tracking branch 'origin/master' into kasp1-matchmaker-queue 2023-08-31 14:33:19 +10:00
SFU Have matchmaker ask for authentication instead of EACCES (#333) 2023-07-27 10:04:17 +10:00
SignallingWebServer Revert "Adding the ability to connect automatically when a new streamer joins the signalling server" 2023-09-08 13:52:07 +10:00
.backportrc.json Add .backportrc.json to enable auto merging of backport PRs 2023-07-18 14:31:26 +10:00
.gitignore Unit tests for library (#156) 2023-03-17 12:41:05 +10:00
CHANGELOG.md Update CHANGELOG.md 2023-09-11 22:23:38 +10:00
CONTRIBUTING.md Update CONTRIBUTING.md (#357) 2023-09-07 13:58:26 +10:00
LICENSE.md License added 2022-06-15 12:38:38 +10:00
README.md Update README.md 2023-08-25 08:55:36 +10:00
RELEASE_VERSION Upgrade 5.2 to 5.3 in libraries, docs, log messages, build pipelines (#262) 2023-06-12 15:06:53 +10:00
RELEASING.md Create RELEASING.md 2023-03-28 13:31:48 +10:00
SECURITY.md Upgrade 5.2 to 5.3 in libraries, docs, log messages, build pipelines (#262) 2023-06-12 15:06:53 +10:00
package-lock.json Add: Protocol structures can now contain strings (#336) 2023-07-27 16:03:11 +10:00

README.md

Branch
UE5.3 Publish frontend lib Publish ui-lib Publish cirrus container Releases
UE5.2 Publish frontend lib Publish ui-lib Publish cirrus container Releases
Master Run library unit tests

The official home for the Pixel Streaming servers and frontend!

The frontend and web server elements for Unreal Pixel Streaming (previously located in Samples/PixelStreaming/WebServers) are now in this repository, for all to contribute to. They are referred to as the Pixel Streaming Infrastructure.

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.
  • Grant a permissive license to distribute and modify this code wherever you see fit (MIT licensed).

Contributing

If you would like to contribute to our repository, please reference our contribution guide. Thank you for your time and your efforts!

Contents

The Pixel Streaming Infrastructure contains reference implementations for all the components needed to run a pixel streaming application. They are structured as separate projects, which work together, but are designed to be modular and interoperable with other implementations which use WebRTC technology. These implementations include:

Releases

We release a number of different components under this repository, specifically:

  • Container images for the signalling server
  • NPM packages for the frontend
  • Source releases of this repo with the reference frontend built as a minified js bundle

Container images

The following container images are built from this repository:

NPM Packages

The following are unofficial NPM packages (official ones coming soon):

Branch Frontend library Frontend reference ui
UE5.2 lib-pixelstreamingfrontend-ue5.2 lib-pixelstreamingfrontend-ui-ue5.2

NPM getting started

#frontend (core lib)
npm i @epicgames-ps/lib-pixelstreamingfrontend-ue5.2
#frontend ui
npm i @epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.2

Documentation

Tagged source releases + built typescript frontend

Github releases

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. ⚠️

For a list of major changes between versions please refer to the changelog.

This repository contains the following in branches that track Unreal Engine versions:

Branch Status
Master Dev
UE5.3 Pre-release
UE5.2 Current
UE5.1 Supported
UE5.0 End of life
UE4.27 Unsupported
UE4.26 Unsupported
Legend Meaning
Dev This is our dev branch, intended to be paired with ue5-main - experimental.
Pre-release Code in here will be paired with the next UE release, we periodically update this branch from master.
Current Supported and this is the branch tracking the latest released version of UE.
Supported We will accept bugfixes/issues for this version.
End of life Once the next UE version is released we will not support this version anymore.
Unsupported We will not be supporting this version with bugfixes.

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