GithubHelp home page GithubHelp logo

opensight / janus-cloudroom Goto Github PK

View Code? Open in Web Editor NEW
12.0 6.0 4.0 472 KB

a videoconferencing SFU plugin of Janus, which can mix all AV streams and re-publish it to another media server. But now, it's under development (unfinished)

License: GNU Affero General Public License v3.0

Makefile 7.21% Shell 45.69% M4 0.62% HTML 1.12% JavaScript 5.03% C 40.33%

janus-cloudroom's Introduction

janus-mixroom

janus-mixroom is a videoconferencing SFU plugin of Janus, which can mix all AV streams in a room and re-publish it to another media server. It's derived from the official videoroom plugin, so that it owns almost the same interfaces with videoroom, and the new stream mix interface as well. In addition to videoconferencing SFU like video room, Janus-mixroom also implements the functions of stream decoding, mixing, encoding and re-publishing based on FFmpeg 2.8.x(http://ffmpeg.org/).

this project is under development now, it's unfinished. don't used me.

Dependencies

To install it, you'll need to satisfy the following dependencies:

  • Janus
  • FFmpeg (2.8.x version must be used, API of later version has been changed)

Compile

After install the dependencies successfully, configure and compile as usual to start the whole compilation process:

./configure --prefix=/opt/janus
make
make install

where prefix parameter must be the same with the Janus core configuration, otherwise, compilation would failed.

Since Janus-mixroom requires configuration files like other Janus plugin, you'll probably also want to install the default configuration files to use, which you can do this way:

make configs

Remember to only do this once, or otherwise a subsequent make configs will overwrite any configuration file you may have modified in themeanwhile.

Configure and start

you can edit the config file for this plugin before start Janus, which locates at:

<installdir>/etc/janus/janus.plugin.mixroom.jcfg

After that, you can start the Janus server like usual, this mixroom plugin would be loaded automatically.

janus-cloudroom's People

Contributors

jamken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

janus-cloudroom's Issues

hello

介绍有说janus-mixroom also implements the functions of stream decoding, mixing, encoding and re-publishing based on FFmpeg 实现了mix功能 代码没有看到ffmpeg相关呢。。。

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.