|  | 
| 2 | 2 |  * @Description:  | 
| 3 | 3 |  * @Author: LLiuHuan | 
| 4 | 4 |  * @Date: 2022年04月11日 16:30:02 | 
| 5 |  | - * @LastEditTime: 2022-04-11 16:37:59 | 
|  | 5 | + * @LastEditTime: 2022-06-20 13:22:39 | 
| 6 | 6 |  * @LastEditors: LLiuHuan | 
| 7 | 7 | --> | 
| 8 |  | - | 
| 9 |  | -### 介绍 | 
|  | 8 | +### Introduce | 
| 10 | 9 | > 由于nginx-http-flv-module官方镜像是四年前的,想弄个最新版的,就自己打了一个包,这个项目仅作为保留使用  | 
| 11 | 10 | 1. 本项目使用最新版 `nginx-http-flv-module` 目前版本为 `1.2.10`  | 
| 12 | 11 | 2. rtmp和http nginx 解析都为 stream | 
| 13 | 12 | 
 | 
| 14 |  | -### 参考 | 
|  | 13 | +### Use | 
|  | 14 | +1. Run container  | 
|  | 15 | + `docker run --name flv -p 31935:1935 -p 39000:9000 -itd lliuhuan/nginx-http-flv-module`  | 
|  | 16 | +2. Using OBS and other software to push streams  | 
|  | 17 | + ``` | 
|  | 18 | + Server: rtmp://127.0.0.1:31935/stream | 
|  | 19 | + Secret Key: t55 | 
|  | 20 | + ```  | 
|  | 21 | +   | 
|  | 22 | +3. Play using IINA or other HTTP video playback tools  | 
|  | 23 | + `http://127.0.0.1:39000/stream?app=stream&stream=t55` | 
|  | 24 | +  | 
|  | 25 | + | 
|  | 26 | +### References | 
| 15 | 27 | - https://github.com/alfg/docker-nginx-rtmp/blob/master/Dockerfile | 
| 16 | 28 | - https://github.com/nginxinc/docker-nginx/blob/6f0396c1e06837672698bc97865ffcea9dc841d5/mainline/alpine-perl/Dockerfile | 
| 17 | 29 | - https://github.com/winshining/nginx-http-flv-module/blob/master/README.CN.md | 
| 18 | 30 | - https://www.jianshu.com/p/123df9333db0 | 
| 19 | 31 | - https://blog.csdn.net/syy014799/article/details/121885306 | 
| 20 | 32 | - https://blog.csdn.net/a_917/article/details/121473954 | 
| 21 | 33 | - https://hub.docker.com/r/mycujoo/nginx-http-flv-module | 
| 22 |  | -- https://blog.csdn.net/a_917/article/details/121473954?spm=1001.2014.3001.5502 | 
| 23 | 34 | - https://blog.csdn.net/a_917/article/details/106709928 | 
| 24 | 35 | - https://blog.csdn.net/Prinz_Corn/article/details/120746676 | 
| 25 | 36 | - https://blog.csdn.net/xjcallen/article/details/107174374 | 
|  | 
0 commit comments