Tag Archives: Openmeetings essentials

How to compile Openmeetings: an audio and video conferensing program for Linux (Part I)

Disclaimer: Remember that everything in this post is provided purely on educational purposes. If any harm should come to your system the author of this blog withdraws from any responsibility.

Openmeetings home page: http://openmeetings.apache.org/

Openmeetings is an audio and video conferensing program for Linux which provides a free alternative for similar software provided by Adobe and others. Openmeetings home page says that: “Openmeetings provides video conferencing, instant messaging, white board, collaborative document editing and other groupware tools using API functions of the Red5 Streaming Server for Remoting and Streaming.”

In this entry we will do the following steps to get the essential Openmeetings parts:

1  Compile Yasm modular assembler  from git. Yasm is needed by X264
2. Compile x264 from git.X264 is an advanced encoding library for creating H.264 (MPEG-4 AVC) video streams.
3. Compile VP8 from git. VP8 is a video codec.

Continue reading

How to compile Openmeetings: an audio and video conferensing program for Linux (Part 2)

If you are trying to build Openmeetings read the previous part of the guide first:https://www.techtimejourney.net/?p=875

Disclaimer: Remember that everything in this post is provided purely on educational purposes. If any harm should come to your system the author of this website withdraws from any responsibility. Also you should be noted that in case of Ffmpeg different codes of conduct may be applied to the usage of the Ffmpeg depending on your location. Continue reading