Sametime: Web Audio/Video settings for alternative sites

From Wiki

My client uses a Sametime Proxy and Sametime meetings for Web Audio/Video meetings using HTTPS. No problem about this, if you have acquired from Verisign or another Certified Authority.

But if you use a private ssl key, browsers like Mozilla and Chrome, block to install add-ons. Is the same situation as a self-signed certificate.

To avoid this you can use an alternate site for Sametime Web Player using only http.


Procedure

Configure in ST Proxy

1) Connect to DMGR/System Console

2) Go to Sametime System Console -> Sametime Servers -> Sametime Proxy Servers and select your Sametime Proxy Server

3) On section Web A/V Settings, define

URL to host A/V Plugins: Specify the URL where the plugin will be hosted, including the port 

Webplayer Version: Specify the value of the WebPlayer Version in the VersionInfo.txt file included with the Web Meeting Room client package. 

Softphone Plugin Version: Specify the value of the WebPlayer Version in the VersionInfo.txt file included with the Web Meeting Room client package. 

Click Save and OK.

4) Synchronize nodes and restart

Configure in stproxyconfig.xml

There is an undocumented option that solve a problem with Screen Capture plugin that still try to download a .CAB file from ST Proxy.

1) Go to the machine where DMGR/System Console was installed.

2) Found every stproxyconfig.xml on

# cd /opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/config/cells/sametimeCell/nodes/<SAMETIME_PROXY_SERVER>/servers/<STProxyServerNN>

3) Add the following code on Bold

  <webaudiovideo>
      <avupdateurl>XXXX</avupdateurl>
      <playerver>XXXXX</playerver>
      <softphonepluginver>XXXXX</softphonepluginver>
      <screencapturepluginupdateurl>http://<SAMETIME_PLUGIN_ALTERNATIVE_SITE></screencapturepluginupdateurl>
  </webaudiovideo>

Save and Close the file.

4) Synchronize nodes and restart

Configure in ST Meetings

Change this parameter, to avoid different versions of ST Web Player on your environemnt

1) Connect to DMGR/System Console

2) Go to Sametime System Console -> Sametime Servers -> Sametime Meetings Servers and select your Sametime Meeting Server

3) Define the following variable

meetings.plugins.alternateUrl: Specify the URL where the plugin will be hosted, including the port 

Click Save and OK.


Ver também