Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the steps to test whether pixel streaming plugin enabled or not:

Step 1. Follow the path below and

...

run the“get_ps_servers.bat

...

file

Selected Folder for Packaging > Windows > Your Project Name Folder > Samples > PixelStreaming > WebServers > get_ps_servers.bat

...

Let’s say your project name is “MyProject2”, then the folder structure should be:
MyProject2 and you have selected the “Packaged Folder” while packaging the project. The path of the get_ps_servers.bat file would be:

Packaged Folder > Windows > MyProject2 > Samples > Pixel Streaming > Webservers > get_ps_servers.bat

image-20241020-062209.pngImage Removed

PixelStreaming > WebServers

image-20241228-151406.pngImage Added

Step 2. Once you click on “get_ps_servers.bat” some file will start downloading and a terminal will be displayed like below:

Info

After downloading all required files the terminal will be automatically closed.

image-20241020-062714.pngImage Removedimage-20241228-151910.pngImage Added

Step 3.

...

Run the run_local.bat”

...

file

Follow the path below and click on “run_local.bat”:

Your project folder Selected Folder for Packaging > Windows > Your Project Name Folder > Samples > PixelStreaming > WebServers > SignalingWebServer > platform_scripts > cmd > run_local.bat

Let’s say your project name is “MyProject2”, then the folder structure should be: MyProject2 and you have selected the “Packaged Folder” while packaging the project. The path of the run_local.bat file would be:

Packaged Folder > Windows > MyProject2 > Samples > PixelStreaming > WebServers > SignalingWebServer > platform_scripts > cmd > run_local.bat.

image-20241020-064434.pngImage Removed

image-20241228-152724.pngImage Added

Step 4. All required files will be downloaded.

...

Note

Don’t close the terminal for rest of the tutorial of this section

image-20241020-065036.pngImage Removedimage-20241228-152502.pngImage Added

Step 5. Follow the path below and and create a shortcut of the exe file of your app:

Your project folder > Package Selected Folder for Packaging > Windows

Let’s say your project name is “MyProject2” MyProject2 and you have selected the “Packaged Folder” while packaging the project. Then find the exe file in MyProject2 > Package > Windows following path and make a shortcut of it.

image-20241020-070413.pngImage Removed

this file:


Packaged Folder > Windows


image-20241228-152958.pngImage Added

Step 6. Right click on the shortcut app and go to Properties.

image-20241020-070743.pngImage Removedimage-20241228-153036.pngImage Added

Step 7. In the Target field go to end of existing line and hit a space from your keyboard. Then paste the command line from below and click ok.

...

Info

Let’s say in the target field existing location is "C:\Users\USER\Documents\Unreal Projects\MyProject2\PackagePackaged Folder\Windows\MyProject2.exe"

You will go the the end of the line and give a space from your keyboard and paste the above command. After pasting the target field will look like this:

"C:\Users\USER\Documents\Unreal Projects\MyProject2\PackagePackaged Folder\Windows\MyProject2.exe" -log -AudioMixer -PixelStreamingIP=localhost -PixelStreamingPort=8888 -RenderOffScreen -AllowPixelStreamingCommands

Then Click OK button.

image-20241020-071439.pngImage Removedimage-20241228-153439.pngImage Added

Step 8. Double click on the shortcut of the exe file to open it.

...