Kanji-San
Regular Contributor
I have been hunting down a sporadic issue where (audio) streaming activity has been interrupted on my network. I think I finally tracked it down to my Samsung Smart TV which generates this in the syslog every time it's turned on or off:
My understanding is this is due to the spanning tree protocol (STP) which is enabled in my router (RT-AX88U). I have two unmanaged switches and an AiMesh node in my network.
My Samsung TV is the only device triggering this. I am not quite sure what happens but it seems like this is the reason my streaming is interrupted for several seconds since this is at the exact same time the TV is switched off or on. Does this make sense?
Code:
Sep 11 12:37:44 kernel: eth1 (Ext switch port: 0) (Logical Port: 8) (phyId: 8) Link UP at 100 mbps full duplex
Sep 11 12:37:44 kernel: br0: port 1(eth1) entered listening state
Sep 11 12:37:44 kernel: br0: port 1(eth1) entered listening state
Sep 11 12:37:46 kernel: br0: port 1(eth1) entered learning state
Sep 11 12:37:48 kernel: br0: topology change detected, propagating
Sep 11 12:37:48 kernel: br0: port 1(eth1) entered forwarding state
Sep 11 12:37:51 kernel: eth1 (Ext switch port: 0) (Logical Port: 8) (phyId: 8) Link DOWN.
Sep 11 12:37:51 kernel: br0: port 1(eth1) entered disabled state
My understanding is this is due to the spanning tree protocol (STP) which is enabled in my router (RT-AX88U). I have two unmanaged switches and an AiMesh node in my network.
My Samsung TV is the only device triggering this. I am not quite sure what happens but it seems like this is the reason my streaming is interrupted for several seconds since this is at the exact same time the TV is switched off or on. Does this make sense?