Commit Graph

2952 Commits

Author SHA1 Message Date
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
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
Richard Alam
d0184c8210 - cleaning up bbb-web 2011-01-19 11:09:50 -05:00
Marco Calderon
49acc46a5f added storing redis for events properties 2011-01-19 05:53:23 +00:00
BigBlueButton
ebd60d8695 Script to generate PNGs from slides for record and playback 2011-01-19 05:12:38 +00:00
Richard Alam
b42b43079b Merge branch 'master' into record-and-playback-feature 2011-01-18 17:36:47 -05:00
Richard Alam
1bfdbc85a3 - add Ukrainian translation
- fix German translation
2011-01-18 17:33:24 -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
1e18500a5a - removing one file from fs-java-esl 2011-01-17 16:26:57 -05:00
Richard Alam
26c1a82215 - merge-in latest fs-java-esl from freeswitch-contrib 2011-01-17 16:26:06 -05:00
Fred Dixon
873103b533 Merge branch 'master' of github.com:bigbluebutton/bigbluebutton 2011-01-16 16:39:18 -08:00
Fred Dixon
648a49fdf2 Fixed a bug with incorrect updating of security salt with --setsalt 2011-01-16 16:39:02 -08:00
Jeremy Thomerson
c8b24e849c more work on doc pre upload - xml parsing
now we are parsing xml that is passed in following example format:
<?xml version="1.0" encoding="UTF-8"?>
<modules>
        <module name="foo">
        </module>
        <module name="presentation">
                <document url="http://www.samplepdf.com/sample.pdf" />
        </module>
</modules>
2011-01-14 19:16:09 -06:00
Jeremy Thomerson
ef6bd3a5f1 first test of preuploading documents in api create command
this commit is for testing only
it simply gets apicontroller working with presentationservice
it uses a test file on the server - rather than accepting files in
the http request (which is the next step)
2011-01-14 18:07:18 -06:00
Richard Alam
919ec2f23c - new Turkish file from Irfan 2011-01-14 17:29:10 -05:00
Richard Alam
05675fe2ad - trying again to commit Turkish locale. Hopefully this will be a text file now. 2011-01-14 16:48:17 -05:00
Richard Alam
e95f0a24c1 - looked like Turkish local was checked-in as binary and causing it now to load properly 2011-01-14 16:29:07 -05:00
Richard Alam
18130b3e02 - add jedis dependency 2011-01-14 02:25:42 -05:00
Richard Alam
0a36dc8f37 - upgrade bbb-commons to 0.8 2011-01-14 02:25:24 -05:00
Jeremy Thomerson
79e71b9258 improve scripts to allow easy dev/run cycle 2011-01-13 21:13:29 +00:00
Marco Calderon
748318e8f8 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-01-12 18:12:04 +00:00
Marco Calderon
e9c120dc9f voice recording for freeswitch 2011-01-12 18:10:50 +00:00
Richard Alam
1115986cd3 - just formatting changes 2011-01-12 10:18:01 -05:00
Richard Alam
272e46e38d - upgrade version of bbb-commons to 0.8 2011-01-12 09:50:36 -05:00
Richard Alam
6b97c99817 Merge branch 'master' into record-and-playback-feature
Conflicts:
	bigbluebutton-client/.actionScriptProperties
	bigbluebutton-client/.flexProperties
2011-01-11 16:08:12 -05:00