Skip to content

Commit f21c871

Browse files
authored
Update README.md
1 parent f4557c3 commit f21c871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## 基本原理
55
- 服务端
66
- 使用 [websockify](https://github.com/kanaka/websockify) wrap 一个 rtmp 服务器地址。 ([yingDev的fork](https://github.com/yingDev/websockify) 去掉了base64子协议检查)
7+
78
```bash
89
./websockify.py 1999 <rtmp_server>:1935
910
```
@@ -13,6 +14,7 @@
1314
- 提取其中的 H264 视频流
1415

1516
- 喂给 [Broadway](https://github.com/mbebenita/Broadway) 解码
17+
1618
```js
1719
decoder.decode(frame);
1820
```

0 commit comments

Comments
 (0)