2
0

forward.master.conf 384 B

123456789101112131415
  1. # the config for srs to forward
  2. # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-forward
  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 {
  11. enabled on;
  12. destination 127.0.0.1:19350;
  13. }
  14. }