JoJoBond / 3LAS

Low Latency Live Audio Streaming
GNU General Public License v2.0
93 stars 23 forks source link

Frequent STUN requests #31

Open rigzin7 opened 1 year ago

rigzin7 commented 1 year ago

Hello,

As I'm trying to solve performance issues on my network, I captured the packets and found that when the audio is playing, there are very frequent STUN binding requests sent back en forth, as you can see on this screenshot. These occur every second or every two seconds, does this show an issue ? This was recorded when playing the stream from Chrom v115 / Mac OS X.

Thank you.

JoJoBond commented 1 year ago

This doesn't necessarily mean that there is an issue. From a development point of view, I'm not sure if you can influence the way the browser uses the provided STUN/TURN server for WebRTC. So it could be down to the WebRTC implementation of the browser.