Hello,
File "Installation OpenMeetings 4.0.0 on Ubuntu 16.04 LTS.pdf" starting
from
---
..copy and paste
from here
:
# FFmpeg compilation for Ubuntu and Debian.
# Alvaro Bustos. Thanks to Hunter.
# Updated 5-11-2017
sudo apt-get update
sudo apt-get -y --force-yes install autoconf automake build-essential
libass-dev libfreetype6-dev
libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev
libxcb1-dev libxcb-shm0-
dev libxcb-xfixes0-dev pkg-config texi2html zlib1g-dev mercurial cmake
...
---
and further, two problems here:
(1) This blob of commands doesn't result with an installed ffmpeg. It
has never worked for me. I reported this 6+ months ago and we're still
there.
(2) According to https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
this is now as simple as
$apt-get install ffmpeg
and apparently it would apply to Debian as well as other versions of
Ubuntu, I haven't tested Debian though.
So please update the tutorials finally.
Yuriy