You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by George Kirkham <gk...@co2crc.com.au> on 2012/06/07 04:03:31 UTC

Still need with using alternate port for 1935

Maxim,

 

1)      I am still unable to get RTMPT to work when RTMP fails.   Could you please explain if this is a known issue and how or by whom could it be resolved.  If it is an issue in red5, can I or someone report the issue?

 

2)      From what you said before, try 0 is on port 1935 and try 1, try 2, try 3 are all attempts using port 8088 ?

 

As for my firewall issues, I am contacting the organisation who I am unable to conference with to see if their firewall rules can be changed or if there is an available port I can use.  I tried changing the RMTP port to 8088, 8080 and also 8443 but none of these worked for the company in question, but all worked for me.

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Wednesday, 6 June 2012 10:09 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: Need help with using alternate port for 1935

 

Maxim,  what in “red5.properties need to be changed” ?  And by this do you mean that by changing certain properties we can get the rtmpt to work?

 

If rtmpt is not working when RTMP fails, can we change RTMP  from being 1935 to 443 (for example), and would this work (of course we would have to change both red5.properties and config.xml) ?  What is the performance issues with doing this if it would work.

 

I am looking for  solution that will allow OpenMeetings to work for all people, including people whose firewalls block 1935.

 

red5.properties

# RTMP

rtmp.host=0.0.0.0

rtmp.port=1935

 

config.xml

<rtmpport>1935</rtmpport>

 

George.

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 6 June 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Need help with using alternate port for 1935

 

Only red5.properties need to be changed.
Additionally restart might be necessary

On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com> wrote:

rtmpt does not work on demo.openmeetings.de

Have there been changes since 03.06.2012 that require to update the binaries or just changing packet size is enough to do the test ?

Thanks
Sebastian

2012/6/6 Maxim Solodovnik <so...@gmail.com>

Sebastian,

 

is RTMPT still not working for you on demo.openmeetings.de?

maybe you can try set packet size to 128K for it?

 

On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <se...@gmail.com> wrote:

Hi George,

the process is like that:
First (try 0) rtmp
try1 rtmpt
try2 rtmpt
try3 rtmpt

So first it will try rtmp and then 3 times rtmpt. 
Things are different if you configure rtmps.

Currently RTMPT does not work at all with altest builds as there is an issue with the underlaying Red5 server and RTMPT.

Changing RTMPT to port 443 (if RTMPT is working again) should be best for Firewall issues. Packets on port 443 are normally not blocked by firewalls as 443 is normally HTTPS.

Sebastian

 

2012/6/5 George Kirkham <gk...@co2crc.com.au>

Hi,

 

We conference with people who are behind a firewall which blocks many ports, including 1935.  Previously I had OpenMeetings working for them by using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”, and while this worked previously it has been failing for some time now.

 

1)      I think there is a fault in OpenMeetings in using the secondary ports, as I have been testing with my own installation by disabling port 1935 in our firewall and then doing an external test (which fails).  I have tested this on the standard installation settings and with my modified 8080 port, both fail on Try 1 (because I use the firewall to block port 1935), Try 2 and Try 3.

2)      Can someone please explain to me how the port process works.  My understanding is that if OpenMeetings cannot connect via “rtmp.port=1935” for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do not know what it attempts to use on try 3 (which is also failing for me).  I believe that it is not trying the alternative ports 

3)      Can someone please test for me, by blocking port 1935 in your firewall and see if external users can connect to your OpenMeetings?

4)      What is the repercussions if I were to change “rtmp.port=1935” to “rtmp.port=8080” ?  Does this affect performance in any way?

5)      The attached image is message I get after the three tries to connect all fail, when I block port 1935.

 

 

 

Thanks,

 

George Kirkham

 

 





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 


Re: Still need with using alternate port for 1935

Posted by Maxim Solodovnik <so...@gmail.com>.
According to the Red5 issues it is documented in
1) mailing list:
https://groups.google.com/forum/?fromgroups#!topic/red5interest/mntqXllin2k

2) Red5 issues:
http://code.google.com/p/red5/issues/list?can=2&q=&sort=-id&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary

issues *224*, *227* and *230*


On Thu, Jun 7, 2012 at 11:07 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> /default/openmeetings is not the web context but RTMP Scope.
>
> I can provide you with mod_proxy config to put everything on port 80, but
> RTMPT need to be fixed for you first
>
>
> On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au>wrote:
>
>> Maxim,****
>>
>> ** **
>>
>> Below I have included an extranet from my log file when blocking port
>> 1935 used by RMTP and seeing if OpenMeeting would work on the RMTPT port of
>> 8088.****
>>
>> ** **
>>
>> **1)      **I am still unable to get RTMPT to work when RTMP fails.
>> Could you please explain if this is a known issue and how or by whom could
>> it be resolved.  If it is an issue in red5, can I or someone report the
>> issue?****
>>
>> ** **
>>
>> **2)      **From what you said before, try 0 is on port 1935 and try 1,
>> try 2, try 3 are all attempts using port 8088 ?****
>>
>> ** **
>>
>> As for my firewall issues, I am contacting the organisation who I am
>> unable to conference with to see if their firewall rules can be changed or
>> if there is an available port I can use.  I tried changing the RMTP port to
>> 8088, 8080 and also 8443 but none of these worked for the company in
>> question, but all worked for me.****
>>
>> ** **
>>
>> A question: Why is “Path = '/default/openmeetings'” in the log file?
>> There is no path to my knowledge by the name of '/default/openmeetings'**
>> **
>>
>> ** **
>>
>> 2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>>
>> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
>> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth
>> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>>
>> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
>> c-ip:1.132.225.167 c-client-id:5****
>>
>> 2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
>> c-ip:1.132.225.167 c-client-id:5****
>>
>> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>>
>> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>>
>> 2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>>
>> 2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus***
>> *
>>
>> 2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages
>> ****
>>
>> 2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getDefaultLanguage****
>>
>> 2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> 2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession**
>> **
>>
>> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
>> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
>> 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ),
>> with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms
>> ago****
>>
>> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
>> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
>> application generated an exception on start-up. Check earlier in the log
>> for that exception first!****
>>
>> 2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
>> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>>
>> 2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
>> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>>
>> 2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN
>> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>>
>> 2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN
>> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>>
>> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>>
>> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
>> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth
>> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>>
>> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
>> c-ip:1.132.225.167 c-client-id:6****
>>
>> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
>> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
>> c-ip:1.132.225.167 c-client-id:6****
>>
>> 2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>>
>> 2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>>
>> 2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>>
>> 2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus***
>> *
>>
>> 2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages
>> ****
>>
>> 2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getDefaultLanguage****
>>
>> 2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
>> languageservice.getLanguageByIdAndMax****
>>
>> ** **
>>
>> ** **
>>
>> Thanks,****
>>
>> ** **
>>
>> George Kirkham****
>>
>> ** **
>>
>> ** **
>>
>> *From:* George Kirkham [mailto:gkirkham@co2crc.com.au<gk...@co2crc.com.au>]
>>
>> *Sent:* Wednesday, 6 June 2012 10:09 PM
>> *To:* openmeetings-user@incubator.apache.org
>> *Subject:* RE: Need help with using alternate port for 1935****
>>
>> ** **
>>
>> Maxim,  what in “red5.properties need to be changed” ?  And by this do
>> you mean that by changing certain properties we can get the rtmpt to
>> work?****
>>
>> ** **
>>
>> If rtmpt is not working when RTMP fails, can we change RTMP  from being
>> 1935 to 443 (for example), and would this work (of course we would have to
>> change both red5.properties and config.xml) ?  What is the performance
>> issues with doing this if it would work.****
>>
>> ** **
>>
>> I am looking for  solution that will allow OpenMeetings to work for all
>> people, including people whose firewalls block 1935.****
>>
>> ** **
>>
>> red5.properties****
>>
>> # RTMP****
>>
>> rtmp.host=0.0.0.0****
>>
>> rtmp.port=1935****
>>
>> ** **
>>
>> config.xml****
>>
>> <rtmpport>1935</rtmpport>****
>>
>> ** **
>>
>> George.****
>>
>> ** **
>>
>> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>>
>> *Sent:* Wednesday, 6 June 2012 8:18 PM
>> *To:* openmeetings-user@incubator.apache.org
>> *Subject:* Re: Need help with using alternate port for 1935****
>>
>> ** **
>>
>> Only red5.properties need to be changed.
>> Additionally restart might be necessary****
>>
>> On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com>
>> wrote:****
>>
>> rtmpt does not work on demo.openmeetings.de
>>
>> Have there been changes since 03.06.2012 that require to update the
>> binaries or just changing packet size is enough to do the test ?
>>
>> Thanks
>> Sebastian****
>>
>> 2012/6/6 Maxim Solodovnik <so...@gmail.com>****
>>
>> Sebastian,****
>>
>> ** **
>>
>> is RTMPT still not working for you on demo.openmeetings.de?****
>>
>> maybe you can try set packet size to 128K for it?****
>>
>> ** **
>>
>> On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <
>> seba.wagner@gmail.com> wrote:****
>>
>> Hi George,
>>
>> the process is like that:
>> First (try 0) rtmp
>> try1 rtmpt
>> try2 rtmpt
>> try3 rtmpt
>>
>> So first it will try rtmp and then 3 times rtmpt.
>> Things are different if you configure rtmps.
>>
>> Currently RTMPT does not work at all with altest builds as there is an
>> issue with the underlaying Red5 server and RTMPT.
>>
>> Changing RTMPT to port 443 (if RTMPT is working again) should be best for
>> Firewall issues. Packets on port 443 are normally not blocked by firewalls
>> as 443 is normally HTTPS.
>>
>> Sebastian****
>>
>> ** **
>>
>> 2012/6/5 George Kirkham <gk...@co2crc.com.au>****
>>
>> Hi,****
>>
>>  ****
>>
>> We conference with people who are behind a firewall which blocks many
>> ports, including 1935.  Previously I had OpenMeetings working for them by
>> using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”,
>> and while this worked previously it has been failing for some time now.**
>> **
>>
>>  ****
>>
>> 1)      I think there is a fault in OpenMeetings in using the secondary
>> ports, as I have been testing with my own installation by disabling port
>> 1935 in our firewall and then doing an external test (which fails).  I have
>> tested this on the standard installation settings and with my modified 8080
>> port, both fail on Try 1 (because I use the firewall to block port 1935),
>> Try 2 and Try 3.****
>>
>> 2)      Can someone please explain to me how the port process works.  My
>> understanding is that if OpenMeetings cannot connect via “rtmp.port=1935”
>> for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do
>> not know what it attempts to use on try 3 (which is also failing for me).
>> I believe that it is not trying the alternative ports ****
>>
>> 3)      Can someone please test for me, by blocking port 1935 in your
>> firewall and see if external users can connect to your OpenMeetings?****
>>
>> 4)      What is the repercussions if I were to change “rtmp.port=1935”
>> to “rtmp.port=8080” ?  Does this affect performance in any way?****
>>
>> 5)      The attached image is message I get after the three tries to
>> connect all fail, when I block port 1935.****
>>
>>  ****
>>
>> ****
>>
>>  ****
>>
>> Thanks,****
>>
>>  ****
>>
>> George Kirkham****
>>
>>  ****
>>
>>  ****
>>
>>
>>
>> ****
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.openmeetings.de
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com****
>>
>>
>>
>> ****
>>
>> ** **
>>
>> --
>> WBR
>> Maxim aka solomax****
>>
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.openmeetings.de
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com****
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Still need with using alternate port for 1935

Posted by Maxim Solodovnik <so...@gmail.com>.
OK could please try the following:
1) stop OM
2) set  rtmpt.target_reponse_size=*131072*
3) run OM
4) send me client debug log

RTMPT only

On Thu, Jun 7, 2012 at 2:23 PM, George Kirkham <gk...@co2crc.com.au>wrote:

> Maxim,****
>
>
> Below are two traces as you requested.   The first is from an external
> user where the firewall blocks 1935 and which fails and the second is from
> internal where the logon screen is displayed.****
>
> ** **
>
> Please note these are form a server where there is an apache redirect in
> place for port 5080 and it translates mydomain.com to
> serverip:5080/openmeetings.  In this way IOK do not need to have the
> “/openmeetings” as part of the URL.
>
> I have tested this with my builds where I don’t have this configuration
> and the problem is the same, so I do not believe that the above url
> redirection is causing the issue.****
>
> ** **
>
> ** **
>
> ** **
>
> Internal access to http://om.co2crc.com.au/maindebug.as3.swf10.swf which
> has a  firewall blocking 1935. OpenMeetings fails to display the login
> dialog and times out.****
>
> ** **
>
> onselect  «<anonymous extends='labeldTextListItem'>#1#0|
> /anonymous/@interior/@content/anonymous» null false ****
>
> INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use
> #_mainbgcontentNavi.setAttribute instead ****
>
> main.lzx/oninit: «<anonymous extends='canvas'>#7#6| This is the canvas» **
> **
>
> ondata ****
>
> ondata ****
>
> main.lzx/config.xml ondata «<anonymous extends='canvas'>#7#6| This is the
> canvas» ****
>
> userSSLString no ****
>
> lc_SID:  387160 ****
>
> _url
> http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=387160
> http://om.co2crc.com.au/maindebug.swf8.sw ****
>
> isNotPort80:  -1 5 ****
>
> this zielnr:  «<anonymous extends='canvas'>#7#6| This is the canvas»
> om.co2crc.com.au ****
>
> INFO: ###################### -1  ****
>
> INFO: invitationHash ::  undefined ****
>
>  ****
>
> INFO: ###################### -2  ****
>
> devRtmpConnection/registerMethods() ****
>
> error  NetConnection.Connect.Failed rtmp://
> om.co2crc.com.au:1935/openmeetings/hibernate null false ****
>
> devRtmpConnection/registerMethods() ****
>
> ################ setId:  3 ****
>
> hibRtmpConnection/onconnect ****
>
> autoLoader/setProgress =====  1 ****
>
> autoLoader/setResourceNumber ==  18 ****
>
> initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)
> ****
>
> hibRtmpConnection/getsessiondata [ «Object#11| {id: 31, language_id: null,
> organization_id: null, refresh_time: Thu Jun 7 17:07:58 GMT+1000 2012,
> session_id: '142777048ec2f4e64799a7242f05f529', sessionXml: null,
> starttermin_time: Thu Jun 7 17:07:58 GMT+1000 2012, storePermanent: null,
> user_id: null}» ] ****
>
> autoLoader/setProgress =====  2 ****
>
> autoLoader/setResourceNumber ==  36 ****
>
> hibRtmpConnection/getPublicSID [ daddc927cddd405e38acb0e7565e1e52 ] ****
>
> autoLoader/setProgress =====  3 ****
>
> autoLoader/setResourceNumber ==  55 ****
>
> hibRtmpConnection/getSIPModuleStatus [ false ] ****
>
> autoLoader/setProgress =====  4 ****
>
> autoLoader/setResourceNumber ==  73 ****
>
> INFO: <languagesSet/>.setData is deprecated.  Use
> <languagesSet/>.setAttribute instead ****
>
> autoLoader/setProgress =====  5 ****
>
> autoLoader/setResourceNumber ==  91 ****
>
> getDefaultLanguage:  1 ; canvas.lang =  0 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  6 ****
>
> autoLoader/setResourceNumber ==  109 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  7 ****
>
> autoLoader/setResourceNumber ==  127 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  8 ****
>
> autoLoader/setResourceNumber ==  145 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  9 ****
>
> autoLoader/setResourceNumber ==  164 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  10 ****
>
> autoLoader/setResourceNumber ==  182 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  11 ****
>
> autoLoader/setResourceNumber ==  200 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  12 ****
>
> autoLoader/setResourceNumber ==  218 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  13 ****
>
> autoLoader/setResourceNumber ==  236 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  14 ****
>
> autoLoader/setResourceNumber ==  255 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  387160__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  15 ****
>
> autoLoader/setResourceNumber ==  273 ****
>
> error  NetConnection.Connect.Closed rtmpt://
> om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false **
> **
>
> devRtmpConnection/registerMethods() ****
>
> ################ setId:  6 ****
>
> hibRtmpConnection/onconnect ****
>
> autoLoader/setProgress =====  16 ****
>
> autoLoader/setResourceNumber ==  291 ****
>
> initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)
> ****
>
> hibRtmpConnection/getsessiondata [ «Object#29| {id: 34, language_id: null,
> organization_id: null, refresh_time: Thu Jun 7 17:10:04 GMT+1000 2012,
> session_id: '736a546b37a34139fa040535e7927ff3', sessionXml: null,
> starttermin_time: Thu Jun 7 17:10:04 GMT+1000 2012, storePermanent: null,
> user_id: null}» ] ****
>
> autoLoader/setProgress =====  17 ****
>
> autoLoader/setResourceNumber ==  309 ****
>
> hibRtmpConnection/getPublicSID [ 540549abc89f8ed8f3056fe03fb2c4d0 ] ****
>
> autoLoader/setProgress =====  18 ****
>
> autoLoader/setResourceNumber ==  327 ****
>
> hibRtmpConnection/getSIPModuleStatus [ false ] ****
>
> autoLoader/setProgress =====  19 ****
>
> autoLoader/setResourceNumber ==  345 ****
>
> INFO:
> <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setData
> is deprecated.  Use
> <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setAttribute
> instead ****
>
> autoLoader/setProgress =====  20 ****
>
> autoLoader/setResourceNumber ==  364 ****
>
> getDefaultLanguage:  1 ; canvas.lang =  0 ****
>
> error  NetConnection.Connect.Closed rtmpt://
> om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false **
> **
>
> devRtmpConnection/registerMethods() ****
>
> ################ setId:  7 ****
>
> hibRtmpConnection/onconnect ****
>
> autoLoader/setProgress =====  21 ****
>
> autoLoader/setResourceNumber ==  382 ****
>
> initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)
> ****
>
> hibRtmpConnection/getsessiondata [ «Object#33| {id: 35, language_id: null,
> organization_id: null, refresh_time: Thu Jun 7 17:12:09 GMT+1000 2012,
> session_id: 'e1a5f3022a673f253a41d3ef48b4b4df', sessionXml: null,
> starttermin_time: Thu Jun 7 17:12:09 GMT+1000 2012, storePermanent: null,
> user_id: null}» ] ****
>
> autoLoader/setProgress =====  22 ****
>
> autoLoader/setResourceNumber ==  400 ****
>
> hibRtmpConnection/getPublicSID [ 21dd62e0c2896930024b80c40b12574f ] ****
>
> autoLoader/setProgress =====  23 ****
>
> autoLoader/setResourceNumber ==  418 ****
>
> hibRtmpConnection/getSIPModuleStatus [ false ] ****
>
> autoLoader/setProgress =====  24 ****
>
> autoLoader/setResourceNumber ==  436 ****
>
> INFO:
> <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setData
> is deprecated.  Use
> <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setAttribute
> instead ****
>
> autoLoader/setProgress =====  25 ****
>
> autoLoader/setResourceNumber ==  455 ****
>
> getDefaultLanguage:  1 ; canvas.lang =  0 ****
>
> error  NetConnection.Connect.Closed rtmpt://
> om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false **
> **
>
> labelerrorPopup:  The connection to the server has been lost [556] ****
>
> INFO: /labelerrorPopup/@_resizeview.setColor is deprecated.  Use
> /labelerrorPopup/@_resizeview.setAttribute instead****
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> Internal access to http://om.co2crc.com.au/maindebug.as3.swf10.swf which
> does not have firewall blocking 1935 and OpenMeetings login displays.****
>
> ** **
>
> ** **
>
> onselect  «<anonymous extends='labeldTextListItem'>#1#0|
> /anonymous/@interior/@content/anonymous» null false ****
>
> INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use
> #_mainbgcontentNavi.setAttribute instead ****
>
> main.lzx/oninit: «<anonymous extends='canvas'>#7#6| This is the canvas» **
> **
>
> ondata ****
>
> ondata ****
>
> main.lzx/config.xml ondata «<anonymous extends='canvas'>#7#6| This is the
> canvas» ****
>
> userSSLString no ****
>
> lc_SID:  709765 ****
>
> _url
> http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=709765
> http://om.co2crc.com.au/maindebug.swf8.sw ****
>
> isNotPort80:  -1 5 ****
>
> this zielnr:  «<anonymous extends='canvas'>#7#6| This is the canvas»
> om.co2crc.com.au ****
>
> INFO: ###################### -1  ****
>
> INFO: invitationHash ::  undefined ****
>
>  ****
>
> INFO: ###################### -2  ****
>
> devRtmpConnection/registerMethods() ****
>
> ################ setId:  5 ****
>
> hibRtmpConnection/onconnect ****
>
> autoLoader/setProgress =====  1 ****
>
> autoLoader/setResourceNumber ==  18 ****
>
> initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)
> ****
>
> hibRtmpConnection/getsessiondata [ «Object#11| {id: 33, language_id: null,
> organization_id: null, refresh_time: Thu Jun 7 17:09:44 GMT+1000 2012,
> session_id: 'a65e9eab577a77994edd39c8f5a43f95', sessionXml: null,
> starttermin_time: Thu Jun 7 17:09:44 GMT+1000 2012, storePermanent: null,
> user_id: null}» ] ****
>
> autoLoader/setProgress =====  2 ****
>
> autoLoader/setResourceNumber ==  36 ****
>
> hibRtmpConnection/getPublicSID [ 737e028865fdaf87009b93299c1e13c8 ] ****
>
> autoLoader/setProgress =====  3 ****
>
> autoLoader/setResourceNumber ==  55 ****
>
> hibRtmpConnection/getSIPModuleStatus [ false ] ****
>
> autoLoader/setProgress =====  4 ****
>
> autoLoader/setResourceNumber ==  73 ****
>
> INFO: <languagesSet/>.setData is deprecated.  Use
> <languagesSet/>.setAttribute instead ****
>
> autoLoader/setProgress =====  5 ****
>
> autoLoader/setResourceNumber ==  91 ****
>
> getDefaultLanguage:  1 ; canvas.lang =  0 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  6 ****
>
> autoLoader/setResourceNumber ==  109 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  7 ****
>
> autoLoader/setResourceNumber ==  127 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  8 ****
>
> autoLoader/setResourceNumber ==  145 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  9 ****
>
> autoLoader/setResourceNumber ==  164 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  10 ****
>
> autoLoader/setResourceNumber ==  182 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  11 ****
>
> autoLoader/setResourceNumber ==  200 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  12 ****
>
> autoLoader/setResourceNumber ==  218 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  13 ****
>
> autoLoader/setResourceNumber ==  236 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  14 ****
>
> autoLoader/setResourceNumber ==  255 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  15 ****
>
> autoLoader/setResourceNumber ==  273 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  16 ****
>
> autoLoader/setResourceNumber ==  291 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  17 ****
>
> autoLoader/setResourceNumber ==  309 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  18 ****
>
> autoLoader/setResourceNumber ==  327 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> autoLoader/setProgress =====  19 ****
>
> autoLoader/setResourceNumber ==  345 ****
>
> hibRtmpConnection/userlang:[ 1 ] ****
>
> INFO: sendViaLocalConnection  709765__rtmpLC
> hibAdapter_setLabelObjectByHundred ****
>
>  ****
>
> loading lang complete ****
>
> getStates ****
>
> INFO: <countrySet/>.setData is deprecated.  Use <countrySet/>.setAttribute
> instead ****
>
> getStates:  «Array(236)#34| [{code: 4, deleted: 'false', name:
> 'Afghanistan', shortName: 'AFG', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 1, updatetime: null}, {code: 248, deleted: 'false', name:
> 'Åland Islands', shortName: 'ALA', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 2, updatetime: null}, {code: 8, deleted: 'false', name:
> 'Albania', shortName: 'ALB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 3, updatetime: null}, {code: 12, deleted: 'false', name:
> 'Algeria', shortName: 'DZA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 4, updatetime: null}, {code: 16, deleted: 'false', name:
> 'American Samoa', shortName: 'ASM', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 5, updatetime: null}, {code: 20, deleted: 'false', name:
> 'Andorra', shortName: 'AND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 6, updatetime: null}, {code: 24, deleted: 'false', name:
> 'Angola', shortName: 'AGO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 7, updatetime: null}, {code: 660, deleted: 'false', name:
> 'Anguilla', shortName: 'AIA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 8, updatetime: null}, {code: 28, deleted: 'false', name: 'Antigua
> and Barbuda', shortName: 'ATG', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 9, updatetime: null}, {code: 32, deleted: 'false', name:
> 'Argentina', shortName: 'ARG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 10, updatetime: null}, {code: 51, deleted: 'false', name:
> 'Armenia', shortName: 'ARM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 11, updatetime: null}, {code: 533, deleted: 'false', name:
> 'Aruba', shortName: 'ABW', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 12, updatetime: null}, {code: 36, deleted: 'false', name:
> 'Australia', shortName: 'AUS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 13, updatetime: null}, {code: 40, deleted: 'false', name:
> 'Austria', shortName: 'AUT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 14, updatetime: null}, {code: 31, deleted: 'false', name:
> 'Azerbaijan', shortName: 'AZE', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 15, updatetime: null}, {code: 44, deleted: 'false', name:
> 'Bahamas', shortName: 'BHS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 16, updatetime: null}, {code: 48, deleted: 'false', name:
> 'Bahrain', shortName: 'BHR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 17, updatetime: null}, {code: 50, deleted: 'false', name:
> 'Bangladesh', shortName: 'BGD', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 18, updatetime: null}, {code: 52, deleted: 'false', name:
> 'Barbados', shortName: 'BRB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 19, updatetime: null}, {code: 112, deleted: 'false', name:
> 'Belarus', shortName: 'BLR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 20, updatetime: null}, {code: 56, deleted: 'false', name:
> 'Belgium', shortName: 'BEL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 21, updatetime: null}, {code: 84, deleted: 'false', name:
> 'Belize', shortName: 'BLZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 22, updatetime: null}, {code: 204, deleted: 'false', name:
> 'Benin', shortName: 'BEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 23, updatetime: null}, {code: 60, deleted: 'false', name:
> 'Bermuda', shortName: 'BMU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 24, updatetime: null}, {code: 64, deleted: 'false', name:
> 'Bhutan', shortName: 'BTN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 25, updatetime: null}, {code: 68, deleted: 'false', name:
> 'Bolivia', shortName: 'BOL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 26, updatetime: null}, {code: 70, deleted: 'false', name: 'Bosnia
> and Herzegovina', shortName: 'BIH', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 27, updatetime: null}, {code: 72, deleted: 'false', name:
> 'Botswana', shortName: 'BWA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 28, updatetime: null}, {code: 76, deleted: 'false', name:
> 'Brazil', shortName: 'BRA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 29, updatetime: null}, {code: 92, deleted: 'false', name:
> 'British Virgin Islands', shortName: 'VGB', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 30, updatetime: null}, {code: 96, deleted:
> 'false', name: 'Brunei Darussalam', shortName: 'BRN', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 31, updatetime: null}, {code: 100,
> deleted: 'false', name: 'Bulgaria', shortName: 'BGR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 32, updatetime: null}, {code: 854,
> deleted: 'false', name: 'Burkina Faso', shortName: 'BFA', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 33, updatetime: null}, {code: 108,
> deleted: 'false', name: 'Burundi', shortName: 'BDI', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 34, updatetime: null}, {code: 116,
> deleted: 'false', name: 'Cambodia', shortName: 'KHM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 35, updatetime: null}, {code: 120,
> deleted: 'false', name: 'Cameroon', shortName: 'CMR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 36, updatetime: null}, {code: 124,
> deleted: 'false', name: 'Canada', shortName: 'CAN', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 37, updatetime: null}, {code: 132,
> deleted: 'false', name: 'Cape Verde', shortName: 'CPV', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 38, updatetime: null}, {code: 136,
> deleted: 'false', name: 'Cayman Islands', shortName: 'CYM', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 39, updatetime: null}, {code: 140,
> deleted: 'false', name: 'Central African Republic', shortName: 'CAF',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 40, updatetime:
> null}, {code: 148, deleted: 'false', name: 'Chad', shortName: 'TCD',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 41, updatetime:
> null}, {code: 830, deleted: 'false', name: 'Channel Islands', …, starttime:
> Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 42, updatetime: null}, {code:
> 152, deleted: 'false', name: 'Chile', shortName: 'CHL', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 43, updatetime: null}, {code: 156,
> deleted: 'false', name: 'China', shortName: 'CHN', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 44, updatetime: null}, {code: 344,
> deleted: 'false', name: 'Hong Kong Special Administrative Region of China',
> shortName: 'HKG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 45, updatetime: null}, {code: 446, deleted: 'false', name: 'Macao Special
> Administrative Region of China', shortName: 'MAC', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 46, updatetime: null}, {code: 170,
> deleted: 'false', name: 'Colombia', shortName: 'COL', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 47, updatetime: null}, {code: 174,
> deleted: 'false', name: 'Comoros', shortName: 'COM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 48, updatetime: null}, {code: 178,
> deleted: 'false', name: 'Congo', shortName: 'COG', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 49, updatetime: null}, {code: 184,
> deleted: 'false', name: 'Cook Islands', shortName: 'COK', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 50, updatetime: null}, {code: 188,
> deleted: 'false', name: 'Costa Rica', shortName: 'CRI', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 51, updatetime: null}, {code: 384,
> deleted: 'false', name: "Côte d'Ivoire", shortName: 'CIV', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 52, updatetime: null}, {code: 191,
> deleted: 'false', name: 'Croatia', shortName: 'HRV', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 53, updatetime: null}, {code: 192,
> deleted: 'false', name: 'Cuba', shortName: 'CUB', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 54, updatetime: null}, {code: 196,
> deleted: 'false', name: 'Cyprus', shortName: 'CYP', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 55, updatetime: null}, {code: 203,
> deleted: 'false', name: 'Czech Republic', shortName: 'CZE', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 56, updatetime: null}, {code: 408,
> deleted: 'false', name: "Democratic People's Republic of Korea", shortName:
> 'PRK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 57,
> updatetime: null}, {code: 180, deleted: 'false', name: 'Democratic Republic
> of the Congo', shortName: 'COD', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 58, updatetime: null}, {code: 208, deleted: 'false', name:
> 'Denmark', shortName: 'DNK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 59, updatetime: null}, {code: 262, deleted: 'false', name:
> 'Djibouti', shortName: 'DJI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 60, updatetime: null}, {code: 212, deleted: 'false', name:
> 'Dominica', shortName: 'DMA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 61, updatetime: null}, {code: 214, deleted: 'false', name:
> 'Dominican Republic', shortName: 'DOM', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 62, updatetime: null}, {code: 218, deleted:
> 'false', name: 'Ecuador', shortName: 'ECU', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 63, updatetime: null}, {code: 818, deleted:
> 'false', name: 'Egypt', shortName: 'EGY', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 64, updatetime: null}, {code: 222, deleted:
> 'false', name: 'El Salvador', shortName: 'SLV', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 65, updatetime: null}, {code: 226,
> deleted: 'false', name: 'Equatorial Guinea', shortName: 'GNQ', starttime:
> Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 66, updatetime: null}, {code:
> 232, deleted: 'false', name: 'Eritrea', shortName: 'ERI', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 67, updatetime: null}, {code: 233,
> deleted: 'false', name: 'Estonia', shortName: 'EST', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 68, updatetime: null}, {code: 231,
> deleted: 'false', name: 'Ethiopia', shortName: 'ETH', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 69, updatetime: null}, {code: 234,
> deleted: 'false', name: 'Faeroe Islands', shortName: 'FRO', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 70, updatetime: null}, {code: 238,
> deleted: 'false', name: 'Falkland Islands (Malvinas)', shortName: 'FLK',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 71, updatetime:
> null}, {code: 242, deleted: 'false', name: 'Fiji', shortName: 'FJI',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 72, updatetime:
> null}, {code: 246, deleted: 'false', name: 'Finland', shortName: 'FIN',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 73, updatetime:
> null}, {code: 250, deleted: 'false', name: 'France', shortName: 'FRA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 74, updatetime:
> null}, {code: 254, deleted: 'false', name: 'French Guiana', shortName:
> 'GUF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 75,
> updatetime: null}, {code: 258, deleted: 'false', name: 'French Polynesia',
> shortName: 'PYF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 76, updatetime: null}, {code: 266, deleted: 'false', name: 'Gabon',
> shortName: 'GAB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 77, updatetime: null}, {code: 270, deleted: 'false', name: 'Gambia',
> shortName: 'GMB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 78, updatetime: null}, {code: 268, deleted: 'false', name: 'Georgia',
> shortName: 'GEO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 79, updatetime: null}, {code: 276, deleted: 'false', name: 'Germany',
> shortName: 'DEU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 80, updatetime: null}, {code: 288, deleted: 'false', name: 'Ghana',
> shortName: 'GHA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 81, updatetime: null}, {code: 292, deleted: 'false', name: 'Gibraltar',
> shortName: 'GIB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 82, updatetime: null}, {code: 300, deleted: 'false', name: 'Greece',
> shortName: 'GRC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 83, updatetime: null}, {code: 304, deleted: 'false', name: 'Greenland',
> shortName: 'GRL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 84, updatetime: null}, {code: 308, deleted: 'false', name: 'Grenada',
> shortName: 'GRD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 85, updatetime: null}, {code: 312, deleted: 'false', name: 'Guadeloupe',
> shortName: 'GLP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 86, updatetime: null}, {code: 316, deleted: 'false', name: 'Guam',
> shortName: 'GUM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 87, updatetime: null}, {code: 320, deleted: 'false', name: 'Guatemala',
> shortName: 'GTM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 88, updatetime: null}, {code: 831, deleted: 'false', name: 'Guernsey',
> shortName: 'CGY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 89, updatetime: null}, {code: 324, deleted: 'false', name: 'Guinea',
> shortName: 'GIN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 90, updatetime: null}, {code: 624, deleted: 'false', name: 'Guinea-Bissau',
> shortName: 'GNB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 91, updatetime: null}, {code: 328, deleted: 'false', name: 'Guyana',
> shortName: 'GUY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 92, updatetime: null}, {code: 332, deleted: 'false', name: 'Haiti',
> shortName: 'HTI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 93, updatetime: null}, {code: 336, deleted: 'false', name: 'Holy See',
> shortName: 'VAT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 94, updatetime: null}, {code: 340, deleted: 'false', name: 'Honduras',
> shortName: 'HND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 95, updatetime: null}, {code: 348, deleted: 'false', name: 'Hungary',
> shortName: 'HUN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 96, updatetime: null}, {code: 352, deleted: 'false', name: 'Iceland',
> shortName: 'ISL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 97, updatetime: null}, {code: 356, deleted: 'false', name: 'India',
> shortName: 'IND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 98, updatetime: null}, {code: 360, deleted: 'false', name: 'Indonesia',
> shortName: 'IDN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 99, updatetime: null}, {code: 364, deleted: 'false', name: 'Iran, Islamic
> Republic of', shortName: 'IRN', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 100, updatetime: null}, {code: 368, deleted: 'false', name:
> 'Iraq', shortName: 'IRQ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 101, updatetime: null}, {code: 372, deleted: 'false', name:
> 'Ireland', shortName: 'IRL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 102, updatetime: null}, {code: 833, deleted: 'false', name: 'Isle
> of Man', shortName: 'IMN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 103, updatetime: null}, {code: 376, deleted: 'false', name:
> 'Israel', shortName: 'ISR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 104, updatetime: null}, {code: 380, deleted: 'false', name:
> 'Italy', shortName: 'ITA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 105, updatetime: null}, {code: 388, deleted: 'false', name:
> 'Jamaica', shortName: 'JAM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 106, updatetime: null}, {code: 392, deleted: 'false', name:
> 'Japan', shortName: 'JPN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 107, updatetime: null}, {code: 832, deleted: 'false', name:
> 'Jersey', shortName: 'JEY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 108, updatetime: null}, {code: 400, deleted: 'false', name:
> 'Jordan', shortName: 'JOR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 109, updatetime: null}, {code: 398, deleted: 'false', name:
> 'Kazakhstan', shortName: 'KAZ', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 110, updatetime: null}, {code: 404, deleted: 'false', name:
> 'Kenya', shortName: 'KEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 111, updatetime: null}, {code: 296, deleted: 'false', name:
> 'Kiribati', shortName: 'KIR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 112, updatetime: null}, {code: 414, deleted: 'false', name:
> 'Kuwait', shortName: 'KWT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 113, updatetime: null}, {code: 417, deleted: 'false', name:
> 'Kyrgyzstan', shortName: 'KGZ', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 114, updatetime: null}, {code: 418, deleted: 'false', name:
> "Lao People's Democratic Republic", shortName: 'LAO', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 115, updatetime: null}, {code: 428,
> deleted: 'false', name: 'Latvia', shortName: 'LVA', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 116, updatetime: null}, {code: 422,
> deleted: 'false', name: 'Lebanon', shortName: 'LBN', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 117, updatetime: null}, {code: 426,
> deleted: 'false', name: 'Lesotho', shortName: 'LSO', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 118, updatetime: null}, {code: 430,
> deleted: 'false', name: 'Liberia', shortName: 'LBR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 119, updatetime: null}, {code: 434,
> deleted: 'false', name: 'Libyan Arab Jamahiriya', shortName: 'LBY',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 120, updatetime:
> null}, {code: 438, deleted: 'false', name: 'Liechtenstein', shortName:
> 'LIE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 121,
> updatetime: null}, {code: 440, deleted: 'false', name: 'Lithuania',
> shortName: 'LTU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 122, updatetime: null}, {code: 442, deleted: 'false', name: 'Luxembourg',
> shortName: 'LUX', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 123, updatetime: null}, {code: 450, deleted: 'false', name: 'Madagascar',
> shortName: 'MDG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 124, updatetime: null}, {code: 454, deleted: 'false', name: 'Malawi',
> shortName: 'MWI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 125, updatetime: null}, {code: 458, deleted: 'false', name: 'Malaysia',
> shortName: 'MYS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 126, updatetime: null}, {code: 462, deleted: 'false', name: 'Maldives',
> shortName: 'MDV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 127, updatetime: null}, {code: 466, deleted: 'false', name: 'Mali',
> shortName: 'MLI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 128, updatetime: null}, {code: 470, deleted: 'false', name: 'Malta',
> shortName: 'MLT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 129, updatetime: null}, {code: 584, deleted: 'false', name: 'Marshall
> Islands', shortName: 'MHL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 130, updatetime: null}, {code: 474, deleted: 'false', name:
> 'Martinique', shortName: 'MTQ', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 131, updatetime: null}, {code: 478, deleted: 'false', name:
> 'Mauritania', shortName: 'MRT', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 132, updatetime: null}, {code: 480, deleted: 'false', name:
> 'Mauritius', shortName: 'MUS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 133, updatetime: null}, {code: 175, deleted: 'false', name:
> 'Mayotte', shortName: 'MYT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 134, updatetime: null}, {code: 484, deleted: 'false', name:
> 'Mexico', shortName: 'MEX', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 135, updatetime: null}, {code: 583, deleted: 'false', name:
> 'Micronesia, Federated States of', shortName: 'FSM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 136, updatetime: null}, {code: 492,
> deleted: 'false', name: 'Monaco', shortName: 'MCO', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 137, updatetime: null}, {code: 496,
> deleted: 'false', name: 'Mongolia', shortName: 'MNG', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 138, updatetime: null}, {code: 499,
> deleted: 'false', name: 'Montenegro', shortName: 'MNE', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 139, updatetime: null}, {code: 500,
> deleted: 'false', name: 'Montserrat', shortName: 'MSR', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 140, updatetime: null}, {code: 504,
> deleted: 'false', name: 'Morocco', shortName: 'MAR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 141, updatetime: null}, {code: 508,
> deleted: 'false', name: 'Mozambique', shortName: 'MOZ', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 142, updatetime: null}, {code: 104,
> deleted: 'false', name: 'Myanmar', shortName: 'MMR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 143, updatetime: null}, {code: 516,
> deleted: 'false', name: 'Namibia', shortName: 'NAM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 144, updatetime: null}, {code: 520,
> deleted: 'false', name: 'Nauru', shortName: 'NRU', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 145, updatetime: null}, {code: 524,
> deleted: 'false', name: 'Nepal', shortName: 'NPL', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 146, updatetime: null}, {code: 528,
> deleted: 'false', name: 'Netherlands', shortName: 'NLD', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 147, updatetime: null}, {code: 530,
> deleted: 'false', name: 'Netherlands Antilles', shortName: 'ANT',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 148, updatetime:
> null}, {code: 540, deleted: 'false', name: 'New Caledonia', shortName:
> 'NCL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 149,
> updatetime: null}, {code: 554, deleted: 'false', name: 'New Zealand',
> shortName: 'NZL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 150, updatetime: null}, {code: 558, deleted: 'false', name: 'Nicaragua',
> shortName: 'NIC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 151, updatetime: null}, {code: 562, deleted: 'false', name: 'Niger',
> shortName: 'NER', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 152, updatetime: null}, {code: 566, deleted: 'false', name: 'Nigeria',
> shortName: 'NGA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 153, updatetime: null}, {code: 570, deleted: 'false', name: 'Niue',
> shortName: 'NIU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 154, updatetime: null}, {code: 574, deleted: 'false', name: 'Norfolk
> Island', shortName: 'NFK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 155, updatetime: null}, {code: 580, deleted: 'false', name:
> 'Northern Mariana Islands', shortName: 'MNP', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 156, updatetime: null}, {code: 578, deleted:
> 'false', name: 'Norway', shortName: 'NOR', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 157, updatetime: null}, {code: 275, deleted:
> 'false', name: 'Occupied Palestinian Territory', shortName: 'PSE',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 158, updatetime:
> null}, {code: 512, deleted: 'false', name: 'Oman', shortName: 'OMN',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 159, updatetime:
> null}, {code: 586, deleted: 'false', name: 'Pakistan', shortName: 'PAK',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 160, updatetime:
> null}, {code: 585, deleted: 'false', name: 'Palau', shortName: 'PLW',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 161, updatetime:
> null}, {code: 591, deleted: 'false', name: 'Panama', shortName: 'PAN',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 162, updatetime:
> null}, {code: 598, deleted: 'false', name: 'Papua New Guinea', shortName:
> 'PNG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 163,
> updatetime: null}, {code: 600, deleted: 'false', name: 'Paraguay',
> shortName: 'PRY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 164, updatetime: null}, {code: 604, deleted: 'false', name: 'Peru',
> shortName: 'PER', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 165, updatetime: null}, {code: 608, deleted: 'false', name: 'Philippines',
> shortName: 'PHL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 166, updatetime: null}, {code: 612, deleted: 'false', name: 'Pitcairn',
> shortName: 'PCN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 167, updatetime: null}, {code: 616, deleted: 'false', name: 'Poland',
> shortName: 'POL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 168, updatetime: null}, {code: 620, deleted: 'false', name: 'Portugal',
> shortName: 'PRT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 169, updatetime: null}, {code: 630, deleted: 'false', name: 'Puerto Rico',
> shortName: 'PRI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 170, updatetime: null}, {code: 634, deleted: 'false', name: 'Qatar',
> shortName: 'QAT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 171, updatetime: null}, {code: 410, deleted: 'false', name: 'Republic of
> Korea', shortName: 'KOR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 172, updatetime: null}, {code: 498, deleted: 'false', name:
> 'Republic of Moldova', shortName: 'MDA', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 173, updatetime: null}, {code: 638, deleted:
> 'false', name: 'Réunion', shortName: 'REU', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 174, updatetime: null}, {code: 642, deleted:
> 'false', name: 'Romania', shortName: 'ROU', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 175, updatetime: null}, {code: 643, deleted:
> 'false', name: 'Russian Federation', shortName: 'RUS', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 176, updatetime: null}, {code: 646,
> deleted: 'false', name: 'Rwanda', shortName: 'RWA', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 177, updatetime: null}, {code: 654,
> deleted: 'false', name: 'Saint Helena', shortName: 'SHN', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 178, updatetime: null}, {code: 659,
> deleted: 'false', name: 'Saint Kitts and Nevis', shortName: 'KNA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 179, updatetime:
> null}, {code: 662, deleted: 'false', name: 'Saint Lucia', shortName: 'LCA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 180, updatetime:
> null}, {code: 666, deleted: 'false', name: 'Saint Pierre and Miquelon',
> shortName: 'SPM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 181, updatetime: null}, {code: 670, deleted: 'false', name: 'Saint Vincent
> and the Grenadines', shortName: 'VCT', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 182, updatetime: null}, {code: 882, deleted:
> 'false', name: 'Samoa', shortName: 'WSM', starttime: Thu Jun 7 07:44:25
> GMT+1000 2012, state_id: 183, updatetime: null}, {code: 674, deleted:
> 'false', name: 'San Marino', shortName: 'SMR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 184, updatetime: null}, {code: 678,
> deleted: 'false', name: 'Sao Tome and Principe', shortName: 'STP',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 185, updatetime:
> null}, {code: 682, deleted: 'false', name: 'Saudi Arabia', shortName:
> 'SAU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 186,
> updatetime: null}, {code: 686, deleted: 'false', name: 'Senegal',
> shortName: 'SEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 187, updatetime: null}, {code: 688, deleted: 'false', name: 'Serbia',
> shortName: 'SRB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 188, updatetime: null}, {code: 690, deleted: 'false', name: 'Seychelles',
> shortName: 'SYC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 189, updatetime: null}, {code: 694, deleted: 'false', name: 'Sierra Leone',
> shortName: 'SLE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 190, updatetime: null}, {code: 702, deleted: 'false', name: 'Singapore',
> shortName: 'SGP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 191, updatetime: null}, {code: 703, deleted: 'false', name: 'Slovakia',
> shortName: 'SVK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 192, updatetime: null}, {code: 705, deleted: 'false', name: 'Slovenia',
> shortName: 'SVN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 193, updatetime: null}, {code: 90, deleted: 'false', name: 'Solomon
> Islands', shortName: 'SLB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 194, updatetime: null}, {code: 706, deleted: 'false', name:
> 'Somalia', shortName: 'SOM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 195, updatetime: null}, {code: 710, deleted: 'false', name:
> 'South Africa', shortName: 'ZAF', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 196, updatetime: null}, {code: 724, deleted: 'false', name:
> 'Spain', shortName: 'ESP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 197, updatetime: null}, {code: 144, deleted: 'false', name: 'Sri
> Lanka', shortName: 'LKA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 198, updatetime: null}, {code: 736, deleted: 'false', name:
> 'Sudan', shortName: 'SDN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 199, updatetime: null}, {code: 740, deleted: 'false', name:
> 'Suriname', shortName: 'SUR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 200, updatetime: null}, {code: 744, deleted: 'false', name:
> 'Svalbard and Jan Mayen Islands', shortName: 'SJM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 201, updatetime: null}, {code: 748,
> deleted: 'false', name: 'Swaziland', shortName: 'SWZ', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 202, updatetime: null}, {code: 752,
> deleted: 'false', name: 'Sweden', shortName: 'SWE', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 203, updatetime: null}, {code: 756,
> deleted: 'false', name: 'Switzerland', shortName: 'CHE', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 204, updatetime: null}, {code: 760,
> deleted: 'false', name: 'Syrian Arab Republic', shortName: 'SYR',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 205, updatetime:
> null}, {code: 157, deleted: 'false', name: 'Taiwan, Republic of China',
> shortName: 'ROC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 206, updatetime: null}, {code: 762, deleted: 'false', name: 'Tajikistan',
> shortName: 'TJK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 207, updatetime: null}, {code: 764, deleted: 'false', name: 'Thailand',
> shortName: 'THA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 208, updatetime: null}, {code: 807, deleted: 'false', name: 'The former
> Yugoslav Republic of Macedonia', shortName: 'MKD', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 209, updatetime: null}, {code: 626,
> deleted: 'false', name: 'Timor-Leste', shortName: 'TLS', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 210, updatetime: null}, {code: 768,
> deleted: 'false', name: 'Togo', shortName: 'TGO', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 211, updatetime: null}, {code: 772,
> deleted: 'false', name: 'Tokelau', shortName: 'TKL', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 212, updatetime: null}, {code: 776,
> deleted: 'false', name: 'Tonga', shortName: 'TON', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 213, updatetime: null}, {code: 780,
> deleted: 'false', name: 'Trinidad and Tobago', shortName: 'TTO', starttime:
> Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 214, updatetime: null}, {code:
> 788, deleted: 'false', name: 'Tunisia', shortName: 'TUN', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 215, updatetime: null}, {code: 792,
> deleted: 'false', name: 'Turkey', shortName: 'TUR', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 216, updatetime: null}, {code: 795,
> deleted: 'false', name: 'Turkmenistan', shortName: 'TKM', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 217, updatetime: null}, {code: 796,
> deleted: 'false', name: 'Turks and Caicos Islands', shortName: 'TCA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 218, updatetime:
> null}, {code: 798, deleted: 'false', name: 'Tuvalu', shortName: 'TUV',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 219, updatetime:
> null}, {code: 800, deleted: 'false', name: 'Uganda', shortName: 'UGA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 220, updatetime:
> null}, {code: 804, deleted: 'false', name: 'Ukraine', shortName: 'UKR',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 221, updatetime:
> null}, {code: 784, deleted: 'false', name: 'United Arab Emirates',
> shortName: 'ARE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 222, updatetime: null}, {code: 826, deleted: 'false', name: 'United Kingdom
> of Great Britain and Northern Ireland', shortName: 'GBR', starttime: Thu
> Jun 7 07:44:25 GMT+1000 2012, state_id: 223, updatetime: null}, {code: 834,
> deleted: 'false', name: 'United Republic of Tanzania', shortName: 'TZA',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 224, updatetime:
> null}, {code: 840, deleted: 'false', name: 'United States of America',
> shortName: 'USA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id:
> 225, updatetime: null}, {code: 850, deleted: 'false', name: 'United States
> Virgin Islands', shortName: 'VIR', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 226, updatetime: null}, {code: 858, deleted: 'false', name:
> 'Uruguay', shortName: 'URY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 227, updatetime: null}, {code: 860, deleted: 'false', name:
> 'Uzbekistan', shortName: 'UZB', starttime: Thu Jun 7 07:44:25 GMT+1000
> 2012, state_id: 228, updatetime: null}, {code: 548, deleted: 'false', name:
> 'Vanuatu', shortName: 'VUT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012,
> state_id: 229, updatetime: null}, {code: 862, deleted: 'false', name:
> 'Venezuela (Bolivarian Republic of)', shortName: 'VEN', starttime: Thu Jun
> 7 07:44:25 GMT+1000 2012, state_id: 230, updatetime: null}, {code: 704,
> deleted: 'false', name: 'Viet Nam', shortName: 'VNM', starttime: Thu Jun 7
> 07:44:25 GMT+1000 2012, state_id: 231, updatetime: null}, {code: 876,
> deleted: 'false', name: 'Wallis and Futuna Islands', shortName: 'WLF',
> starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 232, updatetime:
> null}, {code: 732, deleted: 'false', name: 'Western Sahara', shortName:
> 'ESH', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 233,
> updatetime: null}, {code: 887, deleted: 'false', name: 'Yemen', shortName:
> 'YEM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 234,
> updatetime: null}, {code: 894, deleted: 'false', name: 'Zambia', shortName:
> 'ZMB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 235,
> updatetime: null}, {code: 716, deleted: 'false', name: 'Zimbabwe',
> shortName: 'ZWE', starttime: Thu Jun 7 07:44:26 GMT+1000 2012, state_id:
> 236, updatetime: null}]» ****
>
> autoLoader/setProgress =====  20 ****
>
> autoLoader/setResourceNumber ==  364 ****
>
> INFO: <timeZoneSet/>.setData is deprecated.  Use
> <timeZoneSet/>.setAttribute instead ****
>
> getTimeZones:  «Array(45)#509| [{frontEndLabel: 'Etc/GMT+12 (New Zealand)
> (New Zealand)', ical: 'Pacific/Auckland', inserted: Thu Jun 7 07:44:26
> GMT+1000 2012, jname: 'Etc/GMT+12 (New Zealand)', label: 'New Zealand',
> omtimezoneId: 1, orderId: 1}, {frontEndLabel: 'Etc/GMT+12 (Kiribati
> (Gilbert Islands), Fiji, Russia (Kamchatka Krai))', ical: 'Pacific/Fiji',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+12', label:
> 'Kiribati (Gilbert Islands), Fiji, Russia (Kamchatka Krai)', omtimezoneId:
> 2, orderId: 1}, {frontEndLabel: 'Etc/GMT+11 (Vladivostok, Kamchatka,
> Solomon Islands, New Caledonia)', ical: 'Asia/Vladivostok', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+11', label: 'Vladivostok,
> Kamchatka, Solomon Islands, New Caledonia', omtimezoneId: 3, orderId: 2},
> {frontEndLabel: 'Etc/GMT+10 (Australia/NSW) (Australia
> (NSW,Sydney,Tasmania), Yakutsk)', ical: 'Australia/Sydney', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+10 (Australia/NSW)', label:
> 'Australia (NSW,Sydney,Tasmania), Yakutsk', omtimezoneId: 4, orderId: 3},
> {frontEndLabel: 'Etc/GMT+10 (Australia/Queensland) (Russia (Zabaykalsky
> Krai), Papua New Guinea, Australia (Queensland))', ical:
> 'Australia/Queensland', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT+10 (Australia/Queensland)', label: 'Russia (Zabaykalsky Krai),
> Papua New Guinea, Australia (Queensland)', omtimezoneId: 5, orderId: 3},
> {frontEndLabel: 'Etc/GMT+10 (Lord Howe Island - Australia GMT+10:30)',
> ical: 'Australia/Lord_Howe', inserted: Thu Jun 7 07:44:26 GMT+1000 2012,
> jname: 'Etc/GMT+10', label: 'Lord Howe Island - Australia GMT+10:30',
> omtimezoneId: 6, orderId: 3}, {frontEndLabel: 'Etc/GMT+9 (Japan)
> (Japan/Korea Standard Time, Irkutsk, East Timor)', ical: 'Asia/Tokyo',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9 (Japan)',
> label: 'Japan/Korea Standard Time, Irkutsk, East Timor', omtimezoneId: 7,
> orderId: 4}, {frontEndLabel: 'Etc/GMT+9 (Australia-North) (Australia
> (Nothern Territory,Darwin) GMT+9:30)', ical: 'Australia/Darwin', inserted:
> Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9 (Australia-North)',
> label: 'Australia (Nothern Territory,Darwin) GMT+9:30', omtimezoneId: 8,
> orderId: 4}, {frontEndLabel: 'Etc/GMT+9 (Australia-South) (Australia
> (Southern Territory,Adelaide) GMT+9:30)', ical: 'Australia/Adelaide',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9
> (Australia-South)', label: 'Australia (Southern Territory,Adelaide)
> GMT+9:30', omtimezoneId: 9, orderId: 4}, {frontEndLabel: 'Etc/GMT+8 (China
> Standard Time, Krasnoyarsk, Philippines, Singapore)', ical:
> 'Asia/Singapore', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT+8', label: 'China Standard Time, Krasnoyarsk, Philippines,
> Singapore', omtimezoneId: 10, orderId: 5}, {frontEndLabel: 'Etc/GMT+7
> (Novosibirsk, Indochina Time, Thailand, Vietnam, Jakarta)', ical:
> 'Asia/Jakarta', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT+7', label: 'Novosibirsk, Indochina Time, Thailand, Vietnam,
> Jakarta', omtimezoneId: 11, orderId: 6}, {frontEndLabel: 'Etc/GMT+6
> (Yekaterinburg, Almaty, Bangladesh)', ical: 'Asia/Yekaterinburg', inserted:
> Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+6', label:
> 'Yekaterinburg, Almaty, Bangladesh', omtimezoneId: 12, orderId: 7},
> {frontEndLabel: 'IST (Indian Standard Time GMT+5.30)', ical:
> 'Asia/Kolkata', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'IST',
> label: 'Indian Standard Time GMT+5.30', omtimezoneId: 13, orderId: 8},
> {frontEndLabel: 'Etc/GMT+5 (Uzbekistan, Pakistan, Maldives)', ical:
> 'Asia/Karachi', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT+5', label: 'Uzbekistan, Pakistan, Maldives', omtimezoneId: 14,
> orderId: 9}, {frontEndLabel: 'Asia/Kabul (Kabul GMT+4.30 )', ical:
> 'Asia/Kabul', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Asia/Kabul', label: 'Kabul GMT+4.30 ', omtimezoneId: 15, orderId: 10},
> {frontEndLabel: 'Etc/GMT+4 (Moscow, Saint Petersburg, Georgia, Armenia,
> Azerbaijan, United Arab Emirates)', ical: 'Europe/Moscow', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+4', label: 'Moscow, Saint
> Petersburg, Georgia, Armenia, Azerbaijan, United Arab Emirates',
> omtimezoneId: 16, orderId: 11}, {frontEndLabel: 'Asia/Tehran (Tehran
> GMT+3.30)', ical: 'Asia/Tehran', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Asia/Tehran', label: 'Tehran GMT+3.30', omtimezoneId: 17,
> orderId: 12}, {frontEndLabel: 'Etc/GMT+3 (Kaliningrad, Minsk, Iraq, Saudi
> Arabia)', ical: 'Europe/Kaliningrad', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Etc/GMT+3', label: 'Kaliningrad, Minsk, Iraq, Saudi Arabia',
> omtimezoneId: 18, orderId: 13}, {frontEndLabel: 'Etc/GMT+2 (Finland,
> Lithuania, Belarus, Ukraine, Romania, Bulgaria)', ical: 'Europe/Helsinki',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+2', label:
> 'Finland, Lithuania, Belarus, Ukraine, Romania, Bulgaria', omtimezoneId:
> 19, orderId: 14}, {frontEndLabel: 'Etc/GMT+2 (Libya, Egypt, South Africa,
> Zimbabwe)', ical: 'Africa/Cairo', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Etc/GMT+2', label: 'Libya, Egypt, South Africa, Zimbabwe',
> omtimezoneId: 20, orderId: 14}, {frontEndLabel: 'Etc/GMT+1 (France,
> Germany, Spain, Italy)', ical: 'Europe/Berlin', inserted: Thu Jun 7
> 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+1', label: 'France, Germany, Spain,
> Italy', omtimezoneId: 21, orderId: 15}, {frontEndLabel: 'Etc/GMT+1 (North
> Africa) (Angola, Cameroon, Nigeria, Tunisia)', ical: 'Africa/Tunis',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+1 (North
> Africa)', label: 'Angola, Cameroon, Nigeria, Tunisia', omtimezoneId: 22,
> orderId: 15}, {frontEndLabel: 'Etc/GMT (Iceland, United Kingdom, Ireland)',
> ical: 'Europe/London', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT', label: 'Iceland, United Kingdom, Ireland', omtimezoneId: 23,
> orderId: 16}, {frontEndLabel: "Etc/GMT (North Africa) (Côte d'Ivoire, Faroe
> Islands, Ghana, Iceland, Senegal)", ical: 'Africa/Dakar', inserted: Thu Jun
> 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT (North Africa)', label: "Côte
> d'Ivoire, Faroe Islands, Ghana, Iceland, Senegal", omtimezoneId: 24,
> orderId: 16}, {frontEndLabel: 'Etc/GMT-1 (Azores, Cape Verde)', ical:
> 'Atlantic/Cape_Verde', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-1', label: 'Azores, Cape Verde', omtimezoneId: 25, orderId: 17},
> {frontEndLabel: 'Etc/GMT-2 (Fernando de Noronha)', ical: 'America/Noronha',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-2', label:
> 'Fernando de Noronha', omtimezoneId: 26, orderId: 18}, {frontEndLabel:
> 'Etc/GMT-3 (Brazil) (Brazil (Brasília, Rio de Janeiro, São Paulo), most of
> Greenland, Uruguay)', ical: 'America/Sao_Paulo', inserted: Thu Jun 7
> 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-3 (Brazil)', label: 'Brazil
> (Brasília, Rio de Janeiro, São Paulo), most of Greenland, Uruguay',
> omtimezoneId: 27, orderId: 19}, {frontEndLabel: 'Etc/GMT-3 (Argentina,
> Paraguay)', ical: 'America/Buenos_Aires', inserted: Thu Jun 7 07:44:26
> GMT+1000 2012, jname: 'Etc/GMT-3', label: 'Argentina, Paraguay',
> omtimezoneId: 28, orderId: 19}, {frontEndLabel: 'Etc/GMT-3:30 (Canada
> GMT+3:30)', ical: 'CNT', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-3:30', label: 'Canada GMT+3:30', omtimezoneId: 29, orderId: 19},
> {frontEndLabel: 'Etc/GMT-4 (Nova Scotia, Dominican Republic, Puerto Rico,
> Santiago)', ical: 'America/Santiago', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Etc/GMT-4', label: 'Nova Scotia, Dominican Republic, Puerto
> Rico, Santiago', omtimezoneId: 30, orderId: 20}, {frontEndLabel:
> 'Etc/GMT-4:30 (Venezuela GMT+4:30)', ical: 'America/Caracas', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-4:30', label: 'Venezuela
> GMT+4:30', omtimezoneId: 31, orderId: 20}, {frontEndLabel: 'Etc/GMT-5 (New
> York) (Ottawa, Toronto, Montreal, Boston, New York)', ical:
> 'America/New_York', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-5 (New York)', label: 'Ottawa, Toronto, Montreal, Boston, New
> York', omtimezoneId: 32, orderId: 21}, {frontEndLabel: 'Etc/GMT-5
> (Colombia, Cuba, Ecuador, Haiti, Jamaica, Panama, Peru)', ical:
> 'America/Jamaica', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-5', label: 'Colombia, Cuba, Ecuador, Haiti, Jamaica, Panama,
> Peru', omtimezoneId: 33, orderId: 21}, {frontEndLabel: 'Etc/GMT-5 (Panama)
> (Panama Port-au-Prince)', ical: 'America/Panama', inserted: Thu Jun 7
> 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-5 (Panama)', label: 'Panama
> Port-au-Prince', omtimezoneId: 34, orderId: 22}, {frontEndLabel: 'Etc/GMT-6
> (Chicago) (Chicago, Dallas)', ical: 'America/Chicago', inserted: Thu Jun 7
> 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6 (Chicago)', label: 'Chicago,
> Dallas', omtimezoneId: 35, orderId: 23}, {frontEndLabel: 'Etc/GMT-6 (Costa
> Rica , El Salvador, Guatemala, Honduras)', ical: 'America/El_Salvador',
> inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6', label:
> 'Costa Rica , El Salvador, Guatemala, Honduras', omtimezoneId: 36, orderId:
> 24}, {frontEndLabel: 'Etc/GMT-6 (Illinois) (Canada (Manitoba), United
> States (Illinois, most of Texas))', ical: 'America/Chicago', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6 (Illinois)', label: 'Canada
> (Manitoba), United States (Illinois, most of Texas)', omtimezoneId: 37,
> orderId: 24}, {frontEndLabel: 'Etc/GMT-7 (Phoenix) (Alberta, Colorado,
> Phoenix)', ical: 'America/Phoenix', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Etc/GMT-7 (Phoenix)', label: 'Alberta, Colorado, Phoenix',
> omtimezoneId: 38, orderId: 25}, {frontEndLabel: 'Etc/GMT-7 (Colorado)
> (Canada (Alberta), Mexico (Chihuahua), USA (Colorado))', ical:
> 'America/Denver', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-7 (Colorado)', label: 'Canada (Alberta), Mexico (Chihuahua), USA
> (Colorado)', omtimezoneId: 39, orderId: 26}, {frontEndLabel: 'Etc/GMT-7
> (Canada (northeastern British Columbia), Mexico (Sonora), USA (Arizona))',
> ical: 'America/Phoenix', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-7', label: 'Canada (northeastern British Columbia), Mexico
> (Sonora), USA (Arizona)', omtimezoneId: 40, orderId: 26}, {frontEndLabel:
> 'Etc/GMT-8 (Vancouver, Portland, Las Vegas, California)', ical:
> 'America/Los_Angeles', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname:
> 'Etc/GMT-8', label: 'Vancouver, Portland, Las Vegas, California',
> omtimezoneId: 41, orderId: 27}, {frontEndLabel: 'Etc/GMT-9 (Anchorage,
> Fairbanks, Juneau)', ical: 'America/Juneau', inserted: Thu Jun 7 07:44:26
> GMT+1000 2012, jname: 'Etc/GMT-9', label: 'Anchorage, Fairbanks, Juneau',
> omtimezoneId: 42, orderId: 28}, {frontEndLabel: 'Etc/GMT-9 (Alaska) (United
> States (most of Alaska))', ical: 'US/Alaska', inserted: Thu Jun 7 07:44:26
> GMT+1000 2012, jname: 'Etc/GMT-9 (Alaska)', label: 'United States (most of
> Alaska)', omtimezoneId: 43, orderId: 28}, {frontEndLabel: 'Etc/GMT-10
> (Hawaii)', ical: 'Pacific/Honolulu', inserted: Thu Jun 7 07:44:26 GMT+1000
> 2012, jname: 'Etc/GMT-10', label: 'Hawaii', omtimezoneId: 44, orderId: 29},
> {frontEndLabel: 'Etc/GMT-11 (Samoa)', ical: 'Pacific/Apia', inserted: Thu
> Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-11', label: 'Samoa',
> omtimezoneId: 45, orderId: 30}]» ****
>
> autoLoader/setProgress =====  21 ****
>
> autoLoader/setResourceNumber ==  382 ****
>
> autoLoader/setProgress =====  22 ****
>
> autoLoader/setResourceNumber ==  400 ****
>
> getGeneralOptions:  3 «Array(3)#600| [{comment: "A hot key code for the
> 'give exclusive audio' functionality. Keycode 123 is F12", conf_key:
> 'exclusive.audio.keycode', conf_value: '123', configuration_id: 65,
> deleted: 'false', starttime: Thu Jun 7 07:47:08 GMT+1000 2012, updatetime:
> Thu Jun 7 07:47:13 GMT+1000 2012, user_id: null, users: null}, {comment:
> 'Enable to enable the red5SIP integration ', conf_key: 'red5sip.enable',
> conf_value: 'no', configuration_id: 28, deleted: 'false', starttime: Thu
> Jun 7 07:47:08 GMT+1000 2012, updatetime: Thu Jun 7 07:47:14 GMT+1000 2012,
> user_id: null, users: null}, {comment: 'Maximum size of upload file
> (bytes)', conf_key: 'max_upload_size', conf_value: '1073741824',
> configuration_id: 59, deleted: 'false', starttime: Thu Jun 7 07:47:08
> GMT+1000 2012, updatetime: Thu Jun 7 07:47:13 GMT+1000 2012, user_id: null,
> users: null}]» ****
>
> red5sip.enable is:  no ****
>
> max_upload_size is:  1073741824 ****
>
> canvas.initSharedObject sharedObject IS null ****
>
> sharedObject.getData IS null ****
>
> checkLoginData/g:  «Array(0)#610| []» ****
>
> checkLoginData/save:  undefined ****
>
> loginByRemember null ****
>
> No RPC-Sesion Found to assign ****
>
> INFO: #main_content/@_content/@inner/checkLoginData/@_resizeview.setColor
> is deprecated.  Use
> #main_content/@_content/@inner/checkLoginData/@_resizeview.setAttribute
> instead ****
>
> sharedObject.getData IS null ****
>
> checkLoginData/g:  «Array(0)#614| []» ****
>
> sharedObject.getData IS null ****
>
> sharedObject.getData IS null ****
>
> checkLoginData/g:  «Array(0)#615| []» ****
>
> checkLoginData/save:  undefined ****
>
> getActiveLdapConfigs:  «Array(1)#616| [{addDomainToUserName: null,
> configFileName: null, deleted: null, domain: null, inserted: null,
> insertedby: null, isActive: null, ldapConfigId: -1, name: 'local DB
> [internal]', updated: null, updatedby: null}]» ****
>
> sharedObject.getData IS null ****
>
> roomDisconnect:  «Object#618| {allowRecording: true, …, broadCastID: -2,
> canDraw: false, canGiveAudio: false, canRemote: false, canShare: false,
> chatUserRoomId: null, connectedSince: Thu Jun 7 17:07:58 GMT+1000 2012,
> externalUserId: null, externalUserType: null, …, flvRecordingId: null,
> flvRecordingMetaDataId: null, formatedDate: null, interviewPodId: null,
> isAVClient: false, isBroadcasting: false, isChatNotification: false, isMod:
> false, isRecording: false, isScreenClient: false, isSuperModerator: false,
> …, lastLogin: null, …, mail: null, micMuted: false, official_code: null,
> organization_id: null, picture_uri: null, publicSID:
> 'daddc927cddd405e38acb0e7565e1e52', room_id: null, roomClientId: null,
> roomEnter: null, roomRecordingName: null, scope: 'hibernate',
> screenPublishStarted: false, …, startRecording: false, startStreaming:
> false, streamid: '3', …, swfurl: '
> http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=387160',
> user_id: null, usercolor: null, userip: '110.150.104.102', …, userport:
> 49621, userpos: null, VHeight: 0, VWidth: 0, VX: 0, VY: 0, zombieCheckFlag:
> false}»****
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 4:39 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
> ** **
>
> open your favorite browser****
>
> go to****
>
> http://server_ip:5080/openmeetings/maindebug.as3.swf10.swf****
>
> ** **
>
> select everything in the debug console and send it to me :)****
>
> ** **
>
> On Thu, Jun 7, 2012 at 1:36 PM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> I am not sure how to “send me output of OM debug client” ?****
>
>  ****
>
> Do I need to configure anything?  And or where is the output ?****
>
>  ****
>
> e.g. /usr/lib/red5/log  ?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
> IT Manager****
>
> Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) ****
>
> NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia****
>
> T: (02) 6120 1600****
>
> F: (02) 6273 7181****
>
> E: gkirkham@co2crc.com.au, ****
>
> W: www.co2crc.com.au****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 4:25 PM****
>
>
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
>  ****
>
> I use both "Ubuntu 32bit desktop" and "Windows 7 x64 ent"****
>
> Could you send me output of OM debug client?****
>
>  ****
>
> here is the mod_proxy apache config:****
>
>  ****
>
> <Location /openmeetings>
>     Order allow,deny
>     Allow from all
> </Location>****
>
>
>
> ProxyPass /openmeetings http://localhost:5080/openmeetings
> ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
> ProxyPass /open http://localhost:8088/open
> ProxyPassReverse /open http://localhost:8088/open
> ProxyPass /send http://localhost:8088/send
> ProxyPassReverse /send http://localhost:8088/send
> ProxyPass /idle http://localhost:8088/idle
> ProxyPassReverse /idle http://localhost:8088/idle
> ProxyPass /close http://localhost:8088/close
> ProxyPassReverse /close http://localhost:8088/close****
>
> On Thu, Jun 7, 2012 at 1:13 PM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> I would like to know how to put everything on port 80 !  Very much so.****
>
>  ****
>
> However for now, when setting “rtmpt.target_reponse_size=65536” the
> connection still times out.  And by that I mean that I can connect via 1935
> but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the
> connection times out.  I have added an extract of the error log below.****
>
>  ****
>
> I am using a Ubuntu 32 bit server, I believe you are using a Windows
> server ?****
>
>  ****
>
> # RTMPT****
>
> rtmpt.host=0.0.0.0****
>
> rtmpt.port=8088****
>
> rtmpt.ping_interval=5000****
>
> rtmpt.target_reponse_size=65536****
>
> rtmpt.max_inactivity=60000****
>
> rtmpt.max_handshake_time=5000****
>
> rtmpt.max_keep_alive_requests=-1****
>
> rtmpt.max_threads=20****
>
> rtmpt.acceptor_thread_count=2****
>
> rtmpt.processor_cache=20****
>
> rtmpt.encoder_base_tolerance=5000****
>
> rtmpt.encoder_drop_live_future=true****
>
> rtmpt.target_reponse_size=8192****
>
>  ****
>
> <!-- ****
>
> Port to use for the Server****
>
> To this port the fallback is done once the default rtmport failed****
>
> this should workaround 99% of all firewalls****
>
> -->****
>
> <rtmpTunnelport>8088</rtmpTunnelport>****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
> 2012-06-07 16:01:31,617 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> ldapconfigservice.getActiveLdapConfigs****
>
> 2012-06-07 16:01:31,729 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions****
>
> 2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO
> o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager :
> found usual_template.vm with loader
> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:26,123 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:26,158 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ),
> with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms
> ago****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,723 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:04:26,192 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:26,225 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago**
> **
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,524 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:06:26,259 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:26,292 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:26,326 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago**
> **
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,293 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 2:07 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
>  ****
>
> /default/openmeetings is not the web context but RTMP Scope.****
>
>  ****
>
> I can provide you with mod_proxy config to put everything on port 80, but
> RTMPT need to be fixed for you first****
>
>  ****
>
> On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> Below I have included an extranet from my log file when blocking port 1935
> used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.
> ****
>
>  ****
>
> 1)      I am still unable to get RTMPT to work when RTMP fails.   Could
> you please explain if this is a known issue and how or by whom could it be
> resolved.  If it is an issue in red5, can I or someone report the issue?**
> **
>
>  ****
>
> 2)      From what you said before, try 0 is on port 1935 and try 1, try
> 2, try 3 are all attempts using port 8088 ?****
>
>  ****
>
> As for my firewall issues, I am contacting the organisation who I am
> unable to conference with to see if their firewall rules can be changed or
> if there is an available port I can use.  I tried changing the RMTP port to
> 8088, 8080 and also 8443 but none of these worked for the company in
> question, but all worked for me.****
>
>  ****
>
> A question: Why is “Path = '/default/openmeetings'” in the log file?
> There is no path to my knowledge by the name of '/default/openmeetings'***
> *
>
>  ****
>
> 2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ),
> with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms
> ago****
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
>  ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* George Kirkham [mailto:gkirkham@co2crc.com.au<gk...@co2crc.com.au>]
>
> *Sent:* Wednesday, 6 June 2012 10:09 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* RE: Need help with using alternate port for 1935****
>
>  ****
>
> Maxim,  what in “red5.properties need to be changed” ?  And by this do
> you mean that by changing certain properties we can get the rtmpt to work?
> ****
>
>  ****
>
> If rtmpt is not working when RTMP fails, can we change RTMP  from being
> 1935 to 443 (for example), and would this work (of course we would have to
> change both red5.properties and config.xml) ?  What is the performance
> issues with doing this if it would work.****
>
>  ****
>
> I am looking for  solution that will allow OpenMeetings to work for all
> people, including people whose firewalls block 1935.****
>
>  ****
>
> red5.properties****
>
> # RTMP****
>
> rtmp.host=0.0.0.0****
>
> rtmp.port=1935****
>
>  ****
>
> config.xml****
>
> <rtmpport>1935</rtmpport>****
>
>  ****
>
> George.****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 6 June 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Need help with using alternate port for 1935****
>
>  ****
>
> Only red5.properties need to be changed.
> Additionally restart might be necessary****
>
> On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com>
> wrote:****
>
> rtmpt does not work on demo.openmeetings.de
>
> Have there been changes since 03.06.2012 that require to update the
> binaries or just changing packet size is enough to do the test ?
>
> Thanks
> Sebastian****
>
> 2012/6/6 Maxim Solodovnik <so...@gmail.com>****
>
> Sebastian,****
>
>  ****
>
> is RTMPT still not working for you on demo.openmeetings.de?****
>
> maybe you can try set packet size to 128K for it?****
>
>  ****
>
> On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <
> seba.wagner@gmail.com> wrote:****
>
> Hi George,
>
> the process is like that:
> First (try 0) rtmp
> try1 rtmpt
> try2 rtmpt
> try3 rtmpt
>
> So first it will try rtmp and then 3 times rtmpt.
> Things are different if you configure rtmps.
>
> Currently RTMPT does not work at all with altest builds as there is an
> issue with the underlaying Red5 server and RTMPT.
>
> Changing RTMPT to port 443 (if RTMPT is working again) should be best for
> Firewall issues. Packets on port 443 are normally not blocked by firewalls
> as 443 is normally HTTPS.
>
> Sebastian****
>
>  ****
>
> 2012/6/5 George Kirkham <gk...@co2crc.com.au>****
>
> Hi,****
>
>  ****
>
> We conference with people who are behind a firewall which blocks many
> ports, including 1935.  Previously I had OpenMeetings working for them by
> using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”,
> and while this worked previously it has been failing for some time now.***
> *
>
>  ****
>
> 1)      I think there is a fault in OpenMeetings in using the secondary
> ports, as I have been testing with my own installation by disabling port
> 1935 in our firewall and then doing an external test (which fails).  I have
> tested this on the standard installation settings and with my modified 8080
> port, both fail on Try 1 (because I use the firewall to block port 1935),
> Try 2 and Try 3.****
>
> 2)      Can someone please explain to me how the port process works.  My
> understanding is that if OpenMeetings cannot connect via “rtmp.port=1935”
> for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do
> not know what it attempts to use on try 3 (which is also failing for me).
> I believe that it is not trying the alternative ports ****
>
> 3)      Can someone please test for me, by blocking port 1935 in your
> firewall and see if external users can connect to your OpenMeetings?****
>
> 4)      What is the repercussions if I were to change “rtmp.port=1935” to
> “rtmp.port=8080” ?  Does this affect performance in any way?****
>
> 5)      The attached image is message I get after the three tries to
> connect all fail, when I block port 1935.****
>
>  ****
>
> ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>
>
> ****
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>



-- 
WBR
Maxim aka solomax

RE: Still need with using alternate port for 1935

Posted by George Kirkham <gk...@co2crc.com.au>.
Maxim,


Below are two traces as you requested.   The first is from an external user where the firewall blocks 1935 and which fails and the second is from internal where the logon screen is displayed.

 

Please note these are form a server where there is an apache redirect in place for port 5080 and it translates mydomain.com to serverip:5080/openmeetings.  In this way I do not need to have the “/openmeetings” as part of the URL.  

I have tested this with my builds where I don’t have this configuration and the problem is the same, so I do not believe that the above url redirection is causing the issue.

 

 

 

Internal access to http://om.co2crc.com.au/maindebug.as3.swf10.swf which has a  firewall blocking 1935. OpenMeetings fails to display the login dialog and times out.

 

onselect  «<anonymous extends='labeldTextListItem'>#1#0| /anonymous/@interior/@content/anonymous» null false 

INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use #_mainbgcontentNavi.setAttribute instead 

main.lzx/oninit: «<anonymous extends='canvas'>#7#6| This is the canvas» 

ondata 

ondata 

main.lzx/config.xml ondata «<anonymous extends='canvas'>#7#6| This is the canvas» 

userSSLString no 

lc_SID:  387160 

_url  http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=387160 http://om.co2crc.com.au/maindebug.swf8.sw 

isNotPort80:  -1 5 

this zielnr:  «<anonymous extends='canvas'>#7#6| This is the canvas» om.co2crc.com.au 

INFO: ###################### -1  

INFO: invitationHash ::  undefined 

 

INFO: ###################### -2  

devRtmpConnection/registerMethods() 

error  NetConnection.Connect.Failed rtmp://om.co2crc.com.au:1935/openmeetings/hibernate null false 

devRtmpConnection/registerMethods() 

################ setId:  3 

hibRtmpConnection/onconnect 

autoLoader/setProgress =====  1 

autoLoader/setResourceNumber ==  18 

initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)  

hibRtmpConnection/getsessiondata [ «Object#11| {id: 31, language_id: null, organization_id: null, refresh_time: Thu Jun 7 17:07:58 GMT+1000 2012, session_id: '142777048ec2f4e64799a7242f05f529', sessionXml: null, starttermin_time: Thu Jun 7 17:07:58 GMT+1000 2012, storePermanent: null, user_id: null}» ] 

autoLoader/setProgress =====  2 

autoLoader/setResourceNumber ==  36 

hibRtmpConnection/getPublicSID [ daddc927cddd405e38acb0e7565e1e52 ] 

autoLoader/setProgress =====  3 

autoLoader/setResourceNumber ==  55 

hibRtmpConnection/getSIPModuleStatus [ false ] 

autoLoader/setProgress =====  4 

autoLoader/setResourceNumber ==  73 

INFO: <languagesSet/>.setData is deprecated.  Use <languagesSet/>.setAttribute instead 

autoLoader/setProgress =====  5 

autoLoader/setResourceNumber ==  91 

getDefaultLanguage:  1 ; canvas.lang =  0 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  6 

autoLoader/setResourceNumber ==  109 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  7 

autoLoader/setResourceNumber ==  127 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  8 

autoLoader/setResourceNumber ==  145 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  9 

autoLoader/setResourceNumber ==  164 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  10 

autoLoader/setResourceNumber ==  182 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  11 

autoLoader/setResourceNumber ==  200 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  12 

autoLoader/setResourceNumber ==  218 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  13 

autoLoader/setResourceNumber ==  236 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  14 

autoLoader/setResourceNumber ==  255 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  387160__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  15 

autoLoader/setResourceNumber ==  273 

error  NetConnection.Connect.Closed rtmpt://om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false 

devRtmpConnection/registerMethods() 

################ setId:  6 

hibRtmpConnection/onconnect 

autoLoader/setProgress =====  16 

autoLoader/setResourceNumber ==  291 

initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)  

hibRtmpConnection/getsessiondata [ «Object#29| {id: 34, language_id: null, organization_id: null, refresh_time: Thu Jun 7 17:10:04 GMT+1000 2012, session_id: '736a546b37a34139fa040535e7927ff3', sessionXml: null, starttermin_time: Thu Jun 7 17:10:04 GMT+1000 2012, storePermanent: null, user_id: null}» ] 

autoLoader/setProgress =====  17 

autoLoader/setResourceNumber ==  309 

hibRtmpConnection/getPublicSID [ 540549abc89f8ed8f3056fe03fb2c4d0 ] 

autoLoader/setProgress =====  18 

autoLoader/setResourceNumber ==  327 

hibRtmpConnection/getSIPModuleStatus [ false ] 

autoLoader/setProgress =====  19 

autoLoader/setResourceNumber ==  345 

INFO: <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setData is deprecated.  Use <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setAttribute instead 

autoLoader/setProgress =====  20 

autoLoader/setResourceNumber ==  364 

getDefaultLanguage:  1 ; canvas.lang =  0 

error  NetConnection.Connect.Closed rtmpt://om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false 

devRtmpConnection/registerMethods() 

################ setId:  7 

hibRtmpConnection/onconnect 

autoLoader/setProgress =====  21 

autoLoader/setResourceNumber ==  382 

initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)  

hibRtmpConnection/getsessiondata [ «Object#33| {id: 35, language_id: null, organization_id: null, refresh_time: Thu Jun 7 17:12:09 GMT+1000 2012, session_id: 'e1a5f3022a673f253a41d3ef48b4b4df', sessionXml: null, starttermin_time: Thu Jun 7 17:12:09 GMT+1000 2012, storePermanent: null, user_id: null}» ] 

autoLoader/setProgress =====  22 

autoLoader/setResourceNumber ==  400 

hibRtmpConnection/getPublicSID [ 21dd62e0c2896930024b80c40b12574f ] 

autoLoader/setProgress =====  23 

autoLoader/setResourceNumber ==  418 

hibRtmpConnection/getSIPModuleStatus [ false ] 

autoLoader/setProgress =====  24 

autoLoader/setResourceNumber ==  436 

INFO: <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setData is deprecated.  Use <languagesSet><item><deleted>false</deleted><code>en</code><name>english</name><updatetime/><starttime>2012-06-06T21:44:26.000Z….setAttribute instead 

autoLoader/setProgress =====  25 

autoLoader/setResourceNumber ==  455 

getDefaultLanguage:  1 ; canvas.lang =  0 

error  NetConnection.Connect.Closed rtmpt://om.co2crc.com.au:8088/openmeetings/hibernate #hib/@refreshSession false 

labelerrorPopup:  The connection to the server has been lost [556] 

INFO: /labelerrorPopup/@_resizeview.setColor is deprecated.  Use /labelerrorPopup/@_resizeview.setAttribute instead

 

 

 

 

 

 

Internal access to http://om.co2crc.com.au/maindebug.as3.swf10.swf which does not have firewall blocking 1935 and OpenMeetings login displays.

 

 

onselect  «<anonymous extends='labeldTextListItem'>#1#0| /anonymous/@interior/@content/anonymous» null false 

INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use #_mainbgcontentNavi.setAttribute instead 

main.lzx/oninit: «<anonymous extends='canvas'>#7#6| This is the canvas» 

ondata 

ondata 

main.lzx/config.xml ondata «<anonymous extends='canvas'>#7#6| This is the canvas» 

userSSLString no 

lc_SID:  709765 

_url  http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=709765 http://om.co2crc.com.au/maindebug.swf8.sw 

isNotPort80:  -1 5 

this zielnr:  «<anonymous extends='canvas'>#7#6| This is the canvas» om.co2crc.com.au 

INFO: ###################### -1  

INFO: invitationHash ::  undefined 

 

INFO: ###################### -2  

devRtmpConnection/registerMethods() 

################ setId:  5 

hibRtmpConnection/onconnect 

autoLoader/setProgress =====  1 

autoLoader/setResourceNumber ==  18 

initializeSIPApplet :: flash.external.ExternalInterface (getAppletStatus)  

hibRtmpConnection/getsessiondata [ «Object#11| {id: 33, language_id: null, organization_id: null, refresh_time: Thu Jun 7 17:09:44 GMT+1000 2012, session_id: 'a65e9eab577a77994edd39c8f5a43f95', sessionXml: null, starttermin_time: Thu Jun 7 17:09:44 GMT+1000 2012, storePermanent: null, user_id: null}» ] 

autoLoader/setProgress =====  2 

autoLoader/setResourceNumber ==  36 

hibRtmpConnection/getPublicSID [ 737e028865fdaf87009b93299c1e13c8 ] 

autoLoader/setProgress =====  3 

autoLoader/setResourceNumber ==  55 

hibRtmpConnection/getSIPModuleStatus [ false ] 

autoLoader/setProgress =====  4 

autoLoader/setResourceNumber ==  73 

INFO: <languagesSet/>.setData is deprecated.  Use <languagesSet/>.setAttribute instead 

autoLoader/setProgress =====  5 

autoLoader/setResourceNumber ==  91 

getDefaultLanguage:  1 ; canvas.lang =  0 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  6 

autoLoader/setResourceNumber ==  109 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  7 

autoLoader/setResourceNumber ==  127 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  8 

autoLoader/setResourceNumber ==  145 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  9 

autoLoader/setResourceNumber ==  164 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  10 

autoLoader/setResourceNumber ==  182 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  11 

autoLoader/setResourceNumber ==  200 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  12 

autoLoader/setResourceNumber ==  218 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  13 

autoLoader/setResourceNumber ==  236 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  14 

autoLoader/setResourceNumber ==  255 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  15 

autoLoader/setResourceNumber ==  273 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  16 

autoLoader/setResourceNumber ==  291 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  17 

autoLoader/setResourceNumber ==  309 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  18 

autoLoader/setResourceNumber ==  327 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

autoLoader/setProgress =====  19 

autoLoader/setResourceNumber ==  345 

hibRtmpConnection/userlang:[ 1 ] 

INFO: sendViaLocalConnection  709765__rtmpLC hibAdapter_setLabelObjectByHundred 

 

loading lang complete 

getStates 

INFO: <countrySet/>.setData is deprecated.  Use <countrySet/>.setAttribute instead 

getStates:  «Array(236)#34| [{code: 4, deleted: 'false', name: 'Afghanistan', shortName: 'AFG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 1, updatetime: null}, {code: 248, deleted: 'false', name: 'Åland Islands', shortName: 'ALA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 2, updatetime: null}, {code: 8, deleted: 'false', name: 'Albania', shortName: 'ALB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 3, updatetime: null}, {code: 12, deleted: 'false', name: 'Algeria', shortName: 'DZA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 4, updatetime: null}, {code: 16, deleted: 'false', name: 'American Samoa', shortName: 'ASM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 5, updatetime: null}, {code: 20, deleted: 'false', name: 'Andorra', shortName: 'AND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 6, updatetime: null}, {code: 24, deleted: 'false', name: 'Angola', shortName: 'AGO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 7, updatetime: null}, {code: 660, deleted: 'false', name: 'Anguilla', shortName: 'AIA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 8, updatetime: null}, {code: 28, deleted: 'false', name: 'Antigua and Barbuda', shortName: 'ATG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 9, updatetime: null}, {code: 32, deleted: 'false', name: 'Argentina', shortName: 'ARG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 10, updatetime: null}, {code: 51, deleted: 'false', name: 'Armenia', shortName: 'ARM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 11, updatetime: null}, {code: 533, deleted: 'false', name: 'Aruba', shortName: 'ABW', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 12, updatetime: null}, {code: 36, deleted: 'false', name: 'Australia', shortName: 'AUS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 13, updatetime: null}, {code: 40, deleted: 'false', name: 'Austria', shortName: 'AUT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 14, updatetime: null}, {code: 31, deleted: 'false', name: 'Azerbaijan', shortName: 'AZE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 15, updatetime: null}, {code: 44, deleted: 'false', name: 'Bahamas', shortName: 'BHS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 16, updatetime: null}, {code: 48, deleted: 'false', name: 'Bahrain', shortName: 'BHR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 17, updatetime: null}, {code: 50, deleted: 'false', name: 'Bangladesh', shortName: 'BGD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 18, updatetime: null}, {code: 52, deleted: 'false', name: 'Barbados', shortName: 'BRB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 19, updatetime: null}, {code: 112, deleted: 'false', name: 'Belarus', shortName: 'BLR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 20, updatetime: null}, {code: 56, deleted: 'false', name: 'Belgium', shortName: 'BEL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 21, updatetime: null}, {code: 84, deleted: 'false', name: 'Belize', shortName: 'BLZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 22, updatetime: null}, {code: 204, deleted: 'false', name: 'Benin', shortName: 'BEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 23, updatetime: null}, {code: 60, deleted: 'false', name: 'Bermuda', shortName: 'BMU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 24, updatetime: null}, {code: 64, deleted: 'false', name: 'Bhutan', shortName: 'BTN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 25, updatetime: null}, {code: 68, deleted: 'false', name: 'Bolivia', shortName: 'BOL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 26, updatetime: null}, {code: 70, deleted: 'false', name: 'Bosnia and Herzegovina', shortName: 'BIH', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 27, updatetime: null}, {code: 72, deleted: 'false', name: 'Botswana', shortName: 'BWA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 28, updatetime: null}, {code: 76, deleted: 'false', name: 'Brazil', shortName: 'BRA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 29, updatetime: null}, {code: 92, deleted: 'false', name: 'British Virgin Islands', shortName: 'VGB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 30, updatetime: null}, {code: 96, deleted: 'false', name: 'Brunei Darussalam', shortName: 'BRN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 31, updatetime: null}, {code: 100, deleted: 'false', name: 'Bulgaria', shortName: 'BGR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 32, updatetime: null}, {code: 854, deleted: 'false', name: 'Burkina Faso', shortName: 'BFA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 33, updatetime: null}, {code: 108, deleted: 'false', name: 'Burundi', shortName: 'BDI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 34, updatetime: null}, {code: 116, deleted: 'false', name: 'Cambodia', shortName: 'KHM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 35, updatetime: null}, {code: 120, deleted: 'false', name: 'Cameroon', shortName: 'CMR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 36, updatetime: null}, {code: 124, deleted: 'false', name: 'Canada', shortName: 'CAN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 37, updatetime: null}, {code: 132, deleted: 'false', name: 'Cape Verde', shortName: 'CPV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 38, updatetime: null}, {code: 136, deleted: 'false', name: 'Cayman Islands', shortName: 'CYM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 39, updatetime: null}, {code: 140, deleted: 'false', name: 'Central African Republic', shortName: 'CAF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 40, updatetime: null}, {code: 148, deleted: 'false', name: 'Chad', shortName: 'TCD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 41, updatetime: null}, {code: 830, deleted: 'false', name: 'Channel Islands', …, starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 42, updatetime: null}, {code: 152, deleted: 'false', name: 'Chile', shortName: 'CHL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 43, updatetime: null}, {code: 156, deleted: 'false', name: 'China', shortName: 'CHN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 44, updatetime: null}, {code: 344, deleted: 'false', name: 'Hong Kong Special Administrative Region of China', shortName: 'HKG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 45, updatetime: null}, {code: 446, deleted: 'false', name: 'Macao Special Administrative Region of China', shortName: 'MAC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 46, updatetime: null}, {code: 170, deleted: 'false', name: 'Colombia', shortName: 'COL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 47, updatetime: null}, {code: 174, deleted: 'false', name: 'Comoros', shortName: 'COM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 48, updatetime: null}, {code: 178, deleted: 'false', name: 'Congo', shortName: 'COG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 49, updatetime: null}, {code: 184, deleted: 'false', name: 'Cook Islands', shortName: 'COK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 50, updatetime: null}, {code: 188, deleted: 'false', name: 'Costa Rica', shortName: 'CRI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 51, updatetime: null}, {code: 384, deleted: 'false', name: "Côte d'Ivoire", shortName: 'CIV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 52, updatetime: null}, {code: 191, deleted: 'false', name: 'Croatia', shortName: 'HRV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 53, updatetime: null}, {code: 192, deleted: 'false', name: 'Cuba', shortName: 'CUB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 54, updatetime: null}, {code: 196, deleted: 'false', name: 'Cyprus', shortName: 'CYP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 55, updatetime: null}, {code: 203, deleted: 'false', name: 'Czech Republic', shortName: 'CZE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 56, updatetime: null}, {code: 408, deleted: 'false', name: "Democratic People's Republic of Korea", shortName: 'PRK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 57, updatetime: null}, {code: 180, deleted: 'false', name: 'Democratic Republic of the Congo', shortName: 'COD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 58, updatetime: null}, {code: 208, deleted: 'false', name: 'Denmark', shortName: 'DNK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 59, updatetime: null}, {code: 262, deleted: 'false', name: 'Djibouti', shortName: 'DJI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 60, updatetime: null}, {code: 212, deleted: 'false', name: 'Dominica', shortName: 'DMA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 61, updatetime: null}, {code: 214, deleted: 'false', name: 'Dominican Republic', shortName: 'DOM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 62, updatetime: null}, {code: 218, deleted: 'false', name: 'Ecuador', shortName: 'ECU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 63, updatetime: null}, {code: 818, deleted: 'false', name: 'Egypt', shortName: 'EGY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 64, updatetime: null}, {code: 222, deleted: 'false', name: 'El Salvador', shortName: 'SLV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 65, updatetime: null}, {code: 226, deleted: 'false', name: 'Equatorial Guinea', shortName: 'GNQ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 66, updatetime: null}, {code: 232, deleted: 'false', name: 'Eritrea', shortName: 'ERI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 67, updatetime: null}, {code: 233, deleted: 'false', name: 'Estonia', shortName: 'EST', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 68, updatetime: null}, {code: 231, deleted: 'false', name: 'Ethiopia', shortName: 'ETH', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 69, updatetime: null}, {code: 234, deleted: 'false', name: 'Faeroe Islands', shortName: 'FRO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 70, updatetime: null}, {code: 238, deleted: 'false', name: 'Falkland Islands (Malvinas)', shortName: 'FLK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 71, updatetime: null}, {code: 242, deleted: 'false', name: 'Fiji', shortName: 'FJI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 72, updatetime: null}, {code: 246, deleted: 'false', name: 'Finland', shortName: 'FIN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 73, updatetime: null}, {code: 250, deleted: 'false', name: 'France', shortName: 'FRA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 74, updatetime: null}, {code: 254, deleted: 'false', name: 'French Guiana', shortName: 'GUF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 75, updatetime: null}, {code: 258, deleted: 'false', name: 'French Polynesia', shortName: 'PYF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 76, updatetime: null}, {code: 266, deleted: 'false', name: 'Gabon', shortName: 'GAB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 77, updatetime: null}, {code: 270, deleted: 'false', name: 'Gambia', shortName: 'GMB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 78, updatetime: null}, {code: 268, deleted: 'false', name: 'Georgia', shortName: 'GEO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 79, updatetime: null}, {code: 276, deleted: 'false', name: 'Germany', shortName: 'DEU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 80, updatetime: null}, {code: 288, deleted: 'false', name: 'Ghana', shortName: 'GHA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 81, updatetime: null}, {code: 292, deleted: 'false', name: 'Gibraltar', shortName: 'GIB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 82, updatetime: null}, {code: 300, deleted: 'false', name: 'Greece', shortName: 'GRC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 83, updatetime: null}, {code: 304, deleted: 'false', name: 'Greenland', shortName: 'GRL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 84, updatetime: null}, {code: 308, deleted: 'false', name: 'Grenada', shortName: 'GRD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 85, updatetime: null}, {code: 312, deleted: 'false', name: 'Guadeloupe', shortName: 'GLP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 86, updatetime: null}, {code: 316, deleted: 'false', name: 'Guam', shortName: 'GUM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 87, updatetime: null}, {code: 320, deleted: 'false', name: 'Guatemala', shortName: 'GTM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 88, updatetime: null}, {code: 831, deleted: 'false', name: 'Guernsey', shortName: 'CGY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 89, updatetime: null}, {code: 324, deleted: 'false', name: 'Guinea', shortName: 'GIN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 90, updatetime: null}, {code: 624, deleted: 'false', name: 'Guinea-Bissau', shortName: 'GNB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 91, updatetime: null}, {code: 328, deleted: 'false', name: 'Guyana', shortName: 'GUY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 92, updatetime: null}, {code: 332, deleted: 'false', name: 'Haiti', shortName: 'HTI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 93, updatetime: null}, {code: 336, deleted: 'false', name: 'Holy See', shortName: 'VAT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 94, updatetime: null}, {code: 340, deleted: 'false', name: 'Honduras', shortName: 'HND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 95, updatetime: null}, {code: 348, deleted: 'false', name: 'Hungary', shortName: 'HUN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 96, updatetime: null}, {code: 352, deleted: 'false', name: 'Iceland', shortName: 'ISL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 97, updatetime: null}, {code: 356, deleted: 'false', name: 'India', shortName: 'IND', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 98, updatetime: null}, {code: 360, deleted: 'false', name: 'Indonesia', shortName: 'IDN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 99, updatetime: null}, {code: 364, deleted: 'false', name: 'Iran, Islamic Republic of', shortName: 'IRN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 100, updatetime: null}, {code: 368, deleted: 'false', name: 'Iraq', shortName: 'IRQ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 101, updatetime: null}, {code: 372, deleted: 'false', name: 'Ireland', shortName: 'IRL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 102, updatetime: null}, {code: 833, deleted: 'false', name: 'Isle of Man', shortName: 'IMN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 103, updatetime: null}, {code: 376, deleted: 'false', name: 'Israel', shortName: 'ISR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 104, updatetime: null}, {code: 380, deleted: 'false', name: 'Italy', shortName: 'ITA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 105, updatetime: null}, {code: 388, deleted: 'false', name: 'Jamaica', shortName: 'JAM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 106, updatetime: null}, {code: 392, deleted: 'false', name: 'Japan', shortName: 'JPN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 107, updatetime: null}, {code: 832, deleted: 'false', name: 'Jersey', shortName: 'JEY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 108, updatetime: null}, {code: 400, deleted: 'false', name: 'Jordan', shortName: 'JOR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 109, updatetime: null}, {code: 398, deleted: 'false', name: 'Kazakhstan', shortName: 'KAZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 110, updatetime: null}, {code: 404, deleted: 'false', name: 'Kenya', shortName: 'KEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 111, updatetime: null}, {code: 296, deleted: 'false', name: 'Kiribati', shortName: 'KIR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 112, updatetime: null}, {code: 414, deleted: 'false', name: 'Kuwait', shortName: 'KWT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 113, updatetime: null}, {code: 417, deleted: 'false', name: 'Kyrgyzstan', shortName: 'KGZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 114, updatetime: null}, {code: 418, deleted: 'false', name: "Lao People's Democratic Republic", shortName: 'LAO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 115, updatetime: null}, {code: 428, deleted: 'false', name: 'Latvia', shortName: 'LVA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 116, updatetime: null}, {code: 422, deleted: 'false', name: 'Lebanon', shortName: 'LBN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 117, updatetime: null}, {code: 426, deleted: 'false', name: 'Lesotho', shortName: 'LSO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 118, updatetime: null}, {code: 430, deleted: 'false', name: 'Liberia', shortName: 'LBR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 119, updatetime: null}, {code: 434, deleted: 'false', name: 'Libyan Arab Jamahiriya', shortName: 'LBY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 120, updatetime: null}, {code: 438, deleted: 'false', name: 'Liechtenstein', shortName: 'LIE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 121, updatetime: null}, {code: 440, deleted: 'false', name: 'Lithuania', shortName: 'LTU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 122, updatetime: null}, {code: 442, deleted: 'false', name: 'Luxembourg', shortName: 'LUX', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 123, updatetime: null}, {code: 450, deleted: 'false', name: 'Madagascar', shortName: 'MDG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 124, updatetime: null}, {code: 454, deleted: 'false', name: 'Malawi', shortName: 'MWI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 125, updatetime: null}, {code: 458, deleted: 'false', name: 'Malaysia', shortName: 'MYS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 126, updatetime: null}, {code: 462, deleted: 'false', name: 'Maldives', shortName: 'MDV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 127, updatetime: null}, {code: 466, deleted: 'false', name: 'Mali', shortName: 'MLI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 128, updatetime: null}, {code: 470, deleted: 'false', name: 'Malta', shortName: 'MLT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 129, updatetime: null}, {code: 584, deleted: 'false', name: 'Marshall Islands', shortName: 'MHL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 130, updatetime: null}, {code: 474, deleted: 'false', name: 'Martinique', shortName: 'MTQ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 131, updatetime: null}, {code: 478, deleted: 'false', name: 'Mauritania', shortName: 'MRT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 132, updatetime: null}, {code: 480, deleted: 'false', name: 'Mauritius', shortName: 'MUS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 133, updatetime: null}, {code: 175, deleted: 'false', name: 'Mayotte', shortName: 'MYT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 134, updatetime: null}, {code: 484, deleted: 'false', name: 'Mexico', shortName: 'MEX', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 135, updatetime: null}, {code: 583, deleted: 'false', name: 'Micronesia, Federated States of', shortName: 'FSM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 136, updatetime: null}, {code: 492, deleted: 'false', name: 'Monaco', shortName: 'MCO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 137, updatetime: null}, {code: 496, deleted: 'false', name: 'Mongolia', shortName: 'MNG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 138, updatetime: null}, {code: 499, deleted: 'false', name: 'Montenegro', shortName: 'MNE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 139, updatetime: null}, {code: 500, deleted: 'false', name: 'Montserrat', shortName: 'MSR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 140, updatetime: null}, {code: 504, deleted: 'false', name: 'Morocco', shortName: 'MAR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 141, updatetime: null}, {code: 508, deleted: 'false', name: 'Mozambique', shortName: 'MOZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 142, updatetime: null}, {code: 104, deleted: 'false', name: 'Myanmar', shortName: 'MMR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 143, updatetime: null}, {code: 516, deleted: 'false', name: 'Namibia', shortName: 'NAM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 144, updatetime: null}, {code: 520, deleted: 'false', name: 'Nauru', shortName: 'NRU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 145, updatetime: null}, {code: 524, deleted: 'false', name: 'Nepal', shortName: 'NPL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 146, updatetime: null}, {code: 528, deleted: 'false', name: 'Netherlands', shortName: 'NLD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 147, updatetime: null}, {code: 530, deleted: 'false', name: 'Netherlands Antilles', shortName: 'ANT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 148, updatetime: null}, {code: 540, deleted: 'false', name: 'New Caledonia', shortName: 'NCL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 149, updatetime: null}, {code: 554, deleted: 'false', name: 'New Zealand', shortName: 'NZL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 150, updatetime: null}, {code: 558, deleted: 'false', name: 'Nicaragua', shortName: 'NIC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 151, updatetime: null}, {code: 562, deleted: 'false', name: 'Niger', shortName: 'NER', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 152, updatetime: null}, {code: 566, deleted: 'false', name: 'Nigeria', shortName: 'NGA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 153, updatetime: null}, {code: 570, deleted: 'false', name: 'Niue', shortName: 'NIU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 154, updatetime: null}, {code: 574, deleted: 'false', name: 'Norfolk Island', shortName: 'NFK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 155, updatetime: null}, {code: 580, deleted: 'false', name: 'Northern Mariana Islands', shortName: 'MNP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 156, updatetime: null}, {code: 578, deleted: 'false', name: 'Norway', shortName: 'NOR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 157, updatetime: null}, {code: 275, deleted: 'false', name: 'Occupied Palestinian Territory', shortName: 'PSE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 158, updatetime: null}, {code: 512, deleted: 'false', name: 'Oman', shortName: 'OMN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 159, updatetime: null}, {code: 586, deleted: 'false', name: 'Pakistan', shortName: 'PAK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 160, updatetime: null}, {code: 585, deleted: 'false', name: 'Palau', shortName: 'PLW', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 161, updatetime: null}, {code: 591, deleted: 'false', name: 'Panama', shortName: 'PAN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 162, updatetime: null}, {code: 598, deleted: 'false', name: 'Papua New Guinea', shortName: 'PNG', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 163, updatetime: null}, {code: 600, deleted: 'false', name: 'Paraguay', shortName: 'PRY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 164, updatetime: null}, {code: 604, deleted: 'false', name: 'Peru', shortName: 'PER', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 165, updatetime: null}, {code: 608, deleted: 'false', name: 'Philippines', shortName: 'PHL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 166, updatetime: null}, {code: 612, deleted: 'false', name: 'Pitcairn', shortName: 'PCN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 167, updatetime: null}, {code: 616, deleted: 'false', name: 'Poland', shortName: 'POL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 168, updatetime: null}, {code: 620, deleted: 'false', name: 'Portugal', shortName: 'PRT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 169, updatetime: null}, {code: 630, deleted: 'false', name: 'Puerto Rico', shortName: 'PRI', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 170, updatetime: null}, {code: 634, deleted: 'false', name: 'Qatar', shortName: 'QAT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 171, updatetime: null}, {code: 410, deleted: 'false', name: 'Republic of Korea', shortName: 'KOR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 172, updatetime: null}, {code: 498, deleted: 'false', name: 'Republic of Moldova', shortName: 'MDA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 173, updatetime: null}, {code: 638, deleted: 'false', name: 'Réunion', shortName: 'REU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 174, updatetime: null}, {code: 642, deleted: 'false', name: 'Romania', shortName: 'ROU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 175, updatetime: null}, {code: 643, deleted: 'false', name: 'Russian Federation', shortName: 'RUS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 176, updatetime: null}, {code: 646, deleted: 'false', name: 'Rwanda', shortName: 'RWA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 177, updatetime: null}, {code: 654, deleted: 'false', name: 'Saint Helena', shortName: 'SHN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 178, updatetime: null}, {code: 659, deleted: 'false', name: 'Saint Kitts and Nevis', shortName: 'KNA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 179, updatetime: null}, {code: 662, deleted: 'false', name: 'Saint Lucia', shortName: 'LCA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 180, updatetime: null}, {code: 666, deleted: 'false', name: 'Saint Pierre and Miquelon', shortName: 'SPM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 181, updatetime: null}, {code: 670, deleted: 'false', name: 'Saint Vincent and the Grenadines', shortName: 'VCT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 182, updatetime: null}, {code: 882, deleted: 'false', name: 'Samoa', shortName: 'WSM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 183, updatetime: null}, {code: 674, deleted: 'false', name: 'San Marino', shortName: 'SMR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 184, updatetime: null}, {code: 678, deleted: 'false', name: 'Sao Tome and Principe', shortName: 'STP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 185, updatetime: null}, {code: 682, deleted: 'false', name: 'Saudi Arabia', shortName: 'SAU', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 186, updatetime: null}, {code: 686, deleted: 'false', name: 'Senegal', shortName: 'SEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 187, updatetime: null}, {code: 688, deleted: 'false', name: 'Serbia', shortName: 'SRB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 188, updatetime: null}, {code: 690, deleted: 'false', name: 'Seychelles', shortName: 'SYC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 189, updatetime: null}, {code: 694, deleted: 'false', name: 'Sierra Leone', shortName: 'SLE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 190, updatetime: null}, {code: 702, deleted: 'false', name: 'Singapore', shortName: 'SGP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 191, updatetime: null}, {code: 703, deleted: 'false', name: 'Slovakia', shortName: 'SVK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 192, updatetime: null}, {code: 705, deleted: 'false', name: 'Slovenia', shortName: 'SVN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 193, updatetime: null}, {code: 90, deleted: 'false', name: 'Solomon Islands', shortName: 'SLB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 194, updatetime: null}, {code: 706, deleted: 'false', name: 'Somalia', shortName: 'SOM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 195, updatetime: null}, {code: 710, deleted: 'false', name: 'South Africa', shortName: 'ZAF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 196, updatetime: null}, {code: 724, deleted: 'false', name: 'Spain', shortName: 'ESP', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 197, updatetime: null}, {code: 144, deleted: 'false', name: 'Sri Lanka', shortName: 'LKA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 198, updatetime: null}, {code: 736, deleted: 'false', name: 'Sudan', shortName: 'SDN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 199, updatetime: null}, {code: 740, deleted: 'false', name: 'Suriname', shortName: 'SUR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 200, updatetime: null}, {code: 744, deleted: 'false', name: 'Svalbard and Jan Mayen Islands', shortName: 'SJM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 201, updatetime: null}, {code: 748, deleted: 'false', name: 'Swaziland', shortName: 'SWZ', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 202, updatetime: null}, {code: 752, deleted: 'false', name: 'Sweden', shortName: 'SWE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 203, updatetime: null}, {code: 756, deleted: 'false', name: 'Switzerland', shortName: 'CHE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 204, updatetime: null}, {code: 760, deleted: 'false', name: 'Syrian Arab Republic', shortName: 'SYR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 205, updatetime: null}, {code: 157, deleted: 'false', name: 'Taiwan, Republic of China', shortName: 'ROC', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 206, updatetime: null}, {code: 762, deleted: 'false', name: 'Tajikistan', shortName: 'TJK', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 207, updatetime: null}, {code: 764, deleted: 'false', name: 'Thailand', shortName: 'THA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 208, updatetime: null}, {code: 807, deleted: 'false', name: 'The former Yugoslav Republic of Macedonia', shortName: 'MKD', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 209, updatetime: null}, {code: 626, deleted: 'false', name: 'Timor-Leste', shortName: 'TLS', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 210, updatetime: null}, {code: 768, deleted: 'false', name: 'Togo', shortName: 'TGO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 211, updatetime: null}, {code: 772, deleted: 'false', name: 'Tokelau', shortName: 'TKL', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 212, updatetime: null}, {code: 776, deleted: 'false', name: 'Tonga', shortName: 'TON', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 213, updatetime: null}, {code: 780, deleted: 'false', name: 'Trinidad and Tobago', shortName: 'TTO', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 214, updatetime: null}, {code: 788, deleted: 'false', name: 'Tunisia', shortName: 'TUN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 215, updatetime: null}, {code: 792, deleted: 'false', name: 'Turkey', shortName: 'TUR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 216, updatetime: null}, {code: 795, deleted: 'false', name: 'Turkmenistan', shortName: 'TKM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 217, updatetime: null}, {code: 796, deleted: 'false', name: 'Turks and Caicos Islands', shortName: 'TCA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 218, updatetime: null}, {code: 798, deleted: 'false', name: 'Tuvalu', shortName: 'TUV', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 219, updatetime: null}, {code: 800, deleted: 'false', name: 'Uganda', shortName: 'UGA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 220, updatetime: null}, {code: 804, deleted: 'false', name: 'Ukraine', shortName: 'UKR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 221, updatetime: null}, {code: 784, deleted: 'false', name: 'United Arab Emirates', shortName: 'ARE', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 222, updatetime: null}, {code: 826, deleted: 'false', name: 'United Kingdom of Great Britain and Northern Ireland', shortName: 'GBR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 223, updatetime: null}, {code: 834, deleted: 'false', name: 'United Republic of Tanzania', shortName: 'TZA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 224, updatetime: null}, {code: 840, deleted: 'false', name: 'United States of America', shortName: 'USA', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 225, updatetime: null}, {code: 850, deleted: 'false', name: 'United States Virgin Islands', shortName: 'VIR', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 226, updatetime: null}, {code: 858, deleted: 'false', name: 'Uruguay', shortName: 'URY', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 227, updatetime: null}, {code: 860, deleted: 'false', name: 'Uzbekistan', shortName: 'UZB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 228, updatetime: null}, {code: 548, deleted: 'false', name: 'Vanuatu', shortName: 'VUT', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 229, updatetime: null}, {code: 862, deleted: 'false', name: 'Venezuela (Bolivarian Republic of)', shortName: 'VEN', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 230, updatetime: null}, {code: 704, deleted: 'false', name: 'Viet Nam', shortName: 'VNM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 231, updatetime: null}, {code: 876, deleted: 'false', name: 'Wallis and Futuna Islands', shortName: 'WLF', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 232, updatetime: null}, {code: 732, deleted: 'false', name: 'Western Sahara', shortName: 'ESH', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 233, updatetime: null}, {code: 887, deleted: 'false', name: 'Yemen', shortName: 'YEM', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 234, updatetime: null}, {code: 894, deleted: 'false', name: 'Zambia', shortName: 'ZMB', starttime: Thu Jun 7 07:44:25 GMT+1000 2012, state_id: 235, updatetime: null}, {code: 716, deleted: 'false', name: 'Zimbabwe', shortName: 'ZWE', starttime: Thu Jun 7 07:44:26 GMT+1000 2012, state_id: 236, updatetime: null}]» 

autoLoader/setProgress =====  20 

autoLoader/setResourceNumber ==  364 

INFO: <timeZoneSet/>.setData is deprecated.  Use <timeZoneSet/>.setAttribute instead 

getTimeZones:  «Array(45)#509| [{frontEndLabel: 'Etc/GMT+12 (New Zealand) (New Zealand)', ical: 'Pacific/Auckland', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+12 (New Zealand)', label: 'New Zealand', omtimezoneId: 1, orderId: 1}, {frontEndLabel: 'Etc/GMT+12 (Kiribati (Gilbert Islands), Fiji, Russia (Kamchatka Krai))', ical: 'Pacific/Fiji', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+12', label: 'Kiribati (Gilbert Islands), Fiji, Russia (Kamchatka Krai)', omtimezoneId: 2, orderId: 1}, {frontEndLabel: 'Etc/GMT+11 (Vladivostok, Kamchatka, Solomon Islands, New Caledonia)', ical: 'Asia/Vladivostok', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+11', label: 'Vladivostok, Kamchatka, Solomon Islands, New Caledonia', omtimezoneId: 3, orderId: 2}, {frontEndLabel: 'Etc/GMT+10 (Australia/NSW) (Australia (NSW,Sydney,Tasmania), Yakutsk)', ical: 'Australia/Sydney', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+10 (Australia/NSW)', label: 'Australia (NSW,Sydney,Tasmania), Yakutsk', omtimezoneId: 4, orderId: 3}, {frontEndLabel: 'Etc/GMT+10 (Australia/Queensland) (Russia (Zabaykalsky Krai), Papua New Guinea, Australia (Queensland))', ical: 'Australia/Queensland', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+10 (Australia/Queensland)', label: 'Russia (Zabaykalsky Krai), Papua New Guinea, Australia (Queensland)', omtimezoneId: 5, orderId: 3}, {frontEndLabel: 'Etc/GMT+10 (Lord Howe Island - Australia GMT+10:30)', ical: 'Australia/Lord_Howe', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+10', label: 'Lord Howe Island - Australia GMT+10:30', omtimezoneId: 6, orderId: 3}, {frontEndLabel: 'Etc/GMT+9 (Japan) (Japan/Korea Standard Time, Irkutsk, East Timor)', ical: 'Asia/Tokyo', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9 (Japan)', label: 'Japan/Korea Standard Time, Irkutsk, East Timor', omtimezoneId: 7, orderId: 4}, {frontEndLabel: 'Etc/GMT+9 (Australia-North) (Australia (Nothern Territory,Darwin) GMT+9:30)', ical: 'Australia/Darwin', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9 (Australia-North)', label: 'Australia (Nothern Territory,Darwin) GMT+9:30', omtimezoneId: 8, orderId: 4}, {frontEndLabel: 'Etc/GMT+9 (Australia-South) (Australia (Southern Territory,Adelaide) GMT+9:30)', ical: 'Australia/Adelaide', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+9 (Australia-South)', label: 'Australia (Southern Territory,Adelaide) GMT+9:30', omtimezoneId: 9, orderId: 4}, {frontEndLabel: 'Etc/GMT+8 (China Standard Time, Krasnoyarsk, Philippines, Singapore)', ical: 'Asia/Singapore', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+8', label: 'China Standard Time, Krasnoyarsk, Philippines, Singapore', omtimezoneId: 10, orderId: 5}, {frontEndLabel: 'Etc/GMT+7 (Novosibirsk, Indochina Time, Thailand, Vietnam, Jakarta)', ical: 'Asia/Jakarta', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+7', label: 'Novosibirsk, Indochina Time, Thailand, Vietnam, Jakarta', omtimezoneId: 11, orderId: 6}, {frontEndLabel: 'Etc/GMT+6 (Yekaterinburg, Almaty, Bangladesh)', ical: 'Asia/Yekaterinburg', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+6', label: 'Yekaterinburg, Almaty, Bangladesh', omtimezoneId: 12, orderId: 7}, {frontEndLabel: 'IST (Indian Standard Time GMT+5.30)', ical: 'Asia/Kolkata', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'IST', label: 'Indian Standard Time GMT+5.30', omtimezoneId: 13, orderId: 8}, {frontEndLabel: 'Etc/GMT+5 (Uzbekistan, Pakistan, Maldives)', ical: 'Asia/Karachi', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+5', label: 'Uzbekistan, Pakistan, Maldives', omtimezoneId: 14, orderId: 9}, {frontEndLabel: 'Asia/Kabul (Kabul GMT+4.30 )', ical: 'Asia/Kabul', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Asia/Kabul', label: 'Kabul GMT+4.30 ', omtimezoneId: 15, orderId: 10}, {frontEndLabel: 'Etc/GMT+4 (Moscow, Saint Petersburg, Georgia, Armenia, Azerbaijan, United Arab Emirates)', ical: 'Europe/Moscow', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+4', label: 'Moscow, Saint Petersburg, Georgia, Armenia, Azerbaijan, United Arab Emirates', omtimezoneId: 16, orderId: 11}, {frontEndLabel: 'Asia/Tehran (Tehran GMT+3.30)', ical: 'Asia/Tehran', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Asia/Tehran', label: 'Tehran GMT+3.30', omtimezoneId: 17, orderId: 12}, {frontEndLabel: 'Etc/GMT+3 (Kaliningrad, Minsk, Iraq, Saudi Arabia)', ical: 'Europe/Kaliningrad', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+3', label: 'Kaliningrad, Minsk, Iraq, Saudi Arabia', omtimezoneId: 18, orderId: 13}, {frontEndLabel: 'Etc/GMT+2 (Finland, Lithuania, Belarus, Ukraine, Romania, Bulgaria)', ical: 'Europe/Helsinki', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+2', label: 'Finland, Lithuania, Belarus, Ukraine, Romania, Bulgaria', omtimezoneId: 19, orderId: 14}, {frontEndLabel: 'Etc/GMT+2 (Libya, Egypt, South Africa, Zimbabwe)', ical: 'Africa/Cairo', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+2', label: 'Libya, Egypt, South Africa, Zimbabwe', omtimezoneId: 20, orderId: 14}, {frontEndLabel: 'Etc/GMT+1 (France, Germany, Spain, Italy)', ical: 'Europe/Berlin', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+1', label: 'France, Germany, Spain, Italy', omtimezoneId: 21, orderId: 15}, {frontEndLabel: 'Etc/GMT+1 (North Africa) (Angola, Cameroon, Nigeria, Tunisia)', ical: 'Africa/Tunis', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT+1 (North Africa)', label: 'Angola, Cameroon, Nigeria, Tunisia', omtimezoneId: 22, orderId: 15}, {frontEndLabel: 'Etc/GMT (Iceland, United Kingdom, Ireland)', ical: 'Europe/London', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT', label: 'Iceland, United Kingdom, Ireland', omtimezoneId: 23, orderId: 16}, {frontEndLabel: "Etc/GMT (North Africa) (Côte d'Ivoire, Faroe Islands, Ghana, Iceland, Senegal)", ical: 'Africa/Dakar', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT (North Africa)', label: "Côte d'Ivoire, Faroe Islands, Ghana, Iceland, Senegal", omtimezoneId: 24, orderId: 16}, {frontEndLabel: 'Etc/GMT-1 (Azores, Cape Verde)', ical: 'Atlantic/Cape_Verde', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-1', label: 'Azores, Cape Verde', omtimezoneId: 25, orderId: 17}, {frontEndLabel: 'Etc/GMT-2 (Fernando de Noronha)', ical: 'America/Noronha', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-2', label: 'Fernando de Noronha', omtimezoneId: 26, orderId: 18}, {frontEndLabel: 'Etc/GMT-3 (Brazil) (Brazil (Brasília, Rio de Janeiro, São Paulo), most of Greenland, Uruguay)', ical: 'America/Sao_Paulo', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-3 (Brazil)', label: 'Brazil (Brasília, Rio de Janeiro, São Paulo), most of Greenland, Uruguay', omtimezoneId: 27, orderId: 19}, {frontEndLabel: 'Etc/GMT-3 (Argentina, Paraguay)', ical: 'America/Buenos_Aires', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-3', label: 'Argentina, Paraguay', omtimezoneId: 28, orderId: 19}, {frontEndLabel: 'Etc/GMT-3:30 (Canada GMT+3:30)', ical: 'CNT', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-3:30', label: 'Canada GMT+3:30', omtimezoneId: 29, orderId: 19}, {frontEndLabel: 'Etc/GMT-4 (Nova Scotia, Dominican Republic, Puerto Rico, Santiago)', ical: 'America/Santiago', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-4', label: 'Nova Scotia, Dominican Republic, Puerto Rico, Santiago', omtimezoneId: 30, orderId: 20}, {frontEndLabel: 'Etc/GMT-4:30 (Venezuela GMT+4:30)', ical: 'America/Caracas', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-4:30', label: 'Venezuela GMT+4:30', omtimezoneId: 31, orderId: 20}, {frontEndLabel: 'Etc/GMT-5 (New York) (Ottawa, Toronto, Montreal, Boston, New York)', ical: 'America/New_York', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-5 (New York)', label: 'Ottawa, Toronto, Montreal, Boston, New York', omtimezoneId: 32, orderId: 21}, {frontEndLabel: 'Etc/GMT-5 (Colombia, Cuba, Ecuador, Haiti, Jamaica, Panama, Peru)', ical: 'America/Jamaica', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-5', label: 'Colombia, Cuba, Ecuador, Haiti, Jamaica, Panama, Peru', omtimezoneId: 33, orderId: 21}, {frontEndLabel: 'Etc/GMT-5 (Panama) (Panama Port-au-Prince)', ical: 'America/Panama', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-5 (Panama)', label: 'Panama Port-au-Prince', omtimezoneId: 34, orderId: 22}, {frontEndLabel: 'Etc/GMT-6 (Chicago) (Chicago, Dallas)', ical: 'America/Chicago', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6 (Chicago)', label: 'Chicago, Dallas', omtimezoneId: 35, orderId: 23}, {frontEndLabel: 'Etc/GMT-6 (Costa Rica , El Salvador, Guatemala, Honduras)', ical: 'America/El_Salvador', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6', label: 'Costa Rica , El Salvador, Guatemala, Honduras', omtimezoneId: 36, orderId: 24}, {frontEndLabel: 'Etc/GMT-6 (Illinois) (Canada (Manitoba), United States (Illinois, most of Texas))', ical: 'America/Chicago', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-6 (Illinois)', label: 'Canada (Manitoba), United States (Illinois, most of Texas)', omtimezoneId: 37, orderId: 24}, {frontEndLabel: 'Etc/GMT-7 (Phoenix) (Alberta, Colorado, Phoenix)', ical: 'America/Phoenix', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-7 (Phoenix)', label: 'Alberta, Colorado, Phoenix', omtimezoneId: 38, orderId: 25}, {frontEndLabel: 'Etc/GMT-7 (Colorado) (Canada (Alberta), Mexico (Chihuahua), USA (Colorado))', ical: 'America/Denver', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-7 (Colorado)', label: 'Canada (Alberta), Mexico (Chihuahua), USA (Colorado)', omtimezoneId: 39, orderId: 26}, {frontEndLabel: 'Etc/GMT-7 (Canada (northeastern British Columbia), Mexico (Sonora), USA (Arizona))', ical: 'America/Phoenix', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-7', label: 'Canada (northeastern British Columbia), Mexico (Sonora), USA (Arizona)', omtimezoneId: 40, orderId: 26}, {frontEndLabel: 'Etc/GMT-8 (Vancouver, Portland, Las Vegas, California)', ical: 'America/Los_Angeles', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-8', label: 'Vancouver, Portland, Las Vegas, California', omtimezoneId: 41, orderId: 27}, {frontEndLabel: 'Etc/GMT-9 (Anchorage, Fairbanks, Juneau)', ical: 'America/Juneau', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-9', label: 'Anchorage, Fairbanks, Juneau', omtimezoneId: 42, orderId: 28}, {frontEndLabel: 'Etc/GMT-9 (Alaska) (United States (most of Alaska))', ical: 'US/Alaska', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-9 (Alaska)', label: 'United States (most of Alaska)', omtimezoneId: 43, orderId: 28}, {frontEndLabel: 'Etc/GMT-10 (Hawaii)', ical: 'Pacific/Honolulu', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-10', label: 'Hawaii', omtimezoneId: 44, orderId: 29}, {frontEndLabel: 'Etc/GMT-11 (Samoa)', ical: 'Pacific/Apia', inserted: Thu Jun 7 07:44:26 GMT+1000 2012, jname: 'Etc/GMT-11', label: 'Samoa', omtimezoneId: 45, orderId: 30}]» 

autoLoader/setProgress =====  21 

autoLoader/setResourceNumber ==  382 

autoLoader/setProgress =====  22 

autoLoader/setResourceNumber ==  400 

getGeneralOptions:  3 «Array(3)#600| [{comment: "A hot key code for the 'give exclusive audio' functionality. Keycode 123 is F12", conf_key: 'exclusive.audio.keycode', conf_value: '123', configuration_id: 65, deleted: 'false', starttime: Thu Jun 7 07:47:08 GMT+1000 2012, updatetime: Thu Jun 7 07:47:13 GMT+1000 2012, user_id: null, users: null}, {comment: 'Enable to enable the red5SIP integration ', conf_key: 'red5sip.enable', conf_value: 'no', configuration_id: 28, deleted: 'false', starttime: Thu Jun 7 07:47:08 GMT+1000 2012, updatetime: Thu Jun 7 07:47:14 GMT+1000 2012, user_id: null, users: null}, {comment: 'Maximum size of upload file (bytes)', conf_key: 'max_upload_size', conf_value: '1073741824', configuration_id: 59, deleted: 'false', starttime: Thu Jun 7 07:47:08 GMT+1000 2012, updatetime: Thu Jun 7 07:47:13 GMT+1000 2012, user_id: null, users: null}]» 

red5sip.enable is:  no 

max_upload_size is:  1073741824 

canvas.initSharedObject sharedObject IS null 

sharedObject.getData IS null 

checkLoginData/g:  «Array(0)#610| []» 

checkLoginData/save:  undefined 

loginByRemember null 

No RPC-Sesion Found to assign 

INFO: #main_content/@_content/@inner/checkLoginData/@_resizeview.setColor is deprecated.  Use #main_content/@_content/@inner/checkLoginData/@_resizeview.setAttribute instead 

sharedObject.getData IS null 

checkLoginData/g:  «Array(0)#614| []» 

sharedObject.getData IS null 

sharedObject.getData IS null 

checkLoginData/g:  «Array(0)#615| []» 

checkLoginData/save:  undefined 

getActiveLdapConfigs:  «Array(1)#616| [{addDomainToUserName: null, configFileName: null, deleted: null, domain: null, inserted: null, insertedby: null, isActive: null, ldapConfigId: -1, name: 'local DB [internal]', updated: null, updatedby: null}]» 

sharedObject.getData IS null 

roomDisconnect:  «Object#618| {allowRecording: true, …, broadCastID: -2, canDraw: false, canGiveAudio: false, canRemote: false, canShare: false, chatUserRoomId: null, connectedSince: Thu Jun 7 17:07:58 GMT+1000 2012, externalUserId: null, externalUserType: null, …, flvRecordingId: null, flvRecordingMetaDataId: null, formatedDate: null, interviewPodId: null, isAVClient: false, isBroadcasting: false, isChatNotification: false, isMod: false, isRecording: false, isScreenClient: false, isSuperModerator: false, …, lastLogin: null, …, mail: null, micMuted: false, official_code: null, organization_id: null, picture_uri: null, publicSID: 'daddc927cddd405e38acb0e7565e1e52', room_id: null, roomClientId: null, roomEnter: null, roomRecordingName: null, scope: 'hibernate', screenPublishStarted: false, …, startRecording: false, startStreaming: false, streamid: '3', …, swfurl: 'http://om.co2crc.com.au/maindebug.swf8.swf?lzproxied=solo&lc_SID=387160', user_id: null, usercolor: null, userip: '110.150.104.102', …, userport: 49621, userpos: null, VHeight: 0, VWidth: 0, VX: 0, VY: 0, zombieCheckFlag: false}»

 

 

 

 

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 4:39 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

open your favorite browser

go to

http://server_ip:5080/openmeetings/maindebug.as3.swf10.swf

 

select everything in the debug console and send it to me :)

 

On Thu, Jun 7, 2012 at 1:36 PM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

I am not sure how to “send me output of OM debug client” ?

 

Do I need to configure anything?  And or where is the output ?

 

e.g. /usr/lib/red5/log  ?

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirkham@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 4:25 PM


To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

I use both "Ubuntu 32bit desktop" and "Windows 7 x64 ent"

Could you send me output of OM debug client?

 

here is the mod_proxy apache config:

 

<Location /openmeetings>
    Order allow,deny
    Allow from all
</Location>



ProxyPass /openmeetings http://localhost:5080/openmeetings
ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close

On Thu, Jun 7, 2012 at 1:13 PM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

I would like to know how to put everything on port 80 !  Very much so.

 

However for now, when setting “rtmpt.target_reponse_size=65536” the connection still times out.  And by that I mean that I can connect via 1935 but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the connection times out.  I have added an extract of the error log below.

 

I am using a Ubuntu 32 bit server, I believe you are using a Windows server ?

 

# RTMPT

rtmpt.host=0.0.0.0

rtmpt.port=8088

rtmpt.ping_interval=5000

rtmpt.target_reponse_size=65536

rtmpt.max_inactivity=60000

rtmpt.max_handshake_time=5000

rtmpt.max_keep_alive_requests=-1

rtmpt.max_threads=20

rtmpt.acceptor_thread_count=2

rtmpt.processor_cache=20

rtmpt.encoder_base_tolerance=5000

rtmpt.encoder_drop_live_future=true

rtmpt.target_reponse_size=8192

 

<!-- 

Port to use for the Server

To this port the fallback is done once the default rtmport failed

this should workaround 99% of all firewalls

-->

<rtmpTunnelport>8088</rtmpTunnelport>

 

Thanks,

 

George Kirkham

 

2012-06-07 16:01:31,617 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action ldapconfigservice.getActiveLdapConfigs

2012-06-07 16:01:31,729 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions

2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO  o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager : found usual_template.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:26,123 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:26,158 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ), with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,723 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:04:26,192 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:26,225 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,524 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:06:26,259 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:26,292 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:26,326 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,293 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 2:07 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

/default/openmeetings is not the web context but RTMP Scope.

 

I can provide you with mod_proxy config to put everything on port 80, but RTMPT need to be fixed for you first

 

On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

Below I have included an extranet from my log file when blocking port 1935 used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.

 

1)      I am still unable to get RTMPT to work when RTMP fails.   Could you please explain if this is a known issue and how or by whom could it be resolved.  If it is an issue in red5, can I or someone report the issue?

 

2)      From what you said before, try 0 is on port 1935 and try 1, try 2, try 3 are all attempts using port 8088 ?

 

As for my firewall issues, I am contacting the organisation who I am unable to conference with to see if their firewall rules can be changed or if there is an available port I can use.  I tried changing the RMTP port to 8088, 8080 and also 8443 but none of these worked for the company in question, but all worked for me.

 

A question: Why is “Path = '/default/openmeetings'” in the log file?  There is no path to my knowledge by the name of '/default/openmeetings'

 

2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ), with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms ago

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

 

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Wednesday, 6 June 2012 10:09 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: Need help with using alternate port for 1935

 

Maxim,  what in “red5.properties need to be changed” ?  And by this do you mean that by changing certain properties we can get the rtmpt to work?

 

If rtmpt is not working when RTMP fails, can we change RTMP  from being 1935 to 443 (for example), and would this work (of course we would have to change both red5.properties and config.xml) ?  What is the performance issues with doing this if it would work.

 

I am looking for  solution that will allow OpenMeetings to work for all people, including people whose firewalls block 1935.

 

red5.properties

# RTMP

rtmp.host=0.0.0.0

rtmp.port=1935

 

config.xml

<rtmpport>1935</rtmpport>

 

George.

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 6 June 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Need help with using alternate port for 1935

 

Only red5.properties need to be changed.
Additionally restart might be necessary

On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com> wrote:

rtmpt does not work on demo.openmeetings.de

Have there been changes since 03.06.2012 that require to update the binaries or just changing packet size is enough to do the test ?

Thanks
Sebastian

2012/6/6 Maxim Solodovnik <so...@gmail.com>

Sebastian,

 

is RTMPT still not working for you on demo.openmeetings.de?

maybe you can try set packet size to 128K for it?

 

On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <se...@gmail.com> wrote:

Hi George,

the process is like that:
First (try 0) rtmp
try1 rtmpt
try2 rtmpt
try3 rtmpt

So first it will try rtmp and then 3 times rtmpt. 
Things are different if you configure rtmps.

Currently RTMPT does not work at all with altest builds as there is an issue with the underlaying Red5 server and RTMPT.

Changing RTMPT to port 443 (if RTMPT is working again) should be best for Firewall issues. Packets on port 443 are normally not blocked by firewalls as 443 is normally HTTPS.

Sebastian

 

2012/6/5 George Kirkham <gk...@co2crc.com.au>

Hi,

 

We conference with people who are behind a firewall which blocks many ports, including 1935.  Previously I had OpenMeetings working for them by using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”, and while this worked previously it has been failing for some time now.

 

1)      I think there is a fault in OpenMeetings in using the secondary ports, as I have been testing with my own installation by disabling port 1935 in our firewall and then doing an external test (which fails).  I have tested this on the standard installation settings and with my modified 8080 port, both fail on Try 1 (because I use the firewall to block port 1935), Try 2 and Try 3.

2)      Can someone please explain to me how the port process works.  My understanding is that if OpenMeetings cannot connect via “rtmp.port=1935” for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do not know what it attempts to use on try 3 (which is also failing for me).  I believe that it is not trying the alternative ports 

3)      Can someone please test for me, by blocking port 1935 in your firewall and see if external users can connect to your OpenMeetings?

4)      What is the repercussions if I were to change “rtmp.port=1935” to “rtmp.port=8080” ?  Does this affect performance in any way?

5)      The attached image is message I get after the three tries to connect all fail, when I block port 1935.

 

 

 

Thanks,

 

George Kirkham

 

 





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax





 

-- 
WBR
Maxim aka solomax





 

-- 
WBR
Maxim aka solomax


Re: Still need with using alternate port for 1935

Posted by Maxim Solodovnik <so...@gmail.com>.
open your favorite browser
go to
http://server_ip:5080/openmeetings/maindebug.as3.swf10.swf

select everything in the debug console and send it to me :)


On Thu, Jun 7, 2012 at 1:36 PM, George Kirkham <gk...@co2crc.com.au>wrote:

> Maxim,****
>
> ** **
>
> I am not sure how to “send me output of OM debug client” ?****
>
> ** **
>
> Do I need to configure anything?  And or where is the output ?****
>
> ** **
>
> e.g. /usr/lib/red5/log  ?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> IT Manager****
>
> Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) ****
>
> NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia****
>
> T: (02) 6120 1600****
>
> F: (02) 6273 7181****
>
> E: gkirkham@co2crc.com.au, ****
>
> W: www.co2crc.com.au****
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 4:25 PM
>
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
> ** **
>
> I use both "Ubuntu 32bit desktop" and "Windows 7 x64 ent"****
>
> Could you send me output of OM debug client?****
>
> ** **
>
> here is the mod_proxy apache config:****
>
> ** **
>
> <Location /openmeetings>
>     Order allow,deny
>     Allow from all
> </Location>****
>
>
>
> ProxyPass /openmeetings http://localhost:5080/openmeetings
> ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
> ProxyPass /open http://localhost:8088/open
> ProxyPassReverse /open http://localhost:8088/open
> ProxyPass /send http://localhost:8088/send
> ProxyPassReverse /send http://localhost:8088/send
> ProxyPass /idle http://localhost:8088/idle
> ProxyPassReverse /idle http://localhost:8088/idle
> ProxyPass /close http://localhost:8088/close
> ProxyPassReverse /close http://localhost:8088/close
>
> ****
>
> On Thu, Jun 7, 2012 at 1:13 PM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> I would like to know how to put everything on port 80 !  Very much so.****
>
>  ****
>
> However for now, when setting “rtmpt.target_reponse_size=65536” the
> connection still times out.  And by that I mean that I can connect via 1935
> but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the
> connection times out.  I have added an extract of the error log below.****
>
>  ****
>
> I am using a Ubuntu 32 bit server, I believe you are using a Windows
> server ?****
>
>  ****
>
> # RTMPT****
>
> rtmpt.host=0.0.0.0****
>
> rtmpt.port=8088****
>
> rtmpt.ping_interval=5000****
>
> rtmpt.target_reponse_size=65536****
>
> rtmpt.max_inactivity=60000****
>
> rtmpt.max_handshake_time=5000****
>
> rtmpt.max_keep_alive_requests=-1****
>
> rtmpt.max_threads=20****
>
> rtmpt.acceptor_thread_count=2****
>
> rtmpt.processor_cache=20****
>
> rtmpt.encoder_base_tolerance=5000****
>
> rtmpt.encoder_drop_live_future=true****
>
> rtmpt.target_reponse_size=8192****
>
>  ****
>
> <!-- ****
>
> Port to use for the Server****
>
> To this port the fallback is done once the default rtmport failed****
>
> this should workaround 99% of all firewalls****
>
> -->****
>
> <rtmpTunnelport>8088</rtmpTunnelport>****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
> 2012-06-07 16:01:31,617 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> ldapconfigservice.getActiveLdapConfigs****
>
> 2012-06-07 16:01:31,729 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions****
>
> 2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO
> o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager :
> found usual_template.vm with loader
> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:26,123 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:26,158 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ),
> with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms
> ago****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,723 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:04:26,192 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:26,225 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago**
> **
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,524 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:06:26,259 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:26,292 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:26,326 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago**
> **
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,293 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 2:07 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
>  ****
>
> /default/openmeetings is not the web context but RTMP Scope.****
>
>  ****
>
> I can provide you with mod_proxy config to put everything on port 80, but
> RTMPT need to be fixed for you first****
>
>  ****
>
> On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> Below I have included an extranet from my log file when blocking port 1935
> used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.
> ****
>
>  ****
>
> 1)      I am still unable to get RTMPT to work when RTMP fails.   Could
> you please explain if this is a known issue and how or by whom could it be
> resolved.  If it is an issue in red5, can I or someone report the issue?**
> **
>
>  ****
>
> 2)      From what you said before, try 0 is on port 1935 and try 1, try
> 2, try 3 are all attempts using port 8088 ?****
>
>  ****
>
> As for my firewall issues, I am contacting the organisation who I am
> unable to conference with to see if their firewall rules can be changed or
> if there is an available port I can use.  I tried changing the RMTP port to
> 8088, 8080 and also 8443 but none of these worked for the company in
> question, but all worked for me.****
>
>  ****
>
> A question: Why is “Path = '/default/openmeetings'” in the log file?
> There is no path to my knowledge by the name of '/default/openmeetings'***
> *
>
>  ****
>
> 2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ),
> with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms
> ago****
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
>  ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* George Kirkham [mailto:gkirkham@co2crc.com.au<gk...@co2crc.com.au>]
>
> *Sent:* Wednesday, 6 June 2012 10:09 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* RE: Need help with using alternate port for 1935****
>
>  ****
>
> Maxim,  what in “red5.properties need to be changed” ?  And by this do
> you mean that by changing certain properties we can get the rtmpt to work?
> ****
>
>  ****
>
> If rtmpt is not working when RTMP fails, can we change RTMP  from being
> 1935 to 443 (for example), and would this work (of course we would have to
> change both red5.properties and config.xml) ?  What is the performance
> issues with doing this if it would work.****
>
>  ****
>
> I am looking for  solution that will allow OpenMeetings to work for all
> people, including people whose firewalls block 1935.****
>
>  ****
>
> red5.properties****
>
> # RTMP****
>
> rtmp.host=0.0.0.0****
>
> rtmp.port=1935****
>
>  ****
>
> config.xml****
>
> <rtmpport>1935</rtmpport>****
>
>  ****
>
> George.****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 6 June 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Need help with using alternate port for 1935****
>
>  ****
>
> Only red5.properties need to be changed.
> Additionally restart might be necessary****
>
> On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com>
> wrote:****
>
> rtmpt does not work on demo.openmeetings.de
>
> Have there been changes since 03.06.2012 that require to update the
> binaries or just changing packet size is enough to do the test ?
>
> Thanks
> Sebastian****
>
> 2012/6/6 Maxim Solodovnik <so...@gmail.com>****
>
> Sebastian,****
>
>  ****
>
> is RTMPT still not working for you on demo.openmeetings.de?****
>
> maybe you can try set packet size to 128K for it?****
>
>  ****
>
> On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <
> seba.wagner@gmail.com> wrote:****
>
> Hi George,
>
> the process is like that:
> First (try 0) rtmp
> try1 rtmpt
> try2 rtmpt
> try3 rtmpt
>
> So first it will try rtmp and then 3 times rtmpt.
> Things are different if you configure rtmps.
>
> Currently RTMPT does not work at all with altest builds as there is an
> issue with the underlaying Red5 server and RTMPT.
>
> Changing RTMPT to port 443 (if RTMPT is working again) should be best for
> Firewall issues. Packets on port 443 are normally not blocked by firewalls
> as 443 is normally HTTPS.
>
> Sebastian****
>
>  ****
>
> 2012/6/5 George Kirkham <gk...@co2crc.com.au>****
>
> Hi,****
>
>  ****
>
> We conference with people who are behind a firewall which blocks many
> ports, including 1935.  Previously I had OpenMeetings working for them by
> using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”,
> and while this worked previously it has been failing for some time now.***
> *
>
>  ****
>
> 1)      I think there is a fault in OpenMeetings in using the secondary
> ports, as I have been testing with my own installation by disabling port
> 1935 in our firewall and then doing an external test (which fails).  I have
> tested this on the standard installation settings and with my modified 8080
> port, both fail on Try 1 (because I use the firewall to block port 1935),
> Try 2 and Try 3.****
>
> 2)      Can someone please explain to me how the port process works.  My
> understanding is that if OpenMeetings cannot connect via “rtmp.port=1935”
> for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do
> not know what it attempts to use on try 3 (which is also failing for me).
> I believe that it is not trying the alternative ports ****
>
> 3)      Can someone please test for me, by blocking port 1935 in your
> firewall and see if external users can connect to your OpenMeetings?****
>
> 4)      What is the repercussions if I were to change “rtmp.port=1935” to
> “rtmp.port=8080” ?  Does this affect performance in any way?****
>
> 5)      The attached image is message I get after the three tries to
> connect all fail, when I block port 1935.****
>
>  ****
>
> ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>
>
> ****
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>



-- 
WBR
Maxim aka solomax

RE: Still need with using alternate port for 1935

Posted by George Kirkham <gk...@co2crc.com.au>.
Maxim,

 

I am not sure how to “send me output of OM debug client” ?

 

Do I need to configure anything?  And or where is the output ?

 

e.g. /usr/lib/red5/log  ?

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirkham@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 4:25 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

I use both "Ubuntu 32bit desktop" and "Windows 7 x64 ent"

Could you send me output of OM debug client?

 

here is the mod_proxy apache config:

 

<Location /openmeetings>
    Order allow,deny
    Allow from all
</Location>



ProxyPass /openmeetings http://localhost:5080/openmeetings
ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close



On Thu, Jun 7, 2012 at 1:13 PM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

I would like to know how to put everything on port 80 !  Very much so.

 

However for now, when setting “rtmpt.target_reponse_size=65536” the connection still times out.  And by that I mean that I can connect via 1935 but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the connection times out.  I have added an extract of the error log below.

 

I am using a Ubuntu 32 bit server, I believe you are using a Windows server ?

 

# RTMPT

rtmpt.host=0.0.0.0

rtmpt.port=8088

rtmpt.ping_interval=5000

rtmpt.target_reponse_size=65536

rtmpt.max_inactivity=60000

rtmpt.max_handshake_time=5000

rtmpt.max_keep_alive_requests=-1

rtmpt.max_threads=20

rtmpt.acceptor_thread_count=2

rtmpt.processor_cache=20

rtmpt.encoder_base_tolerance=5000

rtmpt.encoder_drop_live_future=true

rtmpt.target_reponse_size=8192

 

<!-- 

Port to use for the Server

To this port the fallback is done once the default rtmport failed

this should workaround 99% of all firewalls

-->

<rtmpTunnelport>8088</rtmpTunnelport>

 

Thanks,

 

George Kirkham

 

2012-06-07 16:01:31,617 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action ldapconfigservice.getActiveLdapConfigs

2012-06-07 16:01:31,729 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions

2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO  o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager : found usual_template.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:26,123 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:26,158 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ), with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,723 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:04:26,192 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:26,225 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,524 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:06:26,259 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:26,292 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:26,326 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,293 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 2:07 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

/default/openmeetings is not the web context but RTMP Scope.

 

I can provide you with mod_proxy config to put everything on port 80, but RTMPT need to be fixed for you first

 

On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

Below I have included an extranet from my log file when blocking port 1935 used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.

 

1)      I am still unable to get RTMPT to work when RTMP fails.   Could you please explain if this is a known issue and how or by whom could it be resolved.  If it is an issue in red5, can I or someone report the issue?

 

2)      From what you said before, try 0 is on port 1935 and try 1, try 2, try 3 are all attempts using port 8088 ?

 

As for my firewall issues, I am contacting the organisation who I am unable to conference with to see if their firewall rules can be changed or if there is an available port I can use.  I tried changing the RMTP port to 8088, 8080 and also 8443 but none of these worked for the company in question, but all worked for me.

 

A question: Why is “Path = '/default/openmeetings'” in the log file?  There is no path to my knowledge by the name of '/default/openmeetings'

 

2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ), with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms ago

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

 

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Wednesday, 6 June 2012 10:09 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: Need help with using alternate port for 1935

 

Maxim,  what in “red5.properties need to be changed” ?  And by this do you mean that by changing certain properties we can get the rtmpt to work?

 

If rtmpt is not working when RTMP fails, can we change RTMP  from being 1935 to 443 (for example), and would this work (of course we would have to change both red5.properties and config.xml) ?  What is the performance issues with doing this if it would work.

 

I am looking for  solution that will allow OpenMeetings to work for all people, including people whose firewalls block 1935.

 

red5.properties

# RTMP

rtmp.host=0.0.0.0

rtmp.port=1935

 

config.xml

<rtmpport>1935</rtmpport>

 

George.

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 6 June 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Need help with using alternate port for 1935

 

Only red5.properties need to be changed.
Additionally restart might be necessary

On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com> wrote:

rtmpt does not work on demo.openmeetings.de

Have there been changes since 03.06.2012 that require to update the binaries or just changing packet size is enough to do the test ?

Thanks
Sebastian

2012/6/6 Maxim Solodovnik <so...@gmail.com>

Sebastian,

 

is RTMPT still not working for you on demo.openmeetings.de?

maybe you can try set packet size to 128K for it?

 

On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <se...@gmail.com> wrote:

Hi George,

the process is like that:
First (try 0) rtmp
try1 rtmpt
try2 rtmpt
try3 rtmpt

So first it will try rtmp and then 3 times rtmpt. 
Things are different if you configure rtmps.

Currently RTMPT does not work at all with altest builds as there is an issue with the underlaying Red5 server and RTMPT.

Changing RTMPT to port 443 (if RTMPT is working again) should be best for Firewall issues. Packets on port 443 are normally not blocked by firewalls as 443 is normally HTTPS.

Sebastian

 

2012/6/5 George Kirkham <gk...@co2crc.com.au>

Hi,

 

We conference with people who are behind a firewall which blocks many ports, including 1935.  Previously I had OpenMeetings working for them by using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”, and while this worked previously it has been failing for some time now.

 

1)      I think there is a fault in OpenMeetings in using the secondary ports, as I have been testing with my own installation by disabling port 1935 in our firewall and then doing an external test (which fails).  I have tested this on the standard installation settings and with my modified 8080 port, both fail on Try 1 (because I use the firewall to block port 1935), Try 2 and Try 3.

2)      Can someone please explain to me how the port process works.  My understanding is that if OpenMeetings cannot connect via “rtmp.port=1935” for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do not know what it attempts to use on try 3 (which is also failing for me).  I believe that it is not trying the alternative ports 

3)      Can someone please test for me, by blocking port 1935 in your firewall and see if external users can connect to your OpenMeetings?

4)      What is the repercussions if I were to change “rtmp.port=1935” to “rtmp.port=8080” ?  Does this affect performance in any way?

5)      The attached image is message I get after the three tries to connect all fail, when I block port 1935.

 

 

 

Thanks,

 

George Kirkham

 

 





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax





 

-- 
WBR
Maxim aka solomax


Re: Still need with using alternate port for 1935

Posted by Maxim Solodovnik <so...@gmail.com>.
I use both "Ubuntu 32bit desktop" and "Windows 7 x64 ent"
Could you send me output of OM debug client?

here is the mod_proxy apache config:

<Location /openmeetings>
    Order allow,deny
    Allow from all
</Location>


ProxyPass /openmeetings http://localhost:5080/openmeetings
ProxyPassReverse /openmeetings http://localhost:5080/openmeetings
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close


On Thu, Jun 7, 2012 at 1:13 PM, George Kirkham <gk...@co2crc.com.au>wrote:

> Maxim,****
>
> ** **
>
> I would like to know how to put everything on port 80 !  Very much so.****
>
> ** **
>
> However for now, when setting “rtmpt.target_reponse_size=65536” the
> connection still times out.  And by that I mean that I can connect via 1935
> but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the
> connection times out.  I have added an extract of the error log below.****
>
> ** **
>
> I am using a Ubuntu 32 bit server, I believe you are using a Windows
> server ?****
>
> ** **
>
> # RTMPT****
>
> rtmpt.host=0.0.0.0****
>
> rtmpt.port=8088****
>
> rtmpt.ping_interval=5000****
>
> rtmpt.target_reponse_size=65536****
>
> rtmpt.max_inactivity=60000****
>
> rtmpt.max_handshake_time=5000****
>
> rtmpt.max_keep_alive_requests=-1****
>
> rtmpt.max_threads=20****
>
> rtmpt.acceptor_thread_count=2****
>
> rtmpt.processor_cache=20****
>
> rtmpt.encoder_base_tolerance=5000****
>
> rtmpt.encoder_drop_live_future=true****
>
> rtmpt.target_reponse_size=8192****
>
> ** **
>
> <!-- ****
>
> Port to use for the Server****
>
> To this port the fallback is done once the default rtmport failed****
>
> this should workaround 99% of all firewalls****
>
> -->****
>
> <rtmpTunnelport>8088</rtmpTunnelport>****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> 2012-06-07 16:01:31,617 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> ldapconfigservice.getActiveLdapConfigs****
>
> 2012-06-07 16:01:31,729 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions****
>
> 2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO
> o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager :
> found usual_template.vm with loader
> org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:02:26,123 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:03:26,158 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ),
> with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms
> ago****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:1****
>
> 2012-06-07 16:04:14,723 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:04:26,192 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:05:26,225 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago**
> **
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:2****
>
> 2012-06-07 16:06:20,524 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5****
>
> 2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth =
> 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 16:06:26,259 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:07:26,292 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:26,326 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with
> id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago**
> **
>
> 2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.140.177.143 c-client-id:3****
>
> 2012-06-07 16:08:31,293 [NioProcessor-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Thursday, 7 June 2012 2:07 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Still need with using alternate port for 1935****
>
> ** **
>
> /default/openmeetings is not the web context but RTMP Scope.****
>
> ** **
>
> I can provide you with mod_proxy config to put everything on port 80, but
> RTMPT need to be fixed for you first****
>
> ** **
>
> On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au>
> wrote:****
>
> Maxim,****
>
>  ****
>
> Below I have included an extranet from my log file when blocking port 1935
> used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.
> ****
>
>  ****
>
> 1)      I am still unable to get RTMPT to work when RTMP fails.   Could
> you please explain if this is a known issue and how or by whom could it be
> resolved.  If it is an issue in red5, can I or someone report the issue?**
> **
>
>  ****
>
> 2)      From what you said before, try 0 is on port 1935 and try 1, try
> 2, try 3 are all attempts using port 8088 ?****
>
>  ****
>
> As for my firewall issues, I am contacting the organisation who I am
> unable to conference with to see if their firewall rules can be changed or
> if there is an available port I can use.  I tried changing the RMTP port to
> 8088, 8080 and also 8443 but none of these worked for the company in
> question, but all worked for me.****
>
>  ****
>
> A question: Why is “Path = '/default/openmeetings'” in the log file?
> There is no path to my knowledge by the name of '/default/openmeetings'***
> *
>
>  ****
>
> 2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ),
> with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms
> ago****
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
>  ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* George Kirkham [mailto:gkirkham@co2crc.com.au<gk...@co2crc.com.au>]
>
> *Sent:* Wednesday, 6 June 2012 10:09 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* RE: Need help with using alternate port for 1935****
>
>  ****
>
> Maxim,  what in “red5.properties need to be changed” ?  And by this do
> you mean that by changing certain properties we can get the rtmpt to work?
> ****
>
>  ****
>
> If rtmpt is not working when RTMP fails, can we change RTMP  from being
> 1935 to 443 (for example), and would this work (of course we would have to
> change both red5.properties and config.xml) ?  What is the performance
> issues with doing this if it would work.****
>
>  ****
>
> I am looking for  solution that will allow OpenMeetings to work for all
> people, including people whose firewalls block 1935.****
>
>  ****
>
> red5.properties****
>
> # RTMP****
>
> rtmp.host=0.0.0.0****
>
> rtmp.port=1935****
>
>  ****
>
> config.xml****
>
> <rtmpport>1935</rtmpport>****
>
>  ****
>
> George.****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 6 June 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Need help with using alternate port for 1935****
>
>  ****
>
> Only red5.properties need to be changed.
> Additionally restart might be necessary****
>
> On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com>
> wrote:****
>
> rtmpt does not work on demo.openmeetings.de
>
> Have there been changes since 03.06.2012 that require to update the
> binaries or just changing packet size is enough to do the test ?
>
> Thanks
> Sebastian****
>
> 2012/6/6 Maxim Solodovnik <so...@gmail.com>****
>
> Sebastian,****
>
>  ****
>
> is RTMPT still not working for you on demo.openmeetings.de?****
>
> maybe you can try set packet size to 128K for it?****
>
>  ****
>
> On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <
> seba.wagner@gmail.com> wrote:****
>
> Hi George,
>
> the process is like that:
> First (try 0) rtmp
> try1 rtmpt
> try2 rtmpt
> try3 rtmpt
>
> So first it will try rtmp and then 3 times rtmpt.
> Things are different if you configure rtmps.
>
> Currently RTMPT does not work at all with altest builds as there is an
> issue with the underlaying Red5 server and RTMPT.
>
> Changing RTMPT to port 443 (if RTMPT is working again) should be best for
> Firewall issues. Packets on port 443 are normally not blocked by firewalls
> as 443 is normally HTTPS.
>
> Sebastian****
>
>  ****
>
> 2012/6/5 George Kirkham <gk...@co2crc.com.au>****
>
> Hi,****
>
>  ****
>
> We conference with people who are behind a firewall which blocks many
> ports, including 1935.  Previously I had OpenMeetings working for them by
> using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”,
> and while this worked previously it has been failing for some time now.***
> *
>
>  ****
>
> 1)      I think there is a fault in OpenMeetings in using the secondary
> ports, as I have been testing with my own installation by disabling port
> 1935 in our firewall and then doing an external test (which fails).  I have
> tested this on the standard installation settings and with my modified 8080
> port, both fail on Try 1 (because I use the firewall to block port 1935),
> Try 2 and Try 3.****
>
> 2)      Can someone please explain to me how the port process works.  My
> understanding is that if OpenMeetings cannot connect via “rtmp.port=1935”
> for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do
> not know what it attempts to use on try 3 (which is also failing for me).
> I believe that it is not trying the alternative ports ****
>
> 3)      Can someone please test for me, by blocking port 1935 in your
> firewall and see if external users can connect to your OpenMeetings?****
>
> 4)      What is the repercussions if I were to change “rtmp.port=1935” to
> “rtmp.port=8080” ?  Does this affect performance in any way?****
>
> 5)      The attached image is message I get after the three tries to
> connect all fail, when I block port 1935.****
>
>  ****
>
> ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>
>
> ****
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>



-- 
WBR
Maxim aka solomax

RE: Still need with using alternate port for 1935

Posted by George Kirkham <gk...@co2crc.com.au>.
Maxim,

 

I would like to know how to put everything on port 80 !  Very much so.

 

However for now, when setting “rtmpt.target_reponse_size=65536” the connection still times out.  And by that I mean that I can connect via 1935 but when I block 1935, OpenMeetings does the try 1, try 2, etc and then the connection times out.  I have added an extract of the error log below.

 

I am using a Ubuntu 32 bit server, I believe you are using a Windows server ?

 

# RTMPT

rtmpt.host=0.0.0.0

rtmpt.port=8088

rtmpt.ping_interval=5000

rtmpt.target_reponse_size=65536

rtmpt.max_inactivity=60000

rtmpt.max_handshake_time=5000

rtmpt.max_keep_alive_requests=-1

rtmpt.max_threads=20

rtmpt.acceptor_thread_count=2

rtmpt.processor_cache=20

rtmpt.encoder_base_tolerance=5000

rtmpt.encoder_drop_live_future=true

rtmpt.target_reponse_size=8192

 

<!-- 

Port to use for the Server

To this port the fallback is done once the default rtmport failed

this should workaround 99% of all firewalls

-->

<rtmpTunnelport>8088</rtmpTunnelport>

 

Thanks,

 

George Kirkham

 

2012-06-07 16:01:31,617 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action ldapconfigservice.getActiveLdapConfigs

2012-06-07 16:01:31,729 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getLoginOptions

2012-06-07 16:01:41,901 [http-0.0.0.0-5080-2] INFO  o.a.c.c.C.[.[.0.0.0.[/openmeetings] -  Velocity  [debug] ResourceManager : found usual_template.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,696 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:02:09,930 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:02:09,931 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:02:10,051 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:02:10,165 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:02:10,283 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:02:10,513 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:02:10,701 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:10,863 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,098 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,316 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,465 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,603 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,742 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:11,904 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,044 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,194 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:12,364 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:02:26,123 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:09,881 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:03:26,158 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:04:14,706 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49538 to om.co2crc.com.au:8088 (in: 4676 out 63017 ), with id 3, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:04:14,707 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,719 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:1

2012-06-07 16:04:14,723 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:14,819 [http-0.0.0.0-8088-exec-3] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,021 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 3

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,495 [http-0.0.0.0-8088-exec-1] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:04:15,621 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:04:15,691 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:04:15,822 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:04:15,945 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:04:16,051 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:04:16,283 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:04:16,402 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:04:26,192 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:15,661 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:05:26,225 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49541 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 5, due to too much inactivity (110000 ms), last ping sent 4999 ms ago

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:06:20,502 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,512 [Red5_Scheduler_Worker-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:2

2012-06-07 16:06:20,524 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:20,538 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:20,729 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 5

2012-06-07 16:06:21,241 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@9486a5 Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 16:06:21,242 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,243 [http-0.0.0.0-8088-exec-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:06:21,373 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:06:21,443 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 16:06:21,573 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 16:06:21,696 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 16:06:21,805 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 16:06:22,025 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 16:06:22,123 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 16:06:26,259 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:21,492 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:07:26,292 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:26,326 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.140.177.143 : 49544 to om.co2crc.com.au:8088 (in: 3866 out 9369 ), with id 7, due to too much inactivity (114999 ms), last ping sent 5000 ms ago

2012-06-07 16:08:31,257 [Red5_Scheduler_Worker-2] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 16:08:31,258 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,274 [Red5_Scheduler_Worker-2] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.140.177.143 c-client-id:3

2012-06-07 16:08:31,293 [NioProcessor-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 16:08:31,343 [http-0.0.0.0-8088-exec-1] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 16:08:31,563 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Thursday, 7 June 2012 2:07 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Still need with using alternate port for 1935

 

/default/openmeetings is not the web context but RTMP Scope.

 

I can provide you with mod_proxy config to put everything on port 80, but RTMPT need to be fixed for you first

 

On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au> wrote:

Maxim,

 

Below I have included an extranet from my log file when blocking port 1935 used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.

 

1)      I am still unable to get RTMPT to work when RTMP fails.   Could you please explain if this is a known issue and how or by whom could it be resolved.  If it is an issue in red5, can I or someone report the issue?

 

2)      From what you said before, try 0 is on port 1935 and try 1, try 2, try 3 are all attempts using port 8088 ?

 

As for my firewall issues, I am contacting the organisation who I am unable to conference with to see if their firewall rules can be changed or if there is an available port I can use.  I tried changing the RMTP port to 8088, 8080 and also 8443 but none of these worked for the company in question, but all worked for me.

 

A question: Why is “Path = '/default/openmeetings'” in the log file?  There is no path to my knowledge by the name of '/default/openmeetings'

 

2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ), with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms ago

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

 

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Wednesday, 6 June 2012 10:09 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: Need help with using alternate port for 1935

 

Maxim,  what in “red5.properties need to be changed” ?  And by this do you mean that by changing certain properties we can get the rtmpt to work?

 

If rtmpt is not working when RTMP fails, can we change RTMP  from being 1935 to 443 (for example), and would this work (of course we would have to change both red5.properties and config.xml) ?  What is the performance issues with doing this if it would work.

 

I am looking for  solution that will allow OpenMeetings to work for all people, including people whose firewalls block 1935.

 

red5.properties

# RTMP

rtmp.host=0.0.0.0

rtmp.port=1935

 

config.xml

<rtmpport>1935</rtmpport>

 

George.

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 6 June 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Need help with using alternate port for 1935

 

Only red5.properties need to be changed.
Additionally restart might be necessary

On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com> wrote:

rtmpt does not work on demo.openmeetings.de

Have there been changes since 03.06.2012 that require to update the binaries or just changing packet size is enough to do the test ?

Thanks
Sebastian

2012/6/6 Maxim Solodovnik <so...@gmail.com>

Sebastian,

 

is RTMPT still not working for you on demo.openmeetings.de?

maybe you can try set packet size to 128K for it?

 

On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <se...@gmail.com> wrote:

Hi George,

the process is like that:
First (try 0) rtmp
try1 rtmpt
try2 rtmpt
try3 rtmpt

So first it will try rtmp and then 3 times rtmpt. 
Things are different if you configure rtmps.

Currently RTMPT does not work at all with altest builds as there is an issue with the underlaying Red5 server and RTMPT.

Changing RTMPT to port 443 (if RTMPT is working again) should be best for Firewall issues. Packets on port 443 are normally not blocked by firewalls as 443 is normally HTTPS.

Sebastian

 

2012/6/5 George Kirkham <gk...@co2crc.com.au>

Hi,

 

We conference with people who are behind a firewall which blocks many ports, including 1935.  Previously I had OpenMeetings working for them by using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”, and while this worked previously it has been failing for some time now.

 

1)      I think there is a fault in OpenMeetings in using the secondary ports, as I have been testing with my own installation by disabling port 1935 in our firewall and then doing an external test (which fails).  I have tested this on the standard installation settings and with my modified 8080 port, both fail on Try 1 (because I use the firewall to block port 1935), Try 2 and Try 3.

2)      Can someone please explain to me how the port process works.  My understanding is that if OpenMeetings cannot connect via “rtmp.port=1935” for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do not know what it attempts to use on try 3 (which is also failing for me).  I believe that it is not trying the alternative ports 

3)      Can someone please test for me, by blocking port 1935 in your firewall and see if external users can connect to your OpenMeetings?

4)      What is the repercussions if I were to change “rtmp.port=1935” to “rtmp.port=8080” ?  Does this affect performance in any way?

5)      The attached image is message I get after the three tries to connect all fail, when I block port 1935.

 

 

 

Thanks,

 

George Kirkham

 

 





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax


Re: Still need with using alternate port for 1935

Posted by Maxim Solodovnik <so...@gmail.com>.
/default/openmeetings is not the web context but RTMP Scope.

I can provide you with mod_proxy config to put everything on port 80, but
RTMPT need to be fixed for you first


On Thu, Jun 7, 2012 at 10:29 AM, George Kirkham <gk...@co2crc.com.au>wrote:

> Maxim,****
>
> ** **
>
> Below I have included an extranet from my log file when blocking port 1935
> used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.
> ****
>
> ** **
>
> **1)      **I am still unable to get RTMPT to work when RTMP fails.
> Could you please explain if this is a known issue and how or by whom could
> it be resolved.  If it is an issue in red5, can I or someone report the
> issue?****
>
> ** **
>
> **2)      **From what you said before, try 0 is on port 1935 and try 1,
> try 2, try 3 are all attempts using port 8088 ?****
>
> ** **
>
> As for my firewall issues, I am contacting the organisation who I am
> unable to conference with to see if their firewall rules can be changed or
> if there is an available port I can use.  I tried changing the RMTP port to
> 8088, 8080 and also 8443 but none of these worked for the company in
> question, but all worked for me.****
>
> ** **
>
> A question: Why is “Path = '/default/openmeetings'” in the log file?
> There is no path to my knowledge by the name of '/default/openmeetings'***
> *
>
> ** **
>
> 2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> 2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession***
> *
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from
> 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ),
> with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms
> ago****
>
> 2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN
> o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5
> application generated an exception on start-up. Check earlier in the log
> for that exception first!****
>
> 2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session
> x-event:disconnect c-ip:1.132.225.167 c-client-id:5****
>
> 2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN
> o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth
> = 2, Path = '/default/openmeetings', Name = 'hibernate']****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO
> o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect
> c-ip:1.132.225.167 c-client-id:6****
>
> 2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result****
>
> 2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata****
>
> 2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID****
>
> 2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus****
>
> 2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages*
> ***
>
> 2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getDefaultLanguage****
>
> 2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO
> o.r.s.n.r.codec.RTMPProtocolDecoder - Action
> languageservice.getLanguageByIdAndMax****
>
> ** **
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> *From:* George Kirkham [mailto:gkirkham@co2crc.com.au<gk...@co2crc.com.au>]
>
> *Sent:* Wednesday, 6 June 2012 10:09 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* RE: Need help with using alternate port for 1935****
>
> ** **
>
> Maxim,  what in “red5.properties need to be changed” ?  And by this do
> you mean that by changing certain properties we can get the rtmpt to work?
> ****
>
> ** **
>
> If rtmpt is not working when RTMP fails, can we change RTMP  from being
> 1935 to 443 (for example), and would this work (of course we would have to
> change both red5.properties and config.xml) ?  What is the performance
> issues with doing this if it would work.****
>
> ** **
>
> I am looking for  solution that will allow OpenMeetings to work for all
> people, including people whose firewalls block 1935.****
>
> ** **
>
> red5.properties****
>
> # RTMP****
>
> rtmp.host=0.0.0.0****
>
> rtmp.port=1935****
>
> ** **
>
> config.xml****
>
> <rtmpport>1935</rtmpport>****
>
> ** **
>
> George.****
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 6 June 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: Need help with using alternate port for 1935****
>
> ** **
>
> Only red5.properties need to be changed.
> Additionally restart might be necessary****
>
> On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com>
> wrote:****
>
> rtmpt does not work on demo.openmeetings.de
>
> Have there been changes since 03.06.2012 that require to update the
> binaries or just changing packet size is enough to do the test ?
>
> Thanks
> Sebastian****
>
> 2012/6/6 Maxim Solodovnik <so...@gmail.com>****
>
> Sebastian,****
>
> ** **
>
> is RTMPT still not working for you on demo.openmeetings.de?****
>
> maybe you can try set packet size to 128K for it?****
>
> ** **
>
> On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <
> seba.wagner@gmail.com> wrote:****
>
> Hi George,
>
> the process is like that:
> First (try 0) rtmp
> try1 rtmpt
> try2 rtmpt
> try3 rtmpt
>
> So first it will try rtmp and then 3 times rtmpt.
> Things are different if you configure rtmps.
>
> Currently RTMPT does not work at all with altest builds as there is an
> issue with the underlaying Red5 server and RTMPT.
>
> Changing RTMPT to port 443 (if RTMPT is working again) should be best for
> Firewall issues. Packets on port 443 are normally not blocked by firewalls
> as 443 is normally HTTPS.
>
> Sebastian****
>
> ** **
>
> 2012/6/5 George Kirkham <gk...@co2crc.com.au>****
>
> Hi,****
>
>  ****
>
> We conference with people who are behind a firewall which blocks many
> ports, including 1935.  Previously I had OpenMeetings working for them by
> using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”,
> and while this worked previously it has been failing for some time now.***
> *
>
>  ****
>
> 1)      I think there is a fault in OpenMeetings in using the secondary
> ports, as I have been testing with my own installation by disabling port
> 1935 in our firewall and then doing an external test (which fails).  I have
> tested this on the standard installation settings and with my modified 8080
> port, both fail on Try 1 (because I use the firewall to block port 1935),
> Try 2 and Try 3.****
>
> 2)      Can someone please explain to me how the port process works.  My
> understanding is that if OpenMeetings cannot connect via “rtmp.port=1935”
> for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do
> not know what it attempts to use on try 3 (which is also failing for me).
> I believe that it is not trying the alternative ports ****
>
> 3)      Can someone please test for me, by blocking port 1935 in your
> firewall and see if external users can connect to your OpenMeetings?****
>
> 4)      What is the repercussions if I were to change “rtmp.port=1935” to
> “rtmp.port=8080” ?  Does this affect performance in any way?****
>
> 5)      The attached image is message I get after the three tries to
> connect all fail, when I block port 1935.****
>
>  ****
>
> ****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>
>
> ****
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com****
>



-- 
WBR
Maxim aka solomax

RE: Still need with using alternate port for 1935

Posted by George Kirkham <gk...@co2crc.com.au>.
Maxim,

 

Below I have included an extranet from my log file when blocking port 1935 used by RMTP and seeing if OpenMeeting would work on the RMTPT port of 8088.

 

1)      I am still unable to get RTMPT to work when RTMP fails.   Could you please explain if this is a known issue and how or by whom could it be resolved.  If it is an issue in red5, can I or someone report the issue?

 

2)      From what you said before, try 0 is on port 1935 and try 1, try 2, try 3 are all attempts using port 8088 ?

 

As for my firewall issues, I am contacting the organisation who I am unable to conference with to see if their firewall rules can be changed or if there is an available port I can use.  I tried changing the RMTP port to 8088, 8080 and also 8443 but none of these worked for the company in question, but all worked for me.

 

A question: Why is “Path = '/default/openmeetings'” in the log file?  There is no path to my knowledge by the name of '/default/openmeetings'

 

2012-06-07 08:09:14,744 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@12c45ff Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:09:14,745 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,746 [http-0.0.0.0-8088-exec-5] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:09:14,855 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:09:14,953 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:09:15,065 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:09:15,195 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:09:15,439 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:09:15,534 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,680 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:15,866 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,114 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,305 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,465 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,749 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:16,956 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,230 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,386 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:09:17,567 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

2012-06-07 08:10:14,915 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action userservice.refreshSession

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 1.132.225.167 : 49262 to om.co2crc.com.au:8088 (in: 4673 out 63017 ), with id 7, due to too much inactivity (109999 ms), last ping sent 5001 ms ago

2012-06-07 08:11:19,760 [Red5_Scheduler_Worker-3] WARN  o.r.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!

2012-06-07 08:11:19,761 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,773 [Red5_Scheduler_Worker-3] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:disconnect c-ip:1.132.225.167 c-client-id:5

2012-06-07 08:11:19,833 [http-0.0.0.0-8088-exec-5] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:19,993 [http-0.0.0.0-8088-exec-2] WARN  o.r.server.net.rtmpt.RTMPTServlet - Null connection for clientId: 7

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.red5.server.net.rtmp.RTMPHandler - Connecting to: [Scope@103b09a Depth = 2, Path = '/default/openmeetings', Name = 'hibernate']

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,585 [http-0.0.0.0-8088-exec-4] INFO  o.o.a.r.r.ScopeApplicationAdapter - W3C x-category:session x-event:connect c-ip:1.132.225.167 c-client-id:6

2012-06-07 08:11:20,715 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action _result

2012-06-07 08:11:20,783 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getsessiondata

2012-06-07 08:11:20,919 [http-0.0.0.0-8088-exec-3] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action getPublicSID

2012-06-07 08:11:21,015 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action xmlcrm.getSIPModuleStatus

2012-06-07 08:11:21,115 [http-0.0.0.0-8088-exec-2] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguages

2012-06-07 08:11:21,322 [http-0.0.0.0-8088-exec-1] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getDefaultLanguage

2012-06-07 08:11:21,448 [http-0.0.0.0-8088-exec-5] INFO  o.r.s.n.r.codec.RTMPProtocolDecoder - Action languageservice.getLanguageByIdAndMax

 

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Wednesday, 6 June 2012 10:09 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: Need help with using alternate port for 1935

 

Maxim,  what in “red5.properties need to be changed” ?  And by this do you mean that by changing certain properties we can get the rtmpt to work?

 

If rtmpt is not working when RTMP fails, can we change RTMP  from being 1935 to 443 (for example), and would this work (of course we would have to change both red5.properties and config.xml) ?  What is the performance issues with doing this if it would work.

 

I am looking for  solution that will allow OpenMeetings to work for all people, including people whose firewalls block 1935.

 

red5.properties

# RTMP

rtmp.host=0.0.0.0

rtmp.port=1935

 

config.xml

<rtmpport>1935</rtmpport>

 

George.

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 6 June 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Need help with using alternate port for 1935

 

Only red5.properties need to be changed.
Additionally restart might be necessary

On Jun 6, 2012 5:15 PM, "seba.wagner@gmail.com" <se...@gmail.com> wrote:

rtmpt does not work on demo.openmeetings.de

Have there been changes since 03.06.2012 that require to update the binaries or just changing packet size is enough to do the test ?

Thanks
Sebastian

2012/6/6 Maxim Solodovnik <so...@gmail.com>

Sebastian,

 

is RTMPT still not working for you on demo.openmeetings.de?

maybe you can try set packet size to 128K for it?

 

On Wed, Jun 6, 2012 at 5:08 PM, seba.wagner@gmail.com <se...@gmail.com> wrote:

Hi George,

the process is like that:
First (try 0) rtmp
try1 rtmpt
try2 rtmpt
try3 rtmpt

So first it will try rtmp and then 3 times rtmpt. 
Things are different if you configure rtmps.

Currently RTMPT does not work at all with altest builds as there is an issue with the underlaying Red5 server and RTMPT.

Changing RTMPT to port 443 (if RTMPT is working again) should be best for Firewall issues. Packets on port 443 are normally not blocked by firewalls as 443 is normally HTTPS.

Sebastian

 

2012/6/5 George Kirkham <gk...@co2crc.com.au>

Hi,

 

We conference with people who are behind a firewall which blocks many ports, including 1935.  Previously I had OpenMeetings working for them by using “rtmpt.port=8080” instead of the default port “rtmpt.port=8088”, and while this worked previously it has been failing for some time now.

 

1)      I think there is a fault in OpenMeetings in using the secondary ports, as I have been testing with my own installation by disabling port 1935 in our firewall and then doing an external test (which fails).  I have tested this on the standard installation settings and with my modified 8080 port, both fail on Try 1 (because I use the firewall to block port 1935), Try 2 and Try 3.

2)      Can someone please explain to me how the port process works.  My understanding is that if OpenMeetings cannot connect via “rtmp.port=1935” for “try 1”, then it tries again on “rtmpt.port=8088” for try 2.  I do not know what it attempts to use on try 3 (which is also failing for me).  I believe that it is not trying the alternative ports 

3)      Can someone please test for me, by blocking port 1935 in your firewall and see if external users can connect to your OpenMeetings?

4)      What is the repercussions if I were to change “rtmp.port=1935” to “rtmp.port=8080” ?  Does this affect performance in any way?

5)      The attached image is message I get after the three tries to connect all fail, when I block port 1935.

 

 

 

Thanks,

 

George Kirkham

 

 





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com> 





 

-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.openmeetings.de <http://www.openmeetings.de> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wagner@gmail.com <ma...@gmail.com>