My network client behide firewall and open allow port tcp 3001 3004 8080 and udp 10000-30000 to sever outside on data center.
Client can open web and have show message for allow use camera. But don’t any happen after that look like have some connection can’t connect to server.
How i know port service use for allow on firewall?
Thank you.
Firstly, you should check the erizoController.js log to see if the
connection was established or not.
Secondly, the Licode using socket.io to exchange information between client
and server. If your client is using Chrome or Firefox, the socket.io will
use WebSocket as transport protocol. However, some anti-virus programs
still blocks this protocol, so you will have to check if this protocol is
working or not, on Chrome, open Developer Tools/Network/Websocket, it
should have a request on it, click on that request to see the Frames tab
inside, the Frames tab should have some messages, dig into those messages
and you will know exactly which ports will be in use.
Cheers,
Son
Vào 23:21:19 UTC+7 Thứ năm, ngày 19 tháng mười hai năm 2013, soon soon đã
viết:>
My network client behide firewall and open allow port tcp 3001 3004 8080
and udp 10000-30000 to sever outside on data center.
Client can open web and have show message for allow use camera. But don’t
any happen after that look like have some connection can’t connect to
server.
How i know port service use for allow on firewall?
Thank you.