Giter Site home page Giter Site logo

fossabot / mediaserver-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from restcomm/mediaserver-docker

0.0 1.0 0.0 19 KB

Docker Image for RestComm Media Server at https://github.com/RestComm/mediaserver

License: GNU Affero General Public License v3.0

Shell 100.00%

mediaserver-docker's Introduction

Restcomm MediaServer docker container

FOSSA Status

Restcomm mediaserver repo - https://github.com/RestComm/mediaserver

###Supported env variables

  1. To modify properties in server-beans.xml you can use the following template PROPERTY_<xmlresource>_<propname>. Example: PROPERTY_media_lowestPort, PROPERTY_media_highestPort

  2. if you run docker container with --net=host you should setup USE_HOST_NETWORK=true. in this case mediserver will be bound to eth0 ip address

  3. LOG_LEVEL - you can specify log4j log level

  4. To modify resource pool size you can use the following template RESOURCE_<recourcename>. Example: RESOURCE_dtmfDetector, RESOURCE_recorder

Run command example

docker run --net host -d \
  --name restcomm-mediaserver \
  -e PROPERTY_media_lowestPort=64000 \
  -e PROPERTY_media_highestPort=65500 \
  -e USE_HOST_NETWORK=true \
  -it restcomm-mediaserver 

Log4j configuration

To override log4j config you can mount own log4j.xml file.

-v $PWD/conf/log4j.xml:/opt/restcomm-media-server/conf/log4j.xml

License

FOSSA Status

mediaserver-docker's People

Contributors

deruelle avatar fossabot avatar hamsterksu avatar hrosa avatar

Watchers

 avatar

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.