Product data

VideoEdge NVR 4.1 Release Notes
8
8200-2735-07 D0
2. Open the port on the firewall
Whichever port has been chosen in the above step must be accessible through any WAN
firewall so ensure that this port is open in any such device.
3. Server Side (NVR) issue the command from /bin
./iperf -s -p <Server_port_number> s: means server mode, p: port server is listening on
4. Client Side (victor Client)
When you startup the client iperf to be in client mode. The command to use:
iperf -c <IP NVR ADDRESS> -p <Server_port_number> P4 t 10 w 1048576 c: Client
mode, and the IP address of the NVR server
-w represents the TCP window size in bytes. The recommended window size has been
specified above.
5. Sample Program Output
------------------------------------------------------------
Client connecting to , TCP port 5000
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 4] local 172.16.1.66 port 49679 connected with 172.16.1.20 port 5000
[ 5] local 172.16.1.66 port 49680 connected with 172.16.1.20 port 5000
[ 6] local 172.16.1.66 port 49681 connected with 172.16.1.20 port 5000
[ 3] local 172.16.1.66 port 49678 connected with 172.16.1.20 port 5000
[ ID] Interval Transfer Bandwidth
[ 5] 0.0- 7.0 sec 156 MBytes 187 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 6] 0.0- 7.0 sec 203 MBytes 243 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 4] 0.0- 7.0 sec 215 MBytes 256 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 533 MBytes 447 Mbits/sec
[SUM] 0.0-10.0 sec 1.08 GBytes 929 Mbits/sec
The final line is a sum of all the data, indicating the totals. The total amount of data sent
was just over 1Gb at a rate of 929 Mbits/sec (this is over a gigabit connection). As you
can see, the program used almost the full amount of bandwidth available to it.
Internal WAN testing has proved that the client/server when operated within bandwidth
constraints and limiting the bit rate to a smaller percentage of the available circuit,
operations such as PTZ control, clip download and instant playback will work
satisfactorily. Limiting the number of cameras streaming will provide the best user
experience. The network topology, configuration and usage have a great impact on
bandwidth usage (e.g. available). It is recommended that users monitor their network for
at least a week using iperf to have a good understanding of the bandwidth available and
thus insuring that the bandwidth used by the victor client in a WAN configuration is below
the bandwidth available.