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

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

I tried 3.1.2 build 276, but could not establish SSL for rtmp or rtmp_and_hhtp! 
OM does not bind any SSL-socket (5443, 8443), no errors in the logs concerning 
SSL...?
But I can confirm that the setting for <rtmphostlocal> now is correctly 
forwarded to the client (in public_x.jnlp) - although the functionality of the 
javaapplet ist currently broken, as you stated.

To clarify: I never ever used TWO servers for one OM! The differing 
hostadresses (both used with port 443) for RTMPS and HTTPS were mapped via 
iptables-redirection on the same nic on the same server.

What's about file red5/conf/jee-container.xml ? In v3.1.x it doesn't contain 
anything concerning using SSL or not.  Is this intentionally or a fault?

Assuming branch 3.0.x ends up with 3.0.7 - THIS issue is resolved with 3.1.2.

> 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.2
>
>
> 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