srs.conf 441 B

12345678910111213141516171819202122
  1. # main config for srs.
  2. # @see full.conf for detail config.
  3. listen 1935;
  4. max_connections 1000;
  5. srs_log_tank file;
  6. srs_log_file ./objs/srs.log;
  7. http_api {
  8. enabled on;
  9. listen 1985;
  10. }
  11. http_server {
  12. enabled on;
  13. listen 8080;
  14. dir ./objs/nginx/html;
  15. }
  16. stats {
  17. network 0;
  18. disk sda sdb xvda xvdb;
  19. }
  20. vhost __defaultVhost__ {
  21. }