0.1.2 • Published 5 months ago

@epicgames-ps/lib-pixelstreamingsignalling-ue5.6 v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@epicgames-ps/lib-pixelstreamingsignalling

A library for developers wanting to implement tools that signal Pixel Streaming applications.

Building

To build the Signalling module invoke the following commands in the Common and Signalling directories.

npm install
npm run build

This will result in a /dist output directory.

Note: If you just want to get a signalling server up and running refer to "Getting Started"

How this library is built

The NPM packages supports:

  • ES6 module usage
  • CommonJS usage
  • Type definitions
  • Source maps

Documentation

The API documentation is here and covers details of all exported components of the library.