Hi,
We have a setup where we have an AP that sends audio to a station using UDP.
For this test the two units are a few feet apart and, ultimately, the AP will be talking to one to four stations hence the experiments with broadcast.
For the UDP test, the station audio sounds fine except perhaps for a low hiss.
When we use UDP broadcast instead of UDP we seem to get some packet loss, the audio has noticeable breaks.
We did try using multicast as well but got a similar result as to UDP broadcast.
Is there a reason why UDP broadcast would suffer more packet loss than UDP? are we doing something wrong?
Regards,