20 lines
469 B
Plaintext
20 lines
469 B
Plaintext
|
|
# Upstream origin for the proxy+edge E2E test (skills/srs-develop).
|
|
# Not registered with the proxy; the edge in front of it is. The edge pulls
|
|
# from this origin on play and pushes publishes here on publish.
|
|
|
|
max_connections 1000;
|
|
pid objs/origin-for-edge.pid;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
|
|
rtmp {
|
|
listen 19360;
|
|
}
|
|
http_api {
|
|
enabled on;
|
|
listen 19860;
|
|
}
|
|
vhost __defaultVhost__ {
|
|
}
|