RUN wget http://nginx.org/download/nginx-1.12.2.tar.gz RUNtar-zxvf nginx-1.12.2.tar.gz # 第二种获取Nginx方式 #RUN hg clone http://hg.nginx.org/nginx # --- RUN git clone https://github.com/arut/nginx-rtmp-module.git RUN apt-getinstalllibpcre3 libpcre3-dev -y RUN apt-getinstall...
http://nginx.org/en/ 2、docker-hub https://hub.docker.com/r/alqutami/rtmp-hls https://hub.docker.com/_/nginx 3、github https://github.com/TareqAlqutami/rtmp-hls-server https://github.com/arut/nginx-rtmp-module 4、安装 默认安装 docker run -d -p1935:1935-p8080:8080alqutami/rtmp-h...
我们在https://github.com/arut/nginx-rtmp-module/,下载nginx-rtmp-module-master.zip,解压后复制到目录:nginx 1.7.11.3 Gryphon下,如下图所示: 在nginx-rtmp-module-master目录下,我们可以看到有个文件stat.xsl。这正好对应于配置文件nginx.conf中的设置,如下图所示: 然后我们在浏览器中输入http://127.0.0.1/...
如果需要自定义配置文件,可以自己写 nginx.conf,在启动容器时进行挂载 docker run -d -p 1935:1935 -p 8080:8080 -v custom.conf:/etc/nginx/nginx.conf alqutami/rtmp-hls此外,也可以去镜像 Github 拷贝修改,Github 地址https://github.com/TareqAlqutami/rtmp-hls-server/tree/master/conf worker_processes ...
docker-nginx-rtmp A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with default settings for HLS live streaming. Built on Alpine Linux. Nginx 1.23.1 (Mainline version compiled from source) nginx-rtmp-module 1.2.2 (compiled from source) ffmpeg 5.1 (compiled from source) ...
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming. - tiangolo/nginx-rtmp-docker
一个Dockerfile从源代码安装NGINX,nginx-rtmp-module和FFmpeg HLS实时流媒体的默认设置。 建立在Alpine Linux上。 Nginx 1.15.3 (从源代码编译) nginx-rtmp-module 1.2.1 (从源代码编译) ffmpeg 4.0.2 (从源代码编译) 默认HLS设置(见:nginx.conf)
在Docker Compose文件中,我们需要定义nginx-rtmp-module和ffmpeg相关容器的配置。具体而言,我们可以通过环境变量来指定RTMP服务器的监听端口、推流认证等。另外,我们还可以定义一个Nginx反向代理容器,用于提供HTTPS支持和负载均衡。 接着,我们需要编写一个Dockerfile来定义自定义镜像的构建规则。在这个文件中,我们可以指定基...
tiangolo/nginx-rtmp Docker image with Nginx using the nginx-rtmp… 85 [OK] jc21/nginx-proxy-manager Docker containerformanaging Nginx proxy ho… 73 alfg/nginx-rtmp NGINX, nginx-rtmp-module and FFmpeg from sou… 71 [OK] nginxdemos/hello NGINX webserver that serves a simple page co… 57 ...
bitnami/nginx Bitnami nginx Docker Image 87 [OK] tiangolo/nginx-rtmp Docker image with Nginx using the nginx-rtmp… 85 [OK] jc21/nginx-proxy-manager Docker container for managing Nginx proxy ho… 73 alfg/nginx-rtmp NGINX, nginx-rtmp-module and FFmpeg from sou… 71 [OK] ...