edge.conf 363 B

12345678910111213
  1. # the config for srs origin-edge cluster
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_Edge
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. pid objs/edge.pid;
  7. daemon off;
  8. srs_log_tank console;
  9. vhost __defaultVhost__ {
  10. mode remote;
  11. origin 127.0.0.1:19350;
  12. }