Open-EasyRTC - EasyRTC Free of Priologic
Open-EasyRTC is a Fork of Priologic's EasyRTC, include an EasyRTC server and client API, HTML5 and JavaScript demos under a BSD 2 license.
This NodeJS
open-easyrtcmodule version is a fork of
easyrtchosted on Github originally made by
Priologic Software Inc.and available here: https://github.com/priologic/easyrtc
This fork of
easyrtcmodule named
open-easyrtcstarts at version
2.0.0in case previous the repository decides to pick up work again on version
1.x.x.
The main reason of the fork is that
Priologic Software Inc.as been trying to make the main contributor @hthetiot pay for pushing major issues and security fixes to be released on NPM registry and the maintainer that closed more than 200 issues and contributed more than 80 Pull-Request past 3 years, do not agreed with that kind crooked open-source of practices.
This Fork will retain it's original BSD 2-Clause "Simplified" License until a License migration path solution is found.
npm installin the easyrtc directory.
npm installin the server_example directory.
node server.jswhile in the server_example directory.
8080)
Important note: Chrome will not grant access to local microphones or cameras for a page served using http except for the localhost case. See the docs/easyrtcserverssl.md file for instructions on serving files using https.
Step by step instructions including additional setup options can be found in
/docs/easyrtc_server_install.md
Note: there is no corresponding need to install the client files specifically; they were installed as part of EasyRTC in step 3.
All documentation can be found within the docs folder.
Note: Links marked with an asterisk (*) use the third-party service http://htmlpreview.github.io to render HTML.
EasyRTC Server
/docs/easyrtc_server_install.md
/docs/easyrtc_server_configuration.md
/docs/easyrtc_server_events.md
/docs/docs_in_html/server-api/index.html
EasyRTC Client API * Client API tutorial *
/docs/easyrtc_client_tutorial.md* Client API (lite)* *
/docs/client_html_docs_lite/Easyrtc.html* Client File Transfer API (lite)* *
/docs/client_html_docs_lite/easyrtc_ft.html
General Development * Frequently asked questions *
/docs/easyrtc_faq.md* Authentication *
/docs/easyrtc_authentication.md
/docs/easyrtc_server_ice.md
/docs/easyrtc_rooms.md
/docs/easyrtc_server_ssl.md
/docs/easyrtc_with_other_servers.md
/docs/easyrtc_upcoming_features.md* Common WebRTC problems *
/docs/easyrtc_webrtc_problems.md* Common EasyRTC problems (and solutions) *
/docs/easyrtc_common_problems.md* Debugging WebRTC *
/docs/webrtc_debugging.md* Server/Client Message Types *
/docs/easyrtc_changelog.md* Changelog *
/docs/easyrtc_changelog.md
EasyRTC comes with a number of demo's which work immediately after installation.
Copyright (c) 2016, Priologic Software Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.