winlin

remove the not-supported features, add bug #163, #164.

@@ -162,17 +162,6 @@ vhost same.edge.srs.com { @@ -162,17 +162,6 @@ vhost same.edge.srs.com {
162 # default: off 162 # default: off
163 token_traverse off; 163 token_traverse off;
164 } 164 }
165 -# vhost for edge, change vhost.  
166 -vhost change.edge.srs.com {  
167 - mode remote;  
168 - # TODO: FIXME: support extra params.  
169 - origin 127.0.0.1:1935 localhost:1935 {  
170 - # specify the vhost to override the vhost in client request.  
171 - vhost edge2.srs.com;  
172 - # specify the refer(pageUrl) to override the refer in client request.  
173 - refer http://srs/index.html;  
174 - }  
175 -}  
176 165
177 # vhost for dvr 166 # vhost for dvr
178 vhost dvr.srs.com { 167 vhost dvr.srs.com {
@@ -463,19 +452,6 @@ vhost same.vhost.forward.srs.com { @@ -463,19 +452,6 @@ vhost same.vhost.forward.srs.com {
463 # if vhost not specified, use the request vhost instead. 452 # if vhost not specified, use the request vhost instead.
464 forward 127.0.0.1:1936 127.0.0.1:1937; 453 forward 127.0.0.1:1936 127.0.0.1:1937;
465 } 454 }
466 -# TODO: FIXME: support extra params.  
467 -# [plan] the vhost which forward publish streams to other vhosts.  
468 -vhost change.vhost.forward.srs.com {  
469 - forward 127.0.0.1:1936 127.0.0.1:1937 {  
470 - # specify the vhost to override the vhost in client request.  
471 - vhost forward2.srs.com;  
472 - # specify the refer(pageUrl) to override the refer in client request.  
473 - refer http://srs/index.html;  
474 - }  
475 - forward 127.0.0.1:1938 {  
476 - vhost forward3.srs.com;  
477 - }  
478 -}  
479 455
480 # the mirror filter of ffmpeg, @see: http://ffmpeg.org/ffmpeg-filters.html#Filtering-Introduction 456 # the mirror filter of ffmpeg, @see: http://ffmpeg.org/ffmpeg-filters.html#Filtering-Introduction
481 vhost mirror.transcode.srs.com { 457 vhost mirror.transcode.srs.com {