2017 © Pedro Peláez
 

moodle-mod moodle-mod_webrtcexperiments

This is a Moodle plugin for users interact with audio and video using WebRTC

image

danielneis/moodle-mod_webrtcexperiments

This is a Moodle plugin for users interact with audio and video using WebRTC

  • Tuesday, February 20, 2018
  • by danielneis
  • Repository
  • 1 Watchers
  • 4 Stars
  • 26 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 5 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

WebRTC Moodle Plugin

Welcome to WebRTC Moodle Plugin!, (*1)

This project uses the code from, (*2)

https://webrtc-experiment.com/

to implement an activity module for Moodle to allow people to interact more freely., (*3)

Everything you need to start communicating using your webcam and microphone is an updated browser like Firefox or Chrome. There is no need to install any third-party plugins on your browser. There is no flash here., (*4)

Also, this plugin transfer data (audio and video) in a P2P (peer-to-peer) fashion. This way, data is sent directly from one user computer to another. There is no dependency on a "central server" or a "streaming server"., (*5)

The only dependency on a server is for "signaling events" like room creations, and users joining and leaving. See more about it on the "Signaling server" section of this document., (*6)

Features

  • Video and audio chat
  • Text chat
  • File sharing (it is P2P file sharing, not integrated with Moodle Files API)

It is basically a copy of the Audio+Video+TextChat+FileSharing using RTCMultiConnection demo:, (*7)

https://rtcmulticonnection.herokuapp.com/demos/Audio+Video+TextChat+FileSharing.html

Future features

  • Screensharing
  • Record video and audio from any peer (or local stream) and save to your computer
  • Colaborative canvas

Install

  • Put this code under "youmoodlerootdir/mod/webrtcexperiments" (you may "git clone" or "composer require")
  • Visit your Moodle site as administrator to install plugin via web interface

Usage

To use the module, the first user must use the "Open Room" button. The browser should then ask you to share mic and cam., (*8)

Then it should give the id of the room to the other users., (*9)

The other users should use the code given by the first user, fill the form with it, and use the "Join room" button. The browser should then ask you to share mic and cam., (*10)

When the second user enters the room, the chat and share files will be enabled., (*11)

Signaling Server

This module needs a signaling server. To learn more about Signaling, please visit:, (*12)

https://github.com/muaz-khan/WebRTC-Experiment/blob/master/Signaling.md

If you don't want (or don't feel the need to, or cannot, for any reason) to run your own server, don't worry, this module will use the server below by default (under TLS), (*13)

https://novoaeon.com.br:1234

Note that there is no warranty for this server to be up and running. This server runs a websocket server over node.js that can be found at, (*14)

https://github.com/muaz-khan/WebRTC-Experiment/tree/master/websocket-over-nodejs

Contact

Feel free to contact me at danielneis@gmail.com ., (*15)

If you have problems using the plugin the plugin or would like to see a new feature implemented, please visit, (*16)

https://github.com/danielneis/moodle-mod_webrtcexperiments/issues

If you like the plugin and want to say hi publicly instead of sending an email, leave a comment at, (*17)

https://moodle.org/plugins/view/mod_webrtcexperiments

Icon

The icon was downloaded from pixabay and is licensed under CC0 Public Domain, (*18)

http://pixabay.com/en/connection-network-router-cable-27386/, (*19)

Donations

This development is a not for profit work. If you like you can help keep it going by donating via paypal =), (*20)

The Versions

20/02 2018

dev-master

9999999-dev

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3 GPL-3.0-or-later

The Requires

 

by Daniel Neis Araujo

04/01 2017

9

9.0.0.0

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3

The Requires

 

by Daniel Neis Araujo

22/04 2016

8

8.0.0.0

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3

The Requires

 

by Daniel Neis Araujo

24/02 2016

7

7.0.0.0

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3

The Requires

 

by Daniel Neis Araujo

03/11 2015

0.6

0.6.0.0

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3

The Requires

 

by Daniel Neis Araujo

09/04 2015

0.5

0.5.0.0

This is a Moodle plugin for users interact with audio and video using WebRTC

  Sources   Download

GPLv3

The Requires

 

by Daniel Neis Araujo