On the client's computer, modify the host file located in :
C:\WINDOWS\system32\drivers\etc
Add the following line:
77.67.34.32 clientservices.streamtheworld.com
Then you need to created a xml file called “StationManagerConfig.xml” in the SM folder located in :
C:\Program Files\StreamTheWorld\StationManager Server
You need to add the following code in the xml:
<Config>
<Params>
<Param Name="clientservicesurl">
<Values>
<Value>http://77.67.34.32:443/api/%3c/Value>
</Values>
</Param>
<Param Name="provisioningurl">
<Values>
<Value>http://77.67.34.30:4443/%3c/Value>
</Values>
</Param>
<Param Name="endbreakatkeyframe" />
</Params>
</Config>
Then you need to restart the SM service, in some case I had to remove the “Server” and add it again before it works.
It can take some time before everything get loaded since we force a specific Clientservices and Provisioning server and it’s not always optimized.