- Feb 14, 2018
-
-
Richard Alam authored
- Make sure that screenshare is synched when recording chapter breaks
-
Richard Alam authored
-
- Feb 13, 2018
-
-
Richard Alam authored
- track webcam streams to handle start/stop cams and chapter breaks
-
Richard Alam authored
Rework audio processing to avoid seeking past end of file
-
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
-
- Feb 12, 2018
-
-
Richard Alam authored
Archive events.xml file in a concurrency-friendly way.
-
Calvin Walton authored
With the current segment processing, we might be processing one segment while archiving a different segment from the same recording. To avoid that the processing scripts see an incomplete events.xml file, write to a temp file then rename.
-
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.
-
Richard Alam authored
Improve the interaction between multiuser and cursors
-
- Feb 10, 2018
-
-
Chad Pilkey authored
-
- Feb 08, 2018
-
-
Chad Pilkey authored
Include missing classes in AIR client
-
Chad Pilkey authored
-
Dixon Fred authored
Updates for the 2.1 AIR client
-
Chad Pilkey authored
-
Chad Pilkey authored
-
Chad Pilkey authored
-
- Feb 07, 2018
-
-
Richard Alam authored
- drop whiteboard and cursor messages instead of enforcing rights ma…
-
Richard Alam authored
Minor AIR updates for 2.1 chat
-
Richard Alam authored
-
Chad Pilkey authored
-
Richard Alam authored
- hide broadcast layout button for viewers
-
Richard Alam authored
- exclude pencil draw update and end status from being dropped by rights management so that pencil lines will smooth out
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
Prevent duplicate wav files
-
Richard Alam authored
-
- Feb 06, 2018
-
-
Chad Pilkey authored
-
Chad Pilkey authored
-
Dixon Fred authored
Fix updating of config.xml
-
Dixon Fred authored
-
Richard Alam authored
-
Richard Alam authored
Fix group chat
-
Richard Alam authored
-
Richard Alam authored
-
Dixon Fred authored
First pass at chat in the AIR client for 2.1
-
Chad Pilkey authored
-
- Feb 05, 2018
-
-
Richard Alam authored
-