hds.conf 408 B

1234567891011121314151617
  1. # the config for srs to delivery hds
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_SampleHDS
  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. hds {
  10. enabled on;
  11. hds_fragment 10;
  12. hds_window 60;
  13. hds_path ./objs/nginx/html;
  14. }
  15. }