- May 23, 2018
-
-
Calvin Walton authored
-
Calvin Walton authored
Due to improvements in the recording scripts, most of the stuff the sanity script was checking for is no longer needed (missing/corrupt video files are handled by the processing scripts). The version of this script in master has been cleaned up so that the only things it does are: - Check that the events.xml exists and is properly formatted xml - Rebuild flv files from red5 .flv.ser/.flv.info files The script from master is compatible with the 2.0 code, so just use it as-is. This fixes a problem where following the recent red5 upgrade in 2.0 branch, an flv file is never written for webcam streams where no frames were received, despite there being recording events.
-
- May 16, 2018
-
-
Calvin Walton authored
This improves the quality of portrait documents, before they were 1200px when landscape documents got 1600px. Switching to scaling to a square means that we can use the "-scale-to" option on pdftocaio, which means that it generates images directly at the desired size. This can save quite a bit of time (and memory) if a document was uploaded with extremely large page size.
-
Calvin Walton authored
There's some cases where you can get 0-duration recordings due to recording event placement (e.g. a single recording event is the last event in the events.xml). Detect these cases, and treat them like no recording marks in the archive script (it will stop the recording from being automatically processed). I've also adjusted the sanity script to detect these cases and error out. The recording processing scripts cannot handle 0-length recordings, you have to manually edit the events. I've added a message to the sanity log about this.
-
Anton Georgiev authored
Change abs paths to use baseName config
-
Anton Georgiev authored
[HTML5 Client] Server-side timestamps in chat messages.
-
- May 15, 2018
-
-
Maxim Khlobystov authored
-
Richard Alam authored
- change log timestamp format so they are all the same
-
Richard Alam authored
-
Oswaldo Acauan authored
Rename function to be consistent with state name.
-
Tainan Felipe authored
-
Anton Georgiev authored
Hide connecting icon when screeshare is loaded.
-
Tainan Felipe authored
-
Anton Georgiev authored
Prevent whiteboard textarea flickering
-
Anton Georgiev authored
Fix chat scroll bar and re-size handle overlap
-
Tainan Felipe authored
-
Anton Georgiev authored
Clear session storage to enter
-
- May 14, 2018
-
-
Tainan Felipe authored
-
Dixon Fred authored
Use Mac mic permission image everywhere, but Windows
-
Chad Pilkey authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Anton Georgiev authored
Implement feedback screen
-
Tainan Felipe authored
-
KDSBrowne authored
-
- May 13, 2018
-
-
Dixon Fred authored
Fix label in output for bbb-conf --check
-
Dixon Fred authored
-
KDSBrowne authored
-
Dixon Fred authored
Added query of information from kurento to bbb-conf --check
-
Dixon Fred authored
-
- May 11, 2018
-
-
Richard Alam authored
- change red5 screenshare log format
-
Richard Alam authored
-
Chad Pilkey authored
Cleanup video stream on reconnect
-
Anton Georgiev authored
Pulled html5 locales May 11, 2018
-
James Jung authored
-
Anton Georgiev authored
-
Dixon Fred authored
Hide audio callout when button is clicked
-
Chad Pilkey authored
-
Dixon Fred authored
RnP: Fix bitrate in screenshare.yml
-
Calvin Walton authored
I forgot to include the 'K' multiplier on the bitrate values, so they were all 1000 times too low.
-