Hi
I have LMS installed on a pi using the arm.deb package. I have now
upgraded my NAS and would like to install LMS Docker container on the
Qnap NAS.
This somehow refuses to work..
I have installed the lmscommunity/logitechmediaserver:dev image with
portainer. Settings are as follows :

Code:
--------------------
    
  
  image: lmscommunity/logitechmediaserver:dev
  name: LMS
  
  environment:
  - PUID : 1000
  - PGID : 100
  - TZ : Europe/London
  
  volumes:
  - /share/music/ : /music
  - /share/docker/lms : /config
  - /etc/localtime : /etc/localtime
  
  ports:
  - 9000:9000/tcp
  - 9090:9090/tcp
  - 3483:3483/tcp
  - 3483:34837udp
  
  
--------------------


I can access the web interface on port :9000, I can update the library,
connect to mysqueezebox.com, access every setting. 
But in server settings status, I get "Total Players Recognized: 0". The
android app squeezer also does not see this lms server, but I can
manually connect by entering the ip. When connected, the app doesn't see
any players either.

>From the other end, my squeezebox radios don't see the new library, they
only see the one on the raspberry pi, even after a reboot and in
desperation, a factory reset.
I tried installing an instance of docker lms on the pi (with the same
settings as on the NAS, with portainer), and the radios instantly
recognize the server.

I tried changing 9000:9000 to 9001:9001 (with http_port : 9001), 3483
TCP and UDP to 3485, change 3485 on the host, but keep 3483 in the
container, none of it changes anything. The webserver is accessible, the
clients are not.

I can't for the life of me understand why the container on the Nas
doesn't broadcast it's there, nor sees any of the players on the same
network.


------------------------------------------------------------------------
SirHades's Profile: http://forums.slimdevices.com/member.php?userid=67544
View this thread: http://forums.slimdevices.com/showthread.php?t=115854

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to