Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Thanks a lot! It works now. If I have any questions I'll let you know. On Wed, Jul 18, 2018 at 12:16 PM, Maxim Solodovnik wrote: > Thanks Alvaro! > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro wrote: > >> Ok, now in the tutorial is OpenJava and no Oracle Java. >> >> The errors in the ffmpeg compil

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Hemant, this looks good to me, although I did not try it out in an example environment. At best you keep a network sniffer at hand to see, what messages are passed between localhost:5080 and your reverse proxy. This makes your live a hell of much more easy. If it does not work out as ex

Updated tutorial OpenMeetings 4.0.4 on CentOS 6.10

2018-07-18 Thread Alvaro
Hello, Is updated the tutorial OpenMeetings 4.0.4 to CentOS 6.10. I've replaced Oracle Java by OpenJava and works right. The tutorial is called: Installation OpenMeetings 4.0.4 on Centos 6.10 https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+ installing+OpenMeetings+and+T

RE: Problems with certificates with RMTPS

2018-07-18 Thread Coscend@OM
Hello Christian, Following your guidance, here is what the config we have for SSL reverse proxy for Apache HTTPD server. Is this correct? If yes, then we will create equivalent of this for the different proxy server we use — we do not use Apache HTTPD. Thank you for your guidance.

If someone find errors installing OpenMeetings 4.0.4 on Centos 7

2018-07-18 Thread Alvaro
Hello, If someone find errors following the tutorial called: Installation OpenMeetings 4.0.4 on Centos 7 ...please, download again the tutorial, now the errors are solved.   Oracle Java it is replaced by OpenJava, and the ffmpeg script compilation it is new and works right. https://cwiki.apach

Re: Loading Problem

2018-07-18 Thread Alvaro
Ok, now in the tutorial is OpenJava and no Oracle Java. The errors in the ffmpeg compilation are solved.I've added two new commands in the script andcompile right. I've tested on a fresh installation of Centos 7 anda fresh installation of OpenMeetings 4.0.4 also. Please download again the tutorial

Re: IP Camaras

2018-07-18 Thread Maxim Solodovnik
Asterisk integration might help but I'm not sure it is fast/stable enough to be used in production On Wed, Jul 18, 2018 at 10:06 PM Siovel Rodriguez wrote: > > Hi Maxim, thanks for your response. I thought that integrating Openmeetings > with Asterisk could be achieved. > > Greetings > > El

Re: IP Camaras

2018-07-18 Thread Siovel Rodriguez
Hi Maxim, thanks for your response. I thought that integrating Openmeetings with Asterisk could be achieved. Greetings El mié., 18 jul. 2018 a las 10:38, Maxim Solodovnik () escribió: > The base of OM, Red5, doesn't support SIP protocol out of the box > > This is what you can use: > http://openm

Re: Problems with certificates with RMTPS

2018-07-18 Thread Maxim Solodovnik
That is weird :( Maybe you can try to import chain as one file as described here: https://stackoverflow.com/questions/16062072/how-to-add-certificate-chain-to-keystore On Wed, Jul 18, 2018 at 8:08 PM Christian Wolf wrote: > > Dear Maxim, > > > On my Ubuntu FF uses CAs from /etc/ssl/certs/, Chrome

Re: IP Camaras

2018-07-18 Thread Maxim Solodovnik
The base of OM, Red5, doesn't support SIP protocol out of the box This is what you can use: http://openmeetings.apache.org/ExternalVideo.html On Wed, Jul 18, 2018 at 8:14 PM Siovel Rodriguez wrote: > > Hi Maxim, I have IP video cameras that support the SIP protocol. It is > possible to use them

IP Camaras

2018-07-18 Thread Siovel Rodriguez
Hi Maxim, I have IP video cameras that support the SIP protocol. It is possible to use them with Open Meetings. Greetings

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Maxim, On my Ubuntu FF uses CAs from /etc/ssl/certs/, Chrome seems to use internal CAs Can you check with keytool your keystore contains full chain (including CA)? Example https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html keytool -list -v -keystore keysto

Re: Problems with certificates with RMTPS

2018-07-18 Thread Maxim Solodovnik
On my Ubuntu FF uses CAs from /etc/ssl/certs/, Chrome seems to use internal CAs Can you check with keytool your keystore contains full chain (including CA)? Example https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html keytool -list -v -keystore keystore.jks On Wed,

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Maxim, Am 18.07.2018 um 12:40 schrieb Maxim Solodovnik: just re-read your initial email (wasn't practice in English for a long time, hard to read very long emails :(( ) Have you added full certificates chain to both keystore and truststore of red5? As far as I can tell, yes, there are ch

Re: Problems with certificates with RMTPS

2018-07-18 Thread Maxim Solodovnik
just re-read your initial email (wasn't practice in English for a long time, hard to read very long emails :(( ) Have you added full certificates chain to both keystore and truststore of red5? On Wed, Jul 18, 2018 at 5:37 PM Christian Wolf wrote: > > Dear Maxim, > > > both direct RTMS and tunnele

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Maxim, both direct RTMS and tunneled RTMPTS should work as expected OK, then I prefer RTMPS. what values do you have in Admin->Config for flash.secure flash.secure.proxy http://openmeetings.apache.org/GeneralConfiguration.html I thing you are referring to the configuration within the

Re: Problems with certificates with RMTPS

2018-07-18 Thread Maxim Solodovnik
Hello Christian, both direct RTMS and tunneled RTMPTS should work as expected what values do you have in Admin->Config for flash.secure flash.secure.proxy http://openmeetings.apache.org/GeneralConfiguration.html ? On Wed, Jul 18, 2018 at 5:25 PM Christian Wolf wrote: > > Dear Maxim, > > Am 17.

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Maxim, Am 17.07.2018 um 16:19 schrieb Maxim Solodovnik: I'm afraid in case of full secured proxied configuration you need to use RTPMTS (tunneled secured RTMP) example of RTMPT config can be found in mail archives, for ex here: https://markmail.org/message/l7oltgy74zxo2pjc I think I might

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Also when I run the script the output is automatically truncated at a certain point, so I'm not able to see the entire output. I don't know how to change this. It is possible that something might have wrong after the last point I've seen. On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya wrote: > N

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
No it doesn't exist and yes I ran the *./ffmpeg_centos7.sh* script twice. It didn't create the file. On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik wrote: > Have you compiled ffmpeg? > Is it exists on path specified? > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya > wrote: > >> Alright t

Re: Loading Problem

2018-07-18 Thread Maxim Solodovnik
Have you compiled ffmpeg? Is it exists on path specified? On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya wrote: > Alright that worked! Now I'm at the setup page for OpenMeetings and I'm > getting an error message when I try to verify the ffmpeg path > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alva

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Alright that worked! Now I'm at the setup page for OpenMeetings and I'm getting an error message when I try to verify the ffmpeg path On Wed, Jul 18, 2018 at 4:16 AM, Alvaro wrote: > Hi, > > This afternoon will update-change Java in the tutorial and > will upload it. > > > ---

RE: Problems with certificates with RMTPS

2018-07-18 Thread Coscend@OM
Dear Christian, Thank you for your prompt guidance. We will translate it to equivalent config for our proxy. Sincerely, Hemant K. Sabat www.Coscend.com -- Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-educatio

Re: Loading Problem

2018-07-18 Thread Alvaro
Hi, This afternoon will update-change Java in the tutorial andwill upload it. -- El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió: > I'm still getting the same error. ERROR 1045 (28000): Access denied > for user 'root'@'localhost' (using password: N

Re: Problems with certificates with RMTPS

2018-07-18 Thread Christian Wolf
Dear Hemant, Would you be kind enough to share the Apache SSL configuration? Wearefacing issues in connecting through “proxy HTTPS + OM HTTP”. We are using a different proxy server, but can learn from your Apache configuration to adapt to our proxy. I use it in a virtual subdirectory of the

RE: Loading Problem

2018-07-18 Thread Yakovlev N.
Ups, its strange. It seems the pass has been changed. Reinstall mariadb (delete packages and install again). Start mariadb -systemctl start mariadb.service Enter to mariadb - mysql From: Alex Nyamweya [mailto:animesoni...@gmail.com] Sent: Wednesday, July 18, 2018 8:55 AM To: user@open