-
Notifications
You must be signed in to change notification settings - Fork 66
Setup guide
Xavier Carol edited this page Feb 26, 2015
·
48 revisions
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/
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