Hi, Inder:
i think you change the IIS's config to make the configuration page can
be
visited by Internet Exporler. but it is not the way which should be.
please look rtspserver.xml file, you will find a line "' <server
ip="0.0.0.0" port="9999" maxclient="10"> ",
so it means the rtspserver will open the port "9999" and accept the
request from the port.
it means, when you start up the rtspserver ( permit the access if your
windows prompt some auth dialog )
you can use IE to visit :
http://211.195.40.220:9999/admin/
and then some auth dialog will be show, please use username "user" and
password "1234" , which
you can find in rtspserver.xml , too.
and then the configurationi page will show ok. :)
any way, you can change the seting by rtspserver.xml, not by IE, the
web management is in alpha, too.
the simplest configration option is "<url prefix="/" mapto="file:///
home/wb/public_html/"/>"
please change file:///... to your media path, and you can try vist the
page by rtsp://server:9999/media.wmv...
--
wang