realtime.conf 428 B

1234567891011121314151617181920
  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. vhost __defaultVhost__ {
  7. tcp_nodelay on
  8. min_latency on;
  9. play {
  10. gop_cache off;
  11. queue_length 10;
  12. mw_latency 100;
  13. }
  14. publish {
  15. mr off;
  16. }
  17. }