From cc8dc0fee00983bcc0871423a7b347fd50d166e5 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 20 Aug 2014 09:18:07 +0800 Subject: [PATCH] remove the not-supported features, add bug #163, #164. --- trunk/conf/full.conf | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 044ee24b1..75787de60 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -162,17 +162,6 @@ vhost same.edge.srs.com { # default: off token_traverse off; } -# vhost for edge, change vhost. -vhost change.edge.srs.com { - mode remote; - # TODO: FIXME: support extra params. - origin 127.0.0.1:1935 localhost:1935 { - # specify the vhost to override the vhost in client request. - vhost edge2.srs.com; - # specify the refer(pageUrl) to override the refer in client request. - refer http://srs/index.html; - } -} # vhost for dvr vhost dvr.srs.com { @@ -463,19 +452,6 @@ vhost same.vhost.forward.srs.com { # if vhost not specified, use the request vhost instead. forward 127.0.0.1:1936 127.0.0.1:1937; } -# TODO: FIXME: support extra params. -# [plan] the vhost which forward publish streams to other vhosts. -vhost change.vhost.forward.srs.com { - forward 127.0.0.1:1936 127.0.0.1:1937 { - # specify the vhost to override the vhost in client request. - vhost forward2.srs.com; - # specify the refer(pageUrl) to override the refer in client request. - refer http://srs/index.html; - } - forward 127.0.0.1:1938 { - vhost forward3.srs.com; - } -} # the mirror filter of ffmpeg, @see: http://ffmpeg.org/ffmpeg-filters.html#Filtering-Introduction vhost mirror.transcode.srs.com {