winlin

update conf, add todo for edge/forward

@@ -107,6 +107,7 @@ vhost same.edge.srs.com { @@ -107,6 +107,7 @@ vhost same.edge.srs.com {
107 # vhost for edge, chnage vhost. 107 # vhost for edge, chnage vhost.
108 vhost change.edge.srs.com { 108 vhost change.edge.srs.com {
109 mode remote; 109 mode remote;
  110 + # TODO: FIXME: support extra params.
110 origin 127.0.0.1:1935 localhost:1935 { 111 origin 127.0.0.1:1935 localhost:1935 {
111 # specify the vhost to override the vhost in client request. 112 # specify the vhost to override the vhost in client request.
112 vhost edge2.srs.com; 113 vhost edge2.srs.com;
@@ -791,7 +792,7 @@ vhost same.vhost.forward.srs.com { @@ -791,7 +792,7 @@ vhost same.vhost.forward.srs.com {
791 # if vhost not specified, use the request vhost instead. 792 # if vhost not specified, use the request vhost instead.
792 forward 127.0.0.1:1936 127.0.0.1:1937; 793 forward 127.0.0.1:1936 127.0.0.1:1937;
793 } 794 }
794 -# TODO: FIXME: change the forward schema with vhost. 795 +# TODO: FIXME: support extra params.
795 # [plan] the vhost which forward publish streams to other vhosts. 796 # [plan] the vhost which forward publish streams to other vhosts.
796 vhost change.vhost.forward.srs.com { 797 vhost change.vhost.forward.srs.com {
797 forward 127.0.0.1:1936 127.0.0.1:1937 { 798 forward 127.0.0.1:1936 127.0.0.1:1937 {