Skip to content

Commit

Permalink
RTMP: Add conf for listen at IPv6.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 17, 2022
1 parent 310514e commit f469753
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions trunk/conf/console.ipv46.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# no-daemon and write log to console config for srs.
# @see full.conf for detail config.

listen 1935 [::]:1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
}
vhost __defaultVhost__ {
}

0 comments on commit f469753

Please sign in to comment.