cbueche wrote: > Hi, > > I have a docker instance (on x86_64), everything works fine, even > Spotify after mapping a bunch of ports to the container, but I can't get > the airplay from my wife's iPhone to find any of the Squeezeboxes. I > have set port_base to 7400 and port_range to 8 (albeit this is not > getting saved, see below) to pref file. > > In docker-compose I have added these : > > Code: -------------------- > > - 7400-7407:7400-7407/tcp > - 7400-7407:7400-7407/udp -------------------- > > > but still, iPhone doesn't find the services... any help ? > > > Code: -------------------- > > > cat shairtunes.prefs > > --- > 00:04:20:22:3c:3e: on > 00:04:20:23:52:3d: on > _ts_00:04:20:22:3c:3e: 1606479814 > _ts_00:04:20:23:52:3d: 1606479814 > _ts_b8:27:eb:4d:7f:57: 1606479814 > _ts_bufferThreshold: 1606409804 > _ts_codec: 1606486130 > _ts_drift: 1606486130 > _ts_helper: 1606479814 > _ts_http_fill: 1606479814 > _ts_http_latency: 1606409804 > _ts_latency: 1606409804 > _ts_loglevel: 1606479814 > _ts_port_base: 1606484175 > _ts_port_range: 1606486130 > _ts_squeezelite: 1606484581 > _ts_syncVolume: 1606486130 > _version: 2 > b8:27:eb:4d:7f:57: on > bufferThreshold: 32 > codec: mp3:256 > drift: 0 > helper: shairport_helper-x64-linux > http_fill: on > http_latency: 2000 > latency: 1000 > loglevel: info > port_base: '7400' > port_range: ~ > squeezelite: on > syncVolume: 0 > -------------------- > > > > Thanks, > Charles
There was a problem indeed with the saving of "range" but that should not have affected you. Does your docker run in "host mode". It still has to as NAT cannot be supported. Was it working before the port management option I've added? LMS 7.9 on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, Riva 1 & 3 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=106289 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
