Commit Graph

3079 Commits

Author SHA1 Message Date
Richard Alam
0f0e02de71 - connect to Jedis for each call for now until we figure out how not to get disconnected from Redis after 300sec 2011-02-14 14:17:05 -05:00
deniszgonjanin
20c97bfece Ant task for generating ASDoc documentation for the client. Docs generated under bigbluebutton-client/asdoc. Added that directory to client's .gitignore 2011-02-11 22:41:38 +00:00
@deniszgonjanin
1285474db7 Refactoring. Deleted a no longer used file from the PresentModule 2011-02-11 15:49:44 -05:00
@deniszgonjanin
aa1d9285c3 Some refactoring. Deleted a no longer needed mxml class file 2011-02-11 15:45:00 -05:00
@deniszgonjanin
5df793c02d Some changes to work properly with the asdoc tool. Right now throwing error due to some syntax it doesn't like. 2011-02-11 15:39:56 -05:00
Richard Alam
53517feb90 - modify scripts to be called from bbb-web 2011-02-11 15:34:37 -05:00
Richard Alam
8d895d7417 - add temp way to trigger ingest and processing 2011-02-11 15:31:34 -05:00
Richard Alam
f2ed78bf70 - add more comments 2011-02-09 11:02:21 -05:00
Richard Alam
bb4265e2eb - add pulish script which take a processed recording and move it to the recordings directory 2011-02-09 10:47:27 -05:00
Richard Alam
2ec0b64bbf - a little bit of cleanup 2011-02-08 15:04:47 -05:00
Richard Alam
0a655b7cbc - refactor audio processing scripts. Handle failures properly. Create xml info file for audio recordings. 2011-02-08 14:20:16 -05:00
Richard Alam
eb367392d4 - start handling failure conditions when processing audio 2011-02-07 17:37:53 -05:00
Richard Alam
b8a8722d03 - refactor script to make it understandable 2011-02-07 14:40:40 -05:00
Richard Alam
4e12c542ae - wrap up other scripts with ingestandproc.py script 2011-02-04 16:18:04 -05:00
Richard Alam
b9c8f36f83 - scripts to process record and playback 2011-02-04 11:22:16 -05:00
Richard Alam
38af89450e - changed to handle new event names
- modified so that it handles multiple presentations properly
2011-02-02 11:41:31 -05:00
Richard Alam
5b3d413e42 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-02-01 12:32:11 -05:00
Richard Alam
346a1fc47b - can now create audio files automatically
- need to handle failure conditions
2011-02-01 12:30:19 -05:00
Richard Alam
76baeaf090 - remove audio files
- commit script to do ingest (not complete yet)
2011-01-31 16:57:10 -05:00
Ubuntu
f255ba5e2b Changed bigbluebutton-web/build.gradle to reference Env. Var. for local repo 2011-01-31 18:51:01 +00:00
Ubuntu
c470d2cbaa Changed bigbluebutton-apps/build.gradle to reference an Env. Var. for local dir 2011-01-31 18:43:52 +00:00
@deniszgonjanin
f89efce2ae A working version of the notes module. Disabled by default 2011-01-29 02:08:47 -05:00
@deniszgonjanin
fc7296d88c Initial commit of Islams Shared Notes module. Module is off by default 2011-01-29 01:35:07 -05:00
@deniszgonjanin
941882409e Added optional warning suppresion for locale version check 2011-01-29 01:33:59 -05:00
Richard Alam
b4c2edd11d - cleanup and change recording filename to pass timestamp not date 2011-01-26 12:42:55 -05:00
Richard Alam
a201bf3713 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-01-26 12:22:03 -05:00
Richard Alam
b493b74de5 - handle start-recording and stop-recording events from freesiwtch
- record the start-recording and stop-recording events passing in recording timestamps and filename
2011-01-26 12:21:02 -05:00
Jeremy Thomerson
98abed7762 Merge branch 'master' into preupload_docs_beta 2011-01-25 17:30:33 -06:00
Jeremy Thomerson
7a236a6809 downloading and processing of files works for urls and encoded files 2011-01-25 17:28:57 -06:00
deniszgonjanin
8934bad003 Fixed bugs in the push to talk implementation (ClassroomAudioModule) 2011-01-25 10:05:54 +00:00
deniszgonjanin
7988931593 Deleted old Flash-based playback client 2011-01-25 02:57:00 +00:00
deniszgonjanin
aafb098700 Minor changes to the playback client to show the BBB logo at the start 2011-01-25 02:55:29 +00:00
Richard Alam
8274e745c1 - fix problem where module and event names are null 2011-01-23 13:34:18 -05:00
Richard Alam
fcee6861bf - missed meetingId in the public chat event 2011-01-23 11:51:30 -05:00
Fred Dixon
acb45b34a7 - Added a labs area for creating test scripts; added bbb-test, a utility to launch multiple BigBlueButton clients within firefox for testing see (http://code.google.com/p/bigbluebutton/wiki/Testing) 2011-01-23 03:53:51 +00:00
Richard Alam
92c887bd1d - pull events into their own classes so it's easier to track and modify 2011-01-22 21:45:27 -05:00
Jeremy Thomerson
7229a5f502 Merge branch 'master' into preupload_docs_beta 2011-01-21 15:46:56 -06:00
Richard Alam
90b68b7992 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-01-21 16:32:22 -05:00
Richard Alam
1689dca1c9 - can now record voice events
- to do development: you need to install and run redis 2.04 from http://redis.io/download
 - edit /usr/share/red5/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties to point to your redis host
 - we'll try redis to see how it performs. It's easy to support other mechanism (JMS) if we need to.
2011-01-21 16:28:31 -05:00
Denis Zgonjanin
95b8303d15 Patch by Steven Schroedl (sschroedl@gmail.com) to generate voice-bridge compatible meeting ids. http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/c9cb12acf0290c14 2011-01-21 12:31:33 -08:00
Richard Alam
1892a26bba - update Latvian locale 2011-01-21 13:21:59 -05:00
Richard Alam
0e540d6d9a - Collapse recording by removing some intermediate classes (RecorderSession) 2011-01-21 13:09:49 -05:00
Richard Alam
b8c9a9b991 - do an RPUSH instead of an LPUSH 2011-01-20 15:15:49 -05:00
Richard Alam
da37e60618 - add timestampst to recordings 2011-01-20 14:33:08 -05:00
Richard Alam
a1d13a9fa4 - new Turkish locale from Irfan 2011-01-20 09:30:13 -05:00
deniszgonjanin
230c45b462 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-01-20 08:24:03 +00:00
deniszgonjanin
5f74073965 Playback for slides and audio, for xml events. 2011-01-20 08:22:46 +00:00
deniszgonjanin
bda1776772 Changes to the generateAudio script to generate .ogg files instead of .mp3 2011-01-19 06:13:35 +00:00
BigBlueButton
78824b0246 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-01-19 05:24:52 +00:00
Richard Alam
0f82ae3e26 - add getters and setters 2011-01-19 11:36:48 -05:00