Sametime: Web Audio/Video settings for alternative sites: Difference between revisions

From Wiki
(Criou página com: '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 ...')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.  
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.
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.
To avoid this you can use an alternate site for Sametime Web Player using only http.




= Configure in ST Proxy =
= Procedure =
 
== Configure in ST Proxy ==


1) Connect to DMGR/System Console
1) Connect to DMGR/System Console
Line 24: Line 26:
4) Synchronize nodes and restart  
4) Synchronize nodes and restart  


== Configure in stproxyconfig.xml ==
=== 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><nowiki>http://<SAMETIME_PLUGIN_ALTERNATIVE_SITE></nowiki></screencapturepluginupdateurl>'''
  </webaudiovideo>


There is an undocumented option that solve a problem with Screen Capture plugin
'''Save''' and '''Close''' the file.


4) Synchronize nodes and restart


= Configure in ST Meetings =
== Configure in ST Meetings ==
 
Change this parameter, to avoid different versions of ST Web Player on your environemnt


1) Connect to DMGR/System Console
1) Connect to DMGR/System Console
Line 40: Line 62:


Click '''Save''' and '''OK'''.
Click '''Save''' and '''OK'''.
= Ver também =
* [[Instalando o IBM Sametime no Linux]]
* [[Configurando conversão de documentos do Sametime 8.5]]
* [[Sametime: Comandos Uteis]]
* [[Lotus Sametime|  Mais Artigos sobre IBM Sametime]]
[[Category: IBM Sametime]]
[[Category: Sametime]]

Latest revision as of 21:24, 22 April 2015

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