[WCS] Inquiries about turn servers related to WCS

hyuk

Member

Hi.

I am currently building a service in an isolated network environment.
I have to meet some conditions in the security policy, but I'm not sure how.
It's hard to explain in words, so I attached an image.
The part that needs confirmation is the red part.
It is said that the network connection system is set to go from 50005 UDP to 3478 UDP.
Is there a way to modify the WCS server to put data in 50005 instead of going to 3478?
The turn server should work with 3478.
If there is something you do not understand, please reply.

NEMO_WCS_STRUCTURE.PNG


Have a nice day.
 

Max

Administrator
Staff member
Good day.
Is there a way to modify the WCS server to put data in 50005 instead of going to 3478?
You can configure WCS media ports by the following parameters:
Code:
media_port_from        =51001
media_port_to          =51200
and need to set up those ports forwarding for incoming connections on intranet firewall.
Please note that 199 media ports may not be enough for all the subscribers.
Another option is to use WCS internal TURN server, in this case you may set up WCS TURN port:
Code:
turn_port=50005
 
Top