mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update wiki
This commit is contained in:
parent
5840bc1053
commit
94efe3f727
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# the config for srs to remux rtmp to flv live stream.
|
||||
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_DeliveryHttpStream
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 19351;
|
||||
max_connections 1000;
|
||||
pid objs/srs.flv.19351.pid;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# the config for srs to remux rtmp to flv live stream.
|
||||
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_DeliveryHttpStream
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 19352;
|
||||
max_connections 1000;
|
||||
pid objs/srs.flv.19352.pid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue