Update to NGINX version 1.16.0. Update to FFmpeg version 4.1.3.

This commit is contained in:
Alf 2019-04-27 12:38:35 -07:00
parent b70b736f7e
commit 6e3bd81ff5
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
ARG NGINX_VERSION=1.14.2
ARG NGINX_VERSION=1.16.0
ARG NGINX_RTMP_VERSION=1.2.1
ARG FFMPEG_VERSION=4.1
ARG FFMPEG_VERSION=4.1.3
##############################

View File

@ -2,9 +2,9 @@
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
default settings for HLS live streaming. Built on Alpine Linux.
* Nginx 1.14.1 (compiled from source)
* Nginx 1.16.0 (Stable version compiled from source)
* nginx-rtmp-module 1.2.1 (compiled from source)
* ffmpeg 4.1 (compiled from source)
* ffmpeg 4.1.3 (compiled from source)
* Default HLS settings (See: [nginx.conf](nginx.conf))
[![Docker Stars](https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg)](https://hub.docker.com/r/alfg/nginx-rtmp/)
@ -61,7 +61,7 @@ http://<server ip>:8080/live/$STREAM_NAME.m3u8
### FFmpeg Build
```
ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 6.4.0 (Alpine 6.4.0)
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-librtmp --enable-postproc --enable-avresample --enable-libfreetype --enable-openssl --disable-debug --disable-doc --disable-ffplay --extra-libs='-lpthread -lm'
libavutil 56. 22.100 / 56. 22.100