diff --git a/doc/live/index.js b/doc/live/index.js
index d60e1d7..644ad7e 100644
--- a/doc/live/index.js
+++ b/doc/live/index.js
@@ -10,6 +10,7 @@ import '../index.scss';
const LS_KEY = 'reflv-live-state';
export const HOST = 'wuhaolin.cn';
+
// export const HOST = 'localhost';
class ROOT extends PureComponent {
@@ -72,6 +73,13 @@ class ROOT extends PureComponent {
{hls ?
推流后才可以看到视频
+使用ffmpeg -re -i demo.flv -c copy -f flv rtmp://wuhaolin.cn/live/movie
推流播放demo.flv
使用ffmpeg -f avfoundation -i "0" -vcodec h264 -acodec aac -f flv rtmp://wuhaolin.cn/live/movie
推流播放你电脑的摄像头