![]() |
[PROBLEM] Multiroom turn to static - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Multiroom turn to static (/showthread.php?tid=7761) |
Multiroom turn to static - Tucher - 05-27-2025 I have a Pi 5 powered with a poe+ hat. I run Moode on an SD card and have FLAC files on an nvme. I run 2 recievers on Pi 4's connected to a 5ghz wifi network with good signal. I can play a flac file sent to the recievers for anywhere between 2 and 5 minutes and then it just turns to static. If I go to the recievers page and un-check one of the recievers and re-check it the audio returns and will play for anywhere between 2 and 5 minutes. Rinse and repeat. Any ideas? Thanks in advance, Scott RE: Multiroom turn to static - Tim Curtis - 05-27-2025 The symptom suggests a network issue. To troubleshoot run a 5 minute (or longer) ping test from one of the receivers to the sender. Monitor the console output and look for really long round trip times. Then end the ping test using Ctrl-c and examine the stats. Look for really high avg and mdev (standard deviation) Here's some sample stats from a long ping test from one of my receivers to the sender. Code: --- trx.home ping statistics --- RE: Multiroom turn to static - Tucher - 05-28-2025 Thanks Tim, I did a little network trouble shooting first. Changed my access points a bit to get a stronger signal. Then I ran the 5 minute ping test. I see some 13ms, a 28ms a nd a 38ms. So i will continue to looking my wifi. --- 192.168.100.183 ping statistics --- 486 packets transmitted, 485 received, 0.205761% packet loss, time 485803ms rtt min/avg/max/mdev = 1.317/5.076/107.705/5.246 ms Thanks RE: Multiroom turn to static - Tim Curtis - 05-28-2025 Those stats don't look too bad (avg and mdev are close to one another) except for that really long max of 107ms. IIRC the static noise condition occurs when the sender buffer runs out of data. When you monitor the ping does it show long rtt times that correlate to the music turning into static noise? RE: Multiroom turn to static - Tucher - 05-28-2025 (05-28-2025, 07:55 PM)Tim Curtis Wrote: Those stats don't look too bad (avg and mdev are close to one another) except for that really long max of 107ms.I will check that tomorrow. |