Richard Alam
1930c76c73
- upgrade dependency to red5-1.0rc1
2011-05-03 17:45:42 -04:00
Richard Alam
2b34a0eae1
- upgrade FS ESL jar to 0.8.1 with changes for recording events
2011-05-03 17:35:19 -04:00
Marco Calderon
64fcc4ac94
Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2011-03-28 07:22:01 +00:00
Richard Alam
553592b3f1
- change dependencies to be able to run on Red5 1.0 RC
...
With this change, we will need to package our own Red5 1.0 RC
2011-04-22 12:00:26 -04:00
Marco Calderon
7c2498597b
Added support pubsub for send updates from bbb-apps to bbb-web
2011-03-28 07:19:22 +00:00
Richard Alam
c0e1a1ebcb
- fix some compile problems
2011-04-04 11:28:44 -04:00
Richard Alam
19694d87e0
Merge branch 'master' into record-and-playback-feature
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationHandler.java
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
2011-04-04 11:15:09 -04:00
Richard Alam
9785cde147
- remove unneeded class
2011-03-29 10:04:21 -04:00
Richard Alam
f39dbd4f11
- implement recording listeners for desktop sharing
2011-03-26 15:50:19 -04:00
Richard Alam
17422c3007
- can't really ignore a file that has been tracked by git. The way to ignore changes to a file is to
...
git update-index --assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
which temporarily untracks the file. And then when you want to track again, do
git update-index --no-assume-unchanged src/main/webapp/WEB-INF/bigbluebutton.properties
2011-03-23 13:59:51 -04:00
Richard Alam
303920e3c5
- create default bigbluebutton.properties and add to .gitignore. This way, developers
...
can customize to match there dev environment and won't checkin their settings
2011-03-23 12:51:23 -04:00
Richard Alam
92c0af9f49
- remove LIVE|RECORD mode as we are not using it
2011-03-22 10:23:32 -04:00
Richard Alam
2798f4db2b
- can't get redis pool working...connect each time for now
2011-03-22 10:19:53 -04:00
Richard Alam
a1d983f204
- disable redis pubsub
2011-03-22 10:19:16 -04:00
Richard Alam
bc293a33f5
- move the tests into proper directory so that gradle can find it
2011-03-18 15:33:16 -04:00
Richard Alam
efb8a84892
- make "gradle test" run the tests
2011-03-18 15:31:09 -04:00
Jeremy Thomerson
47126f4622
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into preupload_docs_beta
2011-03-22 18:15:20 -04:00
Jeremy Thomerson
005f7b74c2
preupload of slides is working
...
when a room is created, we scan the directory looking for preuploaded presentations and
share them so that they appear when users join
2011-03-01 15:45:19 -06:00
Jeremy Thomerson
d2c54b90bd
enhance vm-build-debug.sh to exit when there is a build failure
...
rather than continuing to start red5 with a broken build
2011-03-01 14:49:30 -06: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
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
Ubuntu
c470d2cbaa
Changed bigbluebutton-apps/build.gradle to reference an Env. Var. for local dir
2011-01-31 18:43:52 +00:00
Jeremy Thomerson
79e71b9258
improve scripts to allow easy dev/run cycle
2011-01-13 21:13:29 +00:00
Marco Calderon
ea10e4bb7c
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
...
Conflicts:
.gitignore
bigbluebutton-web/application.properties
2011-01-03 19:15:11 +00:00
Richard Alam
b4c2edd11d
- cleanup and change recording filename to pass timestamp not date
2011-01-26 12:42:55 -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
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
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
Richard Alam
6d1948f782
Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2011-01-19 11:10:05 -05:00
Marco Calderon
49acc46a5f
added storing redis for events properties
2011-01-19 05:53:23 +00:00
Richard Alam
b42b43079b
Merge branch 'master' into record-and-playback-feature
2011-01-18 17:36:47 -05:00
Richard Alam
e15ceddb11
- upgrade to latest fs java esl
...
- start recording of voice conference when the first person joins the voice conference
Conflicts:
bigbluebutton-apps/build.gradle
2011-01-18 11:15:12 -05:00
Richard Alam
12cf6e25cf
- start recording of voice when the first person joins the voice conference
2011-01-18 11:04:38 -05:00
Richard Alam
81e98c9d90
- update to new version of fs esl
2011-01-18 11:03:49 -05:00
Marco Calderon
b31ec47a3d
added redis support
2011-01-18 14:15:34 +00:00
Richard Alam
26c1a82215
- merge-in latest fs-java-esl from freeswitch-contrib
2011-01-17 16:26:06 -05:00
Richard Alam
18130b3e02
- add jedis dependency
2011-01-14 02:25:42 -05:00
Marco Calderon
e9c120dc9f
voice recording for freeswitch
2011-01-12 18:10:50 +00:00
Richard Alam
272e46e38d
- upgrade version of bbb-commons to 0.8
2011-01-12 09:50:36 -05:00
Marco Calderon
c0a28e231a
Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2010-12-17 12:10:02 +00:00
@deniszgonjanin
872291494b
Added recording to whiteboard module, to get a good feeling of how record and playback works.
2010-12-22 00:39:39 +00:00
Marco Calderon
d6c8b30e19
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature
2010-12-17 12:03:11 +00:00
Marco Calderon
1c39504480
added voice recording freeswitch
2010-12-17 12:01:05 +00:00
@deniszgonjanin
79563801b3
Decoupled sending from recording of chat messages
2010-12-15 18:18:37 +00:00