Re: Problem with x264 compile

2018-07-15 Thread Maxim Solodovnik
Hello All,

ffmpeg compilation is required (otherwise mp4 conversion will not work
due to missing fdk-aac support)

According to x265 cloning: can you use some VPN? there are free VPNs
available, and there should not too much traffic ...
Alternatively you can manually download sources:
https://bitbucket.org/multicoreware/x265/downloads/
On Thu, Jul 5, 2018 at 5:43 PM  wrote:
>
> If you just install from the Ubuntu repository then you do not need to do the 
> compile section in the instructions.  Everything is already compiled in the 
> installable package.
>
>
>
> From: Siovel Rodriguez [mailto:siove...@gmail.com]
> Sent: Wednesday, July 4, 2018 10:36 PM
> To: user@openmeetings.apache.org
> Subject: Re: Problem with x264 compile
>
>
>
> Hello Alvaro and Aaron.hepp, thanks for your answers. It is possible then 
> that it could be because I am behind a proxy or because some URLs are blocked 
> for Cuba. For example, this instruction in the script can not be executed 
> either
> hg clone https://bitbucket.org/multicoreware/x265
>
> Is there any other variant to get x265?
>
> Greetings and many thanks
>
>
>
> El mié., 4 jul. 2018 a las 10:18, Alvaro () escribió:
>
> Right now i've finished compile ffmpeg
> on Ubuntu 16.04 following the tutorial
> that reference to ffmpeg-ubuntu-debian.sh
> script, and works as expected.
>
> This is without modify anything in the
> script.
>
>
>
> El mié, 04-07-2018 a las 01:35 -0400, Siovel Rodriguez escribió:
> > Hi, I am trying to install OpenMeetings 4.04 in Ubuntu 16.04, but
> > I have a problem with the script ffmpeg-ubuntu-debian.sh
> >
> > In the lines:
> > cd x264-*/
> > PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --
> > bindir="$HOME/bin" --enable-static --disable-opencl &&
> > PATH="$HOME/bin:$PATH" make && sudo make install && make distclean;
> > cd ..
> >
> > The output is:
> > Found no assembler
> > Minimum version is nasm-2.13
> > If you really want to compile without asm, configure with --disable-
> > asm.
> >
> > what should I do? add --disable-asm option or is something that I
> > lack for the complication ?
> >
> > Regards,
> >
> >
> >
> >



-- 
WBR
Maxim aka solomax


RE: Problem with x264 compile

2018-07-05 Thread aaron.hepp
If you just install from the Ubuntu repository then you do not need to do the 
compile section in the instructions.  Everything is already compiled in the 
installable package.

 

From: Siovel Rodriguez [mailto:siove...@gmail.com] 
Sent: Wednesday, July 4, 2018 10:36 PM
To: user@openmeetings.apache.org
Subject: Re: Problem with x264 compile

 

Hello Alvaro and Aaron.hepp, thanks for your answers. It is possible then that 
it could be because I am behind a proxy or because some URLs are blocked for 
Cuba. For example, this instruction in the script can not be executed either
hg clone https://bitbucket.org/multicoreware/x265

Is there any other variant to get x265?

Greetings and many thanks

 

El mié., 4 jul. 2018 a las 10:18, Alvaro (mailto:zurca...@gmail.com> >) escribió:

Right now i've finished compile ffmpeg
on Ubuntu 16.04 following the tutorial
that reference to ffmpeg-ubuntu-debian.sh
script, and works as expected.

This is without modify anything in the
script.



El mié, 04-07-2018 a las 01:35 -0400, Siovel Rodriguez escribió:
> Hi, I am trying to install OpenMeetings 4.04 in Ubuntu 16.04, but 
> I have a problem with the script ffmpeg-ubuntu-debian.sh
> 
> In the lines:
> cd x264-*/
> PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --
> bindir="$HOME/bin" --enable-static --disable-opencl &&
> PATH="$HOME/bin:$PATH" make && sudo make install && make distclean;
> cd ..
> 
> The output is:
> Found no assembler
> Minimum version is nasm-2.13
> If you really want to compile without asm, configure with --disable-
> asm.
> 
> what should I do? add --disable-asm option or is something that I
> lack for the complication ?
> 
> Regards,
> 
> 
> 
> 



RE: Problem with x264 compile

2018-07-04 Thread aaron.hepp
I have never had a problem just running the built ffmpeg out of the repository. 
 The output below is from a clean server just to show which packages will be 
installed.

 

aahepp@ubuntu-server:~$ sudo apt-get install ffmpeg

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following additional packages will be installed:

  libavdevice57 libsdl2-2.0-0

Suggested packages:

  ffmpeg-doc

The following NEW packages will be installed:

  ffmpeg libavdevice57 libsdl2-2.0-0

0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.

Need to get 2,040 kB of archives.

After this operation, 3,824 kB of additional disk space will be used.

 

From: Siovel Rodriguez [mailto:siove...@gmail.com] 
Sent: Wednesday, July 4, 2018 1:36 AM
To: user@openmeetings.apache.org
Subject: Problem with x264 compile

 

Hi, I am trying to install OpenMeetings 4.04 in Ubuntu 16.04, but 

I have a problem with the script ffmpeg-ubuntu-debian.sh

 

In the lines:

cd x264-*/

PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" 
--bindir="$HOME/bin" --enable-static --disable-opencl && PATH="$HOME/bin:$PATH" 
make && sudo make install && make distclean; cd ..

 

The output is:

Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with --disable-asm.

 

what should I do? add --disable-asm option or is something that I lack for the 
complication ?

 

Regards,