2
0

demo.19350.conf 465 B

12345678910111213141516171819202122
  1. # the config for srs demo
  2. # @see full.conf for detail config.
  3. listen 19350;
  4. max_connections 1000;
  5. daemon off;
  6. srs_log_tank console;
  7. pid ./objs/srs.demo.19350.pid;
  8. vhost __defaultVhost__ {
  9. enabled on;
  10. play {
  11. gop_cache on;
  12. }
  13. hls {
  14. enabled on;
  15. hls_path ./objs/nginx/html/forward;
  16. hls_fragment 5;
  17. hls_window 30;
  18. }
  19. }