diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf index eb7725331..a34525add 100644 --- a/trunk/conf/srs.conf +++ b/trunk/conf/srs.conf @@ -15,6 +15,11 @@ http_server { listen 8080; dir ./objs/nginx/html; } +rtc_server { + enabled on; + listen 8000; + candidate $CANDIDATE; +} vhost __defaultVhost__ { hls { enabled on; @@ -23,4 +28,7 @@ vhost __defaultVhost__ { enabled on; mount [vhost]/[app]/[stream].flv; } + rtc { + enabled on; + } }