I've managed to fix my Jivelite problems, after a lot of trial and error :)
I use docker containers to run my LMS, and the problem was I could access the player from my LMS, but could not get the player to work with the screen, it would not find a player or LMS. I did manage a hack to it, which entailed installing LMS on the player and then remote mounting my music from my main LMS. But this just seemed all wrong. Any way it makes a difference which container you use, as I was using containers before the lmscommunity/logitechmediaserver container was made I used this 1 dlandon/logitechmediaserver. I might well change to the lmscommunity/logitechmediaserver one yet. If you compare the 2 run commands you will notice that lmscommunity/logitechmediaserver has a udp port listed! And yes that was the missing port, so if you're running a container and intend to use Jivelite the please make sure these ports are mapped - -p 9000:9000/tcp, 9090:9090/tcp , 3483:3483/tcp ,3483:3483/udp . All is working well now! ------------------------------------------------------------------------ trythat's Profile: http://forums.slimdevices.com/member.php?userid=66537 View this thread: http://forums.slimdevices.com/showthread.php?t=103330 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
