Richard Alam
889ea9187a
- display remote layout name on layout dropdown
2014-07-28 08:28:53 -07:00
Richard Alam
7fd1874fa5
Merge pull request #347 from kepstin/recording-updates-merge
...
rap-worker: Add /usr/local/bin to the path.
2014-07-28 11:09:02 -04:00
Calvin Walton
c73fe81e50
rap-worker: Add /usr/local/bin to the path.
2014-07-28 11:02:38 -04:00
Fred Dixon
d95a0dcba5
Minor updates to readme for GitHub
2014-07-26 11:49:05 -04:00
Fred Dixon
f0638170b3
Omit directors for bbb-conf --debug
2014-07-25 18:43:02 -04:00
Richard Alam
9868dfdae5
- blur mic image when user is talking
2014-07-25 14:13:23 -07:00
Richard Alam
69b17998c2
Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into merge-polling-with-master
2014-07-25 08:04:31 -07:00
Richard Alam
4148c5db8a
- move button so that it's not overlapped by whiteboard toolbar
2014-07-25 08:03:51 -07:00
Richard Alam
806a09ec3f
- update copyright year
2014-07-25 08:03:32 -07:00
Fred Dixon
b306204883
Merge pull request #345 from kepstin/recording-updates-merge
...
Recording updates merge
2014-07-24 17:17:16 -04:00
Richard Alam
c4a791437b
- fix race condition on setting mute user
2014-07-24 12:29:56 -07:00
Richard Alam
e4d9b1e8f2
- fix muted/unmuted icon
2014-07-24 11:52:37 -07:00
Richard Alam
9485d25af7
- fix raise condition between setting the user has joined the voice conf and the joined voice event
2014-07-24 11:28:45 -07:00
Richard Alam
58f34d7767
- try and fix issue where mute button isn't showing up
2014-07-24 11:02:10 -07:00
Richard Alam
41ebc6859d
- don't throw exception when external userid is not found as the user might have acutally left the meeting
2014-07-23 10:48:02 -07:00
Calvin Walton
c82a25f700
recording: Add a 'mkclean' step to video generation
...
The 'mkclean' tool reorganizes the encoded webm file to optimize it for
streaming. In particular, it moves the index to the start of the file.
This fixes streaming in Chrome, which otherwise had a very long delay
before playback started since it downloaded until it saw the index
before it started playback.
This needs a new dependency added to the bbb-record-core package to
pull in the mkclean tool.
2014-07-23 09:55:03 -04:00
Calvin Walton
86e8394e70
rap-worker: Ensure status directories are created
...
In some cases, it was attempting to create a status file in a directory
that did not exist yet.
2014-07-23 09:50:52 -04:00
Richard Alam
fee5a208c8
- minimize the number of threads required for doc conversion
2014-07-22 14:42:30 -07:00
Richard Alam
89af96714f
- don't create threads unnecessarily when processing uploaded presentations
2014-07-22 14:26:18 -07:00
Richard Alam
f08d7d795b
- create runnalbe for each task
2014-07-22 14:05:28 -07:00
Richard Alam
7a31901ce6
- create a runnable for each message from redis pubsub
2014-07-22 13:37:45 -07:00
Richard Alam
0d1ec9ecf2
- create a runnable for each message. This insulates our queue handler from exceptions on sending
...
which kills our message processor
2014-07-22 13:28:36 -07:00
Richard Alam
da01326f5f
- fix tests
2014-07-22 12:24:24 -07:00
Richard Alam
b47efe5675
- init dataprovider when layout list has been updated after the combo has been initialized
2014-07-22 10:45:56 -07:00
Richard Alam
5236d85cd4
- fix layout drop NPE
2014-07-22 08:53:38 -07:00
Richard Alam
94a8dc5762
- fix race condition on initializing layout combo dropbox
2014-07-22 08:33:36 -07:00
Richard Alam
f1430c1e96
- cleanup
2014-07-21 18:50:03 -07:00
Richard Alam
502a472527
- continue with cleanup
2014-07-21 15:14:48 -07:00
Richard Alam
633bd3b72d
Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into merge-polling-with-master
2014-07-21 14:13:16 -07:00
Richard Alam
884a6d4bd8
- starting cleanup unnecessary logs
2014-07-21 14:12:37 -07:00
Richard Alam
d2a615cc85
Merge pull request #344 from SenecaCDOT-BigBlueButton/fix-chrome-webrtc
...
reverted jssip back to 0.3.7 and fixed chrome webrtc
2014-07-21 15:57:25 -04:00
Calvin Walton
11045c7f4a
rap-worker: Set log level to 'INFO'
...
I had it on DEBUG temporarily for testing. The old version used ERROR,
but this made it print virtually no output which made diagnosing
issues difficult.
2014-07-21 15:00:29 -04:00
Calvin Walton
6135804596
bbb-record: Improve steps done in --delete and --deleteall
...
It's now done in an order that should be less likely to cause
issues with a concurrent rap-worker process, and the files
deleted by --delete and --delete-all are now the same.
2014-07-21 14:59:44 -04:00
Calvin Walton
b91a54afa0
record core: Remove hardcoded ffmpeg path
...
The ffmpeg binary should be looked up using the normal PATH mechanism,
it might not always be installed in the same place.
2014-07-21 14:59:33 -04:00
Calvin Walton
8b507d621e
bbb-record: Update 'rebuild' command for new rap-worker
...
The new rap worker relies only on .done files for triggering, rather
than the absence of process/publish directories.
2014-07-21 14:58:46 -04:00
Calvin Walton
efb44c9dd9
Rewrite rap-worker script in an optimized fashion
...
It now does much less directory reading, and performance should
scale far better with large numbers of recordings.
Semantics should be mostly unchanged, but there's greater use
of '.fail' files to mark errors, and '.done' files are now removed
after all of the following processing steps complete.
The rap worker no longer relies on processing scripts leaving
behind empty directories; those are now removed where appropriate.
2014-07-21 14:58:46 -04:00
Chad Pilkey
5c79202ade
reverted jssip back to 0.3.7 and fixed chrome webrtc
2014-07-21 10:25:08 -07:00
Richard Alam
930c6d881b
- slowly cleaning up debug logs
2014-07-18 13:28:09 -07:00
Richard Alam
8f7941de33
- minor cleanup
2014-07-18 11:26:46 -07:00
Richard Alam
0daff8a8d4
- deskshare applet where min jre version is passed from html page
2014-07-18 08:45:59 -07:00
Richard Alam
dfbf77aab0
- externalize min jre version required
2014-07-18 08:45:10 -07:00
Richard Alam
af3e7875ee
- deskshare applet that support 1.7.0_51 and up
2014-07-18 07:54:28 -07:00
Richard Alam
e854928b7a
- clean up formatting
...
- add test for non-GA version (1.7.0_65-b19)
2014-07-18 07:52:21 -07:00
Richard Alam
70f4aba334
Merge pull request #343 from markoscalderon/merge-polling-with-master
...
Fix java detection exception
2014-07-18 10:43:10 -04:00
Markos Calderon
3fb991f990
Added license to VersionCheckUtil
2014-07-17 15:44:29 -07:00
Markos Calderon
d172afb6bf
fix java detection exception
2014-07-17 15:40:15 -07:00
Richard Alam
c9e6479a0a
- add test for applet version check
2014-07-17 14:31:17 -07:00
Richard Alam
9d20d28d30
- disable layout dropbox when layout is locked
2014-07-17 11:16:53 -07:00
Richard Alam
4c41140193
- do not sync layout to others automatically
2014-07-17 10:48:23 -07:00
Richard Alam
412e2c51a6
- a little cleanup
2014-07-16 13:12:10 -07:00