2
0

console.ipv46.conf 362 B

1234567891011121314151617
  1. # no-daemon and write log to console config for srs.
  2. # @see full.conf for detail config.
  3. listen 1935 [::]:1935;
  4. max_connections 1000;
  5. daemon off;
  6. srs_log_tank console;
  7. http_api {
  8. enabled on;
  9. listen 1985;
  10. }
  11. http_server {
  12. enabled on;
  13. listen 8080;
  14. }
  15. vhost __defaultVhost__ {
  16. }