[
https://issues.apache.org/jira/browse/OPENMEETINGS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182894#comment-15182894
]
Uwe Tesche commented on OPENMEETINGS-1267:
------------------------------------------
I've tried out with build #154, with quite the same results like those in build
99:
- the keystore-base-location differs (not <red5-base>, but
<red5-base>/tomcat.8080)
After providing the keys at the expected location:
- om starts up without errors,
- webInterface works with https,
- starting a room rises errormsg 556 ('The connection to the server has been
lost')
my modifications for SSL-activation:
- red5-core.xml: uncommenting "RTMPS"-section
- red5.properties: providing 'RTMPS Key and Trust store parameters' (pathes
and passwords)
- config.xml:
: <useSSL>yes</useSSL>
: <red5httpport>5443</red5httpport>
: <protocol>best</protocol>
- jee-container.xml: switching to "SSL-enabled"
> inproper handover of rtmphostlocal to screenshare-client
> --------------------------------------------------------
>
> Key: OPENMEETINGS-1267
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1267
> Project: Openmeetings
> Issue Type: Bug
> Components: Screen-sharing
> Affects Versions: 3.0.3, 3.0.6
> Reporter: Uwe Tesche
> Assignee: Maxim Solodovnik
> Priority: Minor
> Labels: easyfix
> Fix For: 3.1.1
>
>
> We are using https and rtmps - and due to firewall-issues, we are using port
> 443 for BOTH connections. To separate the connections otherwise, we are
> using different values for <rtmphostlocal> and <httphostlocal>.
> It works fine except the screensharing-client: one of the arguments when
> starting the client is the host-address to be used by the client.
> This address should be <rtmphostlocal>, but in fact <httphostlocal> is being
> used!
> working patch in src/WebContent/src/base/mainMethods.lzx:
> a) adding a new method:
> <method name="getRtmpHost">
> <![CDATA[
> return canvas.rtmphostlocal;
> ]]>
> </method>
> b) change in method getScreenSharingUrl:
> from ... +'rtmphostlocal=' + canvas.getHttpHost() ...
> to +'rtmphostlocal=' + canvas.getRtmpHost()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)