2
0

realtime.conf 448 B

123456789101112131415161718
  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 1000;
  6. daemon off;
  7. srs_log_tank console;
  8. vhost __defaultVhost__ {
  9. gop_cache off;
  10. queue_length 10;
  11. min_latency on;
  12. mr {
  13. enabled off;
  14. }
  15. mw_latency 100;
  16. tcp_nodelay on;
  17. }