[
https://issues.apache.org/jira/browse/OPENMEETINGS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954455#comment-14954455
]
Uwe Tesche commented on OPENMEETINGS-1267:
------------------------------------------
Hello Maxim,
the goal is to use ONLY port 443 for both secured datastreams, https and rtmps.
The only way to reach this goal we found, was:
- running OM itself with sockets on 5443 / 8443
- redirecting in/out via iptables-nat from/to IP_1:443 and IP_2:443
- configuring the client sight via config.xml to (https) IP_1:443 (rtmps)
IP_2:443
==> so, when the applet is told to use IP_1:443 for rtmps, the applet did not
connect to the proper serversocket
Remember: the goal was: all streams ssl-secured, using only port 443 (as seen
from the client)!
Now our server has reached this goal, finally (using patched v3.0.6).
Can YOU suggest another attempt for this goal?
> 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.0.8
>
>
> 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)