Skip to content

Files

Latest commit

8734e5b · Jan 24, 2024

History

History
This branch is 13 commits behind EpicGames/PixelStreamingInfrastructure:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2024
Feb 7, 2023
Feb 7, 2023
Feb 7, 2023
Feb 7, 2023
Feb 7, 2023
Mar 17, 2023
Oct 17, 2023
Jan 24, 2024
Sep 13, 2023
Mar 17, 2023
Mar 17, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023

lib-pixelstreamingfrontend

The core library for the browser/client side of Pixel Streaming experiences. This library contains no UI.

See lib-pixelstreamingfrontend-ui for an example of how to build UI on top of this library.

Key features

  • Create a websocket connection to communicate with the signalling server.
  • Create a WebRTC player that displays the Unreal Engine video and audio.
  • Handling of input from the user and transmitting it back to Unreal Engine.
  • Opens a datachannel connection sending and receiving custom data (in addition to input).

Adding it to your project

npm i @epicgames-ps/lib-pixelstreamingfrontend-ue5.4