Skip to content

Commit f4557c3

Browse files
authored
Update README.md
1 parent 8fba861 commit f4557c3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
## 基本原理
55
- 服务端
66
- 使用 [websockify](https://github.com/kanaka/websockify) wrap 一个 rtmp 服务器地址。 ([yingDev的fork](https://github.com/yingDev/websockify) 去掉了base64子协议检查)
7-
8-
```bash
9-
./websockify.py 1999 <rtmp_server>:1935
10-
```
7+
```bash
8+
./websockify.py 1999 <rtmp_server>:1935
9+
```
1110
- 浏览器
1211
- 使用 [node-rtmpapi](https://github.com/delian/node-rtmpapi) 解析 RTMP 协议,完成握手和通信。 ([yingDev的fork](https://github.com/yingDev/node-rtmpapi) 增加了浏览器支持、修正了几个错误)
1312

0 commit comments

Comments
 (0)