What are the port number for using webrtc.

tobisaki

New Member
Thank you for helping alway.
My wcs 5 is inside the firewall.
Currently, streaming display is possible only with the iso browser.
In order to use webrtc with other browsers, which port needs to be opened?
 

Max

Administrator
Staff member
WebRTC ports are UDP ports in range [31001-32000] by default.
You can configure media_port_from and media_port_to in flashphoner.properties config.

Websocket default port is TCP 8443. It can be configured in server.properties config.

Therefore you have to open following ports:
UDP [31001-32000]
TCP 8443

If your server behind a NAT, make sure it receives UDP packets properly.
How to check:
https://flashphoner.com/docs/wcs5/w...l?additional_tools-ports_routing_checking.htm
 
Top