mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Doc: Link source flv
This commit is contained in:
parent
61a5e22af8
commit
b7af726ffc
2 changed files with 3 additions and 2 deletions
|
@ -21,10 +21,10 @@ docker run --rm -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:8080/](http://localhost:8080/) to check it, then publish
|
Open [http://localhost:8080/](http://localhost:8080/) to check it, then publish
|
||||||
[stream](https://github.com/ossrs/srs/blob/3.0release/trunk/doc/source.200kbps.768x320.flv) by:
|
[stream](https://github.com/ossrs/srs/blob/3.0release/trunk/doc/source.flv) by:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --rm --network=host ossrs/srs:encoder ffmpeg -re -i ./doc/source.200kbps.768x320.flv \
|
docker run --rm --network=host ossrs/srs:encoder ffmpeg -re -i ./doc/source.flv \
|
||||||
-c copy -f flv -y rtmp://localhost/live/livestream
|
-c copy -f flv -y rtmp://localhost/live/livestream
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
1
trunk/doc/source.flv
Symbolic link
1
trunk/doc/source.flv
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
source.200kbps.768x320.flv
|
Loading…
Reference in a new issue