Commit Graph

13434 Commits

Author SHA1 Message Date
Richard Alam
87adffc7ca - fix issue where client cannot join using rtmpt 2016-09-03 10:33:09 -07:00
Fred Dixon
56d3dd24a4 Merge pull request #3351 from kepstin/recording-cleanup
Remove a few matterhorn references that were missed.
2016-09-02 17:46:51 -04:00
Calvin Walton
8ede6d06ee Remove a few matterhorn references that were missed. 2016-09-02 17:45:10 -04:00
Fred Dixon
905f675580 Merge pull request #3350 from kepstin/recording-cleanup
Recording cleanup
2016-09-02 16:48:48 -04:00
Calvin Walton
13b9022282 Update the Gemfile.lock file to match gem changes 2016-09-02 16:40:27 -04:00
Calvin Walton
2cd9565d52 Improve wave length guessing
Instead of assuming that wav files have 44 byte headers (they usually
don't - freeswitch adds some metadata tags), add a super-simple wave
file parser that just finds the offset where the audio data actually
starts.
2016-09-02 16:40:27 -04:00
Calvin Walton
f815fd0d70 Remove a bunch of unused/old audio processing code.
The sanity check script was using one of the functions; it's been
changed to use a function from the EDL audio code instead.
2016-09-02 16:40:27 -04:00
Calvin Walton
0f29a6e5f9 Drop streamio-ffmpeg from required gems
It's no longer used anywhere in the recording processing, and the one
remaining use in the sanity script can be replaced with a (less buggy!)
function from the video EDL code.
2016-09-02 16:40:27 -04:00
Calvin Walton
b4d902cd9a Drop old/broken matterhorn script, and old video processing code. 2016-09-02 16:40:27 -04:00
Fred Dixon
ec6e4fb61f Merge pull request #3349 from capilkey/fix-cc-viewer-exception
Fix exception with closed caption tab for viewers
2016-09-02 16:06:57 -04:00
Chad Pilkey
50b0f6c643 fix exception with cc localeCode vs. code 2016-09-02 16:01:23 -04:00
Gabriel Carvalho de Campes
a7c13c8378 positions the dropdown in the correct position for the user actions 2016-09-01 20:30:11 +00:00
Oswaldo Acauan
82eaf3b663 Change dropdown component 2016-09-01 20:19:37 +00:00
Richard Alam
2efa16deb7 Merge pull request #3348 from ritzalam/fix-custom-poll
- do not recycle http connection. Use a fresh one for each request t…
2016-09-01 14:44:17 -04:00
Richard Alam
eaae9d4644 - do not recycle http connection. Use a fresh one for each request to prevent exception
when reusing old connection.
2016-09-01 18:42:37 +00:00
Richard Alam
5f035ed420 Merge pull request #3347 from ritzalam/fix-custom-poll
- comment out record option for breakout rooms pending further testing.
2016-09-01 13:40:57 -04:00
Richard Alam
0f54698108 - comment out record option for breakout rooms pending further testing. 2016-09-01 17:39:55 +00:00
Oswaldo Acauan
3de6ae4fc5 Rewrite leave session modal to the new modal component 2016-09-01 16:29:51 +00:00
Richard Alam
e03373b87e Merge pull request #3346 from ritzalam/fix-custom-poll
- change jws failed to start timeout from 60s to 90s. Sometimes it t…
2016-09-01 10:31:43 -04:00
Richard Alam
23f77682bd - change jws failed to start timeout from 60s to 90s. Sometimes it takes about
30s to download the libs especially for those far from the server or those with
   slow connection.
2016-09-01 14:29:52 +00:00
Oswaldo Acauan
249dd85f92 Move old settings modal to the new component 2016-09-01 13:56:41 +00:00
Richard Alam
bbdded9706 Merge pull request #3344 from ritzalam/fix-custom-poll
- custom poll was sent to the wrong actor. Route it to the correct m…
2016-08-31 18:15:01 -04:00
Richard Alam
17e465409d - custom poll was sent to the wrong actor. Route it to the correct meeting actor. 2016-08-31 22:13:47 +00:00
Oswaldo Acauan
7a33f9ee67 Remove unused modal logs 2016-08-31 19:53:40 +00:00
Oswaldo Acauan
9a9b74665f Add new modal component 2016-08-31 19:52:17 +00:00
Richard Alam
4cd9f0337f Merge pull request #3343 from ritzalam/cleanup-client-logging
- propagate meeting metadata from parent to breakout room
2016-08-31 15:36:34 -04:00
Richard Alam
310ec81345 - propagate meeting metadata from parent to breakout room 2016-08-31 19:34:07 +00:00
Anton Georgiev
2e82f33dd7 Merge pull request #3333 from antobinary/html5-audio
html5client: removed a package depencency; adjustments for Meteor 1.4.1.1; removed an error log
2016-08-31 13:10:25 -04:00
Richard Alam
d59fdd1d97 Merge pull request #3341 from capilkey/add-cc-locale-code
Add property to closed caption transcript model for the locale code
2016-08-31 13:09:28 -04:00
Richard Alam
4e48fbe268 Merge pull request #3342 from capilkey/add-fourth-ss-pic
Add a fourth help image for mac screenshare
2016-08-31 13:08:25 -04:00
Chad Pilkey
b8c1961f68 add a fourth help image for mac screenshare 2016-08-31 12:49:37 -04:00
Chad Pilkey
1b72f8b077 add property to closed caption transcript model for the locale code 2016-08-30 17:10:03 -04:00
Fred Dixon
42dc6803a5 Merge pull request #3340 from ffdixon/minor-update-screenshare-doc
Added more explanation for Mac FireFox in screenshare-help.html
2016-08-30 17:03:02 -04:00
Fred Dixon
0aac39cff3 Added more explanation for Mac FireFox in screenshare-help.html 2016-08-30 17:01:30 -04:00
Richard Alam
4c1205e582 Merge pull request #3339 from ritzalam/cleanup-client-logging
- do not display the "Record" label.
2016-08-30 16:53:40 -04:00
Richard Alam
a447974e5f - do not display the "Record" label. 2016-08-30 20:52:38 +00:00
Fred Dixon
f8b797fa4f Merge pull request #3338 from riadvice/deactivate-breakout-rooms-recording
Hide breakout rooms checkbox
2016-08-30 15:58:24 -04:00
Ghazi Triki
9f9aa989d2 Hide breakout rooms checkbox. 2016-08-30 20:53:28 +01:00
Fred Dixon
eba8fc1b44 Merge pull request #3337 from ffdixon/update-firefox-step-1
Handle case for starting desktop sharing when using FireFox
2016-08-30 15:48:29 -04:00
Fred Dixon
477ebb4986 Handle case for starting desktop sharing when using FireFox with default settings 2016-08-30 15:45:51 -04:00
Richard Alam
ae2540ddfb Merge pull request #3336 from ritzalam/cleanup-client-logging
- allow logging of some events
2016-08-30 15:11:15 -04:00
Richard Alam
d3a43f2354 - allow logging of some events 2016-08-30 18:53:28 +00:00
Richard Alam
ca3788ebb7 Merge pull request #3334 from riadvice/signout-api-redirection
Updated LogoutURL handling by client
2016-08-30 11:52:34 -04:00
Ghazi Triki
0520b66d89 Triggering logoutUrl navigation after calling signOut API in the client. 2016-08-29 23:44:06 +01:00
Anton Georgiev
349b216928 omit hiredis package; cleanup 2016-08-29 21:34:03 +00:00
Richard Alam
9a6ae52832 Merge pull request #3332 from ritzalam/start-pause-stop-screen-sharing-with-webrtc
ffmpeg linux jars
2016-08-29 16:46:08 -04:00
Richard Alam
1faca71ea2 - add ffmpeg linux jars 2016-08-29 20:43:44 +00:00
Richard Alam
bb005186b1 Merge pull request #3331 from jfederico/bbb1.1-fix-for-bugs
Bbb1.1 fix for bugs
2016-08-29 14:25:27 -04:00
jfederico
91beceb8f5 bbb-lti: Fixed error message showing up in javascript when romm was rendered 2016-08-29 13:55:20 -04:00
jfederico
3058564ae1 bbb-web: Fixed issue with registeredUser map not cleaned up 2016-08-29 13:53:50 -04:00