Mesh Wi-Fi vs Video Surveillance: Why a “Smart” Network Secretly Breaks Your Cameras
Mesh is designed to make Wi-Fi convenient for people. It constantly analyzes signal quality, load, and moves clients between access points. For a phone it feels like magic. For video surveillance it sometimes turns into a circus.
The first mechanism is roaming and “sticky clients in reverse.” The system may decide that a camera would be better connected to another node and forcibly move it. During that move the connection drops for fractions of a second. YouTube will not notice. RTSP will. For a camera this means a session break and a reconnect.
The second story is band steering and load balancing. Mesh actively pushes devices between 2.4 and 5 GHz or between nodes to keep the air clean. A camera sends a constant stream and, in the eyes of mesh, looks like a “noisy neighbor.” The algorithm tries to relocate it and the stream begins to break periodically.
The third mechanism is airtime fairness. The network tries to divide airtime equally between devices. Cameras occupy the channel constantly, so their priority may be artificially reduced when normal home life begins: streaming, gaming, calls. At that moment cameras start experiencing packet loss and latency spikes.
The fourth problem is automatic channel selection. Mesh may decide to switch channels at night because of interference. Access points restart their radios for a few seconds, cameras reconnect, and the recorder logs a “connection lost.” In the morning everything works and nobody understands why the archive has gaps.
Now about UDP vs TCP
UDP is better for stable Wi-Fi. It is lighter, does not require acknowledgments, and tolerates small packet loss without stopping the stream. The image may get slightly blocky, but recording continues.
TCP is more reliable in delivery but sensitive to losses. In Wi-Fi, packet loss triggers retransmissions, the buffer grows, latency increases, and sometimes the stream freezes. In mesh this looks like periodic frame freezes.
The practical conclusion is simple. In mesh networks, UDP is usually preferable for recording, while TCP is better left for remote viewing over the internet. The old rule still holds true: video surveillance loves stability more than perfect delivery of every packet.