@pinn73 Your internet connection has nothing to do with internal transport speeds, apart from the router your ISP provides you with. It can provide crap WiFi, most likely due to lack of powerful antennas, or the inability to properly align the antennas (like the Huawei POS I was stuck with).
To be fair, looking at the process of elimination it might be cheapest to get 1 or 2 UTP cables first and hook up the vero and tv directly to the router, test what throughput you get there, before buying other devices, etc.
@fzinken Could it be that your “10%” would be the Megabit (Mb) to MegaByte (MB) conversion? Ideally this would be a 1:8 ratio (1 byte = 8 bit), but I agree that using 1:10 for math will put you on the safe side.
I’ve got a Vero 4K (Gb NIC) and a Raspberry Pi 3 Model B Rev 1.2 (with a 100Mb/s NIC, not 1Gb) and reach this:
Connecting to host 192.168.100.92, port 5201
Reverse mode, remote host 192.168.100.92 is sending
[ 5] local 192.168.100.93 port 57298 connected to 192.168.100.92 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 11.3 MBytes 94.8 Mbits/sec
[ 5] 1.00-2.00 sec 11.1 MBytes 93.5 Mbits/sec
[ 5] 2.00-3.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 3.00-4.00 sec 11.1 MBytes 93.0 Mbits/sec
[ 5] 4.00-5.00 sec 11.2 MBytes 94.2 Mbits/sec
[ 5] 5.00-6.00 sec 11.1 MBytes 93.5 Mbits/sec
[ 5] 6.00-7.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 7.00-8.00 sec 11.1 MBytes 93.5 Mbits/sec
[ 5] 8.00-9.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 9.00-10.00 sec 11.1 MBytes 93.5 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.03 sec 112 MBytes 94.1 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 112 MBytes 93.8 Mbits/sec receiver
and from my Mac over WiFi:
iperf3 -R -c 192.168.100.92
Connecting to host 192.168.100.92, port 5201
Reverse mode, remote host 192.168.100.92 is sending
[ 5] local 192.168.100.114 port 63978 connected to 192.168.100.92 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 10.9 MBytes 91.1 Mbits/sec
[ 5] 1.00-2.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 2.00-3.00 sec 11.1 MBytes 93.5 Mbits/sec
[ 5] 3.00-4.00 sec 11.2 MBytes 93.8 Mbits/sec
[ 5] 4.00-5.00 sec 11.2 MBytes 93.6 Mbits/sec
[ 5] 5.00-6.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 6.00-7.00 sec 11.2 MBytes 93.6 Mbits/sec
[ 5] 7.00-8.00 sec 11.2 MBytes 94.1 Mbits/sec
[ 5] 8.00-9.00 sec 11.1 MBytes 93.5 Mbits/sec
[ 5] 9.00-10.00 sec 11.2 MBytes 94.0 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 113 MBytes 94.5 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 112 MBytes 93.5 Mbits/sec receiver
iperf Done.
In comparison to connecting to a Pi4 (with Gb NIC) from Vero:
Connecting to host 192.168.100.90, port 5201
Reverse mode, remote host 192.168.100.90 is sending
[ 5] local 192.168.100.93 port 53546 connected to 192.168.100.90 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
[ 5] 1.00-2.00 sec 111 MBytes 931 Mbits/sec
[ 5] 2.00-3.00 sec 111 MBytes 934 Mbits/sec
[ 5] 3.00-4.00 sec 112 MBytes 937 Mbits/sec
[ 5] 4.00-5.00 sec 110 MBytes 923 Mbits/sec
[ 5] 5.00-6.00 sec 112 MBytes 937 Mbits/sec
[ 5] 6.00-7.00 sec 111 MBytes 935 Mbits/sec
[ 5] 7.00-8.00 sec 112 MBytes 939 Mbits/sec
[ 5] 8.00-9.00 sec 111 MBytes 934 Mbits/sec
[ 5] 9.00-10.00 sec 112 MBytes 936 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.03 sec 1.09 GBytes 931 Mbits/sec 32 sender
[ 5] 0.00-10.00 sec 1.08 GBytes 931 Mbits/sec receiver
and from Mac over WiFi (Tx rate reported 600Mb/s):
iperf3 -R -c 192.168.100.90
Connecting to host 192.168.100.90, port 5201
Reverse mode, remote host 192.168.100.90 is sending
[ 5] local 192.168.100.114 port 63991 connected to 192.168.100.90 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 38.6 MBytes 324 Mbits/sec
[ 5] 1.00-2.00 sec 52.3 MBytes 439 Mbits/sec
[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
[ 5] 3.00-4.00 sec 52.3 MBytes 439 Mbits/sec
[ 5] 4.00-5.00 sec 50.3 MBytes 422 Mbits/sec
[ 5] 5.00-6.00 sec 52.0 MBytes 436 Mbits/sec
[ 5] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
[ 5] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
[ 5] 8.00-9.00 sec 53.2 MBytes 446 Mbits/sec
[ 5] 9.00-10.00 sec 52.7 MBytes 442 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.01 sec 513 MBytes 430 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 509 MBytes 427 Mbits/sec receiver
iperf Done.
Very pleased with my prosumer network