[
https://issues.apache.org/jira/browse/OPENMEETINGS-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15445694#comment-15445694
]
Uwe Tesche edited comment on OPENMEETINGS-1267 at 8/29/16 12:22 PM:
--------------------------------------------------------------------
Hello Maxim,
concerning v3.1.2:
- I used the binaries from build server, #348,
- for (re-) signing the jars, I used jarsigner from JDK 8.0.102 (Windows),
- the server itself, ubuntu 14.04 LTS, uses JRE 1.7.0_76.
Or are you referencing my comment from 19/Jan/16 15:39 ?
I'm not absolutly sure, but most certainly, I used the binaries from the apache
build.
If NOT, THAT v3.1.0_b99 could have been build under JDK 8 (on my local Win)...
The actual v3.1.2 was definitly an apache-build.
was (Author: utesche):
Hello Maxim,
concerning v3.1.2:
- I used the binaries from build server, #348,
- for (re-) signing the jars, I used jarsigner from JDK 8.0.102 (Windows),
- the server itself, ubuntu 14.04 LTS, uses JRE 1.7.0_76.
Or are you referencing my comment from 19/Jan/16 15:39 ?
I'm not absolutly sure, but most certainly, I used the binaries from the apache
build.
If NOT, THAT v3.0.0_b99 could have been build under JDK 8 (on my local Win)...
The actual v3.1.2 was definitly an apache-build.
> 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.3
>
>
> 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)