How Do I Use Http Streaming from an NetShow Server?

Last reviewed: September 16, 1997
Article ID: Q165014
The information in this article applies to:
  • Microsoft NetShow version 2.0

SUMMARY

The section below discusses how to use Http streaming from a NetShow Server.

MORE INFORMATION

Http streaming is disabled by default. This is because most people will be running a web server on the same computer using port 80. If you use this feature of NetShow, you should use the server as a dedicated NetShow server, or do not run a web server on the same computer.

If you run a web server on port 80, you would create a conflict over what component services port 80. If you want your NetShow server to stream Http, do the following:

Remove, disable, stop your webserver, or change the port it uses to a nonstandard port for Http. Then in the registry make the following change:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

   HKLM\sysem\CurrentControlSet\Services
   \NSUNICST\Parameters\ENABLEHTTPSTREAMING

Change the value from 0 (off) to 1 (on).

After you make the above registry change, you will be able to perform streaming Http from your NetShow server.


Additional query words: ns
Keywords : kbother nssrv kbfaq
Version : 2.00
Platform : WINDOWS
Hardware : x86


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.