mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
542 B
Plaintext
21 lines
542 B
Plaintext
# the config for srs origin-origin cluster
|
|
# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
|
|
# @see full.conf for detail config.
|
|
|
|
listen 19352;
|
|
max_connections 1000;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
pid ./objs/origin.cluster.serverC.pid;
|
|
http_api {
|
|
enabled on;
|
|
listen 9092;
|
|
}
|
|
vhost __defaultVhost__ {
|
|
cluster {
|
|
mode local;
|
|
origin_cluster on;
|
|
coworkers 127.0.0.1:9090 127.0.0.1:9091 127.0.0.1:9092;
|
|
}
|
|
}
|