[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106853#comment-15106853
 ] 

Uwe Tesche commented on OPENMEETINGS-1267:
------------------------------------------

addendum:

After copying the keystore manually to the expected location, the webinterface 
starts and works.
But entering a room brings up the 'rotating rose' for just a portion of a 
second (too short, no loading of the flashclient!) - ending up immediately in 
an empty browsertab.

only messages concerning the attempted start of the room:
<log/red5.log>
..
2016-01-19 15:59:21,960 [NioProcessor-18] WARN  
o.r.s.net.rtmp.RTMPMinaIoHandler - Force close - session: 33
2016-01-19 15:59:22,073 [NioProcessor-19] WARN  
o.r.s.net.rtmp.RTMPMinaIoHandler - Force close - session: 34
2016-01-19 15:59:22,085 [NioProcessor-20] WARN  
o.r.s.net.rtmp.RTMPMinaIoHandler - Force close - session: 35
and 13 more similar msgs with subsequent numbering..
..

> 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.0
>
>
> 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)

Reply via email to