Intermittent Buffering over network

I’m watching videos on my Pi3 in the bedroom. They are being streamed from the V4K with USB hard drive. V4K is hardwired to Router, Pi3 is using Wi-Fi.

Wi-Fi signal strength shows good, but the videos tend to play great for about 15 minutes and then they start to require buffering. Often they just stall out and the video closes, or the Pi3 freezes and I have to wait 5+ minutes for it to come back to its senses.

My guess is that its a latency problem getting to the V4k. Is there a good way to test this theory out?

Ping
osmc@osmc:~$ ping -c 4 192.168.1.60
PING 192.168.1.60 (192.168.1.60): 56 data bytes

--- 192.168.1.60 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
osmc@osmc:~$ ping -c 4 192.168.1.60
PING 192.168.1.60 (192.168.1.60): 56 data bytes
64 bytes from 192.168.1.60: seq=0 ttl=64 time=2.644 ms
64 bytes from 192.168.1.60: seq=1 ttl=64 time=5.723 ms
64 bytes from 192.168.1.60: seq=2 ttl=64 time=6.896 ms
64 bytes from 192.168.1.60: seq=3 ttl=64 time=6.980 ms

--- 192.168.1.60 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 2.644/5.560/6.980 ms

Logs: https://paste.osmc.tv/ramomomoxe

Is Pi on the latest version of OSMC?

Are you using the Samba server via OSMC?

Sam

NFS, and Pi is on the latest version.

Feb 15 07:56:12 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 07:57:03 osmc wpa_supplicant[376]: wlan0: WPA: Group rekeying completed with 10:bf:48:49:9e:ae [GTK=CCMP]
Feb 15 07:57:04 osmc wpa_supplicant[376]: wlan0: WPA: Group rekeying completed with 10:bf:48:49:9e:ae [GTK=CCMP]
Feb 15 07:57:05 osmc wpa_supplicant[376]: wlan0: WPA: Group rekeying completed with 10:bf:48:49:9e:ae [GTK=CCMP]
Feb 15 07:57:06 osmc wpa_supplicant[376]: wlan0: WPA: Group rekeying completed with 10:bf:48:49:9e:ae [GTK=CCMP]
Feb 15 07:59:42 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 07:59:42 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 08:06:57 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 08:10:05 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 08:10:05 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 08:33:35 osmc kernel: nfs: server 192.168.1.60 not responding, timed out
Feb 15 08:56:58 osmc wpa_supplicant[376]: wlan0: WPA: Group rekeying completed with 10:bf:48:49:9e:ae [GTK=CCMP]

I think your Pi3 WiFi is dropping.

It shows decent signal strength when I go to setup wireless (4/5 bars). Maybe I’ll run a continuous ping and see if something happens during the day. Signal strength could be spiking and I’m obviously not looking at it that closely when I’m watching a video.

Can you try an Ethernet cable for 24 hours or so?

Also: that keying message looks suspicious. I vaguely recall a problem regarding this before

Probably not within the next couple days (sick girlfriend), but I’ll try moving the setup downstairs to hardwired it when it won’t disrupt her watching plans.

Don’ t know anything about the keying message. That’s Greek to me.

OK, no problem. I hope your other half is OK.
See Wifi drop outs - #10 by dillthedog

Sam

Alright, I’ve got a few things to do. :slight_smile:

I’ve updated some of my router settings. I’m going to put in a new access point (and I’m going to adjust the SSID to see if there might be a failover problem), and I’ll try the CRDA thing you linked to.

I launched 500 pings after I first posted and its pretty clear there is a signal problem.

--- 192.168.1.60 ping statistics ---
500 packets transmitted, 306 packets received, 38% packet loss
round-trip min/avg/max = 2.186/36.379/2014.541 ms

I’m just kind of shocked that its this bad while showing a good connection, but now that I’m reading more about it it sounds a lot like the strength can be very misleading.

WIFi is a problem to diagnose, because it can be very temperamental.

Just curious as to what router your using? My cheap Comtrend AR-5381u ISP provided modem/router combo pretty much requires at least a monthly reboot otherwise I experience the same issues.

I switched which fixed the problem. I’ve wired the first floor of my house, so I have a router in the basement and an access point on floor 1. The access point was an older netgear router.

Pulled the netgear and got a used ASUS RT-N66u from work to put in its place. Problem completely gone now.

1 Like

I have always had issues with netgear wireless. Glad you were able to resolve it.