Skip to content

Commit

Permalink
Update Nginx and ffmpeg (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
4n4n4s committed Sep 4, 2022
1 parent 5cef4f8 commit b4be5dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NGINX_VERSION=1.21.6
ARG NGINX_VERSION=1.23.1
ARG NGINX_RTMP_VERSION=1.2.2
ARG FFMPEG_VERSION=5.0
ARG FFMPEG_VERSION=5.1

##############################
# Build the NGINX-build image.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.cuda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NGINX_VERSION=1.21.6
ARG NGINX_VERSION=1.23.1
ARG NGINX_RTMP_VERSION=1.2.2
ARG FFMPEG_VERSION=5.0
ARG FFMPEG_VERSION=5.1

##############################
# Build the NGINX-build image.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21.6 (Mainline version compiled from source)
* Nginx 1.23.1 (Mainline version compiled from source)
* nginx-rtmp-module 1.2.2 (compiled from source)
* ffmpeg 5.0 (compiled from source)
* ffmpeg 5.1 (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/)
Expand Down

0 comments on commit b4be5dc

Please sign in to comment.