We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fba861 commit f4557c3Copy full SHA for f4557c3
1 file changed
README.md
@@ -4,10 +4,9 @@
4
## 基本原理
5
- 服务端
6
- 使用 [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
- ```
+ ```bash
+ ./websockify.py 1999 <rtmp_server>:1935
+ ```
11
- 浏览器
12
- 使用 [node-rtmpapi](https://github.com/delian/node-rtmpapi) 解析 RTMP 协议,完成握手和通信。 ([yingDev的fork](https://github.com/yingDev/node-rtmpapi) 增加了浏览器支持、修正了几个错误)
13
0 commit comments