Difference between revisions of "Test Network Connection"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Article | content = | {{Article | content = | ||
</onlyinclude> | </onlyinclude> | ||
− | VALT | + | VALT communicates to the cameras over two ports. [[VALT_Technical_Specifications#Network_Architecture]] |
*TCP 80 - HTTP | *TCP 80 - HTTP | ||
*TCP 554 - RTSP video | *TCP 554 - RTSP video |
Latest revision as of 12:09, 15 March 2024
VALT communicates to the cameras over two ports. VALT_Technical_Specifications#Network_Architecture
- TCP 80 - HTTP
- TCP 554 - RTSP video
The following instructions will show you how to test the communication over both ports.
- SSH into the server
- Run the following command to check port communication:
- nc -zv [CAMERA IP] [PORT]
- Example: nc -zv 192.168.0.90 80
- If communication is good it will say Succeeded!.
- If it fails it will say Connection Refused.
✎If it takes more than 5 seconds to give a response, the test will most likely timeout, and the connection is probably not good.