Skip to main content

How to configure IIS Smooth Streaming in the SDK demo application?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

Demo usage

Currently, IIS Smooth Streaming is supported in Video Capture SDK .Net and Video Edit SDK .Net. We’ll use the Main Demo application. First, you must configure the IIS server to support Smooth Streaming.

  1. Install Web Platform Installer.
  2. Install IIS Media Services.

screenshot 1

  1. Open IIS Manager.

screenshot 2

  1. Open Live Smooth Streaming Publishing Points item. Add point.

screenshot 3

  1. Configure the name as shown on the screenshot.

screenshot 4

  1. Configure additional parameters. Enable the checkbox as shown in the picture.

screenshot 5

  1. Enable playback on mobile devices.

screenshot 6

  1. Download Smooth Streaming Player Silverlight control provided by Microsoft. Unpack it. Copy the xap file to the website folder, copy html file and rename it to the index.html. Open in a text editor, and replace the "initparams" with this text.

  2. Start publishing point.

  3. Configure streaming settings in the demo application. You must enable network streaming, specify Smooth Streaming to use, and set the publishing point URL. Start playback.

screenshot 7

  1. Now, you can see that our SDK is connected to IIS.

screenshot 8

  1. Open localhost in your browser.

screenshot 9

For HTML5 streaming to iOS devices, create the following HTML file.

Required redists

How can the required redists be installed or deployed to the user's PC?


Visit our GitHub page to get more code samples.