Raspi3: High bitrate .mkv files freezing

Here’s a typical output from iperf3 for the client:

osmc@osmc:~$ iperf3 -c 192.168.8.33
Connecting to host 192.168.8.33, port 5201
[  4] local 192.168.8.32 port 59989 connected to 192.168.8.33 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  12.6 MBytes   106 Mbits/sec    0    293 KBytes       
[  4]   1.00-2.00   sec  11.9 MBytes   100 Mbits/sec    0    426 KBytes       
[  4]   2.00-3.00   sec  11.4 MBytes  95.8 Mbits/sec    0    529 KBytes       
[  4]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec    7    431 KBytes       
[  4]   4.00-5.00   sec  11.1 MBytes  93.5 Mbits/sec    0    484 KBytes       
[  4]   5.00-6.00   sec  11.0 MBytes  92.0 Mbits/sec    6    369 KBytes       
[  4]   6.00-7.00   sec  11.2 MBytes  93.7 Mbits/sec    6    276 KBytes       
[  4]   7.00-8.00   sec  10.9 MBytes  91.3 Mbits/sec    0    305 KBytes       
[  4]   8.00-9.00   sec  12.0 MBytes   101 Mbits/sec    7    232 KBytes       
[  4]   9.00-10.00  sec  10.9 MBytes  91.6 Mbits/sec    0    256 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   115 MBytes  96.4 Mbits/sec   26             sender
[  4]   0.00-10.00  sec   112 MBytes  94.2 Mbits/sec                  receiver

iperf Done.

A few retries but I’m getting around 95 Mbits/sec on my (100 Mbit/sec) LAN.

This will give to an idea about the general performance of your LAN. If you start to send traffic to/from the NAS, you will probably see that your iperf3 numbers are reduced.

You should run iperf -c 192.168.192.60 assuming that 192.168.192.60 is the IP of your Win 10 machine

I just noticed something. It might only be a typo but iperf is not compatible with iperf3. You should run iperf3 on both machines.

Hi, im getting this now :
root@osmc:~# iperf -c 192.168.192.18

Client connecting to 192.168.192.18, TCP port 5001
TCP window size: 324 KByte (default)

[ 3] local 192.168.192.60 port 45498 connected with 192.168.192.18 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 114 MBytes 95.4 Mbits/sec
root@osmc:~# iperf -c 192.168.192.18

Client connecting to 192.168.192.18, TCP port 5001
TCP window size: 324 KByte (default)

[ 3] local 192.168.192.60 port 45520 connected with 192.168.192.18 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 114 MBytes 95.9 Mbits/sec

Should i change something in the client command ?

Better to use iperf3.

Hi, i found out the problem was my router. I connected the NAS directly to my laptop and the stream was very robust, at a constant framerate.

I called the provider to have it replaced.

I would like to thank all you guys in trying to pinpoint the errors i have been getting. It show that hardware is only worth as much as its support !!

1 Like