Skip to content

ReactJS Pixel Streaming library — helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.

Notifications You must be signed in to change notification settings

markolofsen/pixel_streaming_sb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Streaming for Unreal Engine

MetaEditor — ReactJS Pixel Streaming library, helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.


Library for launching the player for Pixel Streaming (Unreal Engine v.5)

Connects to running STUN and TURN Servers.


Documentation:

https://metaeditor.io/docs/

Demo:

https://ps.metaeditor.io/

Installation

npm install pixel-streaming
# or
yarn add pixel-streaming

Usage

// libs
import PixelStreaming, {DebugData} from 'pixel-streaming';

function App() {
  return (
    <PixelStreaming />
  )
}

Attention!

  • React v.17.0.2

Built With


Use with pleasure!

MetaEditor Team

About

ReactJS Pixel Streaming library — helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published