Browse Source

doc: fix git clone

pull/6/head
halwu(吴浩麟) 8 years ago
parent
commit
bc0afffa0f
  1. 2
      README.md

2
README.md

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
- support `RTMP` and `FLV` `HLS` over HTTP
## Use
1. run `git clone `
1. run `git clone https://github.com/gwuhaolin/livego.git`
2. run `go run main.go` to start livego server
3. push `RTMP` stream to `rtmp://localhost:1935/live/movie`, eg use `ffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935/live/movie`
4. play stream use [VLC](http://www.videolan.org/vlc/index.html) or other players

Loading…
Cancel
Save