- Nov 14, 2014
-
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Chad Pilkey authored
Upgrade to latest Red5 (e1da8d0ccaa06a461f2e0674603de17ae0b03f1a)
-
Calvin Walton authored
Rap publish events
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Utility app to help a user find out the events that happen in a meeting.
-
Leonardo Crauss Daronco authored
The way the checksum is calculated now is more similar to the other API calls, specially setConfigXML. It uses the content type 'application/x-www-form-urlencoded' so the information in the post body doesn't have to be converted from/to js/string, preventing possible checksum errors in different programming languages.
-
Richard Alam authored
-
Felipe Cecagno authored
-
- Nov 13, 2014
-
-
Dixon Fred authored
Delete the 'slides' processing scripts
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
If a meeting has no events for too long (24 hours), remove the meeting mapping to prevent too much data from being stored forever on redis.
-
Calvin Walton authored
The slides processing scripts have never been updated for 0.9.0 events, and probably never will be. They're still using older video/audio processing apis that have poor sync, too. Just remove them. The playback support files will still be installed, to allow recordings from old BigBlueButton servers to be copied to a 0.9.0 server.
-
Richard Alam authored
Add layout translation
-
- Nov 12, 2014
-
-
Dixon Fred authored
Added support for client system check in bbb-conf
-
Dixon Fred authored
bbb-conf now - prints out the host in /var/www/bigbluebutton/check/config.xml - updates above config.xml with sudo bbb-conf --setip
-
Leonardo Crauss Daronco authored
It changes less than the internal meeting ID. An application can subscribe to an external ID and use the hook for several different meetings that will have the same external ID but different internal IDs.
-
Chad Pilkey authored
-
Leonardo Crauss Daronco authored
Will try again a number of times for about 5min and then give up. On giving up, the hook is removed. And a few fixes for saving and loading data on redis.
-
Felipe Cecagno authored
now the rap scripts publish to redis pubsub (channel bigbluebutton:from-rap) when a rap phase begins and ends - it includes archive, sanity, post_archive, process, post_process, publish and post_publish; if there's more than one workflow, it should work without any modification
-
Felipe Cecagno authored
-
Felipe Cecagno authored
-
Richard Alam authored
-
Richard Alam authored
-
Dixon Fred authored
Fixed typo in check.nginx
-
Dixon Fred authored
-
Leonardo Crauss Daronco authored
Save hooks and meetingID mappings to redis and get them back when the application starts. Still missing a way to remove old data in case the app loses events (e.g. a hook for a specific meeting might stay on redis forever if the app lost the meeting_destroyed event).
-
Dixon Fred authored
Load bigbluebutton.yml from current path
-
Calvin Walton authored
-
Dixon Fred authored
Updated ActionScript files with LGPL License
-
Dixon Fred authored
-
Dixon Fred authored
Version the playback files for the presentation recording format
-
Calvin Walton authored
This adds the version number to the playback links so that recordings select the correct version-specific playback support files. This script may be run automatically during upgrade; in that case it should be run like .../bbb-0.9-beta-recording-update --quiet After copying recordings from an old BigBlueButton server, you may want to manually re-run the script, and it takes the option --force to recheck all recordings even if it has previously been run.
-
Leonardo Crauss Daronco authored
-
Dixon Fred authored
Moved from labs subdirectory to main level of BigBlueButton repository; reformatted check.nginx
-
Dixon Fred authored
-