mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of hls and rename demo player stream to live/demo. change to 0.9.36
This commit is contained in:
parent
ea3561de08
commit
4c8d6d2eb1
8 changed files with 25 additions and 13 deletions
|
@ -2,6 +2,6 @@
|
|||
for((;;)); do \
|
||||
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv \
|
||||
-vcodec copy -acodec copy \
|
||||
-f flv -y rtmp://127.0.0.1/live?vhost=players/livestream; \
|
||||
-f flv -y rtmp://127.0.0.1/live?vhost=players/demo; \
|
||||
sleep 1; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue