Skip to content
Xavier Carol edited this page Feb 26, 2015 · 48 revisions

Environment

The environment requirements to correctly install and deploy liveMediaStreamer.

  • Ubuntu 14.04 x64
  • g++4.8 compiler
  • It is highly recommended to uninstall apt versions of:
    • libavutil, libavformat, libavcodec, libavfilter, libavdevice, libswscale, libavresample
    • liblivemedia-dev

NOTE: default (and recommended) installation path is /usr/local/

Third-party libraries

Download the i2CAT_dependencies and untar to /usr/local.

liveMediaStreamer Let's say you untared i2CAT_dependencies to /home/user/i2CAT_dependencies

git clone https://github.com/ua-i2cat/livemediastreamer.git
cd livemediastreamer
./autogen.sh  --with-livemedia=/home/user/i2CAT_dependencies/ --with-ffmpeg=/home/user/i2CAT_dependencies/
LD_LIBRARY_PATH=/home/user/i2CAT_dependencies/lib make
sudo make install

You can now follow up with the Deployment-guide

Clone this wiki locally