2
0

hls.realtime.conf 369 B

1234567891011121314
  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. hls {
  8. enabled on;
  9. hls_fragment 0.2;
  10. hls_window 2;
  11. hls_wait_keyframe off;
  12. }
  13. }