-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote music library - don't show another LMS #1102
Comments
Are both systems in the same network? Is there some kind of firewall in front of one of the systems? You could enable logging for Did you try to add the Daphile system in the Remote Library settings? |
Yes, the both LMS are in the same network. From Daphile I can see the second LMS ( LMS on Ubuntu). |
How do to do correct?? |
Settings/Advanced/Logging. Set the flag to "debug" to get most output. Then let it run for a while. Do so on the Ubuntu machine. On that same page there are links to watch the log, or to download it as server.log.zip file. |
Ok. |
Are these log files from the Daphile system? I see an error about a missing string in |
No, these log files are from docker container LMS on Ubuntu.
I will try to do that. ;-) On Ubuntu server I've installed alsa and squeezelite player. In etc/default/squeezelite
SB_SERVER_IP, I put the IP of my Ubuntu, so the squeezelite don't looking for another LMS as player. Without this IP squeezelite player is alwayes connecting to Daphile as primary LMS server. |
|
I've made some tests. So, I have made another test: |
Oh, you didn't mention Docker before. That's crucial: Docker would by default use "bridge" mode, in which the container would run in its own network. In that case broadcasts wouldn't work. And LMS uses broadcasts to discover other servers or players. You'd have to run Docker in "host" mode instead to make the container fully integrated into your network. |
I'm sorry for that.
I trayed to put macvlan to docker, but without possitive result. Docker "get" the correct IP from my LAN, and the gateway is correct, but I can't login to LMS or even ping. |
I'm not familiar with macvlan. "Host" should do https://docs.docker.com/network/drivers/host/. |
Hi
I used the "latest" version 8.5.2, now I change to the "stable" 8.5.3. And the problem is still present.
I have two LMS in my network - one is Daphile, the second is LMS container on ubuntu server.
Daphile is findind properly the LMS on ubuntu, but the LMS on Ubuntu doesn't.
In option "Advanced" -> Remote Music Libraries-> I have enabled Enabled, look for other Ligitech Media Severs.
but, nothing is showing up in Home/Remote Music
No other media server was found in your network. Please make sure it's up and running and reachable. Then try again in a minute or two.
The text was updated successfully, but these errors were encountered: