From fc74f2a8b88dfa0b7bdc0ebeb29512e102226240 Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 4 Nov 2022 17:02:56 +0100 Subject: [PATCH 1/2] update recordings base image to bullseye bullseye offers a more recent version of ffmpeg which solves the missing ffmpeg filter 'tpad' https://github.com/bigbluebutton/docker/issues/235 --- mod/recordings/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/recordings/Dockerfile b/mod/recordings/Dockerfile index ad401b3..5403694 100644 --- a/mod/recordings/Dockerfile +++ b/mod/recordings/Dockerfile @@ -1,5 +1,5 @@ -FROM ruby:2.7-slim-buster +FROM ruby:2.7-slim-bullseye # install apt dependencies RUN apt-get update && apt-get install -y \ From bfa6679ff0b6469682fe5ee2a624bdad06df9543 Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 4 Nov 2022 17:06:17 +0100 Subject: [PATCH 2/2] add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9342511..5bc50b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased - BBB 2.5.4 @alangecker +- recordings: fix for missing ffmpeg filter @alangecker [#235](https://github.com/bigbluebutton/docker/issues/235) [#230](https://github.com/bigbluebutton/docker/pull/230) ## Release v2.5.0 (2022-06-10) - BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)