Yes, I’m not sure whether packet drops are the problem…
I’ve installed the new kernel and have reproduced the problem with dropwatch running.
Here is dropwatch output: https://paste.osmc.tv/iduhoxagoj
During this capture, the stuttering occurred at the following times:
08:31:49
08:32:46
08:36:36
08:38:12
08:39:20
This is the kind of output I see around the stutters e.g. at 08:31:49
08:31:40 20 drops at skb_release_data+d4 (0x17aa60c)
08:31:40 1 drops at skb_release_data+d4 (0x17aa60c)
08:31:41 16 drops at skb_release_data+d4 (0x17aa60c)
08:31:42 17 drops at skb_release_data+d4 (0x17aa60c)
08:31:43 3 drops at skb_release_data+d4 (0x17aa60c)
08:31:44 25 drops at skb_release_data+d4 (0x17aa60c)
08:31:45 15 drops at skb_release_data+d4 (0x17aa60c)
08:31:45 2 drops at __udp4_lib_mcast_deliver.isra.9+254 (0x181d654)
08:31:45 10 drops at skb_release_data+d4 (0x17aa60c)
08:31:45 8 drops at skb_release_data+d4 (0x17aa60c)
08:31:45 4 drops at skb_release_data+d4 (0x17aa60c)
08:31:46 3 drops at skb_release_data+d4 (0x17aa60c)
08:31:48 2 drops at skb_release_data+d4 (0x17aa60c)
08:31:49 8 drops at skb_release_data+d4 (0x17aa60c)
08:31:50 5 drops at unix_dgram_sendmsg+29c (0x184432c)
skb_release_data+d4 (0x17aa60c)
This seems to occur all the time whilst streaming, and relates to this line of code according to addr2line:
/mnt/package/kernel-osmc/src/vero3-linux-master/net/core/skbuff.c:632
unix_dgram_sendmsg+29c (0x184432c)
This seems to occur fairly frequently, and always seems to occur immediately after the stutter
/mnt/package/kernel-osmc/src/vero3-linux-master/net/unix/af_unix.c:1613
__udp4_lib_mcast_deliver.isra.9+254 (0x181d654)
This seems to occur every now and again, even when the machine is Idle.
For this latest capture I also have posted grab-logs -A
https://paste.osmc.tv/bepiguceva
And here is the output from dmesg
https://paste.osmc.tv/eponimetev
I’m happy to be guided by your wisdom and expertise on where to go next with this.
Is there anything in these logs that helps to move us in the right direction?