From 9d1384d6b0e82a186e4f6dcd55447ea66a673e5f Mon Sep 17 00:00:00 2001 From: halwu Date: Tue, 30 May 2017 18:52:27 +0800 Subject: [PATCH] doc: fix error port --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5614414..48fcd86 100644 --- a/README.md +++ b/README.md @@ -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`