views:

53

answers:

1

I have a working solution on an IIS6, which I made using this guide: FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler

The app is basically a FLV Player, but streaming is essential to it.

Now, one of our customers is running IIS7 and the streaming doesn't work, so I was hoping that someone in here would now how do handle this.

A: 

If you can target Flash player 10.1 or newer, simply use OSMF and HTTP Streaming: http://www.opensourcemediaframework.com/index.php

Chad Udell