realtime.conf 294 B

12345678910
  1. # the config for srs to delivery realtime RTMP stream
  2. # @see https://github.com/simple-rtmp-server/srs/wiki/v1_CN_SampleRealtime
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. vhost __defaultVhost__ {
  7. gop_cache off;
  8. queue_length 10;
  9. }