pixel-streaming-server

1.2.2 • Public • Published

Signalling Web Server for Unreal Engine v4.27 & v5.0

Hosting and Networking Guide

Unreal Engine v4.27

import pixe_streaming_server from 'pixel-streaming-server'

pixe_streaming_server.u4({
	"UseFrontend": false,
	"UseMatchmaker": true,
	"UseHTTPS": false,
	"UseAuthentication": false,
	"LogToFile": true,
	"HomepageFile": "/public/player.html",
	"AdditionalRoutes": {},
	"EnableWebserver": true,
	"enableLifecycleManagement": false,
	"MatchmakerAddress": "",
	"MatchmakerPort": "9999",
	"PublicIp": "localhost",
	"HttpPort": 80,
	"HttpsPort": 443,
	"StreamerPort": 8888,
	"subscriptionId": "",
	"resourceGroup": "",
	"virtualMachineScaleSet": "",
	"appInsightsInstrumentationKey": "",
	"unrealAppName": "PixelStreamingDemo",
	"region": "",
	"peerConnectionConfig": {
		"iceServers": [
			{
				"urls": [
					"stun:stun.l.google.com: 19302"
				]
			}
		]
	}
})

Unreal Engine v5.0

import pixe_streaming_server from 'pixel-streaming-server'

pixe_streaming_server.u5({
	"UseFrontend": false,
	"UseMatchmaker": false,
	"UseHTTPS": false,
	"UseAuthentication": false,
	"LogToFile": false,
	"LogVerbose": true,
	"HomepageFile": "/public/player.html",
	"AdditionalRoutes": {},
	"EnableWebserver": true,
	"MatchmakerAddress": "",
	"MatchmakerPort": "9999",
	"PublicIp": "localhost",
	"HttpPort": 80,
	"HttpsPort": 443,
	"StreamerPort": 8888,
	"SFUPort": 8889,
	"peerConnectionConfig": {
		"iceServers": [
			{
				"urls": [
					"stun:stun.l.google.com: 19302"
				]
			}
		]
	}
})

Made by MetaEditor.io team

/pixel-streaming-server/

    Package Sidebar

    Install

    npm i pixel-streaming-server

    Weekly Downloads

    0

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    1.08 MB

    Total Files

    91

    Last publish

    Collaborators

    • markolofsen