- Mar 08, 2021
-
-
Andrei Bautu authored
Recording processing using MP4/OGG temporary files, stream copy, and customizable (lower) frame rates. Discussion from https://github.com/bigbluebutton/bigbluebutton/issues/2483
-
- Dec 21, 2020
-
-
Felipe Cecagno authored
-
- Dec 07, 2020
-
-
Marcel Hellkamp authored
PR #9857 was incomplete and did not completely fix the issues described in #9062 and #9110 (dublicate).
-
- Dec 04, 2020
-
-
Pedro Beschorner Marin authored
Collects the shared notes' HTML raw data and publishes it along with the other recording files. The playback will fetch for this file and include an option to display it's content over the chat.
-
- Sep 25, 2020
-
-
Calvin Walton authored
Not sure what causes this issue, but there's nothing reasonable that can be done to draw a shape with no thickness. Just skip it.
-
- Jul 30, 2020
-
-
Sebastian Berm authored
-
Sebastian Berm authored
-
- Jun 24, 2020
-
-
Calvin Walton authored
-
Calvin Walton authored
-
- Jun 17, 2020
-
-
mw781 authored
-
- May 16, 2020
-
-
Dixon Fred authored
-
- May 10, 2020
-
-
beckerr-rzht authored
Playback a presentation does not start on iPad with iPadOS 13 and higher. The root cause is that `mobileAndTabletCheck` does not detect an iPad as mobile device. The reasons for this are discussed here: https://github.com/serbanghita/Mobile-Detect/issues/795 A way to detect Safari on IPadOS as mobile device is described here: https://stackoverflow.com/a/60553965 I've added a function `detectLyingiOS13iPad` to work around this problem.
-
- Apr 06, 2020
-
-
Calvin Walton authored
There's nothing reasonable we can do here if the font size is missing.
-
- Jan 14, 2020
-
-
Calvin Walton authored
If the poll size happened to be not an integer, the poll generation would fail. Round it to an integer for the generation tool.
-
- Jan 13, 2020
-
-
Calvin Walton authored
Write a tool that generates the poll svg images directly from the BBB poll description. This avoids the issues with special characters in the gnuplot labels, and gives us a lot more flexibility in how the polls are formatted and styled.
-
- Dec 19, 2019
-
-
Calvin Walton authored
-
Calvin Walton authored
-
- Oct 21, 2019
-
-
Pedro Beschorner Marin authored
-
- Oct 18, 2019
-
-
Calvin Walton authored
Someone on the mailing list had some recordings which were using the 2.0 playback, but were missing the deskshare.xml file (which should always be present for 2.0… strange). It's safe to continue loading the recording playback if the deskshare.xml file is not found, the recording will just act as if there were no deskshare start/stop events.
-
- Oct 09, 2019
-
-
Calvin Walton authored
Previously the setMediaSync function was only called after the deskshare loaded, but by moving it to run after all media loaded, it now runs even on recordings that didn't have deskshare. Make it do nothing (return early) in that case.
-
- Oct 07, 2019
-
-
Calvin Walton authored
If the secondary media loaded before the main media, it would run the "setMediaSync" function before the main media player was setup. As a side-effect of setting up the main media player, all of the event handlers added by the setMediaSync function are detached, and so the secondary media never starts playing. Move the call to setMediaSync to after the media-ready events for all media have fired, so that it can reliably attach the event handlers.
-
- Sep 23, 2019
-
-
Calvin Walton authored
This reverts a bbb-specific customization made in the jquery.acornmediaplayer.js file: it's restored to what the upstream player did. I can't find any explanation for why this change was made in the first place? Reverting it doesn't seem to cause any playback issues (Popcorn still works, in particular).
-
- Jun 14, 2019
-
-
Dixon Fred authored
-
- Jun 04, 2019
-
-
Calvin Walton authored
-
Calvin Walton authored
-
Calvin Walton authored
-
Calvin Walton authored
-
- May 10, 2019
-
-
Ghazi Triki authored
-
- May 07, 2019
-
-
Ghazi Triki authored
-
Ghazi Triki authored
-
- Apr 30, 2019
-
-
Ghazi Triki authored
-
- Apr 22, 2019
-
-
Ghazi Triki authored
-
- Feb 22, 2019
-
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
-
- Feb 12, 2019
-
-
Calvin Walton authored
This reverts commit 04d31d30.
-
Calvin Walton authored
This reverts commit 4346b0fc.
-
- Jan 31, 2019
-
-
Calvin Walton authored
The initialization order change to support captions moved the acorn initialization to after some of the popcorn init had already run. We have to move that function to run after we create the acorn player so it references the correct #video element (since acorn replaces/ moves it during init)
-
- Jan 15, 2019
-
-
Calvin Walton authored
Previously, the acorn player was being initialized before the asynchronous load of captions information completed, meaning that the acorn player didn't know there were caption tracks, and the CC selector control wasn't available. Fixes #6463
-
- Sep 21, 2018
-
-
Calvin Walton authored
It was previously trying to get the presentation name from the wrong variable, which resulted in a nil value (which was treated as a blank string in filenames). This caused the poll images to not be inside the presentation subdirectories, and the poll image references in the svg contained a `//` path, which would break the recording if it was uploaded to e.g. AWS S3.
-
- Sep 13, 2018
-
-
Calvin Walton authored
This fixes font scaling in the presentation area, since that relied on the <p> element inheriting the font size from the svg <g> that it was inside of. This was broken with the switch to the Foundation stylesheet base, which set a fixed font size on the <p> element.
-