Update README.md
This commit is contained in:
parent
fdca2e7a9d
commit
99f7f42ff5
|
@ -2,9 +2,9 @@
|
||||||
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
|
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
|
||||||
default settings for HLS live streaming. Built on Alpine Linux.
|
default settings for HLS live streaming. Built on Alpine Linux.
|
||||||
|
|
||||||
* Nginx 1.9.15 (compiled from source)
|
* Nginx 1.12.0 (compiled from source)
|
||||||
* nginx-rtmp-module 1.1.10 (compiled from source)
|
* nginx-rtmp-module 1.1.11 (compiled from source)
|
||||||
* ffmpeg 3.0.2 (compiled from source)
|
* ffmpeg 3.3.2 (compiled from source)
|
||||||
* Default HLS settings (See: [nginx.conf](nginx.conf))
|
* 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/)
|
[![Docker Stars](https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg)](https://hub.docker.com/r/alfg/nginx-rtmp/)
|
||||||
|
@ -48,7 +48,7 @@ http://<server ip>:8080/live/$STREAM_NAME.m3u8
|
||||||
|
|
||||||
### FFmpeg Build
|
### FFmpeg Build
|
||||||
```
|
```
|
||||||
ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers
|
ffmpeg version 3.3.2 Copyright (c) 2000-2016 the FFmpeg developers
|
||||||
built with gcc 5.3.0 (Alpine 5.3.0)
|
built with gcc 5.3.0 (Alpine 5.3.0)
|
||||||
configuration: --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
|
configuration: --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
|
||||||
libavutil 55. 17.103 / 55. 17.103
|
libavutil 55. 17.103 / 55. 17.103
|
||||||
|
|
Loading…
Reference in New Issue