mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Live: Support connect origin by HTTP-FLV/HTTPS-FLV
This commit is contained in:
parent
76c0c3ff80
commit
181c9f25ed
6 changed files with 250 additions and 4 deletions
|
@ -680,6 +680,13 @@ vhost cluster.srs.com {
|
|||
# please read: https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
|
||||
# TODO: FIXME: Support reload.
|
||||
coworkers 127.0.0.1:9091 127.0.0.1:9092;
|
||||
|
||||
# The protocol to connect to origin.
|
||||
# rtmp, Connect origin by RTMP
|
||||
# flv, Connect origin by HTTP-FLV
|
||||
# flvs, Connect origin by HTTPS-FLV
|
||||
# Default: rtmp
|
||||
protocol rtmp;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue