meteor web app that supports broadcasting (Many to Many) and viewing that broadcast, with recording and playback of that record
- Download Kurento Media Server from Kurento
- Start The Kurento Service (If on Ubuntu -> sudo service kurento start
- Clone the project Or download and start Meteor app using (Meteor run). this app assumes that the media server is running on default port localhost:8888. to change please edit Server.js to a remote or local URL.
- This app is meant as a demo and not to be used in production in its current state. (LOTS of security issues).
- This app doesn't use playbackEndPoint of kurento API as it doesn't support seeking at time of this development. Instead it uses another meteor package Meteor-File-Collection for importing the recording into a collection and generating an MD5 that's used as part of the url.
- Leaving a broadcast isn't implemented yet.