IIS configuration for HLS Webdav publication

    This document explains how to install and configure IIS on Windows Server 2008 for HLS publication.


  1. From "Server Manager" panel, install IIS role
  2. From "Server Manager" panel, install "Basic authentication" role service
  3. Download and install WebDAV extension module

  4. From "IIS Manager" panel, create a new site.
    Configure site name, physical directory and binding
  5. From "IIS Manager" panel, enable Webdav.


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


  7. From "IIS Manager" panel, add following MIME types:
    File extension MIME type
    .m3u8 application/x-mpegURL
    .ts video/MP2T
  8. Start the web service

  9. Follow "HLS configuration" documentation (part "HLS publication")