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

Varga Balazs commented on OPENMEETINGS-591:
-------------------------------------------

Hello Vasiliy!

This config.xml

<?xml version="1.0" encoding="UTF-8" ?>
<config 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
    xsi:noNamespaceSchemaLocation="config.xsd">

<rtmphostlocal>server6.magyarwebkonferencia.hu</rtmphostlocal>
<httphostlocal>server6.magyarwebkonferencia.hu</httphostlocal>
<rtmpport>1935</rtmpport>
<rtmpTunnelport>5080</rtmpTunnelport>
<rtmpsslport>5443</rtmpsslport>
<useSSL>no</useSSL>
<red5httpport>5080</red5httpport>
<protocol>http</protocol>
<proxyType>best</proxyType>
<currentappname></currentappname>    
<currentappnameurl>http://magyarwebkonferencia.hu</currentappnameurl>        
<appdisplay>
        <displayelement name="logo" display="false" x="5" y="5"/>
        <displayelement name="name" display="true" x="140" y="10"/>
</appdisplay>
<currentappnamebugurl>http://magyarwebkonferencia.hu/index.php?feedback</currentappnamebugurl>
   
<loudnessAcitviation>5</loudnessAcitviation>  
<webAppRootKey>openmeetings</webAppRootKey>  
<httpRootKey>/openmeetings/</httpRootKey>  
<showWindowEffect>n</showWindowEffect> 
<showRecording>yes</showRecording>
<showmodernWhiteBoard>y</showmodernWhiteBoard>    
<firstdayinweek>1</firstdayinweek>      
<!--
    
#############################################################################
    Audio and Video Settings
    Before you change settings here,
    you should first Play and learn how the Settings work in the Documentation:
    http://code.google.com/p/openmeetings/wiki/AudioVideoTestingApplication
    
#############################################################################
 -->
<framesPerSecond>25</framesPerSecond>
<!-- Camera Settings for the Bandwidth:
    bandwidth:Number [optional] - An integer that specifies the maximum amount 
    of bandwidth that the current outgoing video feed can use, in bytes per 
second. 
    To specify that Flash video can use as much bandwidth as needed to maintain 
    the value of frameQuality, pass 0 for bandwidth. The default value is 16384.
 -->
<!-- These are the settings for the Quality-Modus *normal*
    The Quality-Modus can be chosen in the Login-Box --> 
<bandwidthNeededNormal>16384</bandwidthNeededNormal>    
<!-- These are the settings for the Quality-Modus *best* -->    
<bandwidthNeededBest>0</bandwidthNeededBest>
<!-- Camera Settings for the Quality
    quality:Number [optional] - An integer that specifies the required level of 
    picture quality, as determined by the amount of compression being applied 
to 
    each video frame. Acceptable values range from 1 (lowest quality, maximum 
    compression) to 100 (highest quality, no compression). To specify that 
picture 
    quality can vary as needed to avoid exceeding bandwidth, pass 0 for 
quality. 
    The default value is 0.
 --> 
<!-- These are the settings for the Quality-Modus *normal* -->  
<camQualityNormal>75</camQualityNormal>     
<!-- These are the settings for the Quality-Modus *best* -->       
<camQualityBest>90</camQualityBest> 
<!-- Microphone Settings for the Rate:
    rate:Number - 
    The rate at which the microphone should capture sound, in kHz. 
    Acceptable values are 5, 8, 11, 22, and 44. 
    The default value is 8 kHz if your sound capture 
    device supports this value. Otherwise, the default value 
    is the next available capture level above 8 kHz that your sound 
    capture device supports, usually 11 kHz.
 -->
<!-- Microphone Settings Quality-Modus -->
<microphoneRateBest>22</microphoneRateBest>
<!-- AEC configuration value
Specifies the echo path length (in milliseconds). A longer echo path means 
better 
echo cancellation but also introduces longer delays and requires more 
processing power. 
The default value is 128; the only other possible value is 256.
 -->
<echoPath>128</echoPath>
<!--
    The Size of the Whiteboard
    The Whiteboard has scrollbars so you may increase the size without problems
 -->
<defaultWhiteboardWidth>1600</defaultWhiteboardWidth>  
<defaultWhiteboardHeight>1024</defaultWhiteboardHeight>  
<!-- Available Configurations -->
<availableCameraResolutions>
    <resolution type="4:3 (~6 KByte/sec)" width="40" height="30" 
isDefault="false" />
    <resolution type="4:3 (~12 KByte/sec)" width="80" height="60" 
isDefault="false" />
    <resolution type="4:3 (~20 KByte/sec)" width="120" height="90" 
isDefault="true" />
    <resolution type="QQVGA 4:3 (~36 KByte/sec)" width="160" height="120" 
isDefault="false" />
    <resolution type="4:3 (~40 KByte/sec)" width="240" height="180" 
isDefault="false" />
    <resolution type="HVGA 4:3 (~56 KByte/sec)" width="320" height="240" 
isDefault="false" />
    <resolution type="4:3  (~60 KByte/sec)" width="480" height="360" 
isDefault="false" />
    <resolution type="4:3 (~68 KByte/sec)" width="640" height="480" 
isDefault="false" />
    <resolution type="XGA 4:3" width="1024" height="768" isDefault="false" />
    <resolution type="16:9" width="256" height="150" isDefault="false" />
    <resolution type="WQVGA 9:5" width="432" height="240" isDefault="false" />
    <resolution type="pseudo 16:9" width="480" height="234" isDefault="false" />
    <resolution type="16:9" width="512" height="300" isDefault="false" />
    <resolution type="nHD 16:9" width="640" height="360" isDefault="false" />
    <resolution type="16:9" width="1024" height="600" isDefault="false" />
</availableCameraResolutions>
    
<adminModuleUser>userAdmin</adminModuleUser>
<adminModuleRoom>roomAdmin</adminModuleRoom>
<adminModuleOrg>orgAdmin</adminModuleOrg>
<adminModuleLanguages>languagesEditor</adminModuleLanguages>
<adminModuleConnections>roomClient</adminModuleConnections>
<adminModuleConfiguration>confAdmin</adminModuleConfiguration>
<adminModuleBackup>backupContent</adminModuleBackup>
<adminModuleLDAP>ldapAdmin</adminModuleLDAP>
<adminModuleServers>serversAdmin</adminModuleServers>
<moderatorModuleUser>userModerate</moderatorModuleUser>
<moderatorModuleRoom>roomModerate</moderatorModuleRoom>
<dashboardModuleStartScreen>mainDashboard</dashboardModuleStartScreen>
<dashboardModuleCalendar>lzCalendar</dashboardModuleCalendar>
<conferenceModuleRoomList>allmeetings</conferenceModuleRoomList>
<conferenceRoomModule>flexibleConferenceRoom</conferenceRoomModule>
<restrictedRoomModule>restrictedConferenceRoom</restrictedRoomModule>
<interviewRoomModule>interviewConferenceRoom</interviewRoomModule>

<audioRoomModule>audioConferenceRoom</audioRoomModule>

<recordModule>lzRecordContent</recordModule>

<userSettingsModule>userSettings</userSettingsModule>
</config>

Main master magyarwebkonferencia.hu (portal) and the OM server is 
server6.magyarwebkonferencia.hu 

Balazs
                
> Whiteboard presentacion from PPT page controll event randomly broken
> --------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-591
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-591
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: BuildsAndReleases
>    Affects Versions: 2.1.1 Apache Release
>            Reporter: Varga Balazs
>            Assignee: SebastianWagner
>
> Hello!
> I have OM 2.1 and try many builds.
> Detect a problem:
> The whiteboard loading presentaion from ppt/pptx. All generated feiles is 
> correct, working good.
> The page controlling next/prev...etc randomly not working!
> Reading log, the clicking NEXT/PREV event is called.
> Logs:
> After started room as moderator, automaticaly load last ppt to whiteboard, 
> load success.
> DEBUG 04-02 09:33:44.446 WhiteBoardObjectSyncManager.java 71890963 108 
> org.apache.openmeetings.data.whiteboard.WhiteBoardObjectSyncManager 
> [http-bio-0.0.0.0-5080-exec-26] - getWhiteBoardImagesSyncListByRoomAndImageid 
> object_id: 5e66ba4008dd9eca036cd42c39200004.swf1364887643538
> DEBUG 04-02 09:33:44.446 WhiteBoardService.java 71890963 504 
> org.apache.openmeetings.remote.WhiteBoardService 
> [http-bio-0.0.0.0-5080-exec-26] - sendCompletedObjectSyncEvent syncListImage: 
> {}
> ERROR 04-02 09:33:44.446 WhiteBoardService.java 71890963 511 
> org.apache.openmeetings.remote.WhiteBoardService 
> [http-bio-0.0.0.0-5080-exec-26] - WhiteboardSyncLockObject not found for this 
> Client 237c8aede0ce268aead409fbc97feb67
> ERROR 04-02 09:33:44.447 WhiteBoardService.java 71890964 513 
> org.apache.openmeetings.remote.WhiteBoardService 
> [http-bio-0.0.0.0-5080-exec-26] - WhiteboardSyncLockObject not found for this 
> syncListImage {}
> By 2 clicking NEXT page:
> DEBUG 04-02 09:36:05.774 WhiteboardManager.java 72032291 44 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-27] - addWhiteBoardObjectById:
> DEBUG 04-02 09:36:05.775 WhiteboardManager.java 72032292 56 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-27] - action: swf
> DEBUG 04-02 09:36:05.775 WhiteboardManager.java 72032292 57 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-27] - actionObject: [swf, 
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  5e66ba4008dd9eca036cd42c39200004.swf, videoconf1, 
> /5e66ba4008dd9eca036cd42c39200004, files, public, 4, 0, 0, 720, 540, 20, 720, 
> 540, 100, 5e66ba4008dd9eca036cd42c39200004.swf1364887643538, 
> 77-npcriz_marketing.ppt, false, 1, null, 0, 0, 6, 720, 540, 
> swfpresentationobject_1364887643539]
> DEBUG 04-02 09:36:05.775 WhiteboardManager.java 72032292 208 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-27] - actionObject [swf, 
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  5e66ba4008dd9eca036cd42c39200004.swf, videoconf1, 
> /5e66ba4008dd9eca036cd42c39200004, files, public, 4, 0, 0, 720, 540, 20, 720, 
> 540, 100, 5e66ba4008dd9eca036cd42c39200004.swf1364887643538, 
> 77-npcriz_marketing.ppt, false, 1, null, 0, 0, 6, 720, 540, 
> swfpresentationobject_1364887643539]
> DEBUG 04-02 09:36:05.775 WhiteboardManager.java 72032292 219 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-27] - updateObjectsToSlideNumber :: 
> swfpresentationobject_1364887643539,4
> DEBUG 04-02 09:36:07.382 WhiteboardManager.java 72033899 44 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-38] - addWhiteBoardObjectById:
> DEBUG 04-02 09:36:07.382 WhiteboardManager.java 72033899 56 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-38] - action: swf
> DEBUG 04-02 09:36:07.382 WhiteboardManager.java 72033899 57 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-38] - actionObject: [swf, 
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  5e66ba4008dd9eca036cd42c39200004.swf, videoconf1, 
> /5e66ba4008dd9eca036cd42c39200004, files, public, 5, 0, 0, 720, 540, 20, 720, 
> 540, 100, 5e66ba4008dd9eca036cd42c39200004.swf1364887643538, 
> 77-npcriz_marketing.ppt, false, 1, null, 0, 0, 6, 720, 540, 
> swfpresentationobject_1364887643539]
> DEBUG 04-02 09:36:07.382 WhiteboardManager.java 72033899 208 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-38] - actionObject [swf, 
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  
> http://server6.magyarwebkonferencia.hu:5080/openmeetings/DownloadHandler?fileName=5e66ba4008dd9eca036cd42c39200004%2Eswf&moduleName=videoconf1&parentPath=%2F5e66ba4008dd9eca036cd42c39200004%2F&room_id=files&sid=c490d0b17874c372c4170e7ddbd80329,
>  5e66ba4008dd9eca036cd42c39200004.swf, videoconf1, 
> /5e66ba4008dd9eca036cd42c39200004, files, public, 5, 0, 0, 720, 540, 20, 720, 
> 540, 100, 5e66ba4008dd9eca036cd42c39200004.swf1364887643538, 
> 77-npcriz_marketing.ppt, false, 1, null, 0, 0, 6, 720, 540, 
> swfpresentationobject_1364887643539]
> DEBUG 04-02 09:36:07.383 WhiteboardManager.java 72033900 219 
> org.apache.openmeetings.data.whiteboard.WhiteboardManager 
> [http-bio-0.0.0.0-5080-exec-38] - updateObjectsToSlideNumber :: 
> swfpresentationobject_1364887643539,5
> Tail in logs parse click event, but the whiteboard not sync!
> What is problem, or howto debug/resolve this?
> The current OM build:
> Created-By: 1.6.0_32-b05 (Sun Microsystems Inc.)
> Built-By: OpenMeetings - http://openmeetings.apache.org
> Built-On: 19-February-2013
> Svn-Revision: 1447659
> Product-Version: 2.1.0-SNAPSHOT
> Try change the presentation, loading succes and page stepping not working!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to