Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d689a3f

Browse files
committed
patch: updated README
1 parent 0371afd commit d689a3f

File tree

4 files changed

+53
-5
lines changed

4 files changed

+53
-5
lines changed

‎README-zh.md‎

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--
2+
* @Description:
3+
* @Author: LLiuHuan
4+
* @Date: 2022年04月11日 16:30:02
5+
* @LastEditTime: 2022年06月20日 13:28:55
6+
* @LastEditors: LLiuHuan
7+
-->
8+
### 介绍
9+
> 由于nginx-http-flv-module官方镜像是四年前的,想弄个最新版的,就自己打了一个包,这个项目仅作为保留使用
10+
1. 本项目使用最新版 `nginx-http-flv-module` 目前版本为 `1.2.10`
11+
2. rtmp和http nginx 解析都为 stream
12+
13+
### 使用
14+
1. 运行容器
15+
`docker run --name flv -p 31935:1935 -p 39000:9000 -itd lliuhuan/nginx-http-flv-module`
16+
2. 使用OBS或其他软件推送
17+
```
18+
Server: rtmp://127.0.0.1:31935/stream
19+
Secret Key: t55
20+
```
21+
![image](./static/1.OBS.gif)
22+
3. 使用IINA或其他软件播放
23+
`http://127.0.0.1:39000/stream?app=stream&stream=t55`
24+
![image](./static/2.IINA.gif)
25+
26+
### 参考
27+
- https://github.com/alfg/docker-nginx-rtmp/blob/master/Dockerfile
28+
- https://github.com/nginxinc/docker-nginx/blob/6f0396c1e06837672698bc97865ffcea9dc841d5/mainline/alpine-perl/Dockerfile
29+
- https://github.com/winshining/nginx-http-flv-module/blob/master/README.CN.md
30+
- https://www.jianshu.com/p/123df9333db0
31+
- https://blog.csdn.net/syy014799/article/details/121885306
32+
- https://blog.csdn.net/a_917/article/details/121473954
33+
- https://hub.docker.com/r/mycujoo/nginx-http-flv-module
34+
- https://blog.csdn.net/a_917/article/details/106709928
35+
- https://blog.csdn.net/Prinz_Corn/article/details/120746676
36+
- https://blog.csdn.net/xjcallen/article/details/107174374
37+
-

‎README.md‎

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,35 @@
22
* @Description:
33
* @Author: LLiuHuan
44
* @Date: 2022年04月11日 16:30:02
5-
* @LastEditTime: 2022-04-11 16:37:59
5+
* @LastEditTime: 2022-06-20 13:22:39
66
* @LastEditors: LLiuHuan
77
-->
8-
9-
### 介绍
8+
### Introduce
109
> 由于nginx-http-flv-module官方镜像是四年前的,想弄个最新版的,就自己打了一个包,这个项目仅作为保留使用
1110
1. 本项目使用最新版 `nginx-http-flv-module` 目前版本为 `1.2.10`
1211
2. rtmp和http nginx 解析都为 stream
1312

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+
![image](./static/1.OBS.gif)
22+
3. Play using IINA or other HTTP video playback tools
23+
`http://127.0.0.1:39000/stream?app=stream&stream=t55`
24+
![image](./static/2.IINA.gif)
25+
26+
### References
1527
- https://github.com/alfg/docker-nginx-rtmp/blob/master/Dockerfile
1628
- https://github.com/nginxinc/docker-nginx/blob/6f0396c1e06837672698bc97865ffcea9dc841d5/mainline/alpine-perl/Dockerfile
1729
- https://github.com/winshining/nginx-http-flv-module/blob/master/README.CN.md
1830
- https://www.jianshu.com/p/123df9333db0
1931
- https://blog.csdn.net/syy014799/article/details/121885306
2032
- https://blog.csdn.net/a_917/article/details/121473954
2133
- 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
2334
- https://blog.csdn.net/a_917/article/details/106709928
2435
- https://blog.csdn.net/Prinz_Corn/article/details/120746676
2536
- https://blog.csdn.net/xjcallen/article/details/107174374

‎static/1.OBS.gif‎

911 KB
Loading[フレーム]

‎static/2.IINA.gif‎

2.04 MB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /