Navigation
API > API/Plugins > API/Plugins/PixelStreamingServers
Endpoints for the various Pixel Streaming servers.
| Name | UE::PixelStreamingServers::EEndpoint |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingServers/Public/PixelStreamingServers.h |
| Include Path | #include "PixelStreamingServers.h" |
Syntax
namespace UE
{
namespace PixelStreamingServers
{
enum EEndpoint
{
Signalling_Streamer,
Signalling_Players,
Signalling_Matchmaker,
Signalling_SFU,
Signalling_Webserver,
}
}
}
Values
| Name | Remarks |
|---|---|
| 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. |