hds.conf 351 B

12345678910111213141516
  1. # the config for srs to delivery hds
  2. # @see full.conf for detail config.
  3. listen 1935;
  4. max_connections 1000;
  5. daemon off;
  6. srs_log_tank console;
  7. vhost __defaultVhost__ {
  8. hds {
  9. enabled on;
  10. hds_fragment 10;
  11. hds_window 60;
  12. hds_path ./objs/nginx/html;
  13. }
  14. }