This is a repository forked from the Epic Games reference implementation for the Pixel Streaming infrastructure.
Mirrored from GitHub to GitLab from github.com/willov/PixelStreamingInfrastructure
To build and run everything you need to connect to the Pixel Streaming plugin simply run the following in the root of your PixelStreamingInfrastructure directory:
Windows
.\SignallingWebServer\platform_scripts\cmd\start.bat
Linux or Mac
./SignallingWebServer/platform_scripts/bash/start.sh
We use the implementation available in Frontends/implementations/typescript_custom/
Simplest step to force a rebuild is to append --build to the getting started argument listed above.
cd Frontend/implementations/typescript_custom
npm install
npm run build-all # might need sudo npm run build-allSee the Frontend/README.md for additional steps.