Update README.md

This commit is contained in:
Alfred Gutierrez 2016-11-05 13:28:56 -07:00 committed by GitHub
parent 9ad4590724
commit 0e2a2d8463
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ rtmp://<server ip>:1935/encoder/$STREAM_NAME
### Watch Stream
* In Safari, VLC or any HLS player, open:
```
http://<server ip>:8080/hls/$STREAM_NAME.m3u8
http://<server ip>:8080/live/$STREAM_NAME.m3u8
```
* Example: `http://localhost:8080/hls/hello`
* Example: `http://localhost:8080/live/hello`
### FFmpeg Build