I started my SignallingWebServer and after that when i am running 127.0.01, it is shpwimg nothimg and in my command prompt, it is showing me this
16:49:53.176 peerConnectionOptions = {"iceServers":[{"urls":["stun:stun.l.google.com:19302","turn:136.232.6.66:19303"],"username":"PixelStreamingUser","credential":"AnotherTURNintheroad"}]}
16:49:53.182 Running Cirrus - The Pixel Streaming reference implementation signalling server for Unreal Engine 5.2.
16:49:53.197 WebSocket listening for Streamer connections on :8888
16:49:53.198 WebSocket listening for SFU connections on :8889
16:49:53.199 WebSocket listening for Players connections on :80
16:49:53.202 Http listening on *: 80
16:49:53.537 player 1 (::ffff:127.0.0.1) connected
16:49:53.539 [players] <- {"type":"playerCount","count":1}
16:49:53.541 1 -> {"type":"listStreamers"}
16:49:53.541 1 <- {"type":"streamerList","ids":[]}
16:49:53.547 player 1 connection closed: 1005 -
16:49:53.547 [players] <- {"type":"playerCount","count":0}
16:49:53.550 player 2 (::ffff:127.0.0.1) connected
16:49:53.551 [players] <- {"type":"playerCount","count":1}
16:49:53.553 2 -> {"type":"listStreamers"}
16:49:53.553 2 <- {"type":"streamerList","ids":[]}
16:49:53.562 player 2 connection closed: 1005 -
16:49:53.562 [players] <- {"type":"playerCount","count":0}
16:50:11.113 player 3 (::ffff:127.0.0.1) connected
16:50:11.114 [players] <- {"type":"playerCount","count":1}
16:50:11.141 3 -> {"type":"listStreamers"}
16:50:11.141 3 <- {"type":"streamerList","ids":[]}
16:50:33.658 player 3 connection closed: 1001 -
16:50:33.658 [players] <- {"type":"playerCount","count":0}
16:50:35.111 player 4 (::ffff:127.0.0.1) connected
16:50:35.112 [players] <- {"type":"playerCount","count":1}
16:50:35.130 player 5 (::ffff:127.0.0.1) connected
16:50:35.131 [players] <- {"type":"playerCount","count":2}
16:50:35.198 4 -> {"type":"listStreamers"}
16:50:35.199 4 <- {"type":"streamerList","ids":[]}
16:50:35.199 5 -> {"type":"listStreamers"}
16:50:35.200 5 <- {"type":"streamerList","ids":[]}
16:52:12.385 player 4 connection closed: 1001 -
16:52:12.386 [players] <- {"type":"playerCount","count":1}
16:52:12.387 player 5 connection closed: 1001 -
16:52:12.387 [players] <- {"type":"playerCount","count":0}
16:52:13.785 player 6 (::ffff:127.0.0.1) connected
16:52:13.785 [players] <- {"type":"playerCount","count":1}
16:52:13.803 player 7 (::ffff:127.0.0.1) connected
16:52:13.803 [players] <- {"type":"playerCount","count":2}
16:52:13.881 6 -> {"type":"listStreamers"}
16:52:13.882 6 <- {"type":"streamerList","ids":[]}
16:52:13.883 7 -> {"type":"listStreamers"}
16:52:13.883 7 <- {"type":"streamerList","ids":[]}
16:56:44.589 player 7 connection closed: 1001 -
16:56:44.589 [players] <- {"type":"playerCount","count":1}
16:56:44.590 player 6 connection closed: 1001 -
16:56:44.590 [players] <- {"type":"playerCount","count":0}
16:56:46.175 player 8 (::ffff:127.0.0.1) connected
16:56:46.176 [players] <- {"type":"playerCount","count":1}
16:56:46.205 player 9 (::ffff:127.0.0.1) connected
16:56:46.205 [players] <- {"type":"playerCount","count":2}
16:56:46.294 8 -> {"type":"listStreamers"}
16:56:46.295 8 <- {"type":"streamerList","ids":[]}
16:56:46.297 9 -> {"type":"listStreamers"}
16:56:46.299 9 <- {"type":"streamerList","ids":[]}
PS: I have installed Meta editor for connecting Pixel streaming, and it is showing not connected when i am running the react file.