1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Update README

This commit is contained in:
winlin 2021-04-24 22:21:46 +08:00
parent bee9d181e7
commit 077c45cea0

View file

@ -28,14 +28,12 @@ docker run --rm --network=host ossrs/srs:encoder ffmpeg -re -i ./doc/source.200k
-c copy -f flv -y rtmp://localhost/live/livestream
```
Play the following streams by players:
Play the following streams by [players](https://ossrs.net):
* VLC(RTMP): rtmp://localhost/live/livestream
* H5(HTTP-FLV): [http://localhost:8080/live/livestream.flv](http://localhost:8080/players/srs_player.html?autostart=true&stream=livestream.flv&port=8080&schema=http)
* H5(HLS): [http://localhost:8080/live/livestream.m3u8](http://localhost:8080/players/srs_player.html?autostart=true&stream=livestream.m3u8&port=8080&schema=http)
> The online demos and players are available on [ossrs.net](https://ossrs.net).
It's also very easy to build from source:
**>>> Step 1:** Get SRS.