A Node JS implementation of a webrtc streamer for testing.
npm install @epicgames-ps/js-streamerThe JavaScript Streamer is a functional drop-in for an instance of a Unreal Engine Pixel Streaming application
except it can run in the browser, requires no GPU, and has zero dependencies on Unreal Engine.
Its purpose is as follows:
- A mock of Unreal Engine Pixel Streaming for testing the various Pixel Streaming Infrastructure components in CI without requiring UE.
- A reference to demonstrate how to implement your own Pixel Streaming source (yes, you _could_ stream from things other than UE).
npm installnpm run buildnpm run develop