Giter Club home page Giter Club logo

kurentoexample's Introduction

Copyright © 2013-2016 Kurento. Licensed under LGPL v2.1 License.

kurento-composite-call

Kurento JavaScript Tutorial: WebRTC group composite call.

Running this tutorial

In order to run this tutorial, please read the following instructions.

git clone https://github.com/srigaurav1986/KurentoExample.git
cd KurentoExample
npm install
npm start

If you have problems installing any of the dependencies, please remove them and clean the npm cache, and try to install them again:

rm -r node_modules
npm cache clean

Access the application connecting to the URL http://localhost:8080/ through a WebRTC capable browser (Chrome, Firefox).

Note

These instructions work only if Kurento Media Server is up and running in the same machine than the tutorial. Steps to run KMS 6.0 on Ubuntu 14.04 are :

echo "deb http://ubuntu.kurento.org trusty kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install kurento-media-server-6.0

However, it is possible to locate the KMS in other machine simple adding the argument ws_uri to the npm execution command, as follows:

npm start -- --ws_uri=ws://kms_host:kms_host:kms_port/kurento In this case you need to use npm version 2. To update it you can use this command:

sudo npm install npm -g

What is Kurento

Kurento is an open source software project providing a platform suitable for creating modular applications with advanced real-time communication capabilities. For knowing more about Kurento, please visit the Kurento project website: http://www.kurento.org.

Kurento is part of FIWARE. For further information on the relationship of FIWARE and Kurento check the Kurento FIWARE Catalog Entry

Kurento is part of the NUBOMEDIA research initiative.

Documentation

The Kurento project provides detailed documentation including tutorials, installation and development guides. A simplified version of the documentation can be found on readthedocs.org. The Open API specification a.k.a. Kurento Protocol is also available on apiary.io.

Source

Code for other Kurento projects can be found in the GitHub Kurento Group.

News and Website

Check the Kurento blog Follow us on Twitter @kurentoms.

Issue tracker

Issues and bug reports should be posted to the GitHub Kurento bugtracker

Licensing and distribution

Software associated to Kurento is provided as open source under GNU Library or "Lesser" General Public License, version 2.1 (LGPL-2.1). Please check the specific terms and conditions linked to this open source license at http://opensource.org/licenses/LGPL-2.1. Please note that software derived as a result of modifying the source code of Kurento software in order to fix a bug or incorporate enhancements is considered a derivative work of the product. Software that merely uses or aggregates (i.e. links to) an otherwise unmodified version of existing software is not considered a derivative work.

Contribution policy

You can contribute to the Kurento community through bug-reports, bug-fixes, new code or new documentation. For contributing to the Kurento community, drop a post to the Kurento Public Mailing List providing full information about your contribution and its value. In your contributions, you must comply with the following guidelines

  • You must specify the specific contents of your contribution either through a detailed bug description, through a pull-request or through a patch.
  • You must specify the licensing restrictions of the code you contribute.
  • For newly created code to be incorporated in the Kurento code-base, you must accept Kurento to own the code copyright, so that its open source nature is guaranteed.
  • You must justify appropriately the need and value of your contribution. The Kurento project has no obligations in relation to accepting contributions from third parties.
  • The Kurento project leaders have the right of asking for further explanations, tests or validations of any code contributed to the community before it being incorporated into the Kurento code-base. You must be ready to addressing all these kind of concerns before having your code approved.

Support

The Kurento project provides community support through the Kurento Public Mailing List and through StackOverflow using the tags kurento and fiware-kurento.

Before asking for support, please read first the Kurento Netiquette Guidelines

kurentoexample's People

Contributors

srigaurav1986 avatar

Stargazers

George Bach avatar Roman Romanenko avatar Ajendra Singh avatar  avatar Leo Soares avatar Prashant avatar  avatar Jason Ashby avatar UMUT ÇETİNKAYA avatar FreeFly avatar AZZEDDINE BENEKA avatar  avatar  avatar

Watchers

James Cloos avatar Nick Smit avatar  avatar

kurentoexample's Issues

SSL Example

Hi there,

Chrome now requires WebRTC to use SSL in order to share camera, mic, etc. The only way to run this example at the moment is on localhost.

Would it be possible for you to provide a version that supports SSL?

getting error

Hi,

I visited issue at jehervy/kurento-composite-node-example#2

And as per your comment I run your code, but facing one issue when I click on start button for recording it is giving me error.

I have attached screenshot. Can you help me to solve issue?

kurento error

Failed at the [email protected] start script 'node serve

Hullo, thank you for your great web app.
at first i was it was able to run with 3 connected users..
but currently it is failing when i try to add the second person.... the app just crashes...in the node process.
these are errors i get.
argv "node" "/usr/bin/npm" "start"
npm ERR! node v0.10.41
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node server.js
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script 'node server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the kurento-composite-call package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs kurento-composite-call
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls kurento-composite-call
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/goldsoft25/Desktop/NodeJS/kurento-tutorial-node-master/KurentoExample/npm-debug.log

This code does not currently seem to work

I have tried this code with a few different versions of Kurento, using a few different web browsers (Chrome, Firefox, Edge), and it doesn't seem to work.

Does anyone know of a working demo/example for Kurento based web conferencing that uses the MCU protocol (not SFU)???

HTTP web page errors when I try to run this code...

When I load this code on my Kurento server, run the "node server.js" command, and load the web page via a Chrome browser, I get the following errors in the Chrome browser console:

Browser does not appear to be WebRTC-capable
kurento-utils.js:320 Uncaught TypeError: getUserMedia is not a function
at getMedia (kurento-utils.js:320)
at WebRtcPeerSendrecv.WebRtcPeer (kurento-utils.js:326)
at new WebRtcPeerSendrecv (kurento-utils.js:441)
at Object.WebRtcPeerSendrecv (kurento-utils.js:439)
at start (index.js:62)
at HTMLAnchorElement.onclick ((index):27)

These all appear to be errors within the "Bower" code that is loaded by the browser. Note that this folder was provided as part of the source code in this Git repository. I did try deleting the "static/bower_components" folder and re-creating it via the "bower install" command, but that did not help.

Any suggestions on how to resolve this?

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.