GithubHelp home page GithubHelp logo

tribemedia / kurento-media-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kurento/kurento-media-server

0.0 5.0 0.0 3.63 MB

Kurento media server

License: GNU Lesser General Public License v2.1

Shell 0.81% Makefile 0.02% C++ 99.17%

kurento-media-server's Introduction

Copyright © 2013 Kurento. Licensed under LGPL License.

kurento-media-server

Kurento Media Server

Kurento Media Server: Kurento Media Server processes audio and video streams, doing composable pipeline-based processing of media.

Compilation instructions

First you need to install dependencies, there are various ways, here we describe one that is pretty simple and automated:

  sudo add-apt-repository ppa:kurento/kurento
  sudo apt-add-repository http://ubuntu.kurento.org
  wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
  sudo apt-get update
  sudo apt-get install $(cat debian/control | sed -e "s/$/\!\!/g" | tr -d '\n' | sed "s/\!\! / /g" | sed "s/\!\!/\n/g" | grep "Build-Depends" | sed "s/Build-Depends: //g" | sed "s/([^)]*)//g" | sed "s/, */ /g")

Then you can compile the server, just execute:

  mkdir -p build
  cd build
  cmake ..
  make -j4

If you want to create a debian package you can execute:

  sudo apt-get install devscripts
  git submodule update --init --recursive
  debuild -us -uc

Debian packages will be created on parent directory.

Binary distribution

This software is distributed as debian packages, you can find stable releases here:

https://launchpad.net/~kurento/+archive/ubuntu/kurento

To install just execute:

  sudo apt-get install software-properties-common # To install add-apt-repository tool
  sudo add-apt-repository ppa:kurento/kurento
  sudo apt-get update
  sudo apt-get install kurento-server

You can also find current development version at:

http://ubuntu.kurento.org/pool/main/k/kurento-media-server/

To install packages from unstable repository you need to execute:

  sudo apt-get install software-properties-common # To install add-apt-repository tool
  # Ppa is also required for gstreamer packages updates
  sudo add-apt-repository ppa:kurento/kurento
  sudo apt-add-repository http://ubuntu.kurento.org
  wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
  sudo apt-get update
  sudo apt-get install kurento-media-server

Source

The source code of this project can be cloned from the GitHub Repository. Code for other Kurento projects can be found in the GitHub Kurento Group.

News and Website

Information about Kurento can be found on our website. Follow us on Twitter @kurentoms.

kurento-media-server's People

Contributors

breakingpitt avatar dfernandezlop avatar franriv avatar igracia avatar jcaden avatar jmengual avatar mparis avatar sancane avatar sgala avatar

Watchers

 avatar  avatar  avatar  avatar  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.