Skip to main content

Configuring Firewalls

As a admin user, learn how VADAAR uses the network and which ports should be opened to allow for full functionality.

Overview

VADAAR allows for centralised control of all Senders/Viewers in your environment. To facilitate this, the Senders/Viewers connect directly to the VADAAR instance with a long running socket to allow for bidirectional communication.

To stream media between different VADAAR endpoints uses the WebRTC protocol. The applications will use the VADAAR instance as a signalling server to facilitate the exchanging of information, however once this initial handshake is complete, all media is sent directly to the other endpoint using peer-2-peer networking.

VADAAR Network Topology

Ports

ApplicationProtocolSource PortsDestination Ports
VADAARTCP8442,8443
SenderTCP8442,8443
SenderUDPEphemeral portsEphemeral ports
ViewerTCP8442,8443
ViewerUDPEphemeral portsEphemeral ports

Ephemeral Ports

VADAAR Sender/Viewer and the web browser utilise the Operating Systems Ephemeral Port range when starting to stream the media using the network. Each connection will use a new random Ephemeral port pair to send/receive data. A list of default ephemeral ports can be found below:

OSPorts
Windows49152-65535
Linux32768-61000