1 parent f4557c3 commit f21c871Copy full SHA for f21c871
1 file changed
README.md
@@ -4,6 +4,7 @@
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
```
@@ -13,6 +14,7 @@
13
14
- 提取其中的 H264 视频流
15
16
- 喂给 [Broadway](https://github.com/mbebenita/Broadway) 解码
17
18
```js
19
decoder.decode(frame);
20
0 commit comments