Commit Graph

2790 Commits

Author SHA1 Message Date
Richard Alam
bcb88f4bb6 - add timestamp on recorded flv filename so that we can handle multiple recordings in a meeting 2011-03-15 15:21:09 -04:00
Richard Alam
adc52a459c - record deskshare stream by setting property 2011-03-12 19:29:06 -05:00
Richard Alam
027e8e8f9b - record video camera by setting property 2011-03-12 19:28:09 -05:00
Richard Alam
60d5362627 - add nokogiri gem 2011-02-28 16:25:01 -05:00
Richard Alam
c0462031ce - add redis-rb client into Gemfile 2011-02-28 16:01:16 -05:00
Richard Alam
df77f0f8e8 - cleanup 2011-02-26 15:33:47 -05:00
Richard Alam
732edcee31 - testing out cucumber and rspec 2011-02-25 18:03:39 -05:00
Marco Calderon
3a19058d54 changes in bbb-apps redis pubsub 2011-02-22 21:45:20 +00:00
Marco Calderon
0fdb2d4875 some changes in bbb-web and bbb-apps for pubsub 2011-02-22 17:13:00 +00:00
Richard Alam
c1bbc382a6 - add title into index.html and pass in playback host 2011-02-16 17:50:01 -05:00
Richard Alam
5f535d386f - make location of scripts configurable and playback url 2011-02-16 17:48:30 -05:00
Richard Alam
6b2eb72933 - add meeting title into event.xml. Later on we can add more metadata about the meeting (e.g. course, prof., etc.) 2011-02-16 17:47:10 -05:00
Richard Alam
7dbc32c9a6 - generate a higher quality png image 2011-02-16 17:46:30 -05:00
Richard Alam
f3bcc572fa - fix so that it displays the last slide 2011-02-16 17:45:25 -05:00
Richard Alam
19c3971e1f - store meeting info in redis so we can include in events.xml 2011-02-16 10:34:49 -05:00
Richard Alam
fe44e0bf53 - setup jedis so we can put conference metadata into events.xml 2011-02-15 11:43:53 -05:00
Richard Alam
d1e2af2f38 - add eclipse plugin 2011-02-15 11:43:17 -05:00
Richard Alam
7fa4f4bbe8 - rename copyToLib to resolveDeps to be consistent with bbb-apps 2011-02-15 11:00:56 -05:00
Richard Alam
dda58fe6bb - put rec and playback required params in properties file 2011-02-15 10:41:15 -05:00
Richard Alam
1e27b3e1fe - generate index.html of recorded meetings 2011-02-14 14:23:56 -05:00
Richard Alam
a8d9a48fb2 - trigger archive, ingest, publish of recording when the last user leaves the meeting 2011-02-14 14:18:21 -05:00
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
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
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
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
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
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
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
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