A few days ago I noticed that smooth streaming had stopped working in my development machine. Every time I tried to GET a manifest, I received the infamous HTTP Error 500.0 – Internal Server Error screen. My first try to fix this was, obviously, reinstalling the IIS Media Services package. Sadly, that didn’t help. After... read more
Published by Ezequiel Jadib on June 29th, 2011 10:33 am under Adaptive Streaming, Emerging Technology, IIS Transform Manager, IIS7, MMP Video Editor, Media, Microsoft Media Platform, RCE, Rough Cut Editing, Smooth Streaming
A few months ago, Microsoft published the Beta version of the IIS Transform Manager. This new release contains an incredible set of new features, explained here by Chris Knowlton. Back in the Alpha days, I wrote an IIS Transform Manager Task that takes an Microsoft Media Platform Video Editor (formerly Rough Cut Editor) Project XML... read more
A month ago, Microsoft published the alpha version of the IIS Transform Manager. The Transform Manager provides simple integrated video encoding and batch conversion of video files to the IIS Smooth Streaming format. It does this quite nicely, as it provides an extensible platform for scheduling and running multiple tasks in sequence on an IIS... read more
Yesterday, I exchanged some emails with my friend Chandler from iStreamPlanet. He was having some trouble with the Smooth Streaming Media Element (SSME). He described the issue as: When I set the position on the Smooth Streaming Media Element, the displayed frame is not updated. I can only get the frame displayed to update when... read more
Published by Ezequiel Jadib on May 27th, 2010 12:01 pm under Adaptive Streaming, CSM, Composite Stream Manifest, Emerging Technology, IIS7, Live Smooth Streaming, Media, RCE, Rough Cut Editing, SSME, Silverlight, Silverlight 3, Smooth Streaming
Weeks ago Microsoft published the Silverlight Rough Cut Editor (RCE), an application we created with Microsoft and that was used for the Vancouver 2010 Winter Olympics. One of the main features used during the Olympics was the ability to generate Composite Stream Manifests (CSM) based on projects the editors created using the Rough Cut Editor.... read more
Published by Ezequiel Jadib on February 5th, 2010 6:39 pm under Adaptive Streaming, CSM, Composite Stream Manifest, Emerging Technology, IIS7, Live Smooth Streaming, Media, RCE, Rough Cut Editing, SSME, Smooth Streaming, Smooth Streaming Media Element, Smooth Streaming Player Development Kit
One of the greatest features added on the Beta 2 version of the IIS Smooth Streaming Player Development Kit (SSPDK) is the support for Composite Stream Manifests for Rough Cut Editing. This a powerful feature which I really recommend looking at, and if you want to learn the basics of the CSMs you must take... read more
Many people have been asking me how to manage publishing point programmatically on IIS Media Services 3.0 (instead of the 2.0 bits, as I explained in this post) So, I started to dig and I came up with the following code: // Live Streaming Section Path const string LiveStreamingSectionPath = "system.webServer/media/liveStreaming"; // Change this settings... read more
Hey Folks! Time ago I blogged about how to add the Slow Motion capability to your Smooth Streaming player by using the Smooth Streaming Media Element published by the IIS team. Now it’s time to share with you how to provide the rewind and fast forward options to enable a real rich video experience. Again,... read more
The week started with really great news from the IIS Team. The IIS Media Services 3.0 streaming was released. Among others features the release includes the RTW bits of Live Smooth Streaming. Also, in the efforts to bring the Smooth Streaming experience to everyone the IIS team published the IIS Smooth Streaming Player Development Kit... read more
In my previous post, I explained how the Microsoft.Web.Administration API of IIS7 helped us to manage the Live Smooth Streaming Publishing Points programmatically. In this post I’m going to show you how, using the same API, you can retrieve the Live Smooth Streaming configuration settings. First, let’s take a look at the Live Smooth Streaming... read more