Commit Graph

2952 Commits

Author SHA1 Message Date
Richard Alam
65d6e61890 - call the ruby scripts from bbb-web 2011-04-15 18:19:51 -04:00
Richard Alam
d1ac451fd3 - add process matterhorn recording script 2011-04-15 16:44:30 -04:00
Richard Alam
b9e6c42e5d - add archiver script that reads properties from a yaml file 2011-04-15 15:34:28 -04:00
Richard Alam
76814ea561 - add trollop gem 2011-04-15 14:31:38 -04:00
Richard Alam
f84f682d9e - add upload to matterhorn method 2011-04-15 13:38:28 -04:00
Richard Alam
3986864e49 - recording sample with webcam flv file that can be processed by ffmpeg
- need to upgrade to latest Red5 to make this work
2011-04-15 11:43:53 -04:00
Richard Alam
c2fd6f6c20 - add back lines where we need to generate unique filenames for webcam streams 2011-04-14 15:02:44 -04:00
Richard Alam
f8de22e00b - fix merge conflict with video publish 2011-04-14 11:28:56 -04:00
Marco Calderon
0620e11a51 adding a couple of things for matterhorn 2011-03-27 09:42:59 +00:00
Richard Alam
c6dfd54717 - strip out the path of media from manifest.xml 2011-04-13 17:58:09 -04:00
Richard Alam
f605fe5e6a - process matterhorn 2011-04-13 17:16:20 -04:00
Richard Alam
cc91fb41b1 - new resources for matterhorn recording
- problem with the webcam which chokes ffmpeg and cuts the resulting video file
2011-04-13 17:15:26 -04:00
Richard Alam
446a2d8216 - add ruby zip and curl/curb gems 2011-04-13 17:14:49 -04:00
Richard Alam
e40ec9840a - add mime-types gem 2011-04-13 10:36:01 -04:00
Richard Alam
d7b6358933 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-04-13 02:31:31 +00:00
Richard Alam
0c164b90ff - cleanup, formatting, and rearranging processing of matterhorn artifacts 2011-04-13 01:40:33 +00:00
Richard Alam
5a7a7f8792 - process matterhorn media 2011-04-13 00:59:52 +00:00
Marco Calderon
591add6966 using sinatra as middleware and added logger 2011-03-27 05:57:42 +00:00
Marco Calderon
1b183754ca Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-03-27 01:17:30 +00:00
Richard Alam
fd11cb249b - process matterhorn recordings 2011-04-11 18:02:24 -04:00
Richard Alam
c1af26fa65 - change path so we can run script from command line 2011-04-11 17:07:49 -04:00
Richard Alam
3f47a84a17 - process audio recordings 2011-04-11 16:46:52 -04:00
Richard Alam
ca837285c1 - consolidate Audio and AudioEvents classes 2011-04-11 11:09:44 -04:00
Richard Alam
3d5c4e244d - store audio events into xml 2011-04-10 17:51:58 +00:00
Richard Alam
9836b902a3 - fix rspec tests 2011-04-10 16:58:53 +00:00
Richard Alam
9a252b7cc0 - archive raw recordings 2011-04-10 16:48:49 +00:00
Richard Alam
bcb50bdf51 - cleanup 2011-04-10 15:06:33 +00:00
Richard Alam
d831369188 - generated sorted audio events 2011-04-08 21:12:56 +00:00
Richard Alam
1702710ce1 - generate audio paddng 2011-04-08 20:33:22 +00:00
Richard Alam
b27e36755c - implement and add tests to handle unmatched audio events 2011-04-08 19:41:57 +00:00
Richard Alam
66767d6754 - rearrange test fixtures 2011-04-08 19:40:50 +00:00
Richard Alam
ab32a54d92 - add more event processing 2011-04-08 18:44:44 -04:00
Richard Alam
f4f41afc18 - change events to recording tag 2011-04-08 16:52:53 -04:00
Richard Alam
05f6e85c34 - get events from redis and store 2011-04-08 16:48:11 -04:00
Richard Alam
acc09414dd - put Guga's script into version control 2011-04-08 16:33:58 -04:00
Richard Alam
d291745248 - start getting events from redis 2011-04-07 17:48:44 -04:00
Richard Alam
11f9844c35 Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-04-06 13:57:18 -04:00
Richard Alam
e56b3185e4 - new fixtures for matterhorn recording
- write some cukes tests
2011-04-06 13:56:28 -04:00
Richard Alam
e534a3c56d - cleanup and add tests 2011-04-05 17:30:03 -04:00
Richard Alam
d24cf648af Merge branch 'record-and-playback-feature' of github.com:bigbluebutton/bigbluebutton into record-and-playback-feature 2011-04-05 16:17:41 -04:00
Richard Alam
11123423b1 - add rspec tests to audio generator 2011-04-05 16:17:16 -04:00
Richard Alam
a81f4e4eaa - parse audio length from sox stat result 2011-04-05 12:14:14 -04:00
Richard Alam
1b00d0a95f - add streamio-ffmpeg gem 2011-04-05 12:13:44 -04:00
Richard Alam
1fad16f73c - add scripts to create dublin-core.xml and manifest.xml 2011-04-05 10:34:44 -04:00
Richard Alam
2d81b95556 - process audio recording events 2011-04-04 18:03:53 -04: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
28b5f9f138 - merge in changes from HEAD 2011-04-04 11:10:10 -04:00
Richard Alam
14dc18e392 - add util class to dump bytes to a file...useful for debugging 2011-04-04 11:04:57 -04:00
Richard Alam
5e99acd8d7 - use the passed in sampling rate to generate silence 2011-04-04 11:03:39 -04:00