Skip to content

Commit

Permalink
doc: fix error port
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu committed May 30, 2017
1 parent 3979be9 commit 9d1384d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ TODO
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 live stream form:
- `RTMP`:`rtmp://localhost:1935/live/movie`
- `FLV`:`http://127.0.0.1:8081/live/movie.flv`
- `HLS`:`http://127.0.0.1:8082/live/movie.m3u8`
- `FLV`:`http://127.0.0.1:7001/live/movie.flv`
- `HLS`:`http://127.0.0.1:7002/live/movie.m3u8`

0 comments on commit 9d1384d

Please sign in to comment.