Skip to content

Commit 0a9c727

Browse files
authored
FFmpeg 4.4 (#95)
* FFmpeg 4.4 * upgrade: ffmpeg 4.4 for cuda image and update readme.
1 parent c7cd7bb commit 0a9c727

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NGINX_VERSION=1.19.7
22
ARG NGINX_RTMP_VERSION=1.2.1
3-
ARG FFMPEG_VERSION=4.3.2
3+
ARG FFMPEG_VERSION=4.4
44

55

66
##############################

Dockerfile.cuda

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NGINX_VERSION=1.18.0
22
ARG NGINX_RTMP_VERSION=1.2.1
3-
ARG FFMPEG_VERSION=4.3.1
3+
ARG FFMPEG_VERSION=4.4
44

55

66
##############################

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default settings for HLS live streaming. Built on Alpine Linux.
44

55
* Nginx 1.19.7 (Mainline version compiled from source)
66
* nginx-rtmp-module 1.2.1 (compiled from source)
7-
* ffmpeg 4.3.2 (compiled from source)
7+
* ffmpeg 4.4 (compiled from source)
88
* Default HLS settings (See: [nginx.conf](nginx.conf))
99

1010
[![Docker Stars](https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg)](https://hub.docker.com/r/alfg/nginx-rtmp/)
@@ -79,18 +79,18 @@ http://localhost:8080/live/$STREAM_NAME.m3u8
7979
```
8080
$ ffmpeg -buildconf
8181

82-
ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
83-
built with gcc 9.3.0 (Alpine 9.3.0)
82+
ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers
83+
built with gcc 10.2.1 (Alpine 10.2.1_pre1) 20201203
8484
configuration: --prefix=/usr/local --enable-version3 --enable-gpl --enable-nonfree --enable-small --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libtheora --enable-libvorbis --enable-libopus --enable-libfdk-aac --enable-libass --enable-libwebp --enable-postproc --enable-avresample --enable-libfreetype --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-libs='-lpthread -lm'
85-
libavutil 56. 51.100 / 56. 51.100
86-
libavcodec 58. 91.100 / 58. 91.100
87-
libavformat 58. 45.100 / 58. 45.100
88-
libavdevice 58. 10.100 / 58. 10.100
89-
libavfilter 7. 85.100 / 7. 85.100
85+
libavutil 56. 70.100 / 56. 70.100
86+
libavcodec 58.134.100 / 58.134.100
87+
libavformat 58. 76.100 / 58. 76.100
88+
libavdevice 58. 13.100 / 58. 13.100
89+
libavfilter 7.110.100 / 7.110.100
9090
libavresample 4. 0. 0 / 4. 0. 0
91-
libswscale 5. 7.100 / 5. 7.100
92-
libswresample 3. 7.100 / 3. 7.100
93-
libpostproc 55. 7.100 / 55. 7.100
91+
libswscale 5. 9.100 / 5. 9.100
92+
libswresample 3. 9.100 / 3. 9.100
93+
libpostproc 55. 9.100 / 55. 9.100
9494

9595
configuration:
9696
--prefix=/usr/local

0 commit comments

Comments
 (0)