Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/SessionMonitor/bin/SessionMonitorConfigDebug.json
Andriy Tylychko 9f65ad43a6 Merging //UE4/Private-3Lateral_Streaming to Main (//UE4/Main)
This mainly covers the new Pixel Streaming plugin version along with minor changes to other parts of the engine:
* removed multiple copies of FThread as it's now a part of Core
* changes to SlateUser required to fix user input in Pixel Streaming

This wasn't formally reviewed due to the size of Pixel Streaming changes, but was skimmed over by Zack Letters before integration

#rb zack.letters

[CL 9486237 by Andriy Tylychko in Main branch]
2019-10-09 08:21:27 -04:00

28 lines
736 B
JSON

{
"apps": [
{
"name": "Cirrus",
"executable": "node.exe",
"parameters" : "\"..\\..\\WebServers\\SignallingWebServer\\cirrus.js\"",
"monitored" : false,
"oncrash" : "RestartApp"
},
{
"name": "WebRTCProxy",
"executable": "../../WebRTCProxy/bin/WebRTCProxy_x64_Debug.exe",
"parameters" : "",
"monitored" : false,
"initial_timeout": 5000,
"shutdown_timeout": 5000,
"oncrash" : "RestartApp"
},
{
"name": "FP_FirstPerson",
"executable": "../../../../../Binaries/Win64/UE4Editor.exe",
"parameters" : "FP_FirstPerson -game -windowed -PixelStreamingPort=8124 -audiomixer -ResX=1280 -ResY=720 -execcmds=\"stat fps\"",
"monitored" : false,
"oncrash" : "StopSession"
}
]
}