Re: OpenMeetings HTTPS Not Secure

2018-07-21 Thread Maxim Solodovnik
Hello Alex,

you are using self-signed certificate, which is not secure by default (not
signed by well known authority)
This should be used for testing/development purposes only

You better use some "real" certificate, some of them are available for free
:)

On Sun, Jul 22, 2018 at 5:12 AM Alex Nyamweya 
wrote:

> Hello again,
>
> I'm sort of having an issue getting OpenMeetings to run on HTTPS securely.
> I followed the instructions on this link:
> https://openmeetings.apache.org/RTMPSAndHTTPS.html#_toc_self-signed_certificate
> and I was able to run it on port 5443. The problem is that it is not secure
> and I'm getting the following icon next to the URL name.
>
>
>
> I tried following the instructions under this:
> https://openmeetings.apache.org/RTMPSAndHTTPS.html#_toc_steps_for_client_machines
> (I'm only following step 2 since I have a Linux machine) but I'm confused
> by this step. How am I supposed to Add the ca.crt certificate as trusted
> into Chrome/Firefox if it used
>
> Also do I have to do this for every machine that wants to access this site?
>
> Thank you,
> Alex Nyamweya
>


-- 
WBR
Maxim aka solomax


OpenMeetings HTTPS Not Secure

2018-07-21 Thread Alex Nyamweya
Hello again,

I'm sort of having an issue getting OpenMeetings to run on HTTPS securely.
I followed the instructions on this link:
https://openmeetings.apache.org/RTMPSAndHTTPS.html#_toc_self-signed_certificate
and I was able to run it on port 5443. The problem is that it is not secure
and I'm getting the following icon next to the URL name.



I tried following the instructions under this:
https://openmeetings.apache.org/RTMPSAndHTTPS.html#_toc_steps_for_client_machines
(I'm only following step 2 since I have a Linux machine) but I'm confused
by this step. How am I supposed to Add the ca.crt certificate as trusted
into Chrome/Firefox if it used

Also do I have to do this for every machine that wants to access this site?

Thank you,
Alex Nyamweya


Re: Loading Problem

2018-07-21 Thread Alex Nyamweya
Ok problem solved. I'm having a different issue now but I'll make another
post about it.

On Sat, Jul 21, 2018 at 5:39 AM, Alvaro  wrote:

> ...downloading the script again
>
>
>
> ..
>
>
>
>
> El sáb, 21-07-2018 a las 11:38 +0200, Alvaro escribió:
>
> Ok, Alex, it is solved.
>
> It was a git x265 version question, as told you.
>
> Please, now you can use the script newly.
>
> Alvaro
>
>
> 
>
>
> El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
>
> No Alex, 've dont change anything in the script. But is truth
> that yesterday works right and today not.
>
> Must be changed something in the git.
> Now am working about it.
>
> Will tell you when get the solution.
>
>
> Alvaro
>
> ..
>
>
> El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
>
> Hello,
>
> Did you change the script again? Now when I try running ffmpeg_centos7.sh
> according to the installation instructions. It's not creating the ffmpeg
> file.
>
>
> ERROR: x265 not found using pkg-config
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as this
> will help
> solve the problem.
> cp: cannot stat ‘ffmpeg’: No such file or directory
> cp: cannot stat ‘ffprobe’: No such file or directory
> ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such file or
> directory
> cp: cannot stat ‘x265’: No such file or directory
> FFmpeg Compilation is Finished!
>
>
> On Sat, Jul 21, 2018 at 2:43 AM, Alvaro  wrote:
>
> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> 
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro  wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> /guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro  wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> ---
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> /guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> 
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no 

RE: Device list problem

2018-07-21 Thread Coscend@OM
Dear Ludovic and Dan,



The dropdown device list remains blank when the browser cannot connect to the 
active device drivers in the OS properly before loading the page.



Solution to this issue:

· Reload the browser.

· Restart the computer.



Better solution:  Connect the mic, speaker and webcam to the computer before 
turning on the power of the computer.  This issue will not occur.



Thank you.



Sincerely,



Hemant K. Sabat

www.Coscend.com 

--

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, 
Telepresence Services, on the fly…

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at:  
 
http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html









From: Daniel Ascher 
Sent: Saturday, July 21, 2018 7:25 AM
To: Openmeetings user-list 
Subject: Re: Device list problem



I saw the same issue yesterday with someone using a Macbook Air.  




On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER mailto:l...@laposte.net> > wrote:

Hello,

When I open the settings to activate my mwebcam or mic, sometimes the device 
list is blank. For webcam it displays the 1st line and then an other blank line 
and for mic the 1st line and then 2 or 3 blank lines.

I have seen this on Chrome with OpenMeetings Version 4.0.3.
It seems that this problem happens only the 1st time you set the webcam and mic 
for a user.

Have some of you the same problem ?

PS: Do you know when a version without Flash for Webcam and Mic communication 
will be released?

Regards,
Ludovic







--

Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640

Click here to schedule a phone call with me. 


Sign Up for A+ News and Test Prep Tips! 

 



---
This email has been checked for viruses by AVG.
https://www.avg.com


Saved whiteboard won't load back into whiteboard (using Macbook Air)

2018-07-21 Thread Daniel Ascher
Has anyone else seen this behavior?

Use saves whiteboard as a file. But then when he/she tries to reload it
into a whiteboard it won't load. This happened with a MacBook air using Mac
OS 10.9.x

Thanks. Dan

-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.

Sign Up for A+ News and Test Prep Tips!




Re: Device list problem

2018-07-21 Thread Daniel Ascher
I saw the same issue yesterday with someone using a Macbook Air.

On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER  wrote:

> Hello,
>
> When I open the settings to activate my mwebcam or mic, sometimes the
> device list is blank. For webcam it displays the 1st line and then an other
> blank line and for mic the 1st line and then 2 or 3 blank lines.
>
> I have seen this on Chrome with OpenMeetings Version 4.0.3.
> It seems that this problem happens only the 1st time you set the webcam
> and mic for a user.
>
> Have some of you the same problem ?
>
> PS: Do you know when a version without Flash for Webcam and Mic
> communication will be released?
>
> Regards,
> Ludovic
>



-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.

Sign Up for A+ News and Test Prep Tips!




Device list problem

2018-07-21 Thread Ludovic MESSINGER

Hello,

When I open the settings to activate my mwebcam or mic, sometimes the 
device list is blank. For webcam it displays the 1st line and then an 
other blank line and for mic the 1st line and then 2 or 3 blank lines.


I have seen this on Chrome with OpenMeetings Version     4.0.3.
It seems that this problem happens only the 1st time you set the webcam 
and mic for a user.


Have some of you the same problem ?

PS: Do you know when a version without Flash for Webcam and Mic 
communication will be released?


Regards,
Ludovic


Re: Loading Problem

2018-07-21 Thread Alvaro
...downloading the script again



..




El sáb, 21-07-2018 a las 11:38 +0200, Alvaro escribió:
> Ok, Alex, it is solved.
> It was a git x265 version question, as told you.
> Please, now you can use the script newly.
> Alvaro
> 
> 
> 
> El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
> > No Alex, 've dont change anything in the script. But is truththat
> > yesterday works right and today not.
> > Must be changed something in the git.Now am working about it.
> > Will tell you when get the solution.
> > 
> > Alvaro
> > ..
> > 
> > El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> > > Hello,
> > > Did you change the script again? Now when I try running
> > > ffmpeg_centos7.sh according to the installation instructions.
> > > It's not creating the ffmpeg file.
> > > 
> > > 
> > > ERROR: x265 not found using pkg-config
> > > If you think configure made a mistake, make sure you are using
> > > the latest
> > > version from Git.  If the latest version fails, report the
> > > problem to the
> > > ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on
> > > irc.freenode.net.
> > > Include the log file "ffbuild/config.log" produced by configure
> > > as this will help
> > > solve the problem.
> > > cp: cannot stat ‘ffmpeg’: No such file or directory
> > > cp: cannot stat ‘ffprobe’: No such file or directory
> > > ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> > > file or directory
> > > cp: cannot stat ‘x265’: No such file or directory
> > > FFmpeg Compilation is Finished!
> > > 
> > > 
> > > On Sat, Jul 21, 2018 at 2:43 AM, Alvaro 
> > > wrote:
> > > > ...and come back again to:
> > > > 
> > > > ...For what complicate to newbies about PATH?
> > > > 
> > > > ...Simply with my two commands added in the script
> > > > "ffmpeg_centos7.sh"
> > > > and in the ffmpeg web page, it are the same, there is no error
> > > > compilation.
> > > > 
> > > > 
> > > > .
> > > > 
> > > > 
> > > > 
> > > > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > I this case the PATH variable set incorrectly :(
> > > > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > > > 
> > > > > should be replaced with `/root/.local/bin:/root/bin`
> > > > > 
> > > > > I would update PATH instead of copiing files into /usr/bin
> > > > > It will make clean-up much easier :)
> > > > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro 
> > > > > wrote:
> > > > > > ...Maxim, use your imagination.So is better for you?:
> > > > > > [root@tosa guadal]# echo
> > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin
> > > > > > :/home/guadal/.local/bin:/home/guadal/bin
> > > > > > I don't build as 'guadal', i build as root.Please, take a
> > > > > > look the attached picture.
> > > > > > 
> > > > > > ..
> > > > > > 
> > > > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hmm,
> > > > > > > now I'm a little bit confused
> > > > > > > According to your messages you are building as `guadal`
> > > > > > > user, but binaries are in /root/bin, which mean they were
> > > > > > > built by user `root`
> > > > > > > This sounds not good
> > > > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro  > > > > > > m> wrote:
> > > > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > > > Alvarp
> > > > > > > > 
> > > > > > > > ---El vie, 20-07-2018 a las 15:29
> > > > > > > > +0200, Alvaro escribió:
> > > > > > > > > The PATH variable in Centos 7 is:
> > > > > > > > > [guadal@tosa ~]$ echo
> > > > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/us
> > > > > > > > > r/sbin:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > > > mostsimple...if works right.
> > > > > > > > > For what complicate to newbies about PATH?They will
> > > > > > > > > ask: 
> > > > > > > > > what is PATH environment?where is this?can i
> > > > > > > > > modifycate it?how to do it?
> > > > > > > > > All these questions are unneccessary (for the theme
> > > > > > > > > we aretalking about).Simply with my two commands
> > > > > > > > > added in the script "ffmpeg_centos7.sh"and in the
> > > > > > > > > ffmpeg  web page, it are the same, there is no error
> > > > > > > > > compilation.
> > > > > > > > > Thanks anyway.
> > > > > > > > > Alvaro
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > > > $HOME/bin
> > > > > > > > > > /use/local/bin
> > 

Re: Loading Problem

2018-07-21 Thread Alvaro
Ok, Alex, it is solved.

It was a git x265 version question, as told you.

Please, now you can use the script newly.

Alvaro





El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
> No Alex, 've dont change anything in the script. But is truththat
> yesterday works right and today not.
> Must be changed something in the git.Now am working about it.
> Will tell you when get the solution.
> 
> Alvaro
> ..
> 
> El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> > Hello,
> > Did you change the script again? Now when I try running
> > ffmpeg_centos7.sh according to the installation instructions. It's
> > not creating the ffmpeg file.
> > 
> > 
> > ERROR: x265 not found using pkg-config
> > If you think configure made a mistake, make sure you are using the
> > latest
> > version from Git.  If the latest version fails, report the problem
> > to the
> > ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on
> > irc.freenode.net.
> > Include the log file "ffbuild/config.log" produced by configure as
> > this will help
> > solve the problem.
> > cp: cannot stat ‘ffmpeg’: No such file or directory
> > cp: cannot stat ‘ffprobe’: No such file or directory
> > ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> > file or directory
> > cp: cannot stat ‘x265’: No such file or directory
> > FFmpeg Compilation is Finished!
> > 
> > 
> > On Sat, Jul 21, 2018 at 2:43 AM, Alvaro  wrote:
> > > ...and come back again to:
> > > 
> > > ...For what complicate to newbies about PATH?
> > > 
> > > ...Simply with my two commands added in the script
> > > "ffmpeg_centos7.sh"
> > > and in the ffmpeg web page, it are the same, there is no error
> > > compilation.
> > > 
> > > 
> > > .
> > > 
> > > 
> > > 
> > > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > > I this case the PATH variable set incorrectly :(
> > > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > > 
> > > > should be replaced with `/root/.local/bin:/root/bin`
> > > > 
> > > > I would update PATH instead of copiing files into /usr/bin
> > > > It will make clean-up much easier :)
> > > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro 
> > > > wrote:
> > > > > ...Maxim, use your imagination.So is better for you?:
> > > > > [root@tosa guadal]# echo
> > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> > > > > home/guadal/.local/bin:/home/guadal/bin
> > > > > I don't build as 'guadal', i build as root.Please, take a
> > > > > look the attached picture.
> > > > > 
> > > > > ..
> > > > > 
> > > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hmm,
> > > > > > now I'm a little bit confused
> > > > > > According to your messages you are building as `guadal`
> > > > > > user, but binaries are in /root/bin, which mean they were
> > > > > > built by user `root`
> > > > > > This sounds not good
> > > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro 
> > > > > > wrote:
> > > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > > Alvarp
> > > > > > > 
> > > > > > > ---El vie, 20-07-2018 a las 15:29
> > > > > > > +0200, Alvaro escribió:
> > > > > > > > The PATH variable in Centos 7 is:
> > > > > > > > [guadal@tosa ~]$ echo
> > > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/
> > > > > > > > sbin:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > > mostsimple...if works right.
> > > > > > > > For what complicate to newbies about PATH?They will
> > > > > > > > ask: 
> > > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > > it?how to do it?
> > > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > > page, it are the same, there is no error compilation.
> > > > > > > > Thanks anyway.
> > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > 
> > > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > > escribió:
> > > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > > $HOME/bin
> > > > > > > > > /use/local/bin
> > > > > > > > > /use/bin
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > WBR, Maxim
> > > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro  > > > > > > > > m> wrote:
> > > > > > > > > > Ok, Thanks.
> > > > > > > > > > The question is that in Centos repos the versions
> > > > > > > > > > are prior to the necessary.
> > > > > > > 

Re: Loading Problem

2018-07-21 Thread Alvaro
No Alex, 've dont change anything in the script. But is truththat
yesterday works right and today not.
Must be changed something in the git.Now am working about it.
Will tell you when get the solution.

Alvaro
..

El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> Hello,
> Did you change the script again? Now when I try running
> ffmpeg_centos7.sh according to the installation instructions. It's
> not creating the ffmpeg file.
> 
> 
> ERROR: x265 not found using pkg-config
> If you think configure made a mistake, make sure you are using the
> latest
> version from Git.  If the latest version fails, report the problem to
> the
> ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on
> irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as
> this will help
> solve the problem.
> cp: cannot stat ‘ffmpeg’: No such file or directory
> cp: cannot stat ‘ffprobe’: No such file or directory
> ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> file or directory
> cp: cannot stat ‘x265’: No such file or directory
> FFmpeg Compilation is Finished!
> 
> 
> On Sat, Jul 21, 2018 at 2:43 AM, Alvaro  wrote:
> > ...and come back again to:
> > 
> > ...For what complicate to newbies about PATH?
> > 
> > ...Simply with my two commands added in the script
> > "ffmpeg_centos7.sh"
> > and in the ffmpeg web page, it are the same, there is no error
> > compilation.
> > 
> > 
> > .
> > 
> > 
> > 
> > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > I this case the PATH variable set incorrectly :(
> > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > 
> > > should be replaced with `/root/.local/bin:/root/bin`
> > > 
> > > I would update PATH instead of copiing files into /usr/bin
> > > It will make clean-up much easier :)
> > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro 
> > > wrote:
> > > > ...Maxim, use your imagination.So is better for you?:
> > > > [root@tosa guadal]# echo
> > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/ho
> > > > me/guadal/.local/bin:/home/guadal/bin
> > > > I don't build as 'guadal', i build as root.Please, take a look
> > > > the attached picture.
> > > > 
> > > > ..
> > > > 
> > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hmm,
> > > > > now I'm a little bit confused
> > > > > According to your messages you are building as `guadal` user,
> > > > > but binaries are in /root/bin, which mean they were built by
> > > > > user `root`
> > > > > This sounds not good
> > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro 
> > > > > wrote:
> > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > Alvarp
> > > > > > 
> > > > > > ---El vie, 20-07-2018 a las 15:29
> > > > > > +0200, Alvaro escribió:
> > > > > > > The PATH variable in Centos 7 is:
> > > > > > > [guadal@tosa ~]$ echo
> > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sb
> > > > > > > in:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > mostsimple...if works right.
> > > > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > it?how to do it?
> > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > page, it are the same, there is no error compilation.
> > > > > > > Thanks anyway.
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > $HOME/bin
> > > > > > > > /use/local/bin
> > > > > > > > /use/bin
> > > > > > > > 
> > > > > > > > 
> > > > > > > > WBR, Maxim
> > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro 
> > > > > > > > wrote:
> > > > > > > > > Ok, Thanks.
> > > > > > > > > The question is that in Centos repos the versions are
> > > > > > > > > prior to the necessary.
> > > > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > > > compilation need 2.13 minimum. The best of Ubuntu is
> > > > > > > > > that update the versions paquets verysoon.
> > > > > > > > > Following the ffmpeg web step by step gives more than
> > > > > > > > > one error, but withmy two commands added is no error.
> > > > > > > > > 
> > > > > > > > > ..
> > > > > > > > > 
> > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > 

Re: Loading Problem

2018-07-21 Thread Alvaro
...Ok, Maxim, For me this loop discussion is finished.
Thanks anyway
Alvaro

El sáb, 21-07-2018 a las 14:11 +0700, Maxim Solodovnik escribió:
> ...For what complicate to newbies about PATH?
> 
> ...Simply with my two commands added in the script
> "ffmpeg_centos7.sh"
> 
> I believe for newbies it is the same :)
> 
> I have modified script as follows: 
> cp /root/bin/nasm /usr/bin
> cp /root/bin/yasm /usr/bin
> 
> Instead of adding above 2 lines, you can add one:
> export PATH=/root/.local/bin:/root/bin:${PATH}
> 
> and everything should work as expected
> I'm using /usr/local/bin instead of ${HOME}/bin, since /usr/local/bin
> is easier to clean and it is available for all users in the system
> ...
> On Sat, Jul 21, 2018 at 1:43 PM Alvaro  wrote:
> > ...and come back again to:
> > ...For what complicate to newbies about PATH?...Simply with my
> > two commands added in the script "ffmpeg_centos7.sh"and in the
> > ffmpeg web page, it are the same, there is no error compilation.
> > 
> > .
> > 
> > 
> > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > I this case the PATH variable set incorrectly :(
> > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > 
> > > should be replaced with `/root/.local/bin:/root/bin`
> > > 
> > > I would update PATH instead of copiing files into /usr/bin
> > > It will make clean-up much easier :)
> > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro 
> > > wrote:
> > > > ...Maxim, use your imagination.So is better for you?:
> > > > [root@tosa guadal]# echo
> > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/ho
> > > > me/guadal/.local/bin:/home/guadal/bin
> > > > I don't build as 'guadal', i build as root.Please, take a look
> > > > the attached picture.
> > > > 
> > > > ..
> > > > 
> > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hmm,
> > > > > now I'm a little bit confused
> > > > > According to your messages you are building as `guadal` user,
> > > > > but binaries are in /root/bin, which mean they were built by
> > > > > user `root`
> > > > > This sounds not good
> > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro 
> > > > > wrote:
> > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > Alvarp
> > > > > > 
> > > > > > ---El vie, 20-07-2018 a las 15:29
> > > > > > +0200, Alvaro escribió:
> > > > > > > The PATH variable in Centos 7 is:
> > > > > > > [guadal@tosa ~]$ echo
> > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sb
> > > > > > > in:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > mostsimple...if works right.
> > > > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > it?how to do it?
> > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > page, it are the same, there is no error compilation.
> > > > > > > Thanks anyway.
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > 
> > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > $HOME/bin
> > > > > > > > /use/local/bin
> > > > > > > > /use/bin
> > > > > > > > 
> > > > > > > > 
> > > > > > > > WBR, Maxim
> > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro 
> > > > > > > > wrote:
> > > > > > > > > Ok, Thanks.
> > > > > > > > > The question is that in Centos repos the versions are
> > > > > > > > > prior to the necessary.
> > > > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > > > compilation need 2.13 minimum. The best of Ubuntu is
> > > > > > > > > that update the versions paquets verysoon.
> > > > > > > > > Following the ffmpeg web step by step gives more than
> > > > > > > > > one error, but withmy two commands added is no error.
> > > > > > > > > 
> > > > > > > > > ..
> > > > > > > > > 
> > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Hello Alvaro,
> > > > > > > > > > I would say these steps 
> > > > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm
> > > > > > > > > > /usr/bin
> > > > > > > > > > are seems to be no necessary 
> > > > > > > > > > /root/bin should be in the PATH and no additional
> > > > > > > > > > steps should be required 
> > > > > > > > > > 
> > > > > > > > > > I believe additional investigation is required here
> > > > 

Re: Red5-2 Script OM Not Running (Output Below)

2018-07-21 Thread Alex Nyamweya
I decided to reinstall the OS once again.

On Sat, Jul 21, 2018 at 12:59 AM, Maxim Solodovnik 
wrote:

> Is it accessible at same machine? (using `localhost` instead of
> `my-ip-address`)
> On Fri, Jul 20, 2018 at 9:24 PM Alex Nyamweya 
> wrote:
> >
> > On my phone I'm getting the address not reachable message.
> >
> > On Fri, Jul 20, 2018 at 10:15 AM, Alex Nyamweya 
> wrote:
> >>
> >> Yeah but when I go to http://:5080/openmeetings I get
> an ERR_CONNECTION_TIMED_OUT message.
> >>
> >>
> >> On Fri, Jul 20, 2018 at 4:11 AM, Maxim Solodovnik 
> wrote:
> >>>
> >>> According to this output OM is started and ready to use
> >>> On Fri, Jul 20, 2018 at 2:54 PM Alex Nyamweya 
> wrote:
> >>> >
> >>> > So I installed a new control panel on my server (ISPmanager) and now
> I can't connect to openmeetings. Here is the last bit of the output when I
> run the script /etc/init.d/red5-2 start.
> >>> >
> >>> > 
> 
> >>> > #  Openmeetings is up
>   #
> >>> > #  4.0.4 f1f4246 2018-05-23T02:52:39Z
>   #
> >>> > #   and ready to use
>#
> >>> > 
> 
> >>> >
> >>> > [INFO] [Loader:/openmeetings] org.quartz.impl.StdSchedulerFactory -
> Using default implementation for ThreadExecutor
> >>> > [INFO] [Loader:/openmeetings] org.quartz.core.SchedulerSignalerImpl
> - Initialized Scheduler Signaller of type: class org.quartz.core.
> SchedulerSignalerImpl
> >>> > [INFO] [Loader:/openmeetings] org.quartz.core.QuartzScheduler -
> Quartz Scheduler v.2.3.0 created.
> >>> > [INFO] [Loader:/openmeetings] org.quartz.simpl.RAMJobStore -
> RAMJobStore initialized.
> >>> > [INFO] [Loader:/openmeetings] org.quartz.core.QuartzScheduler -
> Scheduler meta-data: Quartz Scheduler (v2.3.0) 'org.springframework.
> scheduling.quartz.SchedulerFactoryBean#0' with instanceId 'NON_CLUSTERED'
> >>> >   Scheduler class: 'org.quartz.core.QuartzScheduler' - running
> locally.
> >>> >   NOT STARTED.
> >>> >   Currently in standby mode.
> >>> >   Number of jobs executed: 0
> >>> >   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
> threads.
> >>> >   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
> support persistence. and is not clustered.
> >>> >
> >>> > [INFO] [Loader:/openmeetings] org.quartz.impl.StdSchedulerFactory -
> Quartz scheduler 
> 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0'
> initialized from an externally provided properties instance.
> >>> > [INFO] [Loader:/openmeetings] org.quartz.impl.StdSchedulerFactory -
> Quartz scheduler version: 2.3.0
> >>> > [INFO] [Loader:/openmeetings] org.quartz.core.QuartzScheduler -
> JobFactory set to: org.springframework.scheduling.quartz.
> AdaptableJobFactory@4d788a85
> >>> > [INFO] [Loader:/openmeetings] 
> >>> > org.springframework.context.support.DefaultLifecycleProcessor
> - Starting beans in phase 2147483647
> >>> > [INFO] [Loader:/openmeetings] org.quartz.core.QuartzScheduler -
> Scheduler org.springframework.scheduling.quartz.
> SchedulerFactoryBean#0_$_NON_CLUSTERED started.
> >>> > [INFO] [Loader:/openmeetings] 
> >>> > org.springframework.context.support.DefaultLifecycleProcessor
> - Starting beans in phase 2147483647
> >>> > DEBUG 07-20 03:44:33.918 o.a.o.s.q.s.ReminderJob:92
> [Bean#0_Worker-7] - Rss disabled by Admin
> >>> >
> >>>
> >>>
> >>> --
> >>> WBR
> >>> Maxim aka solomax
> >>
> >>
> >
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Loading Problem

2018-07-21 Thread Maxim Solodovnik
...For what complicate to newbies about PATH?

...Simply with my two commands added in the script "ffmpeg_centos7.sh"

I believe for newbies it is the same :)

I have modified script as follows:
cp /root/bin/nasm /usr/bin
cp /root/bin/yasm /usr/bin

Instead of adding above 2 lines, you can add one:
export PATH=/root/.local/bin:/root/bin:${PATH}

and everything should work as expected
I'm using /usr/local/bin instead of ${HOME}/bin, since /usr/local/bin is
easier to clean and it is available for all users in the system ...

On Sat, Jul 21, 2018 at 1:43 PM Alvaro  wrote:

> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> 
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro  wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro  wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> ---
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> 
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be required
> 
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> 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 compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>

Re: Loading Problem

2018-07-21 Thread Alex Nyamweya
Hello,

Did you change the script again? Now when I try running ffmpeg_centos7.sh
according to the installation instructions. It's not creating the ffmpeg
file.


ERROR: x265 not found using pkg-config
If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this
will help
solve the problem.
cp: cannot stat ‘ffmpeg’: No such file or directory
cp: cannot stat ‘ffprobe’: No such file or directory
./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such file or
directory
cp: cannot stat ‘x265’: No such file or directory
FFmpeg Compilation is Finished!


On Sat, Jul 21, 2018 at 2:43 AM, Alvaro  wrote:

> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> 
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro  wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro  wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> ---
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> 
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be required
> 
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> 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 compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh 

Re: Loading Problem

2018-07-21 Thread Alvaro
...and come back again to:
...For what complicate to newbies about PATH?...Simply with my two
commands added in the script "ffmpeg_centos7.sh"and in the ffmpeg web
page, it are the same, there is no error compilation.

.

El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> I this case the PATH variable set incorrectly :(
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> 
> should be replaced with `/root/.local/bin:/root/bin`
> 
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro  wrote:
> > ...Maxim, use your imagination.So is better for you?:
> > [root@tosa guadal]# echo
> > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/g
> > uadal/.local/bin:/home/guadal/bin
> > I don't build as 'guadal', i build as root.Please, take a look the
> > attached picture.
> > 
> > ..
> > 
> > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
> > > Hmm,
> > > now I'm a little bit confused
> > > According to your messages you are building as `guadal` user, but
> > > binaries are in /root/bin, which mean they were built by user
> > > `root`
> > > This sounds not good
> > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro 
> > > wrote:
> > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > ...can find it at the bottom page in "Attachments".
> > > > Alvarp
> > > > 
> > > > ---El vie, 20-07-2018 a las 15:29 +0200,
> > > > Alvaro escribió:
> > > > > The PATH variable in Centos 7 is:
> > > > > [guadal@tosa ~]$ echo
> > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> > > > > home/guadal/.local/bin:/home/guadal/bin
> > > > > Tecnically, as you know, the best way it is the
> > > > > mostsimple...if works right.
> > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > what is PATH environment?where is this?can i modifycate
> > > > > it?how to do it?
> > > > > All these questions are unneccessary (for the theme we
> > > > > aretalking about).Simply with my two commands added in the
> > > > > script "ffmpeg_centos7.sh"and in the ffmpeg  web page, it are
> > > > > the same, there is no error compilation.
> > > > > Thanks anyway.
> > > > > Alvaro
> > > > > 
> > > > > 
> > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > $HOME/bin
> > > > > > /use/local/bin
> > > > > > /use/bin
> > > > > > 
> > > > > > 
> > > > > > WBR, Maxim
> > > > > > (from mobile, sorry for the typos)
> > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro 
> > > > > > wrote:
> > > > > > > Ok, Thanks.
> > > > > > > The question is that in Centos repos the versions are
> > > > > > > prior to the necessary.
> > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > compilation need 2.13 minimum. The best of Ubuntu is that
> > > > > > > update the versions paquets verysoon.
> > > > > > > Following the ffmpeg web step by step gives more than one
> > > > > > > error, but withmy two commands added is no error.
> > > > > > > 
> > > > > > > ..
> > > > > > > 
> > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Hello Alvaro,
> > > > > > > > I would say these steps 
> > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > > > > > > are seems to be no necessary 
> > > > > > > > /root/bin should be in the PATH and no additional steps
> > > > > > > > should be required 
> > > > > > > > 
> > > > > > > > I believe additional investigation is required here
> > > > > > > > 
> > > > > > > > On Ubuntu there is no need to build this from sources,
> > > > > > > > it is available in package manager, is it true for
> > > > > > > > CentOS?
> > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro  > > > > > > > com> wrote:
> > > > > > > > > Hello, Maxim,
> > > > > > > > > I've edited the page:
> > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > somethingin wrong way?
> > > > > > > > > Thanks
> > > > > > > > > Alvaro
> > > > > > > > > -
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro  > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > Ok, now in the tutorial is OpenJava and no Oracle
> > > > > > > > > > > Java.
> > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > 

Re: Loading Problem

2018-07-21 Thread Maxim Solodovnik
I this case the PATH variable set incorrectly :(

these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`

should be replaced with `/root/.local/bin:/root/bin`

I would update PATH instead of copiing files into /usr/bin
It will make clean-up much easier :)

On Sat, Jul 21, 2018 at 1:15 PM Alvaro  wrote:

> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro  wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> ---
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> 
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be required
> 
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> 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 compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> 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:
>
> 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 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,
>
> 

Re: Loading Problem

2018-07-21 Thread Alvaro
...Maxim, use your imagination.So is better for you?:
[root@tosa guadal]# echo
$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guada
l/.local/bin:/home/guadal/bin
I don't build as 'guadal', i build as root.Please, take a look the
attached picture.

..

El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
> Hmm,
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro  wrote:
> > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > ...can find it at the bottom page in "Attachments".
> > Alvarp
> > 
> > ---El vie, 20-07-2018 a las 15:29 +0200, Alvaro
> > escribió:
> > > The PATH variable in Centos 7 is:
> > > [guadal@tosa ~]$ echo
> > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> > > /guadal/.local/bin:/home/guadal/bin
> > > Tecnically, as you know, the best way it is the mostsimple...if
> > > works right.
> > > For what complicate to newbies about PATH?They will ask: 
> > > what is PATH environment?where is this?can i modifycate it?how to
> > > do it?
> > > All these questions are unneccessary (for the theme we aretalking
> > > about).Simply with my two commands added in the script
> > > "ffmpeg_centos7.sh"and in the ffmpeg  web page, it are the same,
> > > there is no error compilation.
> > > Thanks anyway.
> > > Alvaro
> > > 
> > > 
> > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
> > > > Can you check PATH variable?On Ubuntu it contains:
> > > > $HOME/bin
> > > > /use/local/bin
> > > > /use/bin
> > > > 
> > > > 
> > > > WBR, Maxim
> > > > (from mobile, sorry for the typos)
> > > > On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:
> > > > > Ok, Thanks.
> > > > > The question is that in Centos repos the versions are prior
> > > > > to the necessary.
> > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > compilation need 2.13 minimum. The best of Ubuntu is that
> > > > > update the versions paquets verysoon.
> > > > > Following the ffmpeg web step by step gives more than one
> > > > > error, but withmy two commands added is no error.
> > > > > 
> > > > > ..
> > > > > 
> > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hello Alvaro,
> > > > > > I would say these steps 
> > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > > > > are seems to be no necessary 
> > > > > > /root/bin should be in the PATH and no additional steps
> > > > > > should be required 
> > > > > > 
> > > > > > I believe additional investigation is required here
> > > > > > 
> > > > > > On Ubuntu there is no need to build this from sources, it
> > > > > > is available in package manager, is it true for CentOS?
> > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro 
> > > > > > wrote:
> > > > > > > Hello, Maxim,
> > > > > > > I've edited the page:
> > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > Please, can you take a look and tell me if is somethingin
> > > > > > > wrong way?
> > > > > > > Thanks
> > > > > > > Alvaro
> > > > > > > -
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Thanks Alvaro!
> > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro  > > > > > > > .com> wrote:
> > > > > > > > > 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 and delete
> > > > > > > > > thesefolders before compile newly (run the commands):
> > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > rm -R /root/bin
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya
> > > > > > > > > escribió:
> > > > > > > > > > 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.
> >