Skip to content

Commit

Permalink
updated ffmpeg to 4.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Dec 31, 2020
1 parent ccf6cf5 commit 975372a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed
* Updated `ffmpeg` to the 4.3.x version branch

### Fixed
* Corrected bug that occurred when audio bit rated was configured in JSON using an integer

Expand Down
2 changes: 1 addition & 1 deletion multistreaming-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jrottenberg/ffmpeg:4.2-alpine
FROM jrottenberg/ffmpeg:4.3-alpine
MAINTAINER Michael Kamprath "https://github.com/michaelkamprath"

ARG NGINX_VERSION=1.19.2
Expand Down

0 comments on commit 975372a

Please sign in to comment.