Commit Graph

31436 Commits

Author SHA1 Message Date
Calvin Walton
3c1a9cd7c4 RAP: Use "asetpts=N" in ffmpeg audio processing
There's an issue sometimes where when processing the audio from a
desktop sharing file, the STARTPTS value is invalid somehow, and this
results in bad timestamps in the output stream. Depending on the
selected codec/container combination, this might result in errors such
as spam of the message:

Application provided invalid, non monotonically increasing dts to muxer in stream

or simply a hang during processing.

Since we're already using aresample in async mode to correct timestamp
gaps, we can use "asetpts=N" here to simply set the audio frame pts
values to the sample number directly, giving proper monotonic timestamps
with no gaps.
2021-10-21 11:23:09 -04:00
Ramón Souza
c0209ba2f3 convert user-options component 2021-10-21 14:32:18 +00:00
Ramón Souza
b78a9a19db convert user-participants component 2021-10-21 14:16:18 +00:00
Ramón Souza
da8f894d6b convert breakout-room-item component 2021-10-21 13:34:05 +00:00
Ramón Souza
a940e29ea2 convert user-polls component 2021-10-21 13:26:55 +00:00
Ramón Souza
59faaab572 convert waiting-users component 2021-10-21 13:11:52 +00:00
Ramón Souza
55b4c7ac56 convert user-notes component 2021-10-21 12:52:02 +00:00
Ramón Souza
30a2af4b7e convert user-messages component 2021-10-20 20:29:23 +00:00
Anton Georgiev
f08347ab3e
Merge pull request #13531 from bigbluebutton/increase-time-allowed-for-reconnection
refactor: Increase time allowed for reconnection
2021-10-20 15:59:59 -04:00
Tiago Jacobs
57c1ea332a
Increase time allowed for reconnection 2021-10-20 15:24:32 -03:00
Anton Georgiev
a8dac575d5
Merge pull request #13530 from antobinary/fonts
chore: Pulled the latest fonts woff from bigbluebutton-fonts
2021-10-20 13:58:43 -04:00
Anton Georgiev
5282e0d069 chore: Pulled the latest fonts woff from bigbluebutton-fonts 2021-10-20 17:56:55 +00:00
Anton Georgiev
e5c37a7cf8
Merge pull request #13490 from ramonlsouza/old-minimize-button
Restore old button to hide presentation (under a flag)
2021-10-20 13:43:58 -04:00
Ramón Souza
24339d41cc convert custom-logo component 2021-10-20 17:36:11 +00:00
Ramón Souza
37b4673477 convert user-list-content component 2021-10-20 16:45:44 +00:00
Ramón Souza
1628ebede0 fix tab size 2021-10-20 16:32:27 +00:00
Ramón Souza
da15431a54 convert user-list component 2021-10-20 14:18:48 +00:00
Anton Georgiev
c68d5a0b3b
Merge pull request #13525 from gustavotrott/dashboard-remove-alert
Fix: Learning Dashboard eslint no-alert problem
2021-10-20 10:15:29 -04:00
Gustavo Trott
64be1d1494 Put exclamation point in localized string instead of html 2021-10-20 10:58:27 -03:00
Anton Georgiev
f862eaf233
Merge pull request #13526 from antobinary/locales
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-10-20 09:53:54 -04:00
Localization Server
426267df8d chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-10-20 13:49:17 +00:00
Gustavo Trott
d242276e5b Remove alert function 2021-10-20 10:45:04 -03:00
Ramón Souza
464648297a install styled-components 2021-10-20 12:45:44 +00:00
Anton Georgiev
3ccc59ac63
Merge pull request #13521 from lfzawacki/userdata-layout
Userdata flags for hiding some layout elements
2021-10-20 08:43:18 -04:00
Anton Georgiev
7e95e68fe8
Merge pull request #13522 from antobinary/backport-build-changes
build: Backport build changes
2021-10-20 05:56:10 -04:00
Anton Georgiev
cf42a23cb1
Merge pull request #13524 from antobinary/locales
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-10-20 05:54:25 -04:00
Localization Server
deddf9ce9c chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-10-19 23:10:14 +00:00
Anton Georgiev
0678739b42 Updated image tag 2021-10-19 21:13:14 +00:00
Anton Georgiev
55416fb628 remove unneeded pip3 code 2021-10-19 21:07:05 +00:00
Anton Georgiev
eeed40f52a build: bbb-freeswitch-core install pip3 to solve site-packages missing 2021-10-19 21:07:05 +00:00
zfgrnzfsberire
37c31ce81b use placeholder files during change detection
also fix comment at top of script to reflect the current development state
2021-10-19 21:06:09 +00:00
Anton Georgiev
62c67a2f67 build: Rely on meteor version from docker image 2021-10-19 21:03:52 +00:00
Anton Georgiev
bf88e3d577 build: Specify meteor version before building
This resolves an issue where we were building the npm dependencies against Meteor matching Node 12 but were trying to install locally for Node 14.

An additional change to consider could be to include the correct Meteor version in the Dockerfile for BBB but that may mean different images per BBB version.

I also leave here some simple outputs for node, npm and meteor versions, to hopefully allow us to catch such discrepancies more easily in the future
2021-10-19 21:03:17 +00:00
Anton Georgiev
c283c8155f build: Remove node-sass rebuild (not needed for node 14) 2021-10-19 21:02:12 +00:00
Charlie Arehart
fa65382b9e correct typo: occurs here and front install page
also found it here https://docs.bigbluebutton.org/2.3/install.html, but I don't find that text anywhere else in this repo
2021-10-19 21:01:30 +00:00
Lucas Zawacki
8f346b6ae4 feature(layout): userdata to hide navbar 2021-10-19 20:43:33 +00:00
Anton Georgiev
9d24421b09
Merge pull request #13520 from prlanzarin/u24-zones
build: adjust bbb-html5.nginx to make sure nginx serves static assets
2021-10-19 16:40:15 -04:00
Lucas Zawacki
85e5200d59 chore(layout): Remove unused renderSidebar and renderNavBar methods 2021-10-19 19:28:26 +00:00
Lucas Zawacki
e5ac30fd46 feature(layout): userdata flag for hiding actions bar 2021-10-19 19:20:31 +00:00
Ramón Souza
1cc066366f Merge remote-tracking branch 'upstream/develop' into PR-11359 2021-10-19 16:41:36 +00:00
prlanzarin
e53dc4bb45 build: adjust bbb-html5.nginx to make sure nginx serves static assets
Somewhere along the line since 2.3 the packaged bbb-html5.nginx regressed to a
state where the upstream for /html5client was Meteor itself, which means nginx
wasn't serving static assets as it was supposed to.
2021-10-19 15:06:24 +00:00
Anton Georgiev
f23652428a
Merge pull request #13517 from gustavotrott/api-dashboard-validation-fix
Fix: Api/learningDashboard validation error
2021-10-18 18:41:33 -04:00
Gustavo Trott
ae88e8d325 Add Api/learningDashboard properly validation 2021-10-18 18:15:46 -03:00
Anton Georgiev
3a923e01cf
Merge pull request #13516 from antobinary/icons
style: Pulled latest fonts, audio icon swap
2021-10-18 17:00:25 -04:00
Anton Georgiev
6e0c74e02f style: Pulled latest fonts, audio icon swap 2021-10-18 20:26:01 +00:00
Gustavo Trott
efee460fe4 Update Api/LearningDashboard validation in favor of #13371 2021-10-18 17:08:47 -03:00
Anton Georgiev
e155ae4cf8
Merge pull request #13514 from antonbsa/improve-shortcut-test
test: Shortcut test improvements
2021-10-18 15:32:33 -04:00
Anton Barboza
cac21564a1 Merge remote-tracking branch 'upstream/v2.4.x-release' into improve-shortcut-test 2021-10-18 15:25:31 -03:00
Anton Georgiev
014c7867f5
Merge pull request #13497 from antonbsa/improve-checks-and-fix-breakout-tests
test: Improve checks, update connection status and breakout tests
2021-10-18 13:49:02 -04:00
Anton Georgiev
a1e3bbebd3
Merge pull request #13488 from gustavotrott/learning-dashboard-individual-token
refactor: Makes LearningDashboard data be provided by bbb-web (avoid demoted user to receive updates)
2021-10-18 13:37:03 -04:00