forward.master.conf 343 B

123456789101112
  1. # the config for srs to forward
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_SampleForward
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. pid ./objs/srs.master.pid;
  7. daemon off;
  8. srs_log_tank console;
  9. vhost __defaultVhost__ {
  10. forward 127.0.0.1:19350;
  11. }