IIS configuration for HLS Webdav publication
This document explains how to install and configure IIS on Windows Server 2008 for HLS publication.
- From "Server Manager" panel, install IIS role
- From "Server Manager" panel, install "Basic authentication" role service
- Download and install WebDAV extension module
- From "IIS Manager" panel, create a new site.
Configure site name, physical directory and binding
- From "IIS Manager" panel, enable Webdav.


Add and configure authoring rule. Set right permissions.
- From "IIS Manager" panel, activate basic authentication.


- From "IIS Manager" panel, add following MIME types:
File extension |
MIME type |
.m3u8 |
application/x-mpegURL |
.ts |
video/MP2T |
- Start the web service
- Follow "HLS configuration" documentation (part "HLS publication")