rtmp.kickoff.conf 362 B

12345678910111213
  1. # the config for srs to delivery RTMP with kicking off publish as no one watching.
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_SampleRTMP
  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. publish {
  10. kickoff_for_idle 60000;
  11. }
  12. }