Skip to content

willov/PixelStreamingInfrastructure

 
 

Repository files navigation

PixelStreamingInfrastructure

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

Getting Started

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

Modifying the interface

We use the implementation available in Frontends/implementations/typescript_custom/

Building the interface:

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-all

If it does not work

See the Frontend/README.md for additional steps.

About

A custom Pixel Streaming servers and frontend.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.9%
  • JavaScript 3.9%
  • Shell 2.7%
  • HTML 1.5%
  • Batchfile 1.3%
  • CSS 1.0%
  • Dockerfile 0.7%