listen 1935; max_connections 1000; srs_log_tank console; srs_log_file ./objs/srs.log; http_server { enabled on; listen 8080; dir ./objs/nginx/html; } http_api { enabled on; listen 1985; } stats { network 0; } rtc { enabled on; # Listen at udp://8000 listen 8000; # The * means using IP of network interface stats.network, # For example, if stats.network=0, then use IP of eth0 as candidate. # @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124 candidate *; } vhost __defaultVhost__ { }