Navigation
API > API/Plugins > API/Plugins/PixelStreamingServers
References
| Module | PixelStreamingServers |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingServers/Public/PixelStreamingServers.h |
| Include | #include "PixelStreamingServers.h" |
Syntax
namespace UE
{
namespace PixelStreamingServers
{
enum EEndpoint
&123;
Signalling_Streamer,
Signalling_Players,
Signalling_Matchmaker,
Signalling_SFU,
Signalling_Webserver,
&125;
}
}
Values
| Name | Description |
|---|---|
| Signalling_Streamer | The websocket signalling url between the server and the UE streamer - e.g. ws://localhost:8888. |
| Signalling_Players | The websocket signalling url between the server and the players (aka. web browsers) - e.g. ws://localhost:80. |
| Signalling_Matchmaker | The websocket signalling url between the server and the matchmaker server - e.g. ws://localhost:9999. |
| Signalling_SFU | The websocket signalling url between the server and the SFU server - e.g. ws://localhost:8889. |
| Signalling_Webserver | The http url for the webserver hosted within the signalling server - e.g. http://localhost. |
Remarks
Endpoints for the various Pixel Streaming servers.