We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e5626 commit 3aa8948Copy full SHA for 3aa8948
1 file changed
README.md
@@ -2,7 +2,7 @@
2
在网页上播放RTMP视频流,通过Websocket。
3
4
# 基本原理
5
-- 服务端使用 [websockify](https://github.com/kanaka/websockify) 中转一个rtmp流。 ([yingDev的fork](https://github.com/yingDev/websockify) 去掉了base64子协议检查)
+- 服务端使用 [websockify](https://github.com/kanaka/websockify) 中转一个rtmp服务器地址。 ([yingDev的fork](https://github.com/yingDev/websockify) 去掉了base64子协议检查)
6
```bash
7
./websockify.py 1999 <rtmp_server>:1935
8
```
0 commit comments