Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.39 KB

iis-5-6.md

File metadata and controls

65 lines (44 loc) · 2.39 KB

Downloading and configuring the H264 Streaming Module for Internet Information Services IIS

Download

Download the H264-Streaming-Module ISAPI extension for IIS.

Configuration IIS 5.1 (Windows XP)

In the root of the website (c:\inetpub\wwwroot).

  • Create an App_Code folder if you don't already have one.
  • Copy the Mod-H264-Streaming module (mod_h264_streaming.dll) into this directory (c:\inetpub\wwwroot\app_code).

Open up IIS Manager. In the site properties, click the "Home directory" tab then click the "Configuration" button. We're going to add an entry for files ending in .mp4

  • Click the 'Add' button.
  • Click the 'Browse' button and select the mod_h264_streaming.dll executable.
  • Place the text '.mp4' in the Extension box.
  • Set Verbs to "Limit to:" with the value GET,HEAD,POST,DEBUG.
  • Click OK

Configuration IIS 6 (Windows Server 2003)

When running Windows 32 bit:

In the root of the website (c:\inetpub\wwwroot).

  • Create an App_Code folder if you don't already have one.
  • Copy the Mod-H264-Streaming module (mod_h264_streaming.dll) into this directory (c:\inetpub\wwwroot\app_code).

When running Windows 64 bit:

Open up IIS Manager. In the site properties, click the "Home directory" tab then click the "Configuration" button. We're going to add an entry for files ending in .mp4

  • Click the 'Add' button.

  • Click the 'Browse' button and select the mod_h264_streaming.dll executable.

  • Place the text '.mp4' in the Extension box.

  • Set Verbs to "Limit to:" with the value GET,HEAD,POST,DEBUG.

  • Click OK

  • Click the 'Web Service Extensions'.

  • Click 'Add a new Web Service Extension'.

  • Place the text 'ModH264Streaming' in the 'Extension name' box.

  • Click 'Add' and select the mod_h264_streaming.dll executable.

  • Tick the 'Set extension status to Allowed'.

License

See the license section.

Testing

Continue to the testing page to verify your setup.