-
Notifications
You must be signed in to change notification settings - Fork 614
Description
I am trying to get PlexConnect on ATV3 talking to the web server of PlexConnect running on Mac that is also the PMS. As far as I can tell, the front end on the ATV is all javascript and uses 'baseURL' when sending any web queries. Currently these are sent to the PlexConnect web server running on the same machine (i.e. the ATV), but I see no reason why they could not instead be directed to a PlexConnect web server on a different machine that would be faster and able to serve multiple ATVs each running the PlexConnect front end. But…
Can anyone explain how the js front end gets that 'baseURL'. It seems to get it from the ATV system, but I don't see how that knows anything about that, but I'm not an iOS or TVOS developer. So if anyone can shed any light on how the js front end obtains the baseURL for its queries to the web server, that would be enormously helpful.