skaze;640726 Wrote: > Firstly let me add my voice to everyone else's regarding how cool this - > Triode you did an awesome job but for me everything worked except the > playing of music: Album art, search, play lists. All worked. But no > streaming of tunes. > > Turns out it was because my SqueeseCentre, which is running on a NAS > that has two NICs (well one real NIC, the other is a VPN tun) had given > the NAS's VPN address to the player to connect to for remote streaming > and of course the player can't reach that address. > > I can fix the problem by shutting down my VPN on the NAS, then > restarting SuqeezeCenter on the NAS and player (for good measure). The > player now gets told the correct IP for the spotifyd daemon (ie the > internal 192 network) and everything works. If i then restart the VPN > everything continues to work. > > So in summary - great plugin but please can you add a configuration > option where you can specify which NIC spotifyd should bind its > *player* listening port to (e.g. 192.168.1.10:9001) and tell the player > this in the intial hand shaking. This way the player will talk to > spotifyd on the right network and my NAS can continue to talk to the > outside world via the VPN tunnel. > > Hope that makes sense. > > Thanks, > Skaze
Try starting the server with --httpaddr and the IP address you want the server to use. Otherwise try editting the ProtocolHandler.pm file in the plugin folder - there's a method called canStreamDirect which at something like line 257 has the server address defined - you can perhaps set this manually to something else? -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=79706 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
