-
Posted to
IIS7 - Media
by
samzhang
on
11-19-2009, 4:32 PM
Are you running IIS on Vista or Win7? If yes, you might be hitting the maximum number of concurrent connections limit of IIS7 on client SKUs. Pushencoder maintains long running connections to the server, so it's much easier to hit that limit. If you use IIS7 on Windows Server 2008 (or R2), it should work fine. Thanks.
-
Posted to
IIS7 - Media
by
samzhang
on
10-09-2009, 12:55 AM
I still think it's more likely to be related to player's logic because IIS is just used as a normal web server here. One thing you can do is to capture the HTTP response headers from IIS vs. Apache and see what are the differences. Then you can try to config IIS to return the same HTTP headers and see if that helps.
-
Posted to
IIS7 - Media
by
samzhang
on
10-08-2009, 2:49 AM
Hi JamesC78,
You would need to have an encoder that encodes these stream to smooth streaming format and then send them to the IIS server. For example, Inlet's Spinnaker encoder can output live smooth streaming streams and work with IIS.
Thanks.
-
Posted to
IIS7 - Media
by
samzhang
on
10-08-2009, 2:43 AM
Hello zipped.power,
On-demand Smooth Streaming module in IIS Media Services is highly optimized and gives you the best performance and scalability on Windows Server. It also supports advanced features such as fast forward, fast rewind, metadata/binary track, etc.
IIS Media Services also contains Live Smooth Streaming module which brings ...
-
Posted to
IIS7 - Media
by
samzhang
on
10-08-2009, 2:27 AM
Hello arseman03,
Byte range seek is natively supported in IIS7 and there's no additional configuration you need to do if you are just hosting static files. Ultimately it's the media player that's deciding whether you can seek beyond the downloaded portion. It could be that the player you're using does not have that ...
-
Posted to
IIS7 - Media
by
samzhang
on
05-07-2009, 3:43 AM
IIS Media Services (previously known as IIS Media Pack) is supported on IIS7.
Thanks,
-
Posted to
IIS7 - Media
by
samzhang
on
04-13-2009, 4:33 AM
Hello Michelnok,
The Beta release of Live Smooth Streaming always requires archive being enabled in order to serve smooth streaming clients. More controls over archiving functionality will be available in future releases.
Thanks,
-
Posted to
IIS7 - Media
by
samzhang
on
03-30-2009, 4:07 PM
Hi Anders,
Web Playlist was designed to work with progressive download while Smooth Streaming is an advanced streaming mechanism. So the current version of Web Playlist can not work with Smooth Streaming. That said, Smooth Streaming can be easily extended to work with any URL obfuscation mechanism by implementing custom IIS module and player ...
-
Posted to
IIS7 - Media
by
samzhang
on
03-27-2009, 4:00 AM
Hi Stavros,
I don't know exactly how Silverlight handles MBR from WMS but if that's the case it should be just a implementation limitation in Silverlight. MBR is still fully supported from WMS and Windows Media Player. You might also want to check Sliverlight 3 Beta and see if this functionality is added.
-
Posted to
IIS7 - Media
by
samzhang
on
03-22-2009, 5:48 PM
Hello galgamesh,
I think the best way is to do it programmatically. First, use URL Rewriter module to rewrite all the incoming .flv requests to .isx requests which will be handled by web playlist handler. Then create a custom playlist provider to link the .isx request back to the actual FLV file. In the process of doing this, web playlist ...