Update readme

This commit is contained in:
Alf 2018-11-20 18:13:15 -08:00
parent 414a29bbf0
commit 09f63f98d0
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ http://<server ip>:8080/live/$STREAM_NAME.m3u8
```
* Example Playlist: `http://localhost:8080/live/hello.m3u8`
* [VideoJS Player](https://video-dev.github.io/hls.js/stable/demo/?src=http%3A%2F%2Flocalhost%3A8080%2Flive%2Fhello.m3u8
* FFplay: `ffplay -fflags nobuffer rtmp://localhost:1935/stream/hello`
### FFmpeg Build
```