Re: New Installation from SVN source (3315)

2010-08-13 Thread PleasantDemise
The tables were being created, but when I implemented the packaged zip
distribution again the log files indicated that OM was indeed getting
stuck populating the tables. And it was indeed a Latin1/UTF8 error
code (1366).

Now OM is up and running! However, just changing that line didn't fix
everything: the Client and Conn. charsets were changed to UTF8, but
the Server and the DB charsets were still Latin (using the "status"
command in the MySQL line client, for those who find this later). I re-
configured the MySQL instance through the wizard and manually chose
UTF8 at the appropriate screen (8th screen, "Please select the default
character set", select the third radio button "Manual Selected Default
Character Set/Collation")

Thank you Much!!
(out of curiosity, do you know where the installation hmtl pages/
scripts are in the source code? for the life of me I can't find
them..)


On Aug 13, 3:15 am, Sebastian Wagner  wrote:
> Hi Pleasant,
>
> you are saying the tables are created or not?
>
> That looks like the database does not have utf8 as default encoding.
>
> Search for the my.cnf and ad the line
> default-character-encoding=utf8
> in the [mysqld] section and restart mysql.
> Then it should work.
>
> Sebastian
>
> 2010/8/13 PleasantDemise 
>
>
>
>
>
> > I have followed the wonderfully detailed instructions at
> >http://code.google.com/p/openmeetings/wiki/BuildSourceNew
> > (though it should be said in there to use the JEE distribution of
> > Eclipse, I tried it first in the PDT distribution, ha ha, noob)
>
> > I have a similar problem to many I've seen here (though they are old
> > and I don't want to re-open an old thread).
> > When proceeding through the installation process, I enter data on the
> >http://localhost:8080/install?command=step1page, submit, and the
> > browser hangs (waits forever for a response from the server, no
> > timeout).
>
> > I think I saw that
> >http://localhost:8080/openmeetings/maindebug.lzx?lzproxied=solo
> > is a debug page? but this also hangs forever.
>
> > I have checked for the openmeetings database in my MySQL server, and
> > it is there. I've deleted it a few times and it has
> > "reappeared" (createDatabaseIfNotExist=true in hibernate.cfg.xml)
> > indicating that OpenMeetings does has access  to the server (using the
> > root account even).
>
> > Every location I have checked for a log file has not had one of
> > interest. I have been able to grab some of the output from the console
> > area, but there's very little I can see that speaks to any errors.
>
> > I've previously tried to install OpenMeetings via the zip deployment
> > (athttp://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
> > ) on this same machine and have gotten to the same point, though this
> > was moving OpenMeetings into the webapps folder of an existing,
> > working Red5 server. If need be I can redo that setup for the log
> > files?
>
> > Sorry to be yet another cry for help in the endless line :S
> > ( Though I'm thinking I'd like to help with the installation pages,
> > make them all ajax-y and stuff so there are no more "it hung on me!"
> > but will give reasons, codes, etc. Can't even start on that 'till I
> > have a working install :P )
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: SSL Howto?

2010-08-13 Thread u4david
I'm interested too

On Fri, Aug 13, 2010 at 1:08 PM, nexus  wrote:
> If you are still interested, I can put together a howto on how to get
> it working.
>
> On Jul 31, 6:07 pm, "chuml...@hotmail.com"  wrote:
>> Hi All!
>>
>> I see the Wiktor managed to get his system working with encryption,
>> but I'm finding nothing but conflicting info about how to get ssl /
>> rtmps working...
>> Can someone please put together a howto for getting the system working
>> with ssl?
>> I can not put openmeetings to use if the streams are not encrypted.
>>
>> Thanks!
>> Kev
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: SSL Howto?

2010-08-13 Thread nexus
If you are still interested, I can put together a howto on how to get
it working.

On Jul 31, 6:07 pm, "chuml...@hotmail.com"  wrote:
> Hi All!
>
> I see the Wiktor managed to get his system working with encryption,
> but I'm finding nothing but conflicting info about how to get ssl /
> rtmps working...
> Can someone please put together a howto for getting the system working
> with ssl?
> I can not put openmeetings to use if the streams are not encrypted.
>
> Thanks!
> Kev

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Native RTMPS in Openmeetings

2010-08-13 Thread nexus
OK. I will test it out after the commit and let you know the results.

On Aug 13, 10:34 am, Sebastian Wagner  wrote:
> Yeah thing thin is just that the RTMP-Client is a Java Client, so that
> behaves quite different.
> I will commit a version and you can try one of the nightly build or the
> source, I will have to add some mechanism that it does switch to the SSL
> Version of the RTMP Client too.
>
> Sebastian
>
> 2010/8/13 nexus 
>
>
>
>
>
> > Sounds good. This morning I was doing some testing. It appears that on
> > the MAC and Linux clients, that the GoDaddy Intermediate cert was not
> > installed. After I imported that certificate on both the Linux and MAC
> > clients, native RTMPS works on both. Windows clients worked out of the
> > box. I also tested Openmeetings using RTMPS on the newly compiled
> > client on both MAC and Linux this morning and both were working
> > nicely. I am using a Godaddy wildcard certificate for all my servers,
> > so others may not need to import certificates if they are using other
> > certificate authorities. If we can get the screen sharer to work using
> > the above implementation, it appears that you can have an Openmeetings
> > RTMPS solution on all clients.
>
> > On Aug 13, 6:07 am, Sebastian Wagner  wrote:
> > > Hi Nexus,
>
> > > I've found a implementation:
> > > org.red5.server.net.rtmps.RTMPSClient
>
> > > But I have to check if that works out of the box just like the others or
> > how
> > > it will handle the cert "thing".
>
> > > Sebastian
>
> > > 2010/8/13 Sebastian Wagner 
>
> > > > Hi Nexus,
>
> > > > the screensharer does only implement 2 protocols rtmp and rtmpT.
> > > > I am not sure if there is a rtmpS implementation for the Java
> > RTMP-Client.
> > > > We have to check that first
>
> > > > Sebastian
>
> > > > 2010/8/13 nexus 
>
> > > > Sebastian,
>
> > > >> Thanks a lot for pointing me in the right direction. I was able to get
> > > >> it to work by adding this line:
>
> > > >> this._nc = new NetConnection();
>
> > > >>            // local reference to rtmpconnection
> > > >>            this._nc.t = this;
>
> > > >>            this._nc.proxyType = "best";   line I added here
>
> > > >> So far, everythings seems to be working using native RTMPS except the
> > > >> screensharer. According to the Adobe documentation, it should default
> > > >> to tunneled RTMPS if native RTMPS is not enabled. As far as the
> > > >> screensharer, the app opens up, but the start sharing or start
> > > >> recording buttons don't work.
>
> > > >> On Aug 12, 3:00 pm, Sebastian Wagner  wrote:
> > > >> > Hi,
>
> > > >> > sure that Line can be found here:
> > > >>http://code.google.com/p/openmeetings/source/browse/trunk/singlewebap.
> > ..
>
> > > >> > But I am not sure if that will work. I think this requires to
> > compile
> > > >> the
> > > >> > Source Code as ActionScript3, and we still compile to ActionScript2.
>
> > > >> > Sebastian
>
> > > >> > 2010/8/12 nexus 
>
> > > >> > > In our environment, we have all windows clients with the exeption
> > of 2
> > > >> > > MAC clients. To get native RTMPS working, we did purchase a valid
> > SSL
> > > >> > > cert from godaddy. I had no problem connecting using Windows
> > clients
> > > >> > > with a valid SSL cert. Today I did some testing and I was able to
> > get
> > > >> > > native RTMPS working in the MAC clients as well as a Centos 32-bit
> > > >> > > client, but I had to import the certificates first. I have been
> > using
> > > >> > > native RTMPS for the publisher application and have noticed quite
> > a
> > > >> > > performance difference over the usual RTMPS.  All I had to do to
> > get
> > > >> > > it working in the Red5 Publisher was to add "proxyType=best" in
> > the
> > > >> > > application. What I was looking into doing was to add the
> > proxyType
> > > >> > > variable to the Openmeetings client code. Then, in the config.xml
> > file
> > > >> > > add  to allow you to change between the two
> > > >> > > types. I was having some trouble finding where the NetConnection
> > code
> > > >> > > is in the .lzx files though. This is pretty much the last piece I
> > was
> > > >> > > looking into getting working before we put the server into
> > production.
> > > >> > > Love the project by the way and I would be willing to assist in
> > > >> > > development in this area where I can.
>
> > > >> > > On Aug 12, 3:55 am, Sebastian Wagner 
> > wrote:
> > > >> > > > Hallo Nexus,
>
> > > >> > > > rtmps is available in OpenMeetings you just need to enable it in
> > the
> > > >> > > > config.xml and its as you say: The usual rtmps, not the native
> > > >> rtmps.
>
> > > >> > > > But rtmps does only work for the Windows Flash Player. OSx and
> > Linux
> > > >> > > Flash
> > > >> > > > Player do not have the rtmps protocol implemented.
> > > >> > > > Is there any difference when using native rtmps ?
>
> > > >> > > > Sebastian
>
> > > >> > > > 2010/8/12 nexus 
>
> > > >> > > > > I have recently set up Red5 to work with RTMPS using native
> >

Re: Native RTMPS in Openmeetings

2010-08-13 Thread Sebastian Wagner
Yeah thing thin is just that the RTMP-Client is a Java Client, so that
behaves quite different.
I will commit a version and you can try one of the nightly build or the
source, I will have to add some mechanism that it does switch to the SSL
Version of the RTMP Client too.

Sebastian

2010/8/13 nexus 

> Sounds good. This morning I was doing some testing. It appears that on
> the MAC and Linux clients, that the GoDaddy Intermediate cert was not
> installed. After I imported that certificate on both the Linux and MAC
> clients, native RTMPS works on both. Windows clients worked out of the
> box. I also tested Openmeetings using RTMPS on the newly compiled
> client on both MAC and Linux this morning and both were working
> nicely. I am using a Godaddy wildcard certificate for all my servers,
> so others may not need to import certificates if they are using other
> certificate authorities. If we can get the screen sharer to work using
> the above implementation, it appears that you can have an Openmeetings
> RTMPS solution on all clients.
>
> On Aug 13, 6:07 am, Sebastian Wagner  wrote:
> > Hi Nexus,
> >
> > I've found a implementation:
> > org.red5.server.net.rtmps.RTMPSClient
> >
> > But I have to check if that works out of the box just like the others or
> how
> > it will handle the cert "thing".
> >
> > Sebastian
> >
> > 2010/8/13 Sebastian Wagner 
> >
> >
> >
> >
> >
> > > Hi Nexus,
> >
> > > the screensharer does only implement 2 protocols rtmp and rtmpT.
> > > I am not sure if there is a rtmpS implementation for the Java
> RTMP-Client.
> > > We have to check that first
> >
> > > Sebastian
> >
> > > 2010/8/13 nexus 
> >
> > > Sebastian,
> >
> > >> Thanks a lot for pointing me in the right direction. I was able to get
> > >> it to work by adding this line:
> >
> > >> this._nc = new NetConnection();
> >
> > >>// local reference to rtmpconnection
> > >>this._nc.t = this;
> >
> > >>this._nc.proxyType = "best";   line I added here
> >
> > >> So far, everythings seems to be working using native RTMPS except the
> > >> screensharer. According to the Adobe documentation, it should default
> > >> to tunneled RTMPS if native RTMPS is not enabled. As far as the
> > >> screensharer, the app opens up, but the start sharing or start
> > >> recording buttons don't work.
> >
> > >> On Aug 12, 3:00 pm, Sebastian Wagner  wrote:
> > >> > Hi,
> >
> > >> > sure that Line can be found here:
> > >>http://code.google.com/p/openmeetings/source/browse/trunk/singlewebap.
> ..
> >
> > >> > But I am not sure if that will work. I think this requires to
> compile
> > >> the
> > >> > Source Code as ActionScript3, and we still compile to ActionScript2.
> >
> > >> > Sebastian
> >
> > >> > 2010/8/12 nexus 
> >
> > >> > > In our environment, we have all windows clients with the exeption
> of 2
> > >> > > MAC clients. To get native RTMPS working, we did purchase a valid
> SSL
> > >> > > cert from godaddy. I had no problem connecting using Windows
> clients
> > >> > > with a valid SSL cert. Today I did some testing and I was able to
> get
> > >> > > native RTMPS working in the MAC clients as well as a Centos 32-bit
> > >> > > client, but I had to import the certificates first. I have been
> using
> > >> > > native RTMPS for the publisher application and have noticed quite
> a
> > >> > > performance difference over the usual RTMPS.  All I had to do to
> get
> > >> > > it working in the Red5 Publisher was to add "proxyType=best" in
> the
> > >> > > application. What I was looking into doing was to add the
> proxyType
> > >> > > variable to the Openmeetings client code. Then, in the config.xml
> file
> > >> > > add  to allow you to change between the two
> > >> > > types. I was having some trouble finding where the NetConnection
> code
> > >> > > is in the .lzx files though. This is pretty much the last piece I
> was
> > >> > > looking into getting working before we put the server into
> production.
> > >> > > Love the project by the way and I would be willing to assist in
> > >> > > development in this area where I can.
> >
> > >> > > On Aug 12, 3:55 am, Sebastian Wagner 
> wrote:
> > >> > > > Hallo Nexus,
> >
> > >> > > > rtmps is available in OpenMeetings you just need to enable it in
> the
> > >> > > > config.xml and its as you say: The usual rtmps, not the native
> > >> rtmps.
> >
> > >> > > > But rtmps does only work for the Windows Flash Player. OSx and
> Linux
> > >> > > Flash
> > >> > > > Player do not have the rtmps protocol implemented.
> > >> > > > Is there any difference when using native rtmps ?
> >
> > >> > > > Sebastian
> >
> > >> > > > 2010/8/12 nexus 
> >
> > >> > > > > I have recently set up Red5 to work with RTMPS using native
> SSL
> > >> (no
> > >> > > > > HTTPS tunneling). I have noticed quite a performance increase
> > >> using
> > >> > > > > this method, but unfortunately Openmeetings will not currently
> > >> work
> > >> > > > > with RTMPS using this method. I think the issue is that

Re: Native RTMPS in Openmeetings

2010-08-13 Thread nexus
Sounds good. This morning I was doing some testing. It appears that on
the MAC and Linux clients, that the GoDaddy Intermediate cert was not
installed. After I imported that certificate on both the Linux and MAC
clients, native RTMPS works on both. Windows clients worked out of the
box. I also tested Openmeetings using RTMPS on the newly compiled
client on both MAC and Linux this morning and both were working
nicely. I am using a Godaddy wildcard certificate for all my servers,
so others may not need to import certificates if they are using other
certificate authorities. If we can get the screen sharer to work using
the above implementation, it appears that you can have an Openmeetings
RTMPS solution on all clients.

On Aug 13, 6:07 am, Sebastian Wagner  wrote:
> Hi Nexus,
>
> I've found a implementation:
> org.red5.server.net.rtmps.RTMPSClient
>
> But I have to check if that works out of the box just like the others or how
> it will handle the cert "thing".
>
> Sebastian
>
> 2010/8/13 Sebastian Wagner 
>
>
>
>
>
> > Hi Nexus,
>
> > the screensharer does only implement 2 protocols rtmp and rtmpT.
> > I am not sure if there is a rtmpS implementation for the Java RTMP-Client.
> > We have to check that first
>
> > Sebastian
>
> > 2010/8/13 nexus 
>
> > Sebastian,
>
> >> Thanks a lot for pointing me in the right direction. I was able to get
> >> it to work by adding this line:
>
> >> this._nc = new NetConnection();
>
> >>            // local reference to rtmpconnection
> >>            this._nc.t = this;
>
> >>            this._nc.proxyType = "best";   line I added here
>
> >> So far, everythings seems to be working using native RTMPS except the
> >> screensharer. According to the Adobe documentation, it should default
> >> to tunneled RTMPS if native RTMPS is not enabled. As far as the
> >> screensharer, the app opens up, but the start sharing or start
> >> recording buttons don't work.
>
> >> On Aug 12, 3:00 pm, Sebastian Wagner  wrote:
> >> > Hi,
>
> >> > sure that Line can be found here:
> >>http://code.google.com/p/openmeetings/source/browse/trunk/singlewebap...
>
> >> > But I am not sure if that will work. I think this requires to compile
> >> the
> >> > Source Code as ActionScript3, and we still compile to ActionScript2.
>
> >> > Sebastian
>
> >> > 2010/8/12 nexus 
>
> >> > > In our environment, we have all windows clients with the exeption of 2
> >> > > MAC clients. To get native RTMPS working, we did purchase a valid SSL
> >> > > cert from godaddy. I had no problem connecting using Windows clients
> >> > > with a valid SSL cert. Today I did some testing and I was able to get
> >> > > native RTMPS working in the MAC clients as well as a Centos 32-bit
> >> > > client, but I had to import the certificates first. I have been using
> >> > > native RTMPS for the publisher application and have noticed quite a
> >> > > performance difference over the usual RTMPS.  All I had to do to get
> >> > > it working in the Red5 Publisher was to add "proxyType=best" in the
> >> > > application. What I was looking into doing was to add the proxyType
> >> > > variable to the Openmeetings client code. Then, in the config.xml file
> >> > > add  to allow you to change between the two
> >> > > types. I was having some trouble finding where the NetConnection code
> >> > > is in the .lzx files though. This is pretty much the last piece I was
> >> > > looking into getting working before we put the server into production.
> >> > > Love the project by the way and I would be willing to assist in
> >> > > development in this area where I can.
>
> >> > > On Aug 12, 3:55 am, Sebastian Wagner  wrote:
> >> > > > Hallo Nexus,
>
> >> > > > rtmps is available in OpenMeetings you just need to enable it in the
> >> > > > config.xml and its as you say: The usual rtmps, not the native
> >> rtmps.
>
> >> > > > But rtmps does only work for the Windows Flash Player. OSx and Linux
> >> > > Flash
> >> > > > Player do not have the rtmps protocol implemented.
> >> > > > Is there any difference when using native rtmps ?
>
> >> > > > Sebastian
>
> >> > > > 2010/8/12 nexus 
>
> >> > > > > I have recently set up Red5 to work with RTMPS using native SSL
> >> (no
> >> > > > > HTTPS tunneling). I have noticed quite a performance increase
> >> using
> >> > > > > this method, but unfortunately Openmeetings will not currently
> >> work
> >> > > > > with RTMPS using this method. I think the issue is that by default
> >> the
> >> > > > > Flash client sets the proxyType property to "none" which defaults
> >> to
> >> > > > > using RTMPS over HTTPS tunneling. Acceptable values are "none",
> >> > > > > "HTTP", "CONNECT", and "best". The proxyType must be set before
> >> the
> >> > > > > calling the NetConnection.connect() method. What I was looking to
> >> do
> >> > > > > was to find where I would define proxyType in the Openmeetings
> >> client
> >> > > > > code. Then, you could define a property in the config.xml to
> >> define
> >> > > > > which proxyType you woul

Re: New Installation from SVN source (3315)

2010-08-13 Thread Sebastian Wagner
Hi Pleasant,

you are saying the tables are created or not?

That looks like the database does not have utf8 as default encoding.

Search for the my.cnf and ad the line
default-character-encoding=utf8
in the [mysqld] section and restart mysql.
Then it should work.


Sebastian

2010/8/13 PleasantDemise 

> I have followed the wonderfully detailed instructions at
> http://code.google.com/p/openmeetings/wiki/BuildSourceNew
> (though it should be said in there to use the JEE distribution of
> Eclipse, I tried it first in the PDT distribution, ha ha, noob)
>
> I have a similar problem to many I've seen here (though they are old
> and I don't want to re-open an old thread).
> When proceeding through the installation process, I enter data on the
> http://localhost:8080/install?command=step1 page, submit, and the
> browser hangs (waits forever for a response from the server, no
> timeout).
>
> I think I saw that
> http://localhost:8080/openmeetings/maindebug.lzx?lzproxied=solo
> is a debug page? but this also hangs forever.
>
> I have checked for the openmeetings database in my MySQL server, and
> it is there. I've deleted it a few times and it has
> "reappeared" (createDatabaseIfNotExist=true in hibernate.cfg.xml)
> indicating that OpenMeetings does has access  to the server (using the
> root account even).
>
> Every location I have checked for a log file has not had one of
> interest. I have been able to grab some of the output from the console
> area, but there's very little I can see that speaks to any errors.
>
>
> I've previously tried to install OpenMeetings via the zip deployment
> (at http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
> ) on this same machine and have gotten to the same point, though this
> was moving OpenMeetings into the webapps folder of an existing,
> working Red5 server. If need be I can redo that setup for the log
> files?
>
> Sorry to be yet another cry for help in the endless line :S
> ( Though I'm thinking I'd like to help with the installation pages,
> make them all ajax-y and stuff so there are no more "it hung on me!"
> but will give reasons, codes, etc. Can't even start on that 'till I
> have a working install :P )
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Native RTMPS in Openmeetings

2010-08-13 Thread Sebastian Wagner
Hi Nexus,

I've found a implementation:
org.red5.server.net.rtmps.RTMPSClient

But I have to check if that works out of the box just like the others or how
it will handle the cert "thing".

Sebastian

2010/8/13 Sebastian Wagner 

> Hi Nexus,
>
> the screensharer does only implement 2 protocols rtmp and rtmpT.
> I am not sure if there is a rtmpS implementation for the Java RTMP-Client.
> We have to check that first
>
>
> Sebastian
>
> 2010/8/13 nexus 
>
> Sebastian,
>>
>> Thanks a lot for pointing me in the right direction. I was able to get
>> it to work by adding this line:
>>
>> this._nc = new NetConnection();
>>
>>// local reference to rtmpconnection
>>this._nc.t = this;
>>
>>this._nc.proxyType = "best";   line I added here
>>
>> So far, everythings seems to be working using native RTMPS except the
>> screensharer. According to the Adobe documentation, it should default
>> to tunneled RTMPS if native RTMPS is not enabled. As far as the
>> screensharer, the app opens up, but the start sharing or start
>> recording buttons don't work.
>>
>> On Aug 12, 3:00 pm, Sebastian Wagner  wrote:
>> > Hi,
>> >
>> > sure that Line can be found here:
>> http://code.google.com/p/openmeetings/source/browse/trunk/singlewebap...
>> >
>> > But I am not sure if that will work. I think this requires to compile
>> the
>> > Source Code as ActionScript3, and we still compile to ActionScript2.
>> >
>> > Sebastian
>> >
>> > 2010/8/12 nexus 
>> >
>> >
>> >
>> >
>> >
>> > > In our environment, we have all windows clients with the exeption of 2
>> > > MAC clients. To get native RTMPS working, we did purchase a valid SSL
>> > > cert from godaddy. I had no problem connecting using Windows clients
>> > > with a valid SSL cert. Today I did some testing and I was able to get
>> > > native RTMPS working in the MAC clients as well as a Centos 32-bit
>> > > client, but I had to import the certificates first. I have been using
>> > > native RTMPS for the publisher application and have noticed quite a
>> > > performance difference over the usual RTMPS.  All I had to do to get
>> > > it working in the Red5 Publisher was to add "proxyType=best" in the
>> > > application. What I was looking into doing was to add the proxyType
>> > > variable to the Openmeetings client code. Then, in the config.xml file
>> > > add  to allow you to change between the two
>> > > types. I was having some trouble finding where the NetConnection code
>> > > is in the .lzx files though. This is pretty much the last piece I was
>> > > looking into getting working before we put the server into production.
>> > > Love the project by the way and I would be willing to assist in
>> > > development in this area where I can.
>> >
>> > > On Aug 12, 3:55 am, Sebastian Wagner  wrote:
>> > > > Hallo Nexus,
>> >
>> > > > rtmps is available in OpenMeetings you just need to enable it in the
>> > > > config.xml and its as you say: The usual rtmps, not the native
>> rtmps.
>> >
>> > > > But rtmps does only work for the Windows Flash Player. OSx and Linux
>> > > Flash
>> > > > Player do not have the rtmps protocol implemented.
>> > > > Is there any difference when using native rtmps ?
>> >
>> > > > Sebastian
>> >
>> > > > 2010/8/12 nexus 
>> >
>> > > > > I have recently set up Red5 to work with RTMPS using native SSL
>> (no
>> > > > > HTTPS tunneling). I have noticed quite a performance increase
>> using
>> > > > > this method, but unfortunately Openmeetings will not currently
>> work
>> > > > > with RTMPS using this method. I think the issue is that by default
>> the
>> > > > > Flash client sets the proxyType property to "none" which defaults
>> to
>> > > > > using RTMPS over HTTPS tunneling. Acceptable values are "none",
>> > > > > "HTTP", "CONNECT", and "best". The proxyType must be set before
>> the
>> > > > > calling the NetConnection.connect() method. What I was looking to
>> do
>> > > > > was to find where I would define proxyType in the Openmeetings
>> client
>> > > > > code. Then, you could define a property in the config.xml to
>> define
>> > > > > which proxyType you would want to use such as "none" or "best".
>> This
>> > > > > would enable you to choose which mode you would want to use.
>> Examples
>> > > > > of using this method are located here:
>> >
>> > > > >http://gregoire.org/2009/11/12/native-rtmps-in-red5/
>> >
>> > > > >
>> http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/NetConnection.
>> > > ..
>> > > > >http://www.red5.org/ticket/582
>> >
>> > > > > --
>> > > > > You received this message because you are subscribed to the Google
>> > > Groups
>> > > > > "OpenMeetings User" group.
>> > > > > To post to this group, send email to
>> > > openmeetings-u...@googlegroups.com.
>> > > > > To unsubscribe from this group, send email to
>> > > > > openmeetings-user+unsubscr...@googlegroups.com
>> 
>> > > 
>> > > > > .
>> > > > > For more options, visit this group at
>> > > > >http://groups.google.com/group/openmeetings-user?hl=en.
>

Re: Native RTMPS in Openmeetings

2010-08-13 Thread Sebastian Wagner
Hi Nexus,

the screensharer does only implement 2 protocols rtmp and rtmpT.
I am not sure if there is a rtmpS implementation for the Java RTMP-Client.
We have to check that first


Sebastian

2010/8/13 nexus 

> Sebastian,
>
> Thanks a lot for pointing me in the right direction. I was able to get
> it to work by adding this line:
>
> this._nc = new NetConnection();
>
>// local reference to rtmpconnection
>this._nc.t = this;
>
>this._nc.proxyType = "best";   line I added here
>
> So far, everythings seems to be working using native RTMPS except the
> screensharer. According to the Adobe documentation, it should default
> to tunneled RTMPS if native RTMPS is not enabled. As far as the
> screensharer, the app opens up, but the start sharing or start
> recording buttons don't work.
>
> On Aug 12, 3:00 pm, Sebastian Wagner  wrote:
> > Hi,
> >
> > sure that Line can be found here:
> http://code.google.com/p/openmeetings/source/browse/trunk/singlewebap...
> >
> > But I am not sure if that will work. I think this requires to compile the
> > Source Code as ActionScript3, and we still compile to ActionScript2.
> >
> > Sebastian
> >
> > 2010/8/12 nexus 
> >
> >
> >
> >
> >
> > > In our environment, we have all windows clients with the exeption of 2
> > > MAC clients. To get native RTMPS working, we did purchase a valid SSL
> > > cert from godaddy. I had no problem connecting using Windows clients
> > > with a valid SSL cert. Today I did some testing and I was able to get
> > > native RTMPS working in the MAC clients as well as a Centos 32-bit
> > > client, but I had to import the certificates first. I have been using
> > > native RTMPS for the publisher application and have noticed quite a
> > > performance difference over the usual RTMPS.  All I had to do to get
> > > it working in the Red5 Publisher was to add "proxyType=best" in the
> > > application. What I was looking into doing was to add the proxyType
> > > variable to the Openmeetings client code. Then, in the config.xml file
> > > add  to allow you to change between the two
> > > types. I was having some trouble finding where the NetConnection code
> > > is in the .lzx files though. This is pretty much the last piece I was
> > > looking into getting working before we put the server into production.
> > > Love the project by the way and I would be willing to assist in
> > > development in this area where I can.
> >
> > > On Aug 12, 3:55 am, Sebastian Wagner  wrote:
> > > > Hallo Nexus,
> >
> > > > rtmps is available in OpenMeetings you just need to enable it in the
> > > > config.xml and its as you say: The usual rtmps, not the native rtmps.
> >
> > > > But rtmps does only work for the Windows Flash Player. OSx and Linux
> > > Flash
> > > > Player do not have the rtmps protocol implemented.
> > > > Is there any difference when using native rtmps ?
> >
> > > > Sebastian
> >
> > > > 2010/8/12 nexus 
> >
> > > > > I have recently set up Red5 to work with RTMPS using native SSL (no
> > > > > HTTPS tunneling). I have noticed quite a performance increase using
> > > > > this method, but unfortunately Openmeetings will not currently work
> > > > > with RTMPS using this method. I think the issue is that by default
> the
> > > > > Flash client sets the proxyType property to "none" which defaults
> to
> > > > > using RTMPS over HTTPS tunneling. Acceptable values are "none",
> > > > > "HTTP", "CONNECT", and "best". The proxyType must be set before the
> > > > > calling the NetConnection.connect() method. What I was looking to
> do
> > > > > was to find where I would define proxyType in the Openmeetings
> client
> > > > > code. Then, you could define a property in the config.xml to define
> > > > > which proxyType you would want to use such as "none" or "best".
> This
> > > > > would enable you to choose which mode you would want to use.
> Examples
> > > > > of using this method are located here:
> >
> > > > >http://gregoire.org/2009/11/12/native-rtmps-in-red5/
> >
> > > > >
> http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/NetConnection.
> > > ..
> > > > >http://www.red5.org/ticket/582
> >
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > "OpenMeetings User" group.
> > > > > To post to this group, send email to
> > > openmeetings-u...@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > openmeetings-user+unsubscr...@googlegroups.com
> 
> > > 
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > --
> > > > Sebastian
> > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > >www.wagner-sebastian.com
> > > > seba.wag...@gmail.com- Hide quoted text -
> >
> > > > - Show quoted text -
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to t

Re: So what are all the little programs for?

2010-08-13 Thread PleasantDemise
They provide "behind-the-scene" conversions (such as images from *.jpg
to *.png) and creations (such as *.pdf files) with high fidelity. They
allow a LOT of file formats to be imported and used in a meeting,
rather than talked about.

Essentially, without them some functionality of OpenMeetings is
unavailable.

On Aug 12, 2:24 pm, MikeMack  wrote:
> I'm curious, we lost our old installation of open meetings so I
> reinstalled it on our freshly installed server.  Now when we had it up
> and running again things seemed to work fine, and it occurred to me
> that I hadn't installed any of the extra software that OM says I
> should install.
>
> So is there any really important reason we need that extra software?
> Does it make things run more efficient?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



New Installation from SVN source (3315)

2010-08-13 Thread PleasantDemise
I have followed the wonderfully detailed instructions at
http://code.google.com/p/openmeetings/wiki/BuildSourceNew
(though it should be said in there to use the JEE distribution of
Eclipse, I tried it first in the PDT distribution, ha ha, noob)

I have a similar problem to many I've seen here (though they are old
and I don't want to re-open an old thread).
When proceeding through the installation process, I enter data on the
http://localhost:8080/install?command=step1 page, submit, and the
browser hangs (waits forever for a response from the server, no
timeout).

I think I saw that 
http://localhost:8080/openmeetings/maindebug.lzx?lzproxied=solo
is a debug page? but this also hangs forever.

I have checked for the openmeetings database in my MySQL server, and
it is there. I've deleted it a few times and it has
"reappeared" (createDatabaseIfNotExist=true in hibernate.cfg.xml)
indicating that OpenMeetings does has access  to the server (using the
root account even).

Every location I have checked for a log file has not had one of
interest. I have been able to grab some of the output from the console
area, but there's very little I can see that speaks to any errors.


I've previously tried to install OpenMeetings via the zip deployment
(at http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
) on this same machine and have gotten to the same point, though this
was moving OpenMeetings into the webapps folder of an existing,
working Red5 server. If need be I can redo that setup for the log
files?

Sorry to be yet another cry for help in the endless line :S
( Though I'm thinking I'd like to help with the installation pages,
make them all ajax-y and stuff so there are no more "it hung on me!"
but will give reasons, codes, etc. Can't even start on that 'till I
have a working install :P )

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.