Git Product home page Git Product logo

imsmrf's Introduction

Build & Install Media Server

Build Dependencies Make sure that you have built /installed all of the following libraries before building Media Server

  • ibsndfile: Library for Reading and Writing Sound Files
  • libutil: UTIL Library
  • libamps: AMPS (Asynchronous Middleware for Protocol Servers) Library
  • libsipstack: SIP Stack Library
  • libsdpparser: SDP Parsing Library
  • libdnsresolver: DNS Resolver Library
  • glib2: Glib Library
  • libxml2: Library providing XML and HTML support Get Source Code mkdir imsmrf git clone https://github.com/inamkhosa/imsmrf.git Compile and Install

cd imsmrf

./autogen.sh --prefix=/usr –datarootdir=/etc

For debugging with gdb, following command may be used:

./autogen.sh --prefix=/usr --datarootdir=/etc --enable-debug=yes

For release compilation, following command may be used:

./autogen.sh --prefix=/usr --datarootdir=/etc --enable-debug=no --enable-opt=8

make

make install

Note: If –prefix and –datarootdir are not given then HSS will install to default directories. Default directories for installation are /usr/local/bin for binary files , /usr/local/lib for libraries and /usr/local/hss for configuration files.

Note: if you use different directories for installation rather than default directories then you should add you binary file path to environment variable PATH and libraries file to environment variable LD_LIBRARY_PATH. Configure Media Server The configuration file config.xml is used to provide the configuration options for running the Media Server application. The default path for installation of this configuration file is /etc/ms-{version}. #vi /etc/ms-{version}/config.xml Change the IPs and Ports to reflect to your system IP and Port. Start Media Server The name of application installed for executing the Media Server is 'ms'. In Linux the default path for its installation is /usr/local/bin. Use the following command for starting the Media Server: #ms

imsmrf is licensed under Creative Common License (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).

You can look at https://creativecommons.org/licenses/by-nc-sa/4.0/ for non-commercial usage.

imsmrf's People

Contributors

inamkhosa avatar

Stargazers

ik5 avatar Lansiz avatar

Watchers

 avatar Surendra Paddala avatar

Forkers

sulemantech

imsmrf's Issues

error install

Hi,
I try to install but got this problem when i run " ./autogen.sh --prefix=/usr --datarootdir=/etc"
"checking for AMPS_Init in -lamps... no
configure: error: AMPS library not found"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.