Commit Graph

38082 Commits

Author SHA1 Message Date
snyk-bot
fa07ed9a27 fix: record-and-playback/core/Gemfile & record-and-playback/core/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
2023-11-15 16:31:39 -05:00
Anton Georgiev
6c89bfe04d chore: upgrade Spring to 2.7.17 2023-11-15 16:27:22 -05:00
Anton Georgiev
814bdba561 chore: upgrade Spring to 2.7.17 2023-11-15 16:27:17 -05:00
Anton Georgiev
442bea3291 chore: Upgrade LibreOffice to 7.6.2 2023-11-15 16:21:40 -05:00
Anton Georgiev
57d8052217 tweak tag 2023-11-15 16:21:26 -05:00
Anton Georgiev
c22c1288ef build(bbb-libreoffice): bump to 7.5.7.1 2023-11-15 16:21:13 -05:00
Gustavo Trott
78cc06b2b9 Switch the LibreOffice Docker image to use the one built by BBB 2023-11-15 16:20:56 -05:00
Paulo Lanzarin
8849297297 build(bbb-webhooks): v2.6.1
See https://github.com/bigbluebutton/bbb-webhooks/releases/tag/v2.6.1
2023-11-15 16:15:08 -05:00
Anton Georgiev
66d15cc426
chore: Bump Etherpad to 1.9.4 2023-11-15 16:11:28 -05:00
Anton Georgiev
4f9179a5e4
chore: Bump bbb-playback to 5.0.2 2023-11-15 16:09:15 -05:00
Anton Georgiev
e857f6c704
chore: Bump bbb-pads to 1.5.2 2023-11-15 16:08:10 -05:00
Anton Georgiev
c4b883e38b chore: npm dependencies upgrades in bbb-learning-dashboard 2023-11-15 16:03:34 -05:00
Anton Georgiev
b6a5332e92 chore: npm dependencies upgrades in bbb-export-annotations 2023-11-15 16:00:14 -05:00
Anton Georgiev
71a7d3062c chore: npm audit fix force 2023-11-15 10:20:17 -05:00
Anton Georgiev
c81c6d93a6 chore: npm audit fix 2023-11-15 10:20:08 -05:00
Anton Georgiev
9f6c4a5217
Merge pull request #19032 from bigbluebutton/snyk-fix-760abdf4e03a4e35bd1976f986569468
[Snyk] Security upgrade axios from 0.26.0 to 1.6.0
2023-10-30 11:58:59 -04:00
Anton Georgiev
3b07eba68b
Merge pull request #19026 from bigbluebutton/snyk-fix-28f3817fc7ba777addb7cf80fb0a0a8d
[Snyk] Security upgrade axios from 0.21.4 to 1.6.0
2023-10-30 11:57:01 -04:00
snyk-bot
390a413593
fix: bbb-export-annotations/package.json & bbb-export-annotations/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
2023-10-28 03:52:38 +00:00
snyk-bot
2d3952339b
fix: bigbluebutton-html5/package.json & bigbluebutton-html5/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
2023-10-27 18:12:23 +00:00
Anton Georgiev
de124766df
Merge pull request #18898 from kepstin/rec-fix-2.6
Recording fix backports for 2.6
2023-10-06 13:06:27 -04:00
Calvin Walton
1c745c6721 bbb-presentation-video: Update to 4.0.4
Fixes a recording processing crash which can occur if malformed events
are generated by BigBlueButton due to client bugs.
2023-10-04 13:31:11 -04:00
Calvin Walton
9d02717b04 fix(recording): Deskshare audio processing hang
This is a refinement of the fix introduced in 3c1a9cd7c4.

Further investigation of the issue reveals that the cause of the bad
timestamps which result in error messages or hang is when the `apad`
filter does not receive any input audio frames. This happens if the
seekpoint is after the end of audio. The existing seekpoint checks can't
cover this, because in a deskshare file the video stream can continue on
after the audio stream ends.

The `,asetpts=N` filter was added to deal with this problem, and it
works in most cases. But there is a case where it fails - when the
"mismatched length" audio stretching to work around broken recordings
from BigBlueButton 0.81/0.90 kicks in.

The issue there is that the `atrim=start=S` filter (used due to the
difficulty of calculating seeks when stretching) hits the invalid
timestamps and hangs.

I'm working around this issue with a "defense in depth" combination of
two changes:

* Move the `,asetpts=N` filter to be applied before the audio stretch
  filters. This fixes the processing hang.
* Adjust the conditions on the "mismatched length" audio stretching so
  that it only gets applied on audio files likely to be from extremely
  old BigBlueButton versions - those with audio in wav files, or encoded
  to vorbis.

BigBlueButton has been using audio recorded directly to opus by
FreeSWITCH for quite a while, and the handling for gaps or lost packets
is done in current BBB versions by a combination of the libopus decoder
and the use of ffmpeg's `aresample=async=1000` filter to dynamically
stretch, squish, or fill in audio so it becomes a continuous stream
that's locked to the file timestamps. Applying the "mismatched length"
processing on top of that is probably making audio sync issues worse.
2023-10-04 13:30:59 -04:00
Anton Georgiev
82322938d2
Merge pull request #18699 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_gl
Updates for file bigbluebutton-html5/public/locales/en.json in gl on branch v2.6.x-release
2023-09-07 08:49:54 -04:00
Anton Georgiev
4921a69b29
docs: add 2.6.14 link 2023-09-06 13:33:56 -04:00
Anton Georgiev
a9053de442
Merge pull request #18718 from bigbluebutton/antobinary-patch-1
docs: Improve docs for 2.6.14 upgrade of nodejs
2023-09-05 21:04:26 -04:00
Anton Georgiev
ec54c7111f
docs: Improve docs for 2.6.14 upgrade of nodejs 2023-09-05 21:03:07 -04:00
transifex-integration[bot]
5b82ced528
Translate en.json in gl
100% translated source file: 'en.json'
on 'gl'.
2023-09-02 16:29:15 +00:00
Anton Georgiev
cc3bea7f48
Merge pull request #18697 from antobinary/26-java17nodejs18
build: fix nodejs version paste error in #18686
2023-09-02 06:52:05 -04:00
Anton Georgiev
eae34304be build: fix nodejs version paste error in #18686 2023-09-02 06:49:29 -04:00
Anton Georgiev
437d90d147
Merge pull request #18695 from antobinary/26-java17nodejs18
docs: add info on NodeJS v18 and Java 17 upgrade paths
2023-09-01 15:12:00 -04:00
Anton Georgiev
2313ba043d docs: add info on NodeJS v18 and Java 17 upgrade paths 2023-09-01 14:18:12 -04:00
Anton Georgiev
e17f0315fd
chore: Bump BBB version to 2.6.14 2023-09-01 12:27:14 -04:00
Gustavo Trott
0d7b69862d
Merge pull request #18686 from antobinary/26-java17nodejs18
!build: require node 18 to install bbb packages
2023-09-01 11:37:09 -03:00
Anton Georgiev
89d17ff639 build: require node 18 to install bbb packages 2023-09-01 08:19:50 -04:00
Anton Georgiev
cf5d108be9
Merge pull request #18680 from antobinary/26-java17nodejs18
build: Upgrade to Java17, NodeJS 18
2023-08-31 15:00:17 -04:00
Anton Georgiev
aa7c649b2c build: fix mismatched quote 2023-08-31 07:23:18 -04:00
Anton Georgiev
5a4105b78b chore: allow newer nodejs to be used on bbb-export-annotations 2023-08-31 07:16:32 -04:00
Anton Georgiev
826b157e88 use bbb-install from github 2023-08-31 07:13:59 -04:00
Anton Georgiev
420fbdcdbc grails 5.3.2 in docs 2023-08-31 07:10:25 -04:00
Anton Georgiev
de3f5f0749 use package building image with java17 node18 2023-08-31 07:09:35 -04:00
Anton Georgiev
7f117eea45 add java17 as bbb-web dependency 2023-08-31 07:09:10 -04:00
Anton Georgiev
c4e849edc8 build: specify java 17 on bbb-web install 2023-08-31 07:06:11 -04:00
Anton Georgiev
d0417db65e docs: added info on Java 17 upgrade 2023-08-31 07:05:27 -04:00
Anton Georgiev
38286c6b7e build: use Java17 to build akka projects 2023-08-31 07:03:04 -04:00
Paul Trudel
dd59955c7d Upgrade gorm and groovy versions 2023-08-31 07:02:30 -04:00
Paul Trudel
f83ff60901 Change target to release for java 17 on fsesl 2023-08-31 07:01:00 -04:00
Paul Trudel
7bab189a23 Change target to release for java 17 2023-08-31 07:00:42 -04:00
Anton Georgiev
1159e7af3c build: resetting mcs-address from localhost to 127.0.01 2023-08-30 17:19:39 -04:00
Anton Georgiev
4ea77f1068 chore: upgrade NodeJS to 18 2023-08-30 17:18:46 -04:00
Anton Georgiev
bf18937efa
Merge pull request #18653 from KDSBrowne/bbb-18645
fix: Mouse Wheel Zoom Disrupting Slide Position
2023-08-29 14:46:08 -04:00