EpicGamesExt / PixelStreamingInfrastructure

The official Pixel Streaming servers and frontend.
MIT License
194 stars 72 forks source link

[BUG] - Turn Signalling Server Session Closes By Itself Automatically #201

Open yoponchik opened 1 month ago

yoponchik commented 1 month ago

UE Version: UE 5.3.2

Frontend Version: UE5.3-0.3.0

Problem component Signalling Server

Description When I run Start_WithTURN_SignallingServer.ps1, two windows pop up. One runs node.exe and the other turnserver.exe. But the window with node.exe closes by itself and ends the signalling server session.

Steps to Reproduce:

  1. In config.json, change the UseHTTPS to true in .\PixelStreamingInfrastructure\SignallingWebServer
  2. Run Start_WithTURN_SignallingServer.ps1

Expected behavior

  1. I expect the two windows to remain open. The window running node.exe must have an output Http listening on *: 80

Screenshots

Platform (please complete the following information):

Additional context

lukehb commented 1 month ago

@MWillWallT When you get a chance can attempt this repro? (Note version UE5.3-0.3.0 of the frontend)

mcottontensor commented 4 days ago

If it's closing by itself it's most likely a configuration issue. If you could run the signalling server in a powershell prompt without using the WithTURN script it should allow you to see what is causing it to close. Does Start_SignallingServer.ps1 give you the same result?