realtime.conf 498 B

123456789101112131415161718192021
  1. # the config for srs to delivery realtime RTMP stream
  2. # @see https://github.com/ossrs/srs/wiki/v2_CN_SampleRealtime
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 256;
  6. daemon on;
  7. chunk_size 60000;
  8. srs_log_tank console;
  9. vhost __defaultVhost__ {
  10. gop_cache off;
  11. queue_length 10;
  12. min_latency on;
  13. mr {
  14. enabled off;
  15. }
  16. mw_latency 100;
  17. tcp_nodelay on;
  18. atc on;
  19. }