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

Stephen Cottham commented on OPENMEETINGS-234:
----------------------------------------------

JNLP Contents:

<?xml version='1.0' encoding='utf-8'?>
<!--
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<jnlp spec='1.0+' 
codebase='https://meeting2.domain.com:443/openmeetings/red5-screenshare'> 
        <information> 
                <title>Screen Sharing Application</title> 
                <vendor>OpenMeetings</vendor> 
                <homepage>http://incubator.apache.org/openmeetings/</homepage>
                <icon href="icon.jpg" />
                <icon kind="splash" href="splashicon.jpg" />
                <description>ScreenViewer Client Application</description> 
                <description kind="short">A File to grab a screen and send it 
to a Server</description> 
                <offline-allowed/> 
        </information>
        <security>
            <all-permissions/>
        </security>     
        <resources> 
                <j2se version='1.4+'/> 
        <jar href="bcprov-jdk16-145.jar"/> 
        <jar href="commons-beanutils-1.8.3.jar"/> 
        <jar href="commons-codec-1.6.jar"/>
        <jar href="commons-collections-3.2.1.jar"/>
        <jar href="jcl-over-slf4j-1.6.1.jar"/>
        <jar href="com.springsource.slf4j.api-1.6.1.jar"/>
        <jar href="ehcache-core-2.5.0.jar"/>
        <jar href="httpclient-4.1.2.jar" />
        <jar href="httpcore-4.1.3.jar" />
        <jar href="logback-classic-0.9.28.jar" />
        <jar href="logback-core-0.9.28.jar" />
        <jar href="mina-core-2.0.4.jar" />
        <jar href="red5.jar" />
        <jar href="red5-screenshare.jar" />
        <jar href="spring-context-3.0.6.RELEASE.jar" />
        <jar href="spring-core-3.0.6.RELEASE.jar" />
    </resources> 
    <application-desc 
main-class='org.openmeetings.screen.webstart.RTMPSScreenShare'>
        <argument>meeting2.domain.com</argument> 
        <argument>openmeetings/4</argument> 
        <argument>5443</argument> 
        <argument>e9fe64b446284df9c28268bad2e2f405</argument>   
        <argument>Desktop sharer;Click Start to publish your screen;Start 
sharing;Pause sharing;Select your screen area:;Change width;Change 
height;X-Offset;Y-Offset;Width:;Height:;Connection was closed by server;Show 
mouse position to viewers;Recording;You may record and share your screen at the 
same time. To enable others to see your screen just hit the start button on the 
top.;Start recording;Stop recording;Stop sharing;Quality of the screen 
share:;Very high quality;High quality;Medium quality;Low quality;</argument> 
        <argument>1</argument> 
        <argument>1</argument>
        <argument>1</argument>   
        <argument>true</argument>   
    </application-desc> 
</jnlp> 

                
> Video and Screen sharing not working with HTTPS and RTMPS - Java Application 
> starts but doesnt connect - java trace logs shows "[WARN] [NioProcessor-2] 
> org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught Keystore or 
> password are null"
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-234
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-234
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Audio/Video
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: Debian 64, Latest Build (26/04/2012)
>            Reporter: Stephen Cottham
>
> Video and Screen sharing not working with HTTPS and RTMPS - Java Application 
> starts but doesnt connect - java trace logs shows "[WARN] [NioProcessor-2] 
> org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught Keystore or 
> password are null"
> Both Screen Sharing and Recording gives this

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to