forward.slave.conf 307 B

1234567891011
  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 19350;
  5. max_connections 1000;
  6. pid ./objs/srs.slave.pid;
  7. daemon off;
  8. srs_log_tank console;
  9. vhost __defaultVhost__ {
  10. }