2
0

realtime.conf 484 B

12345678910111213141516171819202122
  1. # the config for srs to delivery realtime RTMP stream
  2. # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-realtime
  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. tcp_nodelay on;
  10. min_latency on;
  11. play {
  12. gop_cache off;
  13. queue_length 10;
  14. mw_latency 100;
  15. }
  16. publish {
  17. mr off;
  18. }
  19. }