Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
penggy committed Apr 3, 2018
1 parent 67283e8 commit 10f18c7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@ EasyDarwin Node.js 版本
- 测试推流

ffmpeg -i rtmp://live.hkstv.hk.lxdns.com/live/hks \
-rtsp_transport tcp -vcodec h264 -f rtsp \
rtsp://localhost/test
-rtsp_transport tcp -vcodec h264 -f rtsp rtsp://localhost/test

- 测试播放

ffplay -rtsp_transport tcp \
rtsp://localhost/test
ffplay -rtsp_transport tcp rtsp://localhost/test

## 开发模式运行

cd EasyDarwin && npm i
npm i -g nodemon
npm run dev
cd EasyDarwin && npm i
npm i -g nodemon
npm run dev

0 comments on commit 10f18c7

Please sign in to comment.