- Mar 05, 2018
-
-
Anton Georgiev authored
Revert pr #5181
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Mar 03, 2018
-
-
Dixon Fred authored
Fix output of value for websocket in bbb-conf
-
- Mar 01, 2018
-
-
Chad Pilkey authored
-
Dixon Fred authored
-
- Feb 28, 2018
-
-
Anton Georgiev authored
Fixing WebRTC screensharing ICE processing (#4932) and limiting Firefox screensharing choices
-
Anton Georgiev authored
[HTML5 Client] Hide client type option when already detected.
-
Anton Georgiev authored
[HTML5 Client] Production Logging to Console
-
Maxim Khlobystov authored
-
Maxim Khlobystov authored
-
- Feb 27, 2018
-
-
Maxim Khlobystov authored
-
- Feb 26, 2018
-
-
Anton Georgiev authored
Security improvements and connection control
-
prlanzarin authored
-
Pedro Beschorner Marin authored
-
- Feb 22, 2018
-
-
Maxim Khlobystov authored
-
Maxim Khlobystov authored
-
- Feb 20, 2018
-
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
Implement a connectionId for each user, each time a user try to validate we change their connectionId and end all other connections of that user.
-
- Feb 16, 2018
-
-
Dixon Fred authored
Updated bbb-web apiVersion to 2.0
-
- Feb 14, 2018
-
-
Anton Georgiev authored
Fix when the user disconnects stay a ghost webcam.
-
Anton Georgiev authored
Increase ideal webcam resolution for kurento webrtc webcams
-
Anton Georgiev authored
Stop sharing webcam and receiving video streams when video-dock component is unmounted in HTML5
-
Anton Georgiev authored
-
Lucas Fialho Zawacki authored
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into settings-lock-video-dock
-
Lucas Fialho Zawacki authored
Merge branch 'settings-lock-video-dock' of https://github.com/Tainan404/bigbluebutton into settings-lock-video-dock
-
Tainan Felipe Pauli de Almeida authored
-
Tainan Felipe Pauli de Almeida authored
-
- Feb 13, 2018
-
-
Richard Alam authored
Rework audio processing to avoid seeking past end of file
-
Anton Georgiev authored
Improvements for PR#5117
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Anton Georgiev authored
Added an extra check for the Pencil's DRAW_END message
-
- Feb 12, 2018
-
-
Oleksandr Zhurbenko authored
-
Calvin Walton authored
In some cases when there is a slight mismatch between audio file duration and event timestamp difference, and we have a record status or chapter break event in a certain location, it could trigger a seek past the end of an audio file. Detect this condition and just render silence instead. Also adjust the thresholds for the audio length scaling - they were being triggered on short recordings that should be correct.
-
Richard Alam authored
Workaround video sync issue due to red5 timestamp offset
-
Calvin Walton authored
Red5 sometimes writes webcam video files with a large offset in the video frame offsets, sometimes up to 30 or even 60 seconds. However, the start event in the events.xml file corresponds to the time at which red5 received the first keyframe (recorded frame) in the video. The end result is that the video will sometimes appear to be delayed (out of sync) in the processed recording. The correction is simple: We're already reading video metadata, including the timestamp of the first frame, so we just have to apply a correction during video processing to undo the frame timestamp offsets in the video file.
-