You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Uwe Tesche (JIRA)" <ji...@apache.org> on 2015/10/12 14:55:05 UTC

[jira] [Updated] (OPENMEETINGS-1267) inproper handover of rtmplocalhost to screenshare-client

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Tesche updated OPENMEETINGS-1267:
-------------------------------------
    Labels: easyfix  (was: )

> inproper handover of rtmplocalhost to screenshare-client
> --------------------------------------------------------
>
>                 Key: OPENMEETINGS-1267
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1267
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Recordings, Screen-sharing
>    Affects Versions: 3.0.3, 3.0.6
>            Reporter: Uwe Tesche
>            Assignee: Maxim Solodovnik
>            Priority: Minor
>              Labels: easyfix
>
> 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 <rtmplocalhost> and <httplocalhost>.
> 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 <rtmplocalhost>,  but in fact <httplocalhost> 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)