Commit Graph

7303 Commits

Author SHA1 Message Date
Richard Alam
b0d4eea62e - put record watcher into module 2014-05-02 14:44:13 +00:00
Richard Alam
0bb44609f1 - setup logging and config 2014-05-02 13:50:46 +00:00
Richard Alam
7be57ca76f Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into connect-bbb-apps-html5 2014-05-01 21:49:34 +00:00
Richard Alam
3e75554be9 Merge pull request #323 from antobinary/connect-bbb-apps-html5
Watches the recordings tree. Parses all files when it starts running.
2014-05-01 17:48:18 -04:00
Anton Georgiev
b3d55e4ee1 Watches the recordings tree. Parses all files when it starts running. Pushes info to Redis 2014-05-01 21:42:15 +00:00
Richard Alam
1ebf77973f Merge pull request #321 from gugat/spinner
spinner in playback while loading media
2014-05-01 17:39:41 -04:00
Richard Alam
1fd2933bfd - fix processing of png image 2014-05-01 20:56:34 +00:00
Richard Alam
ba08100b35 Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into connect-bbb-apps-html5 2014-05-01 15:38:14 +00:00
Richard Alam
a3b65bcabf - fix race condition on create and join api call 2014-05-01 15:37:39 +00:00
Richard Alam
f41530eaf2 Merge pull request #322 from kepstin/tomcat-recording-extensions
Support passing through XML extensions in getRecordings
2014-05-01 11:36:48 -04:00
Richard Alam
23d78524e2 - initial recording api 2014-05-01 15:30:09 +00:00
Richard Alam
1ed551b923 - change default dispatcher 2014-05-01 15:26:24 +00:00
Richard Alam
3b31ecfa60 Merge branch 'connect-bbb-apps-html5' of github.com:antobinary/bigbluebutton into connect-bbb-apps-html5 2014-05-01 15:24:47 +00:00
Richard Alam
2dc729cecb - try running the meeting service into it's own thread 2014-05-01 15:24:11 +00:00
Fred Dixon
6f6900200b minor fixes to bbb-conf 2014-05-01 03:03:31 +00:00
Gustavo Salazar
6a47005f34 spinner in playback while loading media 2014-04-30 17:35:53 -05:00
Richard Alam
51e489a143 - modify how we send and receive messages to/from redis 2014-04-30 21:45:53 +00:00
Anton Georgiev
ba4d0fb63e push the messages instead of outputing them on the console 2014-04-30 17:41:56 +00:00
Anton Georgiev
63dd66669b switched a few more messages to print instead of dispatching 2014-04-30 17:41:01 +00:00
Richard Alam
75d908625c - setup messaging classes 2014-04-30 15:53:27 +00:00
Richard Alam
bfc4cb178e - setup testing 2014-04-30 15:43:25 +00:00
Richard Alam
5a1ea4f2a5 Merge branch 'connect-bbb-apps-html5' of github.com:bigbluebutton/bigbluebutton into connect-bbb-apps-html5 2014-04-30 05:08:57 -07:00
Richard Alam
fb039114a9 Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into connect-bbb-apps-html5 2014-04-29 15:51:10 +00:00
Richard Alam
c3dff8a8a2 Merge pull request #320 from gugat/postscripts
Postscripts
2014-04-29 11:50:37 -04:00
Richard Alam
db01b1727f - set bbb-apps as available when it starts replying to the keep alive messages again 2014-04-29 15:33:53 +00:00
Gustavo Salazar
efda95fed6 delete temp files 2014-04-29 10:33:23 -05:00
Richard Alam
ef6ffa20df - make keep alive run on it's own thread 2014-04-28 22:00:48 +00:00
Richard Alam
55f80252b7 - remove PNG generation step in doc conversion as it takes a long time 2014-04-28 20:19:27 +00:00
Richard Alam
6aaf071987 - remove test message 2014-04-28 20:11:26 +00:00
Richard Alam
ec56469fb3 Merge branch 'connect-bbb-apps-html5' of github.com:bigbluebutton/bigbluebutton into connect-bbb-apps-html5 2014-04-28 18:47:35 +00:00
Anton Georgiev
664b882ccb switched all variables to CamelCase 2014-04-28 15:49:22 +00:00
Richard Alam
5e6caccbac - add oauth signature 2014-04-27 16:38:25 -07:00
Richard Alam
e37cca26f5 - versioned api 2014-04-27 16:29:26 -07:00
Richard Alam
454b37a0df - setup 2014-04-26 19:51:18 -07:00
Richard Alam
79fe7f4b8b - cleanup 2014-04-26 19:48:06 -07:00
Richard Alam
e0f1da4acd Merge branch 'connect-bbb-apps-html5' of github.com:daronco/bigbluebutton into connect-bbb-apps-html5 2014-04-26 14:54:00 -07:00
Leonardo Crauss Daronco
3cc04e47c3 Get the token from the URL to authenticate the HTML5 client 2014-04-25 10:34:26 -04:00
Gustavo Salazar
b1e82fe58d post scripts for record and playback 2014-04-24 19:08:06 -05:00
Leonardo Crauss Daronco
08f23883e3 Add missing log/ dir in the HTML5 client 2014-04-24 17:41:28 -04:00
Leonardo Crauss Daronco
301bc098a8 Add a test server to authenticate the HTML5 client 2014-04-24 17:39:59 -04:00
Leonardo Crauss Daronco
5d1fb4c168 HTML5 client authentication using redis and the new messages
The client sends a 'validate_auth_token_request' to the server, that waits
a 'validate_auth_token_reply' response from bbb-apps to pass to the client.
Still have to get info from /api/enter, for now the meetingId and userId are
hard-coded in the client (AuthenticationModel).
2014-04-24 17:39:59 -04:00
Calvin Walton
7d78e46cad Support passing through XML extensions in getRecordings
Recording processing scripts can now add arbitrary XML elements in
the extensions section of the metadata.xml file, and those
element will be copied to the getRecordings XML response.
2014-04-24 16:34:59 -04:00
Richard Alam
907a4d4f32 Merge pull request #318 from BBBManager/connect-bbb-apps-html5
Changes to support RTMPS connections
2014-04-24 16:18:38 -04:00
Tiago Daniel Jacobs
97ad5e28f4 Changes to support RTMPS connections 2014-04-24 17:16:03 -03:00
Anton Georgiev
042c1ad937 updating 2014-04-24 18:41:44 +00:00
Anton Georgiev
f207c6fa16 Listener for some participants' events 2014-04-24 18:30:44 +00:00
Leonardo Crauss Daronco
b2b8960470 Merge pull request #1 from lfzawacki/connect-bbb-apps-html5
Use local log file on development
2014-04-23 20:51:50 -04:00
Lucas Zawacki
1bc0effc2f Use local log file on development 2014-04-23 18:48:04 -04:00
Leonardo Crauss Daronco
501eec737a Merge remote-tracking branch 'upstream/connect-bbb-apps-html5' into connect-bbb-apps-html5 2014-04-23 18:36:56 -04:00
Anton Georgiev
867c9fdb46 chat messages on channel "bigbluebutton:meeting:anton" are handled in bigbluebutton-apps and appear inside the flash client 2014-04-23 22:35:40 +00:00