mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update README
This commit is contained in:
parent
bee9d181e7
commit
077c45cea0
1 changed files with 1 additions and 3 deletions
|
@ -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
|
-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
|
* 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(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)
|
* 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:
|
It's also very easy to build from source:
|
||||||
|
|
||||||
**>>> Step 1:** Get SRS.
|
**>>> Step 1:** Get SRS.
|
||||||
|
|
Loading…
Reference in a new issue