Re: Native RTMPS in Openmeetings

2010-08-12 Thread 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,

So what are all the little programs for?

2010-08-12 Thread MikeMack
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 an

Re: Native RTMPS in Openmeetings

2010-08-12 Thread Sebastian Wagner
Hi, sure that Line can be found here: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/base/remote/rtmpConnection.lzx#18 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 Ac

Re: Native RTMPS in Openmeetings

2010-08-12 Thread 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 workin

fixing the utf8 problem in the Moodle and SugarCRM Plugin

2010-08-12 Thread Sebastian Wagner
Hi, there are some updated packages for Moodle and SugarCRM available fixing some problem with utf8 (and some Issue with latest SugarCRM 6.xx) Sugar CRM: http://code.google.com/p/openmeetings/downloads/detail?name=openmeetings_connector_v1.1.zip Moodle Mod: http://code.google.com/p/openmeetings/d

Re: Video in screen-sharing

2010-08-12 Thread Sebastian Wagner
Chetan, have a look at your upload/download rate, its probably just full as soon as you start screen sharing. Sebastian 2010/8/12 chetan kaushik > Hi seba, > > I can hear him, the problem is when i share a movie with him in > screensharing he can see it but cant hear the audio part of that > v

Re: Native RTMPS in Openmeetings

2010-08-12 Thread Sebastian Wagner
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 differ

Native RTMPS in Openmeetings

2010-08-12 Thread 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 pr