Dear Fabrice, sorry for the late response please try the following:
1) open WebContent/src/base/mainMethods.lzx 2) go to line 383 3) write: hib.protocollPort = canvas.rtmpTunnelport; hib.protocollName = 'rtmpt'; instead of hib.protocollPort = canvas.rtmpport; this should work as expected On Tue, Dec 4, 2012 at 8:38 PM, "SCOYER Fabrice (Chef d'unité) - CETE Lyon/SG/INF" <[email protected]> wrote: > ** > I changed the two line and recompiled OM and made a new installation from > scratch (new database, etc) > it's seems that it's worse than before (i have to wait 1 minute instead of > 30 secondes before see the try 1 of the rtmpt protocol) > Any ideas ? > > *Fabrice SCOYER**CETE de Lyon**Responsable informatique*Tél. 04 72 14 30 > 31Fax. 04 72 14 30 35 > > > Le 04/12/2012 08:18, "> Maxim Solodovnik (par Internet, dépôt > openmeetings-user-return-3793-fabrice.scoyer=developpement-durable.gouv...@incubator.apache.org)" > a écrit : > > I guess so > please let me know if this doesn't help > > > On Tue, Dec 4, 2012 at 1:57 PM, "SCOYER Fabrice (Chef d'unité) - CETE > Lyon/SG/INF" <[email protected]> wrote: > >> Hello, >> >> Should I just change the 2 lines below >> >> <attribute name="protocollName" type="string" value="rtmp" /> >> <attribute name="protocollPort" type="string" value="$once{ >> canvas.rtmpport }" /> >> >> by these >> >> <attribute name="protocollName" type="string" value="rtmpt" /> >> <attribute name="protocollPort" type="string" value="$once{ >> canvas.rtmpTunnelport }" /> >> >> Could you confirm ? >> >> Thank you again >> >> Fabrice >> >> >> Le 03/12/2012 17:00, "> Maxim Solodovnik (par Internet, dépôt >> openmeetings-user-return-3780-fabrice.scoyer= >> [email protected])" a écrit : >> >>> you can slightly modify the code and recompile to start from rtmpt >>> >>> change >>> WebContent/src/base/hibernate/hibRtmpConnection.lzx >>> >>> line 51 >>> and recompile >>> >>> >>> >>> >>> On Mon, Dec 3, 2012 at 9:09 PM, "SCOYER Fabrice (Chef d'unité) - CETE >>> Lyon/SG/INF" <[email protected] <mailto: >>> [email protected]>> wrote: >>> >>> Thank you for your quick response. >>> >>> It is a good idea, but I tried without convincing results. My >>> firewall blocks port 1935 (or another random port) and sends a >>> timeout immediately. >>> >>> Could you tell me how and where you didthe timeout settings in >>> your example (firewall, proxy, reverse proxy apache which is used >>> by openmeetings, or in the OpenMeetings configuration config.xml), >>> I'm a little disappointed. >>> >>> Fabrice >>> >>> >>> Le 03/12/2012 08:55, "> [email protected] >>> <mailto:[email protected]> (par Internet, dépôt >>> openmeetings-user-return-3776-fabrice.scoyer= >>> [email protected] >>> <mailto:openmeetings-user-return-3776-fabrice.scoyer= >>> [email protected]>)" >>> a écrit : >>> >>>> Hallo Fabrice, >>>> >>>> there might be a way to fix the first 3 times to only take 1 second. >>>> For example for me if the rtmp host is down the first 3 attempts >>>> to connect take only 1 second in total. >>>> >>>> Did you try to set the rtmp port to any random port that you know >>>> that there will be a timeout send back quite immediately? >>>> That way the timeout for the rtmp connection should be quite fast >>>> and the switch to rtmpt might be almost as if it is the first try. >>>> >>>> Sebastian >>>> >>>> >>>> 2012/12/3 "SCOYER Fabrice (Chef d'unité) - CETE Lyon/SG/INF" >>>> <[email protected] >>>> <mailto:[email protected]>> >>>> >>>> Hello, >>>> >>>> I use OpenMeetings via a reverse proxy to provide access from >>>> a chain of proxy. >>>> >>>> By default, so I use the protocol rtmpt, and when I connect >>>> to the website I have to wait 3 unsuccessful attempts before >>>> OpenMeetings switches on protocol rtmpt. >>>> >>>> During this waiting (a bit long), users have a blank page. Is >>>> there a way to insert such a simple animated gif (like please >>>> wait ...) in this blank page. >>>> >>>> Thank you for all your suggestions. >>>> cordially >>>> >>>> Fabrice >>>> >>>> >>>> >>>> >>>> -- Sebastian Wagner >>>> https://twitter.com/#!/dead_lock < >>>> https://twitter.com/#%21/dead_lock> >>>> http://www.webbase-design.de >>>> http://www.wagner-sebastian.com >>>> [email protected] <mailto:[email protected]> >>>> >>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> > > > -- > WBR > Maxim aka solomax > > -- WBR Maxim aka solomax
