Replies: 1 comment
-
|
Hi scheilch, first of all, thanks a lot for your work on this project — I really appreciate your open-source effort. I have four speakers in the same network (same software version). Three of them were detected instantly. The fourth one is now being added afterwards, but it doesn’t show up.
Any idea what could be causing this? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discovery Troubleshooting
If OCT can't find your SoundTouch speaker, try these steps in order:
1. Check Network
Both OCT and your speaker must be on the same network (same subnet). If OCT runs in Docker, use
--network hostmode — this is critical for SSDP multicast discovery.2. Add Manual IP
If SSDP discovery fails (common on certain routers), add the speaker's IP manually:
3. Check Firewall
SSDP uses UDP port 1900 (multicast). Make sure your firewall allows it:
4. WSL2 Users
If you're running Docker in WSL2, multicast requires additional configuration:
networkingMode=mirroredin.wslconfigSee WSL2 Troubleshooting for detailed instructions.
5. Verify Speaker is Online
Your speaker should have a static or DHCP-assigned IP. Try pinging it:
If this returns XML, the speaker is reachable and OCT should find it.
Still stuck? Post your setup details (OS, Docker version, network config), and we'll help debug.
Beta Was this translation helpful? Give feedback.
All reactions