2
0

rtmp.conf 267 B

12345678910
  1. # the config for srs to delivery RTMP
  2. # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-rtmp
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. daemon off;
  7. srs_log_tank console;
  8. vhost __defaultVhost__ {
  9. }