pgf wrote: 
> Because of the way my network is configured (the wifi is partially
> firewalled from the home wired lan) I access the LMS web page from my
> laptop via a forwarded port on an ssh tunnel.  This means that instead
> of connecting to http://slimserver:9000, I connect to
> http://localhost:9000.
> 
> This works fine except for just one thing in the Material UI.  If I try
> to access "Configuration" from the context-sensitive menu on the "Player
> settings" page, the attempt to connect fails, because a connection is
> attempted to the IP address of "slimserver" on the lan, which is
> inaccessible from wifi.
> 
> I'm not sure how that IP address is leaking back to the browser app, nor
> do I know why the "Configuration" mechanism works differently than
> everything else in Material, but it would be nice if it used the
> "localhost" address instead.
> 
> paul

Material does not send the hostname/IP - thats the browser/Javascript.
To get to the 'Extra settings' (i.e. LMS's player settings) Material
just loads '/material/settings/player/basic.html?player=XXXX' No
hostname there. If you mean the piCorePlayer/SqueezeAMP specific
settings (accessed via 'Configuation') these are on the player's
themselves - so that IP address of the player is required, and is used
in the request.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to