When I copy the setup.ps1 command location [ C:\Program Files\Epic Games\UE_4.27\Samples\PixelStreaming\WebServers\SignallingWebServer\platform_scripts\cmd ] into the powershell it says:
.PS C:\WINDOWS\system32> C:\Program Files\Epic Games\UE_4.27\Samples\PixelStreaming\WebServers\SignallingWebServer\platform_scripts\cmd
C:\Program : The term ‘C:\Program’ is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- C:\Program Files\Epic Games\UE_4.27\Samples\PixelStreaming\WebServers …
-
+ CategoryInfo : ObjectNotFound: (C:\Program:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32>
Please help, how do I send these commands to the program through this powershell? Does the program need to be open? Apologies,