Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
3c2010d281269994deefcc86297a79247a9aeb34
UnrealEngineUWP/Samples/PixelStreaming/WebServers/Matchmaker/platform_scripts/cmd/run.bat

25 lines
455 B
Batchfile
Raw Normal View History

Remove admin requirement from Windows Pixel Streaming scripts. Remove choco requirement from Windows Pixel Streaming scripts. Make node installation folder specific and not pollute system or clash with existing node installations. Make SFU/Matchmaker Windows scripts have similar installation and run procedure to signalling server scripts. Make SFU order independent of whether it should start before or after signalling server by making it attempt a reconnect (every 2 seconds) to the signalling server after a disconnect. #jira UE-146769 #fyi Nick.Pace, William.Belcher, Phillipe.Rebours #rb self #preflight 62397417b3653cf6afd5c1e7 [CL 19464364 by Luke Bermingham in ue5-main branch]
2022-03-22 03:47:18 -04:00
@Rem Copyright Epic Games, Inc. All Rights Reserved.
@echo off
@Rem Set script directory as working directory.
pushd "%~dp0"
title Matchmaker
@Rem Run setup to ensure we have node and matchmaker installed.
call setup.bat
@Rem Move to matchmaker.js directory.
pushd ..\..
@Rem Run node server and pass any argument along.
platform_scripts\cmd\node\node.exe matchmaker %*
@Rem Pop matchmaker.js directory.
popd
@Rem Pop script directory.
popd
pause
Reference in New Issue Copy Permalink
Powered by Gitea Page: 195ms Template: 7ms
English
English
Licenses API