Richard Alam
36183d55d2
- remove unused option
2014-07-30 08:38:21 -07:00
Richard Alam
3bf4991eec
- try to force FF 31 to display java applet permission bar
2014-07-30 07:48:59 -07:00
Richard Alam
a6dc4f6465
- change how to insert applet div into HTML
2014-07-29 13:16:12 -07:00
Richard Alam
3d959234cd
- fix issue where button display the wrong state when user is muted but the icon shows unmuted
2014-07-29 08:06:08 -07:00
Richard Alam
9eef8e994b
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1709
2014-07-28 13:56:49 -07:00
Richard Alam
26e03af631
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1757
2014-07-28 13:36:51 -07:00
Richard Alam
d11974a0e9
- fix issue where we can't join voice when RTMP Tunnelling
2014-07-28 12:41:41 -07:00
Richard Alam
19c933b8fa
- minor cleanup
2014-07-28 12:41:21 -07:00
Richard Alam
7481c46cd9
- re-enable buttons when there is an error encountered during presentation conversion
2014-07-28 11:39:44 -07:00
Richard Alam
2d20915e40
- prevent user from closing presentation upload window while the presentation is being converted
2014-07-28 11:07:35 -07:00
Richard Alam
5ddd295ea6
- remove mic init as it triggers Chrome to prompt user to allow mic access
...
even if we still don't need it
2014-07-28 09:48:04 -07:00
Richard Alam
65d8b0889c
- minor cleanup
2014-07-28 09:47:50 -07:00
Richard Alam
97382ea49a
Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into merge-polling-with-master
2014-07-28 08:29:31 -07:00
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