@@ -4,7 +4,7 @@ default settings for HLS live streaming. Built on Alpine Linux.
4
4
5
5
* Nginx 1.19.7 (Mainline version compiled from source)
6
6
* nginx-rtmp-module 1.2.1 (compiled from source)
7
- * ffmpeg 4.3.2 (compiled from source)
7
+ * ffmpeg 4.4 (compiled from source)
8
8
* Default HLS settings (See: [ nginx.conf] ( nginx.conf ) )
9
9
10
10
[ ![ 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
79
79
```
80
80
$ ffmpeg -buildconf
81
81
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
84
84
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
90
90
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
94
94
95
95
configuration:
96
96
--prefix=/usr/local
0 commit comments